Add the switch statement to AWK Mode.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-12-13 Alan Mackenzie <acm@muc.de>
2
3 Add the switch statement to AWK Mode.
4
5 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
6 "default" to the keywords regexp.
7
8 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
9 expression as the rest.
10 (c-nonlabel-token-key): Allow string literals for AWK. Refactor
11 for the other modes.
12
13 Large brace-block initialisation makes CC Mode slow: Fix.
14 Tidy up and accelerate c-in-literal, etc. by using the
15 c-parse-state
16 routines. Limit backward searching in c-font-lock-enclosing.decl.
17
18 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
19 pp-state and literal type in addition to the limits.
20 (c-state-safe-place): New defun, extracted from
21 c-state-literal-at.
22 (c-state-literal-at): Use the above new defun.
23 (c-slow-in-literal, c-fast-in-literal): Removed.
24 (c-in-literal, c-literal-limits): Amended to use
25 c-state-pp-to-literal.
26
27 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
28 being in a literal. Add a limit for backward searching.
29
30 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
31 c-slow-in-literal.
32
33 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
36
37 2011-12-13 Martin Rudalics <rudalics@gmx.at>
38
39 * window.el (delete-other-windows): Use correct frame in call to
40 window-with-parameter.
41
42 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
43
44 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
45 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
46 (makefile-gmake-statements, makefile-makepp-statements):
47 Use it and add new makepp keywords.
48 (makefile-makepp-font-lock-keywords): Add new patterns.
49 (makefile-match-function-end): Match new [...] and [[...]].
50
51 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
52
53 * ses.el (ses-call-printer-return, ses-cell-property-get)
54 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
55 (ses-create-cell-variable, ses-reset-header-string)
56 (ses-cell-set-formula, ses-repair-cell-reference-all)
57 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
58 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
59 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
60 (ses-aset-with-undo, ses-load, ses-truncate-cell)
61 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
62 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
63 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
64 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
65 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
66 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
67 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
68 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
69
70 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
71
72 * ses.el: The overall change is to add cell renaming, that is
73 setting fancy names for cell symbols other than name matching
74 "\\`[A-Z]+[0-9]+\\'" regexp .
75 (ses-create-cell-variable): New defun.
76 (ses-relocate-formula): Relocate formulas only for cells the
77 symbols of which are not renamed, i.e. symbols whose names do not
78 match regexp "\\`[A-Z]+[0-9]+\\'".
79 (ses-relocate-all): Relocate values only for cells the symbols of
80 which are not renamed.
81 (ses-load): Create cells variables as the (ses-cell ...) are read,
82 in order to check row col consistency with cell symbol name only
83 for cells that are not renamed.
84 (ses-replace-name-in-formula): New defun.
85 (ses-rename-cell): New defun.
86
87 2011-12-11 Chong Yidong <cyd@gnu.org>
88
89 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
90 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
91
92 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
93
94 * window.el (other-window): Fix docstring.
95
96 2011-12-10 Eli Zaretskii <eliz@gnu.org>
97
98 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
99 `from' or `to' address before taking its substring. Fixes
100 incorrect display in Rmail summary buffer whereby an RFC2047
101 encoded name is chopped in the middle of the encoded string, and
102 thus displayed encoded.
103
104 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
105
106 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
107
108 2011-12-10 Eli Zaretskii <eliz@gnu.org>
109
110 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
111 to use texinfo-update-node and commands that call it if the
112 Texinfo file uses @node lines without next/prev/up pointers.
113 Correct outdated description about texinfo-master-menu.
114 (texinfo-all-menus-update, texinfo-master-menu)
115 (texinfo-update-node, texinfo-every-node-update)
116 (texinfo-multiple-files-update): Doc fix. Warn against updating
117 all the @node lines.
118 (texinfo-master-menu): Only call texinfo-update-node if the prefix
119 argument is numeric. Explain better in the doc string what the
120 function really does.
121 (texinfo-insert-master-menu-list): Improve the error message
122 displayed if there's no menu in the Top node.
123 (Bug#2975) See also this thread:
124 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
125
126 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
127
128 * speedbar.el (speedbar-supported-extension-expressions):
129 Add .adb and .ads, commonly used for Ada source code (bug#10256).
130
131 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
132
133 * printing.el (pr-mode-alist):
134 * simple.el (filter-buffer-substring-functions)
135 (completion-list-insert-choice-function):
136 * window.el (window-with-parameter, window-atom-root)
137 (window-sides-slots, window-size-fixed, window-min-delta)
138 (window-max-delta, window--resize-mini-window)
139 (window--resize-child-windows-normal, window-tree)
140 (delete-other-windows, quit-window, split-window)
141 (display-buffer-record-window, special-display-buffer-names)
142 (special-display-regexps, special-display-popup-frame)
143 (same-window-p, split-window-sensibly)
144 (display-buffer-overriding-action, display-buffer-alist)
145 (display-buffer-base-action, display-buffer, switch-to-buffer)
146 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
147 (fit-window-to-buffer, recenter-positions)
148 (mouse-autoselect-window-state, mouse-autoselect-window-select):
149 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
150 and remove unneeded backslashes in docstrings.
151
152 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
155
156 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
157 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
158 end in ".mk".
159 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
160 when reading the makefile (bug#10116).
161
162 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
165 (bug#10116).
166
167 2011-12-06 Glenn Morris <rgm@gnu.org>
168
169 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
170
171 2011-12-06 Chong Yidong <cyd@gnu.org>
172
173 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
174
175 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
176
177 * textmodes/table.el (table-shorten-cell): Fix typo.
178
179 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
180
181 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
182
183 2011-12-05 Eli Zaretskii <eliz@gnu.org>
184
185 * descr-text.el (describe-char): Fix display of strong
186 right-to-left characters and directional embeddings and overrides.
187
188 * simple.el (what-cursor-position): Fix display of codepoints of
189 strong right-to-left characters.
190
191 2011-12-05 Chong Yidong <cyd@gnu.org>
192
193 * faces.el (read-color): Doc fix.
194
195 2011-12-05 Glenn Morris <rgm@gnu.org>
196
197 * align.el (align--set-marker): Add doc-string.
198 Don't try to move something that is not a marker. (Bug#10216)
199
200 2011-12-04 Glenn Morris <rgm@gnu.org>
201
202 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
203 overly zealous deletion of trailing whitespace.
204
205 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
206
207 * server.el (server-delete-client): On Windows, do not try to delete
208 the only terminal.
209 (server-process-filter): On Windows, treat requests for a tty frame as
210 if they were for a GUI frame if the running server is in GUI mode.
211
212 2011-12-03 Glenn Morris <rgm@gnu.org>
213
214 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
215
216 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * electric.el: Streamline electric-indent's hook.
219 (electric-indent-chars): Revert to simple list.
220 (electric-indent-functions): New var.
221 (electric-indent-post-self-insert-function): Use it.
222
223 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
224 there's no inferior buffer (bug#10196).
225 (prolog-consult-compile): Don't use toggle-read-only.
226
227 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
228
229 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
230 interrupt. (Bug#10187)
231
232 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
235 (bug#9160).
236
237 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
238 (bug#10191).
239
240 2011-12-02 Juri Linkov <juri@jurta.org>
241
242 * info.el (Info-search): Display "end of manual" when Isearch
243 reaches the end of single-file Info manual. (Bug#9918)
244
245 2011-12-02 Eli Zaretskii <eliz@gnu.org>
246
247 * isearch.el (isearch-message-prefix): Run the input method part
248 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
249
250 2011-12-02 Juri Linkov <juri@jurta.org>
251
252 * isearch.el (isearch-occur): Use `word-search-regexp' for
253 `isearch-word'.
254 (isearch-search-and-update): Add condition for `isearch-word' and
255 call `word-search-regexp'. (Bug#10145)
256
257 2011-12-01 Glenn Morris <rgm@gnu.org>
258
259 * eshell/em-hist.el (eshell-hist-initialize):
260 Handle eshell-history-size nil and HISTSIZE set or unset.
261 (eshell-history-file-name, eshell-history-size): Fix custom type.
262
263 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
266
267 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
268
269 * progmodes/verilog-mode.el (verilog-pretty-expr):
270 Rework verilog-pretty-expr to handle new assignment operators in system
271 verilog, such as += *= and the like.
272 (verilog-assignment-operator-re): Regular expression to find the
273 assigment operator in a verilog assignment.
274 (verilog-assignment-operation-re): Regular expression to find an
275 assignment statement for pretty-expr.
276 (verilog-in-attribute-p): Query returns true if point is in an
277 attribute context; used to skip these for expression line up from
278 pretty-expr.
279 (verilog-in-parameter-p): Query returns true if point is in an
280 parameter definition context; used to skip these for expression
281 line up from pretty-expr.
282 (verilog-in-parenthesis-p): Query returns true if point is in a
283 parenthetical expression, specifically ( ) but not [ ] or { };
284 used by pretty-expr.
285 (verilog-just-one-space): If there is no space, don't add one.
286 (verilog-get-lineup-indent-2): Specifically skip just attribute
287 contexts for expression lineup, rather than skipping all
288 parenthetical expressions.
289 (verilog-calculate-indent): Fix comment, and fix indent.
290 (verilog-do-indent): Indent declarations in lists (suggested by
291 Joachim Lechner).
292 (verilog-mode-abbrev-table): Populate abbrev mode with the various
293 skeleton items.
294 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
295 by Alain Mellan).
296
297 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
298
299 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
300 parameters with embedded comments. Reported by Ray Stevens.
301 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
302 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
303 Reported by Tim Holt.
304 (verilog-auto): Fix AUTOing a upper module then AUTOing module
305 instantiated by upper module causing wrong expansion until AUTOed a
306 second time. Reported by K C Buckenmaier.
307 (verilog-diff-auto): Fix showing .* as a difference when
308 `verilog-auto-star-save' off. Reported by Dan Dever.
309 (verilog-auto-reset, verilog-read-always-signals)
310 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
311 temporary signals in reset list if
312 verilog-auto-reset-blocking-in-non is nil, and match assignment
313 style to each signal's assignment type, bug381.
314 Reported by Thomas Esposito.
315 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
316 (verilog-uvm-statement-re): Support UVM indentation and
317 highlighting, with old OVM keywords only.
318 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
319 Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan
320 Greenlaw.
321 (verilog-auto-insert-lisp, verilog-delete-to-paren)
322 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
323 (verilog-inject-sense, verilog-read-inst-pins)
324 (verilog-read-sub-decls, verilog-read-sub-decls-line):
325 Fix mismatching parenthesis inside commented out code when deleting
326 AUTOINST, bug383. Reported by Jonathan Greenlaw.
327 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
328 non-numeric vector width. Reported by Alex Reed.
329 (verilog-auto-ascii-enum): Add "onehot" option to work around not
330 detecting signals with parameter widths. Reported by Alex Reed.
331 (verilog-auto-delete-trailing-whitespace):
332 With `verilog-auto-delete-trailing-whitespace' remove trailing
333 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
334 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
335 Fix verilog-scan-cache corruption when running user AUTO expansion
336 hooks that call indentation routines.
337 (verilog-simplify-range-expression): Fix typo ignoring lower case
338 identifiers.
339 (verilog-delete-auto): Fix delete-autos to also remove user created
340 automatics, as long as they start with AUTO.
341 (verilog-batch-diff-auto, verilog-diff-auto)
342 (verilog-diff-function): Add `verilog-diff-auto' and bind to
343 "C-c?" to report differences in AUTO expansion, ignoring spaces.
344 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
345 (verilog-in-paren-quick, verilog-re-search-backward-quick)
346 (verilog-re-search-forward-quick, verilog-syntax-ppss):
347 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
348 is disabled and its cache will get corrupt, causing AUTOS not to
349 expand. Instead use only -quick functions.
350 (verilog-scan-region): Fix scanning over escaped quotes.
351 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
352 (verilog-re-search-backward-quick)
353 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
354 related functions now ignore strings, to fix misparsing of strings
355 with magic comments embedded in them.
356 (verilog-read-auto-template):
357 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
358 Reported by Brad Dobbie.
359 (verilog-read-auto-template):
360 Fix 'verilog-auto-inst-template-numbers' with comments.
361 Reported by Brad Dobbie.
362 (verilog-auto-inst, verilog-auto-inst-param)
363 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
364 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
365 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
366 debugging templates without merge conflicts, bug357.
367 Reported by Brad Dobbie.
368 (verilog-read-auto-template):
369 Fix verilog-auto-inst-template-numbers with multiple templates.
370 Reported by Brad Dobbie.
371 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
372 abbrevs so user won't be asked to save.
373 (verilog-read-auto-lisp-present): Fix to start at beginning of
374 buffer in case called outside of verilog-auto.
375 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
376 to "X-2". Reported by Matthew Myers.
377 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
378 all inputs from module templates. Reported by Leith Johnson.
379 (verilog-module-inside-filename-p): Fix locating programs as with
380 modules.
381 (verilog-auto-inst-port): Fix vl-width expressions when using
382 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
383 (verilog-decls-get-regs, verilog-decls-get-signals,
384 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
385 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
386 verilog-read-decls): Combine reg and wire structures into one var
387 structure to represent SystemVerilog concepts.
388 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
389 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
390 (verilog-auto-wire-type, verilog-insert-definition):
391 Add verilog-auto-wire-type and AUTOLOGIC to support using
392 SystemVerilog "logic" keyword instead of "wire"/"reg".
393 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
394 to declares outputs that also have assignments (presumably in an
395 ifdef or generate if so there's not a driver conflict).
396 Reported by Matthew Myers.
397 (verilog-auto-declare-nettype, verilog-insert-definition):
398 Add verilog-auto-declare-nettype to fix declarations using
399 `default_nettype none. Reported by Julian Gorfajn.
400 (verilog-read-always-signals-recurse, verilog-read-decls)
401 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
402 malformed end statement, bug325. Reported by Joshua Wise and
403 Andrew Drake.
404 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
405 (verilog-inst-comment-re): Fix not deleting Interfaced comment
406 when expanding .* in interfaces, bug320. Reported by Pierre-David
407 Pfister.
408 (verilog-read-module-name): Fix import statements between module
409 name and open parenthesis, bug317. Reported by Pierre-David
410 Pfister.
411 (verilog-simplify-range-expression): Fix simplification of
412 multiplications inside AUTOWIRE connections, bug303.
413 (verilog-auto-inst-port): Support parameter expansion in
414 multidimensional arrays.
415 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
416 after "assert property". Reported by Julian Gorfajn.
417 (verilog-simplify-range-expression): Fix "couldn't merge" errors
418 with multiplication, bug303.
419 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
420 Reported by Jan Frode Lonnum.
421
422 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
423
424 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
425 (hfy-shell-file-name, hfy-shell):
426 * international/fontset.el (x-decompose-font-name): Fix typos.
427
428 2011-11-29 Ken Brown <kbrown@cornell.edu>
429
430 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
431 (gdb-version): Remove defvar.
432 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
433 (gdb-gud-context-command, gdb-non-stop-handler)
434 (gdb-current-context-command, gdb-stopped): Use it.
435 (gdb-init-1): Enable pretty printing here.
436 (gdb-non-stop-handler): Don't enable pretty-printing here.
437 Check to see if the target supports non-stop mode; if not, turn off
438 non-stop mode. Use the following.
439 (gdb-check-target-async): New defun.
440 (gud-watch, gdb-stopped): Fix whitespace.
441 (gdb-get-source-file): Don't try to display the source file if
442 `gdb-main-file' is nil.
443
444 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * align.el: Try to generate fewer markers (bug#10047).
447 (align--set-marker): New macro.
448 (align-region): Use it.
449
450 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
453
454 2011-11-29 Chong Yidong <cyd@gnu.org>
455
456 * indent.el (indent-for-tab-command, indent-according-to-mode):
457 Doc fix.
458 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
459
460 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
461
462 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
463 aware of remote file names. (Bug#10124)
464
465 2011-11-29 Chong Yidong <cyd@gnu.org>
466
467 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
468
469 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * files.el (find-file): Don't use force-same-window (bug#10144).
472 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
473 use pop-to-buffer if the selected window can't be used.
474 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
475
476 2011-11-28 Eli Zaretskii <eliz@gnu.org>
477
478 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
479 special-mode-map.
480
481 2011-11-28 Chong Yidong <cyd@gnu.org>
482
483 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
484
485 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
486
487 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
488 gdb-get-source-file-list on gdb-create-source-file-list.
489
490 2011-11-26 Eli Zaretskii <eliz@gnu.org>
491
492 * whitespace.el (whitespace-newline): Use a different foreground
493 color for 16-color light-background displays.
494
495 2011-11-24 Chong Yidong <cyd@gnu.org>
496
497 * window.el (display-buffer--special-action): Doc fix.
498
499 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
500
501 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
502 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
503 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
504 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
505 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
506 (avl-tree-stack-first):
507 * emacs-lisp/cconv.el (cconv--analyse-use):
508 * net/gnutls.el (gnutls-negotiate): Fix typos.
509
510 2011-11-24 Glenn Morris <rgm@gnu.org>
511
512 * lpr.el (lpr-windows-system, lpr-lp-system):
513 * mail/binhex.el (binhex-begin-line):
514 * progmodes/grep.el (grep-history, grep-find-history):
515 * textmodes/flyspell.el:
516 * vc/pcvs-defs.el (cvs-global-menu):
517 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
518 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
519 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
520
521 * net/tls.el: Fix case of "GnuTLS".
522
523 * paths.el (rmail-file-name): Format doc-string for make-docfile.
524
525 * version.el (emacs-build-system): Give it a doc-string.
526
527 2011-11-24 Juri Linkov <juri@jurta.org>
528
529 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
530
531 2011-11-24 Glenn Morris <rgm@gnu.org>
532
533 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
534 if called on a non-mime message just toggle the headers. (Bug#8006)
535
536 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
537
538 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
539 (allout-lead-with-comment-string, allout-structure-deleted-hook)
540 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
541 (allout-rebullet-heading, allout-open-sibtopic)
542 (allout-toggle-current-subtree-encryption)
543 (allout-toggle-subtree-encryption, allout-encrypt-string)
544 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
545 (allout-distinctive-bullets-string, allout-auto-activation):
546 * window.el (window-normalize-buffer-to-display):
547 * progmodes/verilog-mode.el (verilog-batch-indent):
548 * textmodes/bibtex.el (bibtex-field-braces-opt)
549 (bibtex-field-strings-opt):
550 * vc/cvs-status.el (cvs-tree-merge):
551 Fix typos.
552
553 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
554
555 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
556 `non-essential' to t, in order to avoid remote connections.
557
558 2011-11-23 Eli Zaretskii <eliz@gnu.org>
559
560 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
561 On MS-DOS and MS-Windows, compare with loaddefs.el
562 case-insensitively.
563
564 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
565
566 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
567
568 2011-11-23 Glenn Morris <rgm@gnu.org>
569
570 * paths.el (rmail-file-name): Reformat the doc-string so that it
571 is picked up.
572
573 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
574 (rmail-auto-file): Ignore case in the "special" field names,
575 as mail-fetch-field does for all others.
576
577 * mail/rmail.el (rmail-forward):
578 * mail/rmailkwd.el (rmail-set-label):
579 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
580 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
581
582 * mail/rmail.el (rmail-current-message): Doc fix.
583
584 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
585
586 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * server.el (server-eval-and-print): Allow C-g (bug#6585).
589
590 2011-11-22 Glenn Morris <rgm@gnu.org>
591
592 * mail/rmailmm.el (test-rmail-mime-handler)
593 (test-rmail-mime-bulk-handler)
594 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
595
596 2011-11-21 Juri Linkov <juri@jurta.org>
597
598 * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function'
599 to nil. (Bug#10018)
600
601 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
602
603 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
604 Tell the caller that the next line needs recomputation, even
605 though it doesn't start a sexp (bug#10094).
606
607 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
610
611 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
614 Use force-same-window.
615
616 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
617
618 * descr-text.el (describe-char-unicode-data):
619 * json.el (json-string-escape):
620 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
621 (Footnote-unicode, Footnote-style-p):
622 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
623
624 2011-11-20 Chong Yidong <cyd@gnu.org>
625
626 * window.el (replace-buffer-in-windows): Restore interactive spec.
627
628 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * electric.el (electric-indent-mode): Fix last change (too optimistic).
631
632 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
633 (byte-compile-global-not-obsolete-vars): New var.
634 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
635 Use it.
636 (byte-compile-warn-obsolete): Align text with the one in *Help*.
637
638 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
639
640 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
641 * progmodes/pascal.el (electric-pascal-equal):
642 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
643 * xml.el (xml-substitute-special): Fix typos.
644
645 2011-11-20 Glenn Morris <rgm@gnu.org>
646
647 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
648 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
649 Doc fixes.
650 (rmail-decode-mime-charset): Mark as obsolete.
651
652 * mail/rmailsum.el (rmail-message-regexp-p-1):
653 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
654 Before using mime functions, check they are set. (Bug#10077)
655
656 2011-11-19 Juri Linkov <juri@jurta.org>
657
658 * info.el (Info-finder-find-node): Use `package--builtins' instead
659 of `package-alist'. Use node names formed by the pattern "Keyword "
660 and the keyword name.
661
662 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
663
664 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
665 bash.
666
667 2011-11-19 Juri Linkov <juri@jurta.org>
668
669 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
670 that calls `revert-buffer' on all Info buffers. (Bug#9915)
671 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
672 `old-history', `old-history-forward'. Add let-binding
673 `window-selected'. Remove calls to `kill-buffer',
674 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
675 before calling `Info-find-node', so `Info-find-node-2' will reread
676 the Info file. Restore window positions only when `window-selected'
677 is non-nil.
678
679 2011-11-19 Juri Linkov <juri@jurta.org>
680
681 * isearch.el (isearch-lazy-highlight-new-loop):
682 Remove condition `(not isearch-error)'. (Bug#9918)
683
684 * misearch.el (multi-isearch-search-fun): Add condition
685 `(not bound)' to ignore lazy-highlighting search.
686 Add the search-failed message "end of multi" when the end of
687 multi-sequence is reached. Uncapitalize the search-failed
688 message "Repeat for next buffer".
689
690 * info.el (Info-search): Add the search-failed message
691 "end of the manual" when the end of the manual is reached
692 in Isearch mode.
693
694 2011-11-19 Juri Linkov <juri@jurta.org>
695
696 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
697 Use non-destructive `remove' instead of `delete' because
698 `Info-history-list' stored to `Info-isearch-initial-history-list' in
699 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
700
701 2011-11-19 Juri Linkov <juri@jurta.org>
702
703 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
704 to nil instead of binding `search-ring' and `regexp-search-ring'.
705 (Bug#9185)
706
707 2011-11-19 Eli Zaretskii <eliz@gnu.org>
708
709 * simple.el (line-move): Force movement by logical lines for any
710 hscrolled window, not only when auto-hscroll-mode is on.
711 (line-move-visual): Update doc string to that effect. (Bug#10076)
712
713 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
714
715 * language/european.el (macintosh): Define as alias for mac-roman.
716
717 2011-11-19 Eli Zaretskii <eliz@gnu.org>
718
719 * mail/rmailmm.el (rmail-mime-display-header)
720 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
721 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
722 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
723 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
724 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
725 of a raw aref.
726 (rmail-mime-entity-segment): To get past the tagline, move forward
727 2 more lines, to account for the 2 empty lines that precede and
728 follow the line with the buttons.
729 (rmail-mime-update-tagline): Move one more line, to get past the
730 empty line that follows the buttons in the tagline. (Bug#9520)
731
732 2011-11-19 Martin Rudalics <rudalics@gmx.at>
733
734 * window.el (window-max-delta-1, window-min-delta-1)
735 (window-min-size-1, window-state-get-1, window-state-put-1)
736 (window-state-put-2): Use "window--" prefix.
737
738 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * emacs-lisp/smie.el: Improve warnings and conflict detection.
741 (smie-warning-count): New var.
742 (smie-set-prec2tab): Use it.
743 (smie-bnf->prec2): Improve warnings. Add docstring.
744 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
745 (smie-bnf--set-class): New function.
746 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
747 corner case.
748
749 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
750 (compilation-error-properties, compilation-move-to-column):
751 Handle compilation-first-column while in the target buffer.
752
753 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
754 Don't hardcode point-min==1.
755
756 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
757 (eshell-rewrite-for-command): Remove workaround.
758 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
759 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
760 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
761
762 * files-x.el (modify-file-local-variable): Obey commenting conventions.
763
764 2011-11-17 Glenn Morris <rgm@gnu.org>
765
766 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
767 Ignore buffer-local generated-autoload-file if it is the same
768 as the global value. (Bug#10049)
769
770 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
771
772 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
773 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
774 (reftex-toc-previous-heading, reftex-toc-max-level)
775 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
776 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
777 (reftex-toc-do-promote, reftex-toc-promote-prepare)
778 (reftex-toc-promote-action, reftex-toc-extract-section-number)
779 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
780 (reftex-toc-rename-label, reftex-toc-visit-location)
781 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
782 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
783 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
784 leaving "*toc*" only for references to the buffer.
785
786 2011-11-17 Martin Rudalics <rudalics@gmx.at>
787
788 * window.el (window-resize, delete-window, split-window):
789 Replace window-splits by window-combination-resize.
790 * cus-start.el (window-splits): Replace by
791 window-combination-resize.
792
793 2011-11-17 Glenn Morris <rgm@gnu.org>
794
795 * progmodes/sh-script.el (sh-font-lock-keywords-var):
796 Make bash entry derive from sh entry, not shell entry.
797
798 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
799
800 * net/tramp-cache.el (tramp-flush-file-property): Flush also
801 properties of linked files. (Bug#9879)
802
803 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
804 local file name.
805
806 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
807
808 * menu-bar.el (menu-bar-file-menu):
809 * printing.el (pr-ps-utility):
810 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
811 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
812 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
813 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
814 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
815 (icalendar--convert-cyclic-to-ical)
816 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
817 (icalendar--convert-ical-to-diary)
818 (icalendar--convert-recurring-to-diary)
819 (icalendar--convert-non-recurring-all-day-to-diary)
820 (icalendar-import-format-sample):
821 * progmodes/idlw-shell.el (idlwave-shell-mode):
822 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
823 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
824 (vhdl-ps-print-init): Fix typos.
825
826 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
827
828 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
829 FSF and collapse date sequence, obscure author/maintainer email address
830 better, remove extra version line, track relocation of author's webpage.
831
832 * progmodes/python.el (python-pdbtrack-input-prompt)
833 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
834 regular python pdb prompts. Adjustments shamelessly taken exactly as
835 suggested in EmacsWiki page (tiny change):
836 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
837
838 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
839
840 * expand.el (expand-pos, expand-index, expand-point):
841 Remove redundant info from docstring.
842 (expand-add-abbrevs): Doc fix.
843 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
844 (expand-sample-perl-mode-expand-list): Fix typos.
845
846 * net/dbus.el (dbus-event-member-name):
847 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
848 * term/pc-win.el (msdos-create-frame-with-faces):
849 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
850
851 2011-11-16 Martin Rudalics <rudalics@gmx.at>
852
853 * window.el (split-window, window-state-get-1)
854 (window-state-put-1, window-state-put-2): Rename occurrences of
855 window-nest to window-combination-limit.
856 * cus-start.el (window-nest): Rename to
857 window-combination-limit.
858
859 2011-11-16 Chong Yidong <cyd@gnu.org>
860
861 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
862 regexp (Bug#10033).
863
864 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
867 `completing-read' will remove *Completions* and will preserve
868 current-buffer for us.
869 (tmm-add-prompt): Users of *Completions* will always (re)set its
870 major mode.
871 (tmm-old-comp-map): Remove.
872
873 2011-11-16 Glenn Morris <rgm@gnu.org>
874
875 * mail/rmailedit.el: Require rmailmm when compiling.
876 (rmail-old-mime-state): New declaration.
877 (rmail-edit-current-message): If editing a mime message,
878 edit the "raw" message from the mbox buffer.
879 (rmail-cease-edit): Handle mime messages. (Bug#9840)
880
881 2011-11-15 Glenn Morris <rgm@gnu.org>
882
883 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
884 which wasn't being used. Add optional arg to force given state.
885 (rmail-mime): Add optional arg to force given state.
886
887 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
888
889 * allout.el (allout-encryption-plaintext-sanitization-regexps):
890 * frame.el (display-mm-dimensions-alist):
891 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
892 (outline-move-subtree-down):
893 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
894 (newsticker--treeview-do-get-node):
895 * net/quickurl.el (quickurl-list-buffer-name):
896 * progmodes/dcl-mode.el (dcl-mode):
897 * progmodes/gdb-mi.el (gdb-mapcar*):
898 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
899
900 2011-11-15 Glenn Morris <rgm@gnu.org>
901
902 * mail/rmail.el (rmail-file-coding-system): It's only ever used
903 in a boolean sense, so just make it a boolean, and fix the doc.
904 (rmail-show-mime-function, rmail-mime-feature)
905 (rmail-require-mime-maybe): Doc fixes.
906 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
907
908 * mail/rmailmm.el (rmail-show-mime): Doc fix.
909
910 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
911
912 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
913 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
914 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
915 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
916
917 2011-11-15 Glenn Morris <rgm@gnu.org>
918
919 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
920 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
921 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
922 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
923 (rmail-mime, rmail-show-mime): Doc fixes.
924
925 * term/ns-win.el (mode-line-frame-identification):
926 Leave it alone. (Bug#10051)
927
928 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
929
930 * mail/rmailout.el (rmail-output-to-rmail-buffer):
931 Handle empty buffers. (Bug#9978)
932
933 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
934
935 * international/mule.el (define-charset):
936 * mail/rmailmm.el (rmail-mime-find-header-encoding):
937 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
938 * progmodes/verilog-mode.el (verilog-backward-token):
939 * textmodes/ispell.el (lookup-words):
940 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
941
942 2011-11-14 Glenn Morris <rgm@gnu.org>
943
944 * progmodes/executable.el
945 (executable-make-buffer-file-executable-if-script-p):
946 Handle file-modes returning nil.
947
948 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
949 message - not necessary, and causes problems. (Bug#9831)
950
951 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
952
953 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
954
955 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
956 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
957 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
958
959 2011-11-12 Martin Rudalics <rudalics@gmx.at>
960
961 * window.el (window-resize, delete-window): Use window-splits
962 variable instead of function.
963 (window-state-get-1, window-state-put-2, window-state-put):
964 Don't deal with windows' splits status.
965
966 2011-11-12 Glenn Morris <rgm@gnu.org>
967
968 * apropos.el (apropos-do-all, apropos-library, apropos-value)
969 (apropos-documentation): Doc fixes.
970
971 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
972
973 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
974 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
975
976 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * electric.el (electric-indent-post-self-insert-function): Make it
979 possible for a char to only indent in some circumstances.
980 (electric-indent-mode): Simplify.
981
982 2011-11-11 Martin Rudalics <rudalics@gmx.at>
983
984 * window.el (windows-with-parameter): Remove unused function.
985 (windows-at-side): Rename to window-at-side-list.
986 (window-check, window-atom-check, window-atom-check-1)
987 (window-side-check, window-size-ignore, window-size-fixed-1)
988 (window-in-direction-2): Prefix with "window--".
989 (window-tree-1): Rename to window--subtree, fix doc-string.
990
991 2011-11-11 Glenn Morris <rgm@gnu.org>
992
993 * subr.el (eval-after-load): If FILE is already loaded,
994 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
995
996 2011-11-10 Glenn Morris <rgm@gnu.org>
997
998 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
999 Call svn via vc-svn-command rather than vc-do-command.
1000 (vc-svn-command): Add --non-interactive. (Bug#9993)
1001 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1002
1003 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1004 Add toggle-read-only. (Bug#7292)
1005 * files.el (toggle-read-only): Mention that it should only
1006 be used interactively. (Bug#10006)
1007
1008 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1011 Adjust regexp for OCaml warnings.
1012
1013 * electric.el (electric-pair-post-self-insert-function): Let user
1014 turn it off buffer-locally (bug#9932).
1015
1016 * progmodes/python.el (python-beginning-of-statement):
1017 Rewrite (bug#2703).
1018
1019 * progmodes/compile.el: Better handle TABs (bug#9749).
1020 (compilation-internal-error-properties)
1021 (compilation-next-error-function): Obey the target buffer's
1022 compilation-error-screen-columns.
1023
1024 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * progmodes/meta-mode.el: Remove obsolete comments.
1027 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1028 Fix typos in docstrings.
1029
1030 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1031
1032 * window.el (window-size-fixed-p): Rewrite doc-string.
1033 (window-resizable-p): Rename to window--resizable-p. Update callers.
1034 (window--resizable): New function. Make all callers of
1035 window-resizable call window--resizable instead.
1036 (window-resizable): Rewrite in terms of window--resizable.
1037
1038 2011-11-08 Glenn Morris <rgm@gnu.org>
1039
1040 * progmodes/delphi.el (delphi-mode-syntax-table):
1041 Let define-derived-mode define a proper syntax table. (Bug#9994)
1042
1043 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * window.el: Stay away from defsubst.
1046 (window-list-no-nils): Remove.
1047 (window-state-get-1, window-state-get): Use backquote instead.
1048
1049 2011-11-08 thierry <thierry.volpiatto@gmail.com>
1050
1051 * emacs-lisp/find-func.el (find-function-read):
1052 Fix incorrect use of default argument in `completing-read'.
1053
1054 2011-11-08 Martin Rudalics <rudalics@gmx.at>
1055
1056 * window.el (display-buffer-function, special-display-function):
1057 Mention display-buffer-record-window but do not mention
1058 help-setup parameter in doc-strings.
1059 (window-min-delta): Fix doc-string typo.
1060
1061 2011-11-08 Chong Yidong <cyd@gnu.org>
1062
1063 * window.el (window-total-height, window-total-width): Doc fix.
1064 (window-body-size): Move from C.
1065 (window-body-height, window-body-width): Move to C.
1066
1067 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * window.el: Make special-display like display-buffer-alist (bug#9532).
1070 (display-buffer--special-action): New function, morphed
1071 from display-buffer--special.
1072 (display-buffer): Use it to handle special-display-buffers at higher
1073 priority (just after display-buffer-alist).
1074 (display-buffer-fallback-action, display-buffer--other-frame-action)
1075 (pop-to-buffer-same-window): Remove display-buffer--special.
1076
1077 2011-11-07 Glenn Morris <rgm@gnu.org>
1078
1079 * calendar/cal-menu.el (cal-menu-set-date-title):
1080 Do nothing if not in a calendar. (Bug#9976)
1081
1082 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * files.el (find-file): Always use selected-window.
1085
1086 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1087
1088 * window.el (window-combinations): Make WINDOW argument
1089 mandatory. Rewrite doc-string.
1090 (walk-window-subtree, window-atom-check, window-min-delta)
1091 (window-max-delta, window--resize-this-window)
1092 (window--resize-root-window-vertically, window-tree)
1093 (balance-windows, window-state-put): Rewrite doc-strings as to
1094 not mention the term "subwindow".
1095 (window--resize-subwindows-skip-p): Rename to
1096 window--resize-child-windows-skip-p.
1097 (window--resize-subwindows-normal): Rename to
1098 window--resize-child-windows-normal.
1099 (window--resize-subwindows): Rename to
1100 window--resize-child-windows.
1101 (window-or-subwindow-p): Rename to window--in-subtree-p.
1102
1103 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1104
1105 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1106 Ensure that mbox format messages end in two newlines (Bug#9974).
1107
1108 2011-11-06 Chong Yidong <cyd@gnu.org>
1109
1110 * window.el (window-combination-p): Function deleted; its
1111 side-effect is not used in any existing code.
1112 (window-combinations, window-combined-p): Call window-*-child
1113 directly.
1114
1115 2011-11-05 Chong Yidong <cyd@gnu.org>
1116
1117 * window.el (window-valid-p): Rename from window-any-p.
1118 (window-size-ignore, window-state-get): Callers changed.
1119 (window-normalize-window): Rename from window-normalize-any-window.
1120 New arg LIVE-ONLY, replacing window-normalize-live-window.
1121 (window-normalize-live-window): Delete.
1122 (window-combination-p, window-combined-p, window-combinations)
1123 (walk-window-subtree, window-atom-root, window-min-size)
1124 (window-sizable, window-sizable-p, window-size-fixed-p)
1125 (window-min-delta, window-max-delta, window-resizable)
1126 (window-resizable-p, window-full-height-p, window-full-width-p)
1127 (window-current-scroll-bars, window-point-1, set-window-point-1)
1128 (window-at-side-p, window-in-direction, window-resize)
1129 (adjust-window-trailing-edge, maximize-window, minimize-window)
1130 (window-deletable-p, delete-window, delete-other-windows)
1131 (record-window-buffer, unrecord-window-buffer)
1132 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1133 (quit-window, split-window, window-state-put)
1134 (set-window-text-height, fit-window-to-buffer)
1135 (shrink-window-if-larger-than-buffer): Callers changed.
1136
1137 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1138
1139 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1140 rfc2047-decode-string.
1141 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1142 warnings.
1143
1144 * window.el (window-body-height, window-body-width): Mention in
1145 the doc string that the return values are in frame's canonical
1146 units. (Bug#9949)
1147
1148 2011-11-03 Alan Mackenzie <acm@muc.de>
1149
1150 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1151 change in cc-engine.el.
1152
1153 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1156
1157 2011-11-02 Martin Rudalics <rudalics@gmx.at>
1158
1159 * window.el (quit-window): Call unrecord-window-buffer after
1160 showing another buffer in the window. (Bug#9937)
1161 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1162
1163 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1166 Accept status with more than 9 shelves. (Bug#9935)
1167 Reported by Colin D Bennett <colin@gibibit.com>.
1168
1169 2011-11-01 Martin Rudalics <rudalics@gmx.at>
1170
1171 * help.el (with-help-window): Don't reference
1172 temp-buffer-show-specifiers in doc-string.
1173
1174 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1175
1176 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1177 menu-item.
1178
1179 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1180
1181 * whitespace.el: New version 13.2.2.
1182 (whitespace-newline-mode): Disable properly. Reported by Sarah
1183 <EmacsWiki>.
1184
1185 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1186
1187 * net/newst-treeview.el: Remove "Time-stamp".
1188 (newsticker--group-manage-orphan-feeds): Do not call
1189 newsticker--treeview-tree-update.
1190 (newsticker-treeview-update, newsticker-treeview):
1191 Call newsticker--treeview-tree-update if necessary.
1192
1193 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1194
1195 * window.el (window-iso-combination-p, window-iso-combined-p)
1196 (window-iso-combinations): Remove "iso-" infix.
1197 Suggested by Chong Yidong.
1198 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1199 (window-max-delta-1, window-resize, window--resize-siblings)
1200 (window--resize-this-window, adjust-window-trailing-edge)
1201 (split-window, balance-windows-1)
1202 (shrink-window-if-larger-than-buffer):
1203 * calendar/calendar.el (calendar-generate-window):
1204 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1205
1206 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1209 in place (bug#9907).
1210 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1211 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1212 (eshell-structure-basic-command, eshell-rewrite-while-command)
1213 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1214 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1215 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1216 (eshell-do-pipelines-synchronously, eshell-eval-command):
1217 Use backquotes and prefer setq to set.
1218 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1219 (eshell-macrop): Use functionp.
1220 (eshell-do-eval): Handle multiple expressions in `while' body.
1221
1222 2011-10-30 Chong Yidong <cyd@gnu.org>
1223
1224 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1225 instead of set-mark (Bug#9810).
1226
1227 2011-10-30 Chong Yidong <cyd@gnu.org>
1228
1229 * window.el (split-window-below, split-window-right): Rename from
1230 split-window-above-each-other and split-window-side-by-side
1231 respectively. All callers changed.
1232 (split-window-sensibly, split-window-sensibly): Use them.
1233 (split-window-keep-point): Doc fix.
1234
1235 * isearch.el: Add isearch-scroll property to split-window-below
1236 and split-window-right.
1237
1238 * follow.el (follow-mode):
1239 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1240 * progmodes/ada-xref.el (ada-gdb-application):
1241 * emulation/vip.el (vip-buffer-in-two-windows):
1242 * image-dired.el (image-dired-dired-with-window-configuration):
1243 * dired-x.el (dired-do-find-marked-files):
1244 * dired.el (dired-pop-to-buffer):
1245 * bs.el (bs--show-with-configuration):
1246 * vc/emerge.el (emerge-setup-windows):
1247 * textmodes/two-column.el (2C-two-columns):
1248 * textmodes/reftex-toc.el (reftex-toc):
1249 * progmodes/gdb-mi.el (gdb-setup-windows):
1250 * progmodes/fortran.el (fortran-window-create):
1251 * net/newst-treeview.el (newsticker--treeview-window-init):
1252 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1253 * emulation/tpu-edt.el (tpu-gold-map):
1254 * emulation/crisp.el (crisp-mode-map):
1255 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1256
1257 2011-10-29 Chong Yidong <cyd@gnu.org>
1258
1259 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1260
1261 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1262
1263 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1264 forged Ispell output (Bug#7904).
1265
1266 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1267
1268 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * doc-view.el: Avoid ugly errors about not finding nil.
1271 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1272 (doc-view-dvipdf-program, doc-view-unoconv-program)
1273 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1274 Avoid nil or absolute file name as default value.
1275 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1276
1277 2011-10-28 Alan Mackenzie <acm@muc.de>
1278
1279 * progmodes/cc-defs.el (c-version): -> 5.32.2.
1280
1281 2011-10-28 Alan Mackenzie <acm@muc.de>
1282
1283 Amend the handling of c-beginning/end-of-defun in nested declaration
1284 scopes.
1285
1286 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1287 cc-langs.el. Change it to a defcustom.
1288
1289 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1290 cc-vars.el.
1291
1292 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1293 Prevent "class foo : bar" being spuriously recognized as a label.
1294
1295 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1296 Add parameter `inclusive' (to include enclosing braces in the region).
1297 (c-widen-to-enclosing-decl-scope): New function.
1298 (c-while-widening-to-decl-block): New macro.
1299 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1300 outward for defun boundaries, and correspondingly change symbol
1301 `respect-enclosure' to `go-outward'.
1302 (c-declaration-limits): Change algorithm to report only the "innermost"
1303 defun's boundaries.
1304
1305 2011-10-28 Deniz Dogan <deniz@dogan.se>
1306
1307 * net/rcirc.el (rcirc-mode): Use hard newlines.
1308
1309 2011-10-28 Alan Mackenzie <acm@muc.de>
1310
1311 Amend to indent and fontify macros "which include their own semicolon"
1312 correctly, using the "virtual semicolon" mechanism.
1313
1314 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1315
1316 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1317 Recode to scan one line at a time rather than having \n and \r
1318 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1319 (c-forward-label): Amend for virtual semicolons.
1320 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1321
1322 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1323 of the new C macros.
1324
1325 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1326 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1327 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1328 (c-opt-cpp-macro-define): Make into a full language variable.
1329 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1330 AWK Mode (including \n, \r) removed, no longer needed.
1331
1332 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1333 Invoke c-make-macro-with-semi-re.
1334
1335 * progmodes/cc-vars.el (c-macro-with-semi-re):
1336 (c-macro-names-with-semicolon): New variables.
1337 (c-make-macro-with-semi-re): New function.
1338
1339 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * vc/log-edit.el: Fill empty field rather than adding new one.
1342 (log-edit-add-field): New function.
1343 (log-edit-insert-changelog): Use it.
1344
1345 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1346
1347 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1348
1349 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1352 (gdb--check-interpreter): New function.
1353 (gdb): Use it.
1354
1355 2011-10-27 Glenn Morris <rgm@gnu.org>
1356
1357 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1358 (least-positive-float, least-negative-float)
1359 (least-positive-normalized-float, least-negative-normalized-float)
1360 (float-epsilon, float-negative-epsilon):
1361 Remove unnecessary declarations.
1362
1363 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1364 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1365 (least-positive-float, least-negative-float)
1366 (least-positive-normalized-float, least-negative-normalized-float)
1367 (float-epsilon, float-negative-epsilon): Add doc-strings,
1368 based on those in cl.texi.
1369
1370 * files.el (set-visited-file-name): If the major-mode changed,
1371 reload the local variables. (Bug#9796)
1372
1373 2011-10-27 Chong Yidong <cyd@gnu.org>
1374
1375 * subr.el (change-major-mode-after-body-hook): New hook.
1376 (run-mode-hooks): Run it.
1377
1378 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1379 Use change-major-mode-before-body-hook.
1380
1381 * simple.el (fundamental-mode):
1382 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1383 change introducing fundamental-mode-hook.
1384
1385 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1388
1389 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * ido.el (ido-file-name-all-completions-1): Do not require
1392 tramp.el explicitly. (Bug#7583)
1393
1394 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * progmodes/octave-mod.el:
1397 * progmodes/octave-inf.el: Update maintainer.
1398
1399 2011-10-26 Chong Yidong <cyd@gnu.org>
1400
1401 * subr.el (with-wrapper-hook): Rewrite doc.
1402
1403 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1406 filenames "/method:foo:". (Bug#9793)
1407
1408 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1411 (bug#9865).
1412
1413 2011-10-24 Glenn Morris <rgm@gnu.org>
1414
1415 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1416
1417 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
1418
1419 * notifications.el: Add the requirement of a running D-Bus session
1420 bus to the Commentary.
1421
1422 2011-10-24 Juri Linkov <juri@jurta.org>
1423
1424 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1425 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1426 (Bug#9364)
1427
1428 2011-10-24 Juri Linkov <juri@jurta.org>
1429
1430 * info.el (Info-following-node-name-re): Add newline to the list
1431 of allowed characters for leading space. (Bug#9824)
1432
1433 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * progmodes/octave-inf.el (inferior-octave-mode-map):
1436 Fix C-c C-h binding.
1437 * progmodes/octave-mod.el (octave-help): Remove.
1438
1439 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1440
1441 Sync with Tramp 2.2.3.
1442
1443 * net/tramp-cache.el (top): Pacify byte-compiler using
1444 `init-file-user' and `site-run-file'.
1445
1446 * net/trampver.el: Update release number.
1447
1448 2011-10-23 Chong Yidong <cyd@gnu.org>
1449
1450 * files.el (toggle-read-only): Remove obsolete comment about
1451 version control.
1452
1453 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1454 for toggle-read-only. Note that this hasn't called vc-next-action
1455 since 2008-05-02, though it wasn't documented at the time.
1456
1457 * vc/ediff-init.el (ediff-toggle-read-only-function):
1458 Use toggle-read-only.
1459
1460 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1461
1462 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1463 of c-parse-state.
1464
1465 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1466 correct faulty logical expression.
1467 (c-parse-state-state, c-record-parse-state-state):
1468 (c-replay-parse-state-state): New defvar/defuns.
1469 (c-debug-parse-state): Use new functions.
1470
1471 2011-10-22 Martin Rudalics <rudalics@gmx.at>
1472
1473 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
1474 last fix. Use window-in-direction correctly.
1475
1476 2011-10-21 Chong Yidong <cyd@gnu.org>
1477
1478 * progmodes/idlwave.el (idlwave-mode):
1479 * progmodes/vera-mode.el (vera-mode): No need to set
1480 require-final-newline; that's done in prog-mode.
1481 Suggested by Stefan Monnier.
1482
1483 2011-10-21 Martin Rudalics <rudalics@gmx.at>
1484
1485 * mouse.el (mouse-drag-window-above)
1486 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1487 (mouse-drag-mode-line-1, mouse-drag-header-line)
1488 (mouse-drag-vertical-line-rightward-window): Remove.
1489 (mouse-drag-line): New function.
1490 (mouse-drag-mode-line, mouse-drag-header-line)
1491 (mouse-drag-vertical-line): Call mouse-drag-line.
1492 * window.el (window-at-side-p, windows-at-side): New functions.
1493
1494 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
1495
1496 * tar-mode.el (tar-grind-file-mode):
1497 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1498
1499 2011-10-21 Chong Yidong <cyd@gnu.org>
1500
1501 * progmodes/idlwave.el (idlwave-mode):
1502 * progmodes/vera-mode.el (vera-mode):
1503 Use mode-require-final-newline.
1504
1505 2011-10-20 Glenn Morris <rgm@gnu.org>
1506
1507 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
1508
1509 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1510
1511 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1512
1513 2011-10-20 Chong Yidong <cyd@gnu.org>
1514
1515 * emulation/cua-base.el (cua-mode):
1516 * mail/footnote.el (footnote-mode):
1517 * mail/mailabbrev.el (mail-abbrevs-mode):
1518 * net/xesam.el (xesam-minor-mode):
1519 * progmodes/bug-reference.el (bug-reference-mode):
1520 * progmodes/cap-words.el (capitalized-words-mode):
1521 * progmodes/compile.el (compilation-minor-mode)
1522 (compilation-shell-minor-mode):
1523 * progmodes/gud.el (gud-tooltip-mode):
1524 * progmodes/hideif.el (hide-ifdef-mode):
1525 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1526 * progmodes/subword.el (subword-mode):
1527 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1528 * progmodes/which-func.el (which-function-mode):
1529 * term/tvi970.el (tvi970-set-keypad-mode):
1530 * term/vt100.el (vt100-wide-mode):
1531 * textmodes/flyspell.el (flyspell-mode):
1532 * textmodes/ispell.el (ispell-minor-mode):
1533 * textmodes/nroff-mode.el (nroff-electric-mode):
1534 * textmodes/paragraphs.el (use-hard-newlines):
1535 * textmodes/refill.el (refill-mode):
1536 * textmodes/reftex.el (reftex-mode):
1537 * textmodes/rst.el (rst-minor-mode):
1538 * textmodes/sgml-mode.el (html-autoview-mode)
1539 (sgml-electric-tag-pair-mode):
1540 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1541 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1542 * emulation/crisp.el (crisp-mode):
1543 * emacs-lisp/eldoc.el (eldoc-mode):
1544 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1545 minor mode behavior.
1546
1547 2011-10-19 Juri Linkov <juri@jurta.org>
1548
1549 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1550 the list of hard-coded chars with escape-glyph face.
1551
1552 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1555
1556 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
1557
1558 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1559 running process.
1560
1561 2011-10-19 Glenn Morris <rgm@gnu.org>
1562
1563 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1564 Ignore ignored files. (Bug#9726)
1565
1566 2011-10-19 Chong Yidong <cyd@gnu.org>
1567
1568 Doc fix for minor modes, stating that an omitted argument enables
1569 the mode unconditionally when called from Lisp.
1570
1571 * abbrev.el (abbrev-mode):
1572 * allout.el (allout-mode):
1573 * autoinsert.el (auto-insert-mode):
1574 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1575 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1576 (global-auto-revert-mode):
1577 * battery.el (display-battery-mode):
1578 * composite.el (global-auto-composition-mode)
1579 (auto-composition-mode):
1580 * delsel.el (delete-selection-mode):
1581 * desktop.el (desktop-save-mode):
1582 * dired-x.el (dired-omit-mode):
1583 * dirtrack.el (dirtrack-mode):
1584 * doc-view.el (doc-view-minor-mode):
1585 * double.el (double-mode):
1586 * electric.el (electric-indent-mode, electric-pair-mode):
1587 * emacs-lock.el (emacs-lock-mode):
1588 * epa-hook.el (auto-encryption-mode):
1589 * follow.el (follow-mode):
1590 * font-core.el (font-lock-mode):
1591 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1592 * help.el (temp-buffer-resize-mode):
1593 * hilit-chg.el (highlight-changes-mode)
1594 (highlight-changes-visible-mode):
1595 * hi-lock.el (hi-lock-mode):
1596 * hl-line.el (hl-line-mode, global-hl-line-mode):
1597 * icomplete.el (icomplete-mode):
1598 * ido.el (ido-everywhere):
1599 * image-file.el (auto-image-file-mode):
1600 * image-mode.el (image-minor-mode):
1601 * iswitchb.el (iswitchb-mode):
1602 * jka-cmpr-hook.el (auto-compression-mode):
1603 * linum.el (linum-mode):
1604 * longlines.el (longlines-mode):
1605 * master.el (master-mode):
1606 * mb-depth.el (minibuffer-depth-indicate-mode):
1607 * menu-bar.el (menu-bar-mode):
1608 * minibuf-eldef.el (minibuffer-electric-default-mode):
1609 * mouse-sel.el (mouse-sel-mode):
1610 * msb.el (msb-mode):
1611 * mwheel.el (mouse-wheel-mode):
1612 * outline.el (outline-minor-mode):
1613 * paren.el (show-paren-mode):
1614 * recentf.el (recentf-mode):
1615 * reveal.el (reveal-mode, global-reveal-mode):
1616 * rfn-eshadow.el (file-name-shadow-mode):
1617 * ruler-mode.el (ruler-mode):
1618 * savehist.el (savehist-mode):
1619 * scroll-all.el (scroll-all-mode):
1620 * scroll-bar.el (scroll-bar-mode):
1621 * server.el (server-mode):
1622 * shell.el (shell-dirtrack-mode):
1623 * simple.el (auto-fill-mode, transient-mark-mode)
1624 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1625 (line-number-mode, column-number-mode, size-indication-mode)
1626 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1627 * strokes.el (strokes-mode):
1628 * time.el (display-time-mode):
1629 * t-mouse.el (gpm-mouse-mode):
1630 * tool-bar.el (tool-bar-mode):
1631 * tooltip.el (tooltip-mode):
1632 * type-break.el (type-break-mode-line-message-mode)
1633 (type-break-query-mode):
1634 * view.el (view-mode):
1635 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1636 (global-whitespace-mode, global-whitespace-newline-mode):
1637 * xt-mouse.el (xterm-mouse-mode): Doc fix.
1638
1639 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1640 Fix autogenerated docstring.
1641
1642 2011-10-19 Juri Linkov <juri@jurta.org>
1643
1644 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
1645 by checking environment variables "DESKTOP_SESSION" and
1646 "XDG_CURRENT_DESKTOP". (Bug#9779)
1647
1648 2011-10-19 Juri Linkov <juri@jurta.org>
1649
1650 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
1651 (browse-url-chromium-program, browse-url-chromium-arguments):
1652 New defcustoms.
1653 (browse-url-default-browser): Check for `browse-url-chromium' and
1654 call `browse-url-chromium-program'.
1655 (browse-url-chromium): New command. (Bug#9779)
1656
1657 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
1658
1659 * facemenu.el (list-colors-duplicates): On Windows, detect more
1660 duplicates by assuming that only colors matching "^System" are
1661 special "system colors". (Bug#9722)
1662
1663 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
1666 to distinguish the author from the committer.
1667
1668 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
1671
1672 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
1673
1674 * international/mule.el (sgml-html-meta-auto-coding-function):
1675 Add support for detecting encoding in HTML5 specified only as
1676 <meta charset="UTF-8">. Implementation just makes http-equiv and
1677 content-type parts from HTML4 encoding string optional. (Bug#9716)
1678
1679 2011-10-18 Glenn Morris <rgm@gnu.org>
1680
1681 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
1682
1683 2011-10-18 Chong Yidong <cyd@gnu.org>
1684
1685 * faces.el (cursor): Doc fix.
1686
1687 2011-10-17 Chong Yidong <cyd@gnu.org>
1688
1689 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
1690
1691 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
1692
1693 * dirtrack.el (dirtrack): Support shell buffers with path
1694 prefixes, e.g. tramp-based remote shells. (Bug#9647)
1695
1696 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
1697
1698 * json.el: Bump version to 1.3 and note change in History.
1699 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
1700
1701 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * comint.el (comint-insert-input, comint-send-input)
1704 (comint-get-old-input-default, comint-backward-matching-input)
1705 (comint-next-prompt): Use nil instead of `input' for field property of
1706 past user input (bug#114).
1707
1708 * minibuffer.el (completion--replace): Inherit surrounding properties
1709 (bug#114).
1710 (minibuffer-complete-and-exit): Use it.
1711
1712 * comint.el (comint--table-subvert): Quote the all-completions output
1713 (bug#9160).
1714
1715 2011-10-17 Martin Rudalics <rudalics@gmx.at>
1716
1717 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
1718
1719 * menu-bar.el (menu-bar-file-menu): Add entry for making new
1720 window on right of selected. (Bug#9350) Reword other window
1721 entries and separate them from frame entries.
1722
1723 2011-10-15 Glenn Morris <rgm@gnu.org>
1724
1725 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
1726 Doc fixes.
1727
1728 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * net/network-stream.el (network-stream-open-starttls):
1731 Improve detection of failure due to lack of TLS support.
1732
1733 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1734 putting the input text in front and in bold.
1735
1736 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1739
1740 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1741 empty buffer.
1742
1743 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1744 unread-command-events rather than pushing yet-another event.
1745
1746 2011-10-14 Eli Zaretskii <eliz@gnu.org>
1747
1748 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1749 the explanation of the possible choices. Make the options passed
1750 to completing-read shorter.
1751
1752 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1753
1754 * textmodes/flyspell.el (flyspell-large-region): Make sure
1755 extended character mode is used if defined (Bug#1339).
1756
1757 2011-10-13 Eli Zaretskii <eliz@gnu.org>
1758
1759 * simple.el (what-cursor-position): Fix the display of the
1760 character info for LRE, LRO, RLE, and RLO characters by appending
1761 an invisible PDF.
1762
1763 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1766 even in case of error; add debug spec; simplify data flow.
1767 (with-timeout-handler): Remove.
1768
1769 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
1770
1771 Fix Bug#6019, Bug#9315.
1772
1773 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1774 complete `buffer-file-name', the local file name part could look
1775 remotely (for example on VMS).
1776
1777 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1778 `tramp-run-real-handler'.
1779 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1780 already quoted by '"'.
1781
1782 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1783 Let `file-name-handler-alist' be nil, the local file name part
1784 could look remotely (for example on VMS).
1785
1786 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1787
1788 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1789 from here...
1790 (flyspell-post-command-hook): ...to here.
1791
1792 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1795 if not needed.
1796 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1797 using completion. Protect against "slow" callers.
1798 Remove the "message hack".
1799
1800 2011-10-11 Juri Linkov <juri@jurta.org>
1801
1802 * isearch.el (isearch-lazy-highlight-word): New variable.
1803 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1804 Use it. (Bug#9727)
1805
1806 2011-10-11 Glenn Morris <rgm@gnu.org>
1807
1808 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1809 like f90-previous-statement does.
1810
1811 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1812
1813 * eshell/eshell.el (eshell-command): History should be saved
1814 only in interactive use, to avoid error.
1815
1816 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * minibuffer.el (completion-file-name-table): Fix last change,
1819 i.e. ignore normal errors but not the other ones.
1820
1821 2011-10-10 Martin Rudalics <rudalics@gmx.at>
1822
1823 * window.el (special-display-buffer-names)
1824 (special-display-regexps): Remove some remnants of earlier
1825 changes from doc-strings.
1826 (quit-windows-on): New function.
1827
1828 * vc/vc.el (vc-revert, vc-rollback):
1829 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1830 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
1831 (Bug#6183) (Bug#7074) (Bug#7447)
1832
1833 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1834
1835 * window.el (frame-auto-hide-function): Add version tag.
1836 (Bug#9699)
1837
1838 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
1839
1840 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1841 condition.
1842
1843 2011-10-09 Leo Liu <sdl.web@gmail.com>
1844
1845 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1846 (Bug#9701)
1847
1848 2011-10-08 Glenn Morris <rgm@gnu.org>
1849
1850 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1851 before the first code statement zero indent. (Bug#9690)
1852
1853 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * simple.el (count-words-region): Always count in the region.
1856 Report the number of lines and characters too.
1857 (count-words): New command, which counts in the buffer if the
1858 region is inactive, as count-words-region used to.
1859 (count-words--message): New function. Handle plurals.
1860 (count-lines-region): Make it an alias for count-words-region.
1861
1862 * bindings.el (esc-map): Replace count-lines-region with
1863 count-words-region.
1864
1865 2011-10-08 Martin Rudalics <rudalics@gmx.at>
1866
1867 * window.el (window--delete): Delete dedicated frame
1868 unconditionally when argument KILL is non-nil. (Bug#9699)
1869 (switch-to-buffer): Fix doc-string typo.
1870
1871 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1872
1873 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1874
1875 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * bindings.el ([M-left],[M-right]): Bind to left-word and
1878 right-word respectively.
1879
1880 2011-10-07 Glenn Morris <rgm@gnu.org>
1881
1882 * cus-start.el (debug-on-quit): Fix custom type.
1883
1884 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * subr.el (define-key-after): Clarify that the function is not
1887 useful for non-menu keymaps.
1888
1889 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1890
1891 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1892
1893 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
1894 in current minibuffer (Fix bug with recursive minibuffers).
1895
1896 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1897
1898 * progmodes/gdb-mi.el (gdb): Doc fix.
1899
1900 2011-10-05 Martin Rudalics <rudalics@gmx.at>
1901
1902 * window.el (frame-auto-hide-function): New option replacing
1903 frame-auto-delete. Suggested by Stefan Monnier.
1904 (window--delete): Call frame-auto-hide-function instead of
1905 investigating frame-auto-delete.
1906 (window-point-1, set-window-point-1): New functions.
1907 (window-in-direction, record-window-buffer, window-state-get-1)
1908 (display-buffer-record-window): Use window-point-1 instead of
1909 window-point.
1910 (set-window-buffer-start-and-point): Use set-window-point-1.
1911
1912 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1915
1916 2011-10-05 Glenn Morris <rgm@gnu.org>
1917
1918 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1919 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1920
1921 2011-10-05 Leo Liu <sdl.web@gmail.com>
1922
1923 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1924 works with buffer object.
1925
1926 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * mpc.el (mpc-tool-bar-map): Add labels.
1929
1930 2011-10-04 Glenn Morris <rgm@gnu.org>
1931
1932 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1933
1934 2011-10-04 Martin Rudalics <rudalics@gmx.at>
1935
1936 * window.el (window--delete): New function.
1937 (frame-auto-delete): Resuscitate option.
1938 (bury-buffer, replace-buffer-in-windows)
1939 (quit-window): Rewrite using window--delete.
1940 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1941 Pass display-buffer-mark-dedicated to window--display-buffer-2
1942 (Bug#9639).
1943
1944 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1947 returns a list (bug#9554). Add remote file name completion.
1948 * comint.el (comint--table-subvert): Curry and get quote&unquote
1949 functions as arguments.
1950 (comint--complete-file-name-data): Adjust call accordingly.
1951 * pcomplete.el (pcomplete--table-subvert): Remove.
1952 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1953
1954 * minibuffer.el (completion-table-case-fold): Use currying.
1955 (completion--styles-type, completion--cycling-threshold-type):
1956 New constants.
1957 (completion-styles, completion-category-overrides)
1958 (completion-cycle-threshold): Use them.
1959 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1960 completion-table-case-fold.
1961
1962 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
1963
1964 * minibuffer.el (completion-category-overrides): Fix type of styles
1965 and add more user friendly tags (bug#9660).
1966
1967 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1970 (mule-input-method-string): New widget.
1971 (default-input-method, language-info-custom-alist): Use it.
1972
1973 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * pcomplete.el: Require comint.
1976 (pcomplete--common-suffix): Remove.
1977 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1978 (pcomplete--table-subvert): Sync with comint--table-subvert.
1979 (pcomplete--entries): Use comint-completion-file-name-table.
1980 * comint.el (comint-unquote-filename): Simplify.
1981 (comint-completion-file-name-table): New function (bug#9616).
1982 (comint--complete-file-name-data): Use it.
1983
1984 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1985 (pcmpl-gnu-tar-buffer): Remove.
1986 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
1987 around. Make sure pcomplete-suffix-list is only changed temporarily.
1988 Don't look inside the tar's file if it's too large.
1989
1990 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * cus-edit.el (custom-mode-map):
1993 * epa.el (epa-key-list-mode-map):
1994 * man.el (Man-mode-map):
1995 * startup.el (splash-screen-keymap):
1996 * simple.el (special-mode-map): Use scroll-up-command and
1997 scroll-down-command.
1998
1999 * progmodes/idlw-help.el (idlwave-help-mode-map):
2000 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2001 * net/newst-plainview.el (newsticker-mode-map):
2002 * emulation/ws-mode.el (wordstar-mode-map):
2003 * emulation/vi.el (vi-com-map):
2004 * calc/calc-graph.el (calc-graph-show-dumb):
2005 * term/sun.el (terminal-init-sun):
2006 * term/ns-win.el (global-map):
2007 * progmodes/grep.el (grep-mode-map):
2008 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2009 * mail/rmail.el (rmail-mode-map):
2010 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2011
2012 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2013 custom-safe-themes as special.
2014
2015 2011-10-01 Julien Danjou <julien@danjou.info>
2016
2017 * notifications.el (notifications-notify): Fix docstring.
2018
2019 2011-10-01 Per Starbäck <per@starback.se>
2020
2021 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2022
2023 2011-09-30 Martin Rudalics <rudalics@gmx.at>
2024
2025 * startup.el (command-line-1): Fix last fix by inserting
2026 initial-scratch-message into *scratch* before displaying it.
2027 (Bug#9605) and (Bug#9636)
2028
2029 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2030
2031 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2032 window is hscrolled, move by logical lines. (Bug#9607)
2033 (line-move-visual): Update the doc string to the above effect.
2034
2035 2011-09-29 Martin Rudalics <rudalics@gmx.at>
2036
2037 * window.el (display-buffer-record-window): When WINDOW is the
2038 selected window use `point' instead of `window-point'. (Bug#9626)
2039
2040 * startup.el (command-line-1): Use insert-before-markers when
2041 inserting initial-scratch-message. (Bug#9605)
2042
2043 * help.el (help-window): Remove variable.
2044
2045 2011-09-29 Glenn Morris <rgm@gnu.org>
2046
2047 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2048
2049 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * descr-text.el (describe-char-categories): Accept category
2052 descriptions more than one line long.
2053
2054 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * simple.el (delete-trailing-whitespace): Fix last change.
2057
2058 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2059 Don't confuse "y => 3" as the beginning of a `y' operation.
2060
2061 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2062 object has more than 4 slots (bug#9613).
2063
2064 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * subr.el (with-output-to-temp-buffer):
2067 * net/quickurl.el (quickurl, quickurl-browse-url):
2068 Fix typos in docstrings.
2069
2070 2011-09-27 Eli Zaretskii <eliz@gnu.org>
2071
2072 * minibuffer.el (completion-styles)
2073 (completion-category-overrides): Cross reference each other in doc
2074 strings.
2075
2076 2011-09-27 Glenn Morris <rgm@gnu.org>
2077
2078 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2079 to split-string. (Bug#9606)
2080
2081 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2082
2083 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2084 (bug#9615).
2085
2086 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * emacs-lisp/package.el (list-packages): Fix echo area message.
2089
2090 2011-09-27 Leo Liu <sdl.web@gmail.com>
2091
2092 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2093
2094 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * net/dbus.el (dbus-unregister-object): Don't release services for
2097 registered signals. (Bug#9581)
2098
2099 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2100
2101 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2102 function that picks between cfengine 2 and 3 support
2103 automatically. Update docs accordingly.
2104
2105 2011-09-22 Kenichi Handa <handa@m17n.org>
2106
2107 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2108 ZERO.
2109 (indian-itrans-v5-table-for-tamil): New variable.
2110 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2111
2112 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2113
2114 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2115 that's true if the current command involved collapsing of text.
2116 It's reset to false at the beginning of the next command.
2117 (allout-post-command-business): Move the cursor to the beginning
2118 of entry if the cursor is hidden and collapsing activity just
2119 happened.
2120
2121 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2122
2123 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2124 tracking (Bug#9541).
2125
2126 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
2127
2128 * net/newst-reader.el (newsticker-html-renderer)
2129 (newsticker-show-news): Automatically
2130 load html rendering package if newsticker-html-renderer is set.
2131 Fixes "Warning: defvar ignored because w3m-fill-column is
2132 let-bound" and the error "Symbol's value as variable is void:
2133 w3m-fill-column".
2134
2135 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
2136
2137 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2138 Release services only if they are defined. (Bug#9581)
2139
2140 2011-09-23 Richard Stallman <rms@gnu.org>
2141
2142 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2143 distinguish start of paragraph from start of its text.
2144
2145 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2146
2147 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2148 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2149 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2150
2151 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2152
2153 * international/mule-diag.el (mule-diag): Insert a newline after
2154 each fontset description.
2155
2156 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * simple.el (delete-trailing-whitespace):
2159 Document last change; simplify.
2160
2161 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2162
2163 * simple.el (delete-trailing-whitespace): Also delete
2164 extra newlines at the end of the buffer.
2165
2166 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2167 (picture-newline): Use forward-line so as to ignore fields.
2168
2169 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * subr.el (with-wrapper-hook): Fix edebug spec.
2172
2173 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2174
2175 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2176 (bug#4538).
2177
2178 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
2179
2180 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2181 Fix nasty bug using wrong cached values.
2182
2183 2011-09-23 Alan Mackenzie <acm@muc.de>
2184
2185 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2186
2187 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
2188
2189 * window.el (pop-to-buffer): Ensure right window is selected if we
2190 chose another frame.
2191
2192 2011-09-22 Eli Zaretskii <eliz@gnu.org>
2193
2194 * simple.el (what-cursor-position): Use get-char-property-change
2195 and next-single-char-property-change, to be able to show display
2196 properties that come from overlays as well as text properties.
2197
2198 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2201
2202 * cmuscheme.el (run-scheme, switch-to-scheme):
2203 * cus-edit.el (customize-group, custom-buffer-create)
2204 (customize-browse):
2205 * info.el (info):
2206 * shell.el (shell):
2207 * mail/sendmail.el (mail):
2208 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2209
2210 2011-09-22 Richard Stallman <rms@gnu.org>
2211
2212 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2213 move back only to line beg, don't move back over blank lines.
2214
2215 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
2216
2217 * files.el (copy-directory): Set directory attributes only in case
2218 they could be retrieved from the source directory. (Bug#9565)
2219
2220 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2221
2222 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2223 (hs-find-block-beginning, hs-hide-level-recursive):
2224 Ignore strings as well as comments. (Bug#9502)
2225
2226 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2227
2228 * progmodes/sql.el (sql-comint-postgres):
2229 Convert port number to a string. (Bug#9566)
2230
2231 2011-09-22 Martin Rudalics <rudalics@gmx.at>
2232
2233 * window.el (quit-window): Undedicate window when switching to
2234 previous buffer. Reported by Thierry Volpiatto
2235 <thierry.volpiatto@gmail.com>.
2236 (special-display-popup-frame): When popping up a new frame reset
2237 its previous buffers to nil. Simplify code.
2238
2239 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2242 and process filter, as done also in `shell-command'.
2243
2244 2011-09-21 Martin Rudalics <rudalics@gmx.at>
2245
2246 * window.el (set-window-buffer-start-and-point):
2247 Call set-window-start with NOFORCE argument t. Suggested by Thierry
2248 Volpiatto <thierry.volpiatto@gmail.com>.
2249 (quit-window): Reword doc-string. Handle new format of
2250 quit-restore parameter. Don't delete window if it has a
2251 previous buffer we can show instead of the present one.
2252 (display-buffer-record-window): Rewrite using a new format for
2253 the quit-restore window parameter
2254 (special-display-popup-frame, display-buffer-same-window)
2255 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2256 (display-buffer-pop-up-window, display-buffer-use-some-window):
2257 Adapt symbol passed to display-buffer-record-window.
2258 * help.el (help-window-setup): Handle new format of quit-restore
2259 parameter.
2260
2261 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * faces.el (face-list): Fix docstring (bug#9564).
2264
2265 * window.el (display-buffer--action-function-custom-type):
2266 Don't include internal functions in the Custom interface.
2267
2268 2011-09-20 Juri Linkov <juri@jurta.org>
2269
2270 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2271 (Info-forward-node, Info-backward-node, Info-next-preorder)
2272 (Info-last-preorder): Use it. (Bug#9528)
2273
2274 2011-09-20 Juri Linkov <juri@jurta.org>
2275
2276 * info.el (Info-last-preorder): Visit last menu item only when
2277 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2278
2279 2011-09-20 Julien Danjou <julien@danjou.info>
2280
2281 * password-cache.el (password-cache-remove): Remove entries even if the
2282 value is nil, so that password with a nil value (negative caching) is
2283 possible to invalidate.
2284
2285 2011-09-20 Lawrence Mitchell <wence@gmx.li>
2286
2287 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2288 all whitespace around breakpoint. (Bug#9553)
2289 (f90-find-breakpoint): Only break at whitespace inside a comment.
2290
2291 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * minibuffer.el (completion-file-name-table): Keep track of errors.
2294 (completion-table-with-predicate): Handle the case where pred1 is nil.
2295 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2296
2297 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2300 (debugger-return-value): Signal an error if the debugging context does
2301 not await any return value.
2302
2303 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2304 * image-mode.el (image-toggle-display-text)
2305 (image-toggle-display-image): Stay away from evil `intangible'.
2306
2307 2011-09-19 Leo Liu <sdl.web@gmail.com>
2308
2309 * replace.el (occur-revert-arguments): Make it permanent-local.
2310 (occur-mode): Don't call font-lock-defontify.
2311
2312 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * net/ldap.el (ldap-search-internal): Don't push empty search
2315 result (Bug#9508).
2316
2317 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2320
2321 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2324 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2325
2326 2011-09-18 Juri Linkov <juri@jurta.org>
2327
2328 * buff-menu.el (Buffer-menu-mode-map):
2329 * dired.el (dired-mode-map):
2330 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2331 (lisp-interaction-mode-map):
2332 * emacs-lisp/package.el (package-menu-mode-map):
2333 * epa.el (epa-key-list-mode-map):
2334 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2335 (menu-bar-options-menu):
2336 * outline.el (outline-mode-menu-bar-map):
2337 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2338 * vc/vc-dir.el (vc-dir-menu-map):
2339 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2340 Capitalize non-function content words in menu item strings.
2341
2342 * dired.el (dired-mode-map): Add menu item for
2343 `image-dired-dired-toggle-marked-thumbs'.
2344
2345 2011-09-18 Juri Linkov <juri@jurta.org>
2346
2347 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2348 to `isearch-case-fold-search' and restore its original value
2349 after the `isearch-mode' call.
2350
2351 2011-09-18 Juri Linkov <juri@jurta.org>
2352
2353 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2354 because `zgrep' returns 1 for successful matches (bug#9226).
2355
2356 2011-09-18 Juri Linkov <juri@jurta.org>
2357
2358 * info.el (Info-extract-menu-node-name): Check the second match
2359 for empty string (second test-case of bug#9528).
2360 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2361 intermediate nodes to the history (first test-case of bug#9528).
2362
2363 2011-09-18 Juri Linkov <juri@jurta.org>
2364
2365 * info.el (Info-mode-syntax-table): New variable.
2366 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
2367
2368 2011-09-18 Juri Linkov <juri@jurta.org>
2369
2370 * info.el (Info-file-supports-index-cookies): Increment
2371 line-beginning-position's arg from 3 to 4 because makeinfo outputs
2372 one more line for long file names (bug#4142).
2373
2374 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * newcomment.el (comment-normalize-vars): If prompting for
2377 comment-start, set comment-start-skip too (Bug#8424).
2378
2379 2011-09-18 Johan Bockgård <bojohan@gnu.org>
2380
2381 * icomplete.el: Fix previous fix of Bug#5849.
2382 (icomplete-mode): Don't set completion-show-inline-help.
2383 (icomplete-minibuffer-setup): Set completion-show-inline-help
2384 locally during icompletion.
2385
2386 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * woman.el (woman2-process-escapes): Don't delete unrecognized
2389 escapes (Bug#7843).
2390
2391 * files.el (inhibit-first-line-modes-regexps): Add image files.
2392 (hack-local-variables-prop-line): Return nil for malformed
2393 prop-lines (Bug#9044).
2394
2395 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
2396
2397 * net/tramp.el (top): Don't require 'shell.
2398 (tramp-methods): Fix docstring.
2399 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2400 Return complete remote file name. Handle "smb" case.
2401 Use `tramp-tmpdir', if defined for the respective method.
2402 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2403
2404 * net/tramp-compat.el (top): Require 'shell.
2405
2406 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2407 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2408 `tramp-current-host'.
2409 (tramp-get-remote-tmpdir): Remove.
2410
2411 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2412 `tramp-tmpdir' entries.
2413 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2414 (tramp-smb-handle-file-attributes): Ignore errors.
2415 (tramp-smb-wait-for-output): Check also for process end.
2416
2417 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2418
2419 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2420 when sending QUIT (bug#9312).
2421
2422 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2425 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2426 occur-mode-display-occurrence.
2427 (occur-edit-mode): Add usage message.
2428 (occur-cease-edit): New command.
2429 (occur-after-change-function): Use text properties to find the
2430 position of the prefix text.
2431 (occur-engine): Set stickiness of prefix text properties.
2432
2433 2011-09-17 Glenn Morris <rgm@gnu.org>
2434
2435 * progmodes/etags.el (complete-tag):
2436 Fix call to completion-in-region. (Bug#9526)
2437
2438 2011-09-17 Juri Linkov <juri@jurta.org>
2439
2440 * textmodes/ispell.el (ispell-word): Add to the error message
2441 the word, ispell program name and current dictionary (bug#9121).
2442 (ispell-tex-arg-end): Capitalize "error" in the error message.
2443
2444 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2445
2446 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2447 check. (Bug#4251)
2448
2449 2011-09-17 Juri Linkov <juri@jurta.org>
2450
2451 * window.el (window-safe-min-height, window-safe-min-width):
2452 Fix typos (followup to bug#9522).
2453
2454 2011-09-17 Sven Joachim <svenjoac@gmx.de>
2455
2456 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2457
2458 2011-09-16 Eli Zaretskii <eliz@gnu.org>
2459
2460 * simple.el (line-move): If goal-column is set, move by logical
2461 lines, not by display lines. (Bug#971)
2462 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2463 to reflect the above change.
2464
2465 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * image.el (imagemagick-register-types): Use regexp-opt.
2468
2469 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * window.el (display-buffer-base-action): Rename from
2472 display-buffer-default-action. Make default value empty.
2473 (display-buffer-overriding-action): Convert to defvar.
2474 (display-buffer-fallback-action): New var.
2475
2476 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2479 declaration.
2480 (package--add-to-archive-contents): If there is a duplicate entry
2481 with an older version, remove it.
2482 (package-menu-mark-delete, package-menu-mark-install)
2483 (package-menu-mark-unmark): Make unused args optional.
2484 (package-menu-mark-obsolete-for-deletion):
2485 Use package-menu-get-status instead of a regexp search.
2486 (package-menu-get-status): Use tabulated-list-entry.
2487 (package-menu-mark-upgrades): New command.
2488 (package-menu-mode-map): Bind it to U. Add it to menu bar.
2489 (package-menu-execute): Do installation before deletion.
2490 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2491 instead of checking major-mode.
2492 (package-menu--find-upgrades): New function.
2493
2494 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2495
2496 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2497 passwords in the log buffer.
2498 (smtpmail-process-filter): Update the process marker so that the
2499 "broken by peer" status message is inserted in the right place.
2500
2501 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2504 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2505 bibtex-completion-at-point-function.
2506 (bibtex-completion-at-point-function): Use them.
2507
2508 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2509
2510 * mpc.el (mpc-constraints-tag-lookup): New function.
2511 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2512 also to browser "album|playlist".
2513
2514 2011-09-14 Juri Linkov <juri@jurta.org>
2515
2516 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2517 (isearch-edit-string): Use length of `isearch-string' when
2518 `isearch-fail-pos' returns nil.
2519 (isearch-message): Remove duplicate code and call
2520 `isearch-fail-pos' with arg `t'.
2521
2522 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * replace.el (occur-mode-goto-occurrence): Don't force using other
2525 window (Bug#9499).
2526
2527 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2528
2529 2011-09-14 Martin Rudalics <rudalics@gmx.at>
2530
2531 * window.el (display-buffer-window): Remove.
2532 (display-buffer-record-window): Use help-setup window parameter
2533 instead of variable display-buffer-window.
2534 (display-buffer-function, special-display-buffer-names)
2535 (special-display-function): Mention help-setup parameter instead
2536 of display-buffer-window in doc-string.
2537 * help.el (help-window-setup): New argument help-window.
2538 Use help-window-setup parameter instead of display-buffer-window.
2539 Reword some messages.
2540 (with-help-window): Pass window used for displaying the buffer
2541 to help-window-setup. Don't set display-buffer-window.
2542
2543 2011-09-13 Glenn Morris <rgm@gnu.org>
2544
2545 * emacs-lisp/debug.el (debugger-make-xrefs):
2546 Preserve point. (Bug#9462)
2547
2548 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * window.el (window-deletable-p): Use next-frame.
2551
2552 2011-09-13 Martin Rudalics <rudalics@gmx.at>
2553
2554 * window.el (window-auto-delete): Remove.
2555 (window-deletable-p): Remove argument FORCE. Don't deal with
2556 dedication and previous buffers.
2557 (switch-to-prev-buffer): Don't delete window.
2558 (delete-windows-on): Delete a window's frame if and only if the
2559 window is dedicated.
2560 (replace-buffer-in-windows): Delete buffer's window or frame if
2561 and only if window is dedicated.
2562 (quit-window): Handle quit-restore as before last change.
2563 (bury-buffer): Delete window only if window-deletable-p returns t.
2564
2565 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * window.el (window-deletable-p): Never delete the last frame on a
2568 given terminal.
2569
2570 2011-09-13 Glenn Morris <rgm@gnu.org>
2571
2572 * help.el (describe-key-briefly): Copy previous standard-output change.
2573
2574 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
2575
2576 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2577
2578 2011-09-13 Glenn Morris <rgm@gnu.org>
2579
2580 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2581 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2582
2583 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * dired-aux.el (dired-mark-read-string): Don't return default
2586 value on empty input (Bug#9361).
2587 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2588 Omit initial minibuffer contents.
2589 (dired-do-chmod): Signal an error on empty input.
2590 (dired-mark-read-string): Don't return default on empty input.
2591
2592 * files.el (file-modes-symbolic-to-number): Doc fix.
2593
2594 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * international/mule-cmds.el (ucs-completions): Remove.
2597 (read-char-by-name): Use complete-with-action instead; add metadata.
2598
2599 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * window.el (display-buffer--action-function-custom-type)
2602 (display-buffer--action-custom-type): New vars.
2603 (display-buffer-alist, display-buffer-default-action)
2604 (display-buffer-overriding-action): Add defcustom types.
2605
2606 * frame.el (delete-other-frames): Doc fix (Bug#276).
2607
2608 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2611
2612 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2613
2614 Change modes that used same-window-* vars to use switch-to-buffer.
2615
2616 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2617 Use switch-to-buffer.
2618
2619 * cus-edit.el (customize-group, custom-buffer-create)
2620 (customize-browse, custom-buffer-create-other-window):
2621 Use switch-to-buffer or switch-to-buffer-other-window.
2622
2623 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2624 (Info-prev, Info-up, Info-speedbar-goto-node)
2625 (info-display-manual): Use switch-to-buffer.
2626 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2627
2628 * mail/sendmail.el (mail): Use switch-to-buffer.
2629 (mail-recover): Use switch-to-buffer-other-window.
2630
2631 * cmuscheme.el (run-scheme, switch-to-scheme):
2632 * ielm.el (ielm):
2633 * shell.el (shell):
2634 * net/rlogin.el (rlogin):
2635 * net/telnet.el (telnet, rsh):
2636 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
2637
2638 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2639
2640 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
2641
2642 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2643
2644 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
2645 so don't mention it (bug#9301).
2646 (dired-sort-toggle-or-edit): Clarify string further.
2647
2648 * faces.el (face-spec-set-match-display): Make `(type graphic)'
2649 match `x', `w32' and `ns', like the manual says (bug#9029).
2650
2651 * subr.el (eval-after-load): Doc string clarification (bug#9125).
2652 (process-kill-buffer-query-function): Mention the buffer name in
2653 the query.
2654
2655 * image-mode.el (image-next-line): The line parameter is mandatory
2656 (bug#9258).
2657
2658 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
2659 which can be useful (bug#9301).
2660
2661 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
2662
2663 * subr.el (match-string): Mention that the current buffer should
2664 be the same as the search was done in (bug#9282).
2665
2666 * facemenu.el: Disable the remove-* commands if the mark isn't
2667 active (bug#9162).
2668
2669 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
2672 of display-buffer.
2673 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
2674
2675 * replace.el (occur-mode-goto-occurrence)
2676 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
2677 and display-buffer.
2678
2679 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
2680 display-buffer.
2681
2682 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
2683 special-display and same-window variables.
2684 (mail-other-window): Use switch-to-buffer-other-window.
2685 (mail-other-frame): USe switch-to-buffer-other-frame.
2686
2687 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
2688 Use display-buffer-other-frame.
2689 (gdb-display-gdb-buffer): Use pop-to-buffer.
2690
2691 * progmodes/gud.el (gud-goto-info): Use info-other-window.
2692
2693 * progmodes/python.el: Don't set same-window-buffer-names.
2694
2695 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2696
2697 * window.el (display-buffer-alist): Add *Python*.
2698
2699 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2700
2701 * window.el (display-buffer-alist): Add entry for buffers
2702 previously handled same-window-*.
2703 (display-buffer-alist, display-buffer-default-action)
2704 (display-buffer-overriding-action): Mark as risky.
2705 (display-buffer-alist): Document action function changes.
2706 (display-buffer--same-window-action)
2707 (display-buffer--other-frame-action): New variables.
2708 (switch-to-buffer, display-buffer-other-frame): Use them.
2709 (display-buffer): Rename reuse-frame entry to reusable-frames.
2710 (display-buffer-reuse-selected-window): Function deleted.
2711 (display-buffer-reuse-window): Handle reusable-frames alist entry.
2712 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
2713 (display-buffer-special): New function.
2714 (display-buffer--maybe-pop-up-frame-or-window): Rename from
2715 display-buffer-reuse-or-pop-window. Split off special-display
2716 part into display-buffer-special.
2717 (display-buffer-use-some-window): Don't perform any special
2718 pop-up-frames handling.
2719 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
2720 (display-buffer--maybe-same-window): Rename from
2721 display-buffer-maybe-same-window.
2722
2723 * info.el: Don't set same-window-regexps.
2724 (info-setup): New function.
2725 (info-other-window, info): Call it.
2726
2727 * cus-edit.el: Don't set same-window-regexps.
2728 (customize-group): New argument.
2729 (customize-group-other-window): Use it.
2730 (customize-face, customize-face-other-window): Likewise.
2731 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2732
2733 * net/rlogin.el:
2734 * net/telnet.el:
2735 * progmodes/gud.el: Don't set same-window-regexps.
2736
2737 * cmuscheme.el:
2738 * ielm.el:
2739 * shell.el:
2740 * mail/sendmail.el:
2741 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2742
2743 2011-09-10 Juri Linkov <juri@jurta.org>
2744
2745 * isearch.el (isearch-edit-string): Remove obsolete mention of
2746 `C-w' (`isearch-yank-word-or-char') from docstring.
2747 (isearch-query-replace): Fix typo in docstring (bug#9466).
2748
2749 2011-09-10 Juri Linkov <juri@jurta.org>
2750
2751 * paren.el (show-paren-function): Don't show escaped parens.
2752 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2753
2754 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2755
2756 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2757 (mm-default-file-encoding): Remove autoload forms, they are
2758 replaced with autoload cookies in mml.el and mm-encode.el.
2759 (mail-add-attachment): New command.
2760 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2761 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2762 the doc string.
2763 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2764
2765 2011-09-10 Reuben Thomas <rrt@sc3d.org>
2766
2767 * simple.el (count-words-region): Use buffer if there's no region
2768 (bug#9429).
2769
2770 2011-09-09 Juri Linkov <juri@jurta.org>
2771
2772 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2773 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2774 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2775
2776 2011-09-09 Alan Mackenzie <acm@muc.de>
2777
2778 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2779 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2780
2781 2011-09-09 Eli Zaretskii <eliz@gnu.org>
2782
2783 Fix for Savannah bug#9392.
2784 * simple.el (mail-encode-mml): New defvar.
2785
2786 * mail/rmail.el (mail-encode-mml): Add a defvar.
2787 (rmail-enable-mime-composing): Default to t.
2788 (rmail-forward): Use MIME method of forwarding only if both
2789 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2790 Set mail-encode-mml non-nil if the MIME method was used.
2791
2792 * mail/sendmail.el (mml-to-mime): Add autoload form.
2793 (mail-encode-mml): Add a defvar.
2794 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2795 to nil.
2796 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2797 message through mml-to-mime, and reset mail-encode-mml to nil.
2798
2799 2011-09-09 Glenn Morris <rgm@gnu.org>
2800
2801 * woman.el (woman-if-body): When processing an .el block,
2802 do not delete the next .el block as well. (Bug#9447)
2803 (woman-special-characters): Add oq, cq, and hy characters.
2804
2805 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2806
2807 * window.el (window-deletable-p): Make sure window is live before
2808 invoking window-prev-buffers.
2809
2810 2011-09-08 Leo Liu <sdl.web@gmail.com>
2811
2812 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2813
2814 2011-09-08 Juri Linkov <juri@jurta.org>
2815
2816 * progmodes/compile.el (compilation-environment): Make it
2817 a defcustom (bug#8340).
2818
2819 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2820
2821 * window.el (frame-auto-delete): Rename to window-auto-delete.
2822 Make it control auto-deletion of windows and/or frames.
2823 (window-deletable-p): New argument FORCE. Rewrite conditions
2824 for deleting window/frame. (Bug#9419)
2825 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2826 Rewrite handling of case when window/frame can be deleted.
2827 (delete-windows-on): Call window-deletable-p with new FORCE
2828 argument t. (Bug#9456)
2829
2830 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * help-mode.el (help-mode): Restore autoload.
2833
2834 2011-09-07 Juri Linkov <juri@jurta.org>
2835
2836 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2837 `compilation-environment'. Set buffer-local
2838 `compilation-environment' to `thisenv' later after (funcall mode).
2839 (Bug#8340)
2840
2841 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2842 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2843 instead of replacing its value. (Bug#8340)
2844
2845 2011-09-07 Juri Linkov <juri@jurta.org>
2846
2847 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2848 based on text properties put by `grep-filter' instead of matching
2849 escape sequences.
2850 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2851 to the value of `grep-error-screen-columns' (bug#9438).
2852
2853 2011-09-07 Juri Linkov <juri@jurta.org>
2854
2855 * simple.el (next-error-highlight, next-error-highlight-no-select):
2856 Doc fix (bug#9432).
2857
2858 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2859
2860 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2861 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2862
2863 2011-09-07 Leo Liu <sdl.web@gmail.com>
2864
2865 * net/rcirc.el (rcirc-mode): Conditionally initialize
2866 rcirc-input-ring.
2867
2868 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * emacs-lisp/find-func.el (find-function-C-source): Only set
2871 find-function-C-source-directory after checking that we found a source
2872 file there (bug#9440).
2873
2874 2011-09-06 Alan Mackenzie <acm@muc.de>
2875
2876 * isearch.el (isearch-other-meta-char): Wherever a key list is
2877 unread, "unread" the prefix arg, too. This fixes bug #8901.
2878
2879 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2880
2881 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2882
2883 2011-09-05 Juri Linkov <juri@jurta.org>
2884
2885 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2886
2887 2011-09-05 Juri Linkov <juri@jurta.org>
2888
2889 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2890 keeping point where processing of grep matches begins, and
2891 continue to delete remaining escape sequences from the same point.
2892 (grep-filter): Make leading zero optional in "0?1;31m" because
2893 git-grep emits "\033[1;31m" escape sequences unlike expected
2894 "\033[01;31m" as GNU Grep does (bug#9408).
2895 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2896
2897 2011-09-05 Juri Linkov <juri@jurta.org>
2898
2899 * subr.el (y-or-n-p): Capitalize "yes".
2900
2901 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2904 `tramp-cache-unload-hook' where appropriate.
2905 (tramp-methods): Rename `tramp-remote-sh' to
2906 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2907 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2908
2909 * net/tramp-sh.el (top): Don't require 'shell.
2910 (tramp-methods): Add `tramp-remote-shell' and
2911 `tramp-remote-shell-args' entries.
2912 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2913 (tramp-sh-handle-shell-command): Remove.
2914 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2915 Use `tramp-remote-shell'.
2916
2917 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * mail/sendmail.el (sendmail-query-once-function): Delete.
2920 (sendmail-query-once): Save directly to send-mail-function.
2921 Update message-send-mail-function too.
2922
2923 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2924
2925 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2926
2927 * progmodes/python.el (python-mode-map): Use correct function to
2928 start python interpreter from menu-bar (as reported by Geert
2929 Kloosterman).
2930 (inferior-python-mode-map): Fix typo.
2931 (python-shell-map): Remove.
2932
2933 2011-09-03 Deniz Dogan <deniz@dogan.se>
2934
2935 * net/rcirc.el (rcirc-print): Simplify code for
2936 rcirc-scroll-show-maximum-output. There is no need to walk
2937 through all windows to find the right one.
2938
2939 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2940
2941 * help.el (help-return-method): Doc fix.
2942
2943 2011-09-03 Martin Rudalics <rudalics@gmx.at>
2944
2945 * window.el (window-deletable-p): Don't return a non-nil value
2946 when there's a buffer that was shown in the window before.
2947 (Bug#9419)
2948 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2949 Set window's previous buffers to nil.
2950
2951 2011-09-03 Eli Zaretskii <eliz@gnu.org>
2952
2953 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2954 newline before and after the tag line, so it doesn't interfere
2955 with determining the paragraph direction of bidirectional text.
2956
2957 2011-09-03 Leo Liu <sdl.web@gmail.com>
2958
2959 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2960
2961 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2962
2963 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
2964 (pop-to-buffer): Change interactive spec. Pass second argument
2965 directly to display-buffer.
2966 (display-buffer): Fix interactive spec. Use functionp to
2967 distinguish between a function and a list of functions.
2968
2969 * abbrev.el (edit-abbrevs):
2970 * arc-mode.el (archive-extract):
2971 * autoinsert.el (auto-insert):
2972 * bookmark.el (bookmark-bmenu-list):
2973 * files.el (find-file):
2974 * view.el (view-buffer):
2975 * progmodes/compile.el (compilation-goto-locus):
2976 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2977
2978 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * window.el (display-buffer-alist): Doc fix.
2981 (display-buffer): Add docstring. Don't treat
2982 display-buffer-default specially.
2983 (display-buffer-reuse-selected-window)
2984 (display-buffer-same-window, display-buffer-maybe-same-window)
2985 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2986 (display-buffer-pop-up-window)
2987 (display-buffer-reuse-or-pop-window)
2988 (display-buffer-use-some-window): New functions.
2989 (display-buffer-default-action): Use them.
2990 (display-buffer-default): Delete.
2991 (pop-to-buffer-1): Fix choice of actions.
2992
2993 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * minibuffer.el (completion--insert-strings): Don't get confused by
2996 completion entries that end with an LF char.
2997
2998 2011-09-01 Eli Zaretskii <eliz@gnu.org>
2999
3000 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3001
3002 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * window.el (display-buffer): Restore interactive spec.
3005 (display-buffer-same-window, display-buffer-other-window):
3006 New functions.
3007 (pop-to-buffer-1): New function. Use the above.
3008 (pop-to-buffer, pop-to-buffer-same-window): Use it.
3009 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3010
3011 * view.el (view-buffer-other-window, view-buffer-other-frame):
3012 Just use pop-to-buffer.
3013
3014 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3015
3016 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3017
3018 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3019
3020 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3021
3022 2011-08-31 Richard Stallman <rms@gnu.org>
3023
3024 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3025 of the separation of rmail-view-buffer from rmail-buffer.
3026 If you say no to "replace original", the decrypt is in the
3027 view buffer. If you say yes, the decrypt goes into the
3028 rmail buffer also.
3029
3030 2011-08-31 Martin Rudalics <rudalics@gmx.at>
3031
3032 * window.el (display-buffer-window): Rewrite doc-string.
3033 (display-buffer-record-window): New function.
3034 (display-buffer-macro-specifiers)
3035 (display-buffer-even-window-sizes, display-buffer-set-height)
3036 (display-buffer-set-width, display-buffer-in-window)
3037 (display-buffer-reuse-window, display-buffer-split-specifiers)
3038 (display-buffer-side-specifiers, display-buffer-split-window-1)
3039 (display-buffer-split-window, display-buffer-split-atom-window)
3040 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3041 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3042 (display-buffer-other-window-means-other-frame)
3043 (display-buffer-normalize-special)
3044 (display-buffer-normalize-default)
3045 (display-buffer-normalize-argument)
3046 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3047 (display-buffer-normalize-specifiers, display-buffer-frame)
3048 (display-buffer-same-window, display-buffer-same-frame)
3049 (display-buffer-other-window)
3050 (display-buffer-same-frame-other-window)
3051 (display-buffer-other-frame, pop-to-buffer-same-window)
3052 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3053 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3054 (switch-to-buffer-same-frame)
3055 (switch-to-buffer-other-window-same-frame)
3056 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3057 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3058 (display-buffer-alist-set): Remove.
3059 (display-buffer-function, special-display-buffer-names)
3060 (special-display-regexps, special-display-function):
3061 In doc-string refer to display-buffer-window and quit-restore
3062 parameter.
3063 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3064 (special-display-frame-alist, special-display-popup-frame)
3065 (same-window-buffer-names, same-window-regexps, same-window-p)
3066 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3067 (split-window-preferred-function, split-height-threshold)
3068 (split-width-threshold, window-splittable-p)
3069 (split-window-sensibly, window--try-to-split-window)
3070 (window--frame-usable-p, even-window-heights)
3071 (window--even-window-heights, window--display-buffer-1)
3072 (window--display-buffer-2, display-buffer-other-frame):
3073 Restore old Emacs 23 code, order and doc-strings where applicable.
3074 (display-buffer-default, display-buffer-assq-regexp): New functions.
3075 (display-buffer-alist): Rewrite doc-string.
3076 (display-buffer-default-action)
3077 (display-buffer-overriding-action): New variables.
3078 (display-buffer, switch-to-buffer): Rewrite.
3079 (pop-to-buffer): Restore Emacs 23 behavior but use
3080 window-normalize-buffer-to-display.
3081 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3082 Restore Emacs 23 behavior but use
3083 window-normalize-buffer-to-switch-to.
3084 (pop-to-buffer-same-window): Rewrite.
3085 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3086 Rewrite using Emacs 23 options.
3087
3088 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * net/tramp.el (tramp-root-regexp): Remove.
3091 (tramp-completion-file-name-regexp-unified)
3092 (tramp-completion-file-name-regexp-separate)
3093 (tramp-completion-file-name-regexp-url): Don't use leading volume
3094 letter on win32 systems. (Bug#5303, Bug#9311)
3095 (tramp-drop-volume-letter): Simplify definition.
3096 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3097
3098 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3101 (bug#9356).
3102
3103 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3104
3105 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3106
3107 2011-08-29 Juri Linkov <juri@jurta.org>
3108
3109 * isearch.el (isearch-done): Don't display message "Mark saved"
3110 when arg `edit' is non-nil to prevent its flicker in the echo area.
3111
3112 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3113
3114 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3115 obsolete packages for deletion.
3116
3117 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3118
3119 * help-mode.el (help-mode-map): Add special-mode-map to parent.
3120 (help-mode): Derive help-mode from special-mode. Don't invoke
3121 view-mode from help-mode.
3122 (help-xref-override-view-map): Remove.
3123 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3124 view-mode is not used anymore.
3125
3126 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * server.el (server-port): Doc fix.
3129
3130 * cus-theme.el (custom-theme-choose-mode): Inherit from
3131 special-mode (Bug#9124).
3132 (custom-theme-choose-mode-map): Add special-mode to parent.
3133
3134 2011-08-28 Alan Mackenzie <acm@muc.de>
3135
3136 * progmodes/cc-fonts.el
3137 (c-make-font-lock-BO-decl-search-function): New function.
3138 (c-basic-matchers-after - "Fontify the clauses after various
3139 keywords"): Extract the three keyword lists for the 3 erroneous
3140 constructs from the list of four, and use the new function above
3141 in place of an old one.
3142
3143 2011-08-28 Deniz Dogan <deniz@dogan.se>
3144
3145 * net/rcirc.el (rcirc-insert-prev-input)
3146 (rcirc-insert-next-input): Remove unused argument.
3147
3148 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3151
3152 2011-08-27 Alan Mackenzie <acm@muc.de>
3153
3154 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3155 handle function pointer parameters properly.
3156
3157 2011-08-27 Martin Rudalics <rudalics@gmx.at>
3158
3159 * window.el (display-buffer-reuse-window): Fix case where
3160 selected window was reused with non-nil OTHER-WINDOW argument.
3161 (Bug#9381)
3162
3163 2011-08-27 Deniz Dogan <deniz@dogan.se>
3164
3165 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3166 oftc's NickServ messages.
3167
3168 2011-08-27 Glenn Morris <rgm@gnu.org>
3169
3170 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3171
3172 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * emacs-lisp/package.el (package-install): Call package-initialize
3175 if called interactively.
3176
3177 2011-08-26 Leo Liu <sdl.web@gmail.com>
3178
3179 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3180
3181 2011-08-25 Juri Linkov <juri@jurta.org>
3182
3183 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3184 `search-whitespace-regexp' (bug#9364).
3185
3186 2011-08-25 Juri Linkov <juri@jurta.org>
3187
3188 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3189 `regexp-search-ring' to their global values to protect from
3190 updating by `read-from-minibuffer' (bug#9185).
3191
3192 2011-08-25 Juri Linkov <juri@jurta.org>
3193
3194 * textmodes/ispell.el (ispell-command-loop): Add newline
3195 at the end of the "Use option `i'..." line.
3196
3197 2011-08-25 Juri Linkov <juri@jurta.org>
3198
3199 * battery.el (display-battery-mode): If `battery-status-function'
3200 or `battery-mode-line-format' is nil, display the message and set
3201 `display-battery-mode' to nil (bug#9363).
3202
3203 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3204
3205 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3206 bidi-string-mark-left-to-right; they are unnecessary now.
3207
3208 2011-08-25 Deniz Dogan <deniz@dogan.se>
3209
3210 * net/quickurl.el: Documentation typo fixes.
3211
3212 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3215
3216 2011-08-25 Glenn Morris <rgm@gnu.org>
3217
3218 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3219
3220 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3221 (smtpmail-via-smtp): Handle nil response from smtp.
3222
3223 2011-08-24 Juri Linkov <juri@jurta.org>
3224
3225 * proced.el (proced-marked): Inherit from `error' instead of
3226 `font-lock-warning-face'.
3227
3228 * ibuffer.el (ibuffer-marked-face): Change default face from
3229 `font-lock-warning-face' to `warning'.
3230 (ibuffer-deletion-face): Change default face from
3231 `font-lock-type-face' to `error'.
3232
3233 * battery.el (battery-update): Use the face `error' instead of
3234 `font-lock-warning-face' (bug#6117).
3235
3236 2011-08-24 Juri Linkov <juri@jurta.org>
3237
3238 * faces.el (success): Change face color from "Green3" to
3239 "ForestGreen" on light background (bug#9353).
3240
3241 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * window.el (quit-window): Rename from quit-restore-window.
3244 Use same arglist as old quit-window.
3245 (frame-auto-delete): Doc fix.
3246
3247 * view.el (view-mode-exit): Use quit-window.
3248
3249 2011-08-24 Juri Linkov <juri@jurta.org>
3250
3251 * isearch.el (isearch-ring-adjust1): Start visiting previous
3252 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3253 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3254 for empty search string (when the last search string is reused
3255 automatically) to adjust the isearch ring to the last element and
3256 prepare the correct index for further M-p commands (bug#9185).
3257
3258 2011-08-24 Kenichi Handa <handa@m17n.org>
3259
3260 * international/ucs-normalize.el: If decomposition property of
3261 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3262 nil.
3263 (nfd, nfkd): Likewise.
3264
3265 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3268 from process filters aren't reliably transmitted to the surrounding
3269 accept-process-output.
3270 (mpc-proc-check): New function.
3271 (mpc-proc-sync): Use it (bug#8293)
3272
3273 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3276 Add compatibility functions (bug#9313).
3277
3278 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3279
3280 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3281
3282 * international/uni-bidi.el: Regenerated.
3283
3284 2011-08-23 Kenichi Handa <handa@m17n.org>
3285
3286 * international/charprop.el:
3287 * international/uni-bidi.el:
3288 * international/uni-category.el:
3289 * international/uni-combining.el:
3290 * international/uni-comment.el:
3291 * international/uni-decimal.el:
3292 * international/uni-decomposition.el:
3293 * international/uni-digit.el:
3294 * international/uni-lowercase.el:
3295 * international/uni-mirrored.el:
3296 * international/uni-name.el:
3297 * international/uni-numeric.el:
3298 * international/uni-old-name.el:
3299 * international/uni-titlecase.el:
3300 * international/uni-uppercase.el: Regenerate.
3301
3302 2011-08-23 Martin Rudalics <rudalics@gmx.at>
3303
3304 * help.el (help-window-setup): Fix message displayed when other
3305 window is reused. (Bug#9341)
3306
3307 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3310 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3311
3312 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3313 Mark obsolete.
3314 * shell.el (shell-parse-pcomplete-arguments): New function.
3315 (shell-completion-vars): Use it instead (bug#9160).
3316
3317 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3320 strings and comments (bug#9333).
3321
3322 * emacs-lisp/debug.el (debug-arglist): New function.
3323 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3324 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3325
3326 2011-08-22 Juri Linkov <juri@jurta.org>
3327
3328 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3329 Revert regexp that highlights output switches to its old
3330 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3331
3332 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3333 to check for empty output (bug#9226).
3334
3335 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3338 symbol-constituent as the default, as that stops font-lock from
3339 working properly (Bug#8843).
3340
3341 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3342
3343 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3344 `coding-system-for-*' around the process open call to avoid
3345 auth-source side effects.
3346 (smtpmail-try-auth-methods): Expand the secret password.
3347 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3348 probe hangs.
3349
3350 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3353
3354 * emacs-lisp/find-func.el (find-function-noselect): New arg
3355 lisp-only.
3356
3357 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3358 signal an error for built-in functions (Bug#6664).
3359
3360 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3361
3362 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3363 (smtpmail-try-auth-methods): Use it.
3364
3365 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * font-lock.el (font-lock-fontify-region)
3368 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3369 (font-lock-default-unfontify-buffer)
3370 (font-lock-default-fontify-region)
3371 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3372
3373 * progmodes/compile.el (compilation-error-properties):
3374 Fix confusion between file struct and message struct (Bug#9319).
3375 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3376 `ant' regexp.
3377
3378 * net/browse-url.el (browse-url-firefox): Don't call
3379 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3380
3381 2011-08-20 Glenn Morris <rgm@gnu.org>
3382
3383 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3384
3385 * tutorial.el (tutorial--default-keys): Update some default bindings.
3386
3387 * files.el (hack-local-variables): Fully ignore case for "mode:".
3388
3389 2011-08-20 Alan Mackenzie <acm@muc.de>
3390
3391 Resolve invalid use of a regexp in regexp-opt.
3392
3393 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3394 detection for a java annotation.
3395
3396 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3397 detection for a java annotation.
3398
3399 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3400 handling for java.
3401 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3402
3403 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3406 (Bug#9274).
3407
3408 2011-08-20 Alan Mackenzie <acm@muc.de>
3409
3410 Fontify CPP expressions correctly when starting in the middle of
3411 such a construct. Mainly for when jit-lock etc. starts a chunk
3412 here.
3413
3414 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3415 variable.
3416 (c-make-font-lock-search-form): New function, extracted from
3417 c-make-font-lock-search-function.
3418 (c-make-font-lock-search-function): Use the above function.
3419 (c-make-font-lock-context-search-function): New function.
3420 (c-cpp-matchers): Enhance the preprocessor expression case with
3421 the above function
3422 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3423 which takes an expression.
3424
3425 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3426
3427 2011-08-20 Martin Rudalics <rudalics@gmx.at>
3428
3429 * window.el (display-buffer-reuse-window)
3430 (display-buffer-pop-up-window): Don't reuse or split a side
3431 window.
3432
3433 2011-08-19 Glenn Morris <rgm@gnu.org>
3434
3435 * files.el (hack-local-variables-prop-line, hack-local-variables):
3436 Downcase "Mode:". (Bug#9331)
3437
3438 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * international/characters.el: Add L and R categories.
3441
3442 * subr.el (bidi-string-mark-left-to-right): Rename from
3443 string-mark-left-to-right. Use category search.
3444
3445 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3446
3447 2011-08-18 Juri Linkov <juri@jurta.org>
3448
3449 * faces.el (error, warning, success): New faces with definitions
3450 copied from old default values of `font-lock-warning-face',
3451 `compilation-warning', `compilation-info' (bug#6117).
3452
3453 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3454
3455 * progmodes/compile.el (compilation-error): Inherit from `error'.
3456 (compilation-warning): Inherit from `warning'.
3457 (compilation-info): Inherit from `success'.
3458
3459 * dired.el (dired-marked): Inherit from `warning'.
3460 (dired-flagged): Inherit from `error'.
3461
3462 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3463
3464 * mail/smtpmail.el (auth-source): Require to avoid problems with
3465 binding variables (bug#9298). Also clean up some unused
3466 autoloads.
3467
3468 * net/network-stream.el (network-stream-open-starttls):
3469 Support using starttls.el without using gnutls-cli.
3470
3471 2011-08-17 Juri Linkov <juri@jurta.org>
3472
3473 * progmodes/grep.el (rgrep): Handle the case when
3474 `grep-find-command' is a cons cell (bug#9278).
3475
3476 2011-08-17 Martin Rudalics <rudalics@gmx.at>
3477
3478 * window.el (display-buffer-pop-up-frame): Run frame creation
3479 function with BUFFER current (as special-display-popup-frame
3480 does). Reported by Drew Adams.
3481
3482 2011-08-17 Daiki Ueno <ueno@unixuser.org>
3483
3484 * epa-mail.el: Simplify GnuPG group expansion using
3485 epg-expand-group.
3486 (epa-mail-group-alist, epa-mail-group-modtime)
3487 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3488 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3489 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3490 Remove.
3491
3492 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
3493
3494 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3495
3496 2011-08-16 Alan Mackenzie <acm@muc.de>
3497
3498 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3499 Correct, to avoid the inside of macros.
3500
3501 2011-08-16 Richard Stallman <rms@gnu.org>
3502
3503 * epa-mail.el: Handle GnuPG group definitions.
3504 (epa-mail-group-alist, epa-mail-group-modtime)
3505 (epa-mail-gnupg-conf-file): New variables.
3506 (epa-mail-parse-groups, epa-mail-sync-groups)
3507 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3508 (epa-mail-expand-recipients): New functions.
3509 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3510
3511 * mail/rmail.el (rmail-epa-decrypt): New command.
3512
3513 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3514 Don't bind buffer-read-only, just inhibit-read-only.
3515 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3516 (epa-decrypt-armor-in-region): Make error message clearer.
3517
3518 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3521 and "a2b" to "ab" for `prefix'.
3522
3523 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3526 filter groups.
3527 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3528 Fourquet (Bug#8804).
3529
3530 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * startup.el (argi): Declare as global variable (bug#9275).
3533
3534 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * subr.el (string-mark-left-to-right): Search the entire string
3537 for RTL script, not just the terminating character. Doc fix.
3538
3539 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3542 New function.
3543 (js--regexp-literal, js-syntax-propertize-function): Remove.
3544 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3545 (js-mode-map): Don't rebind electric keys.
3546 (js-insert-and-indent): Remove.
3547 (js-mode): Setup electric-layout and electric-indent instead.
3548
3549 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3550
3551 2011-08-12 Daiki Ueno <ueno@unixuser.org>
3552
3553 * epa.el (epa-progress-callback-function): Fix the logic of
3554 displaying progress.
3555 * epa-file.el (epa-file-insert-file-contents): Make progress
3556 display more user-friendly.
3557 (epa-file-write-region): Ditto.
3558
3559 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * subr.el (string-mark-left-to-right): New function.
3562
3563 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3564 Use string-mark-left-to-right.
3565 (list-buffers-noselect): Caller changed.
3566
3567 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3568 Use string-mark-left-to-right.
3569 (tabulated-list-print): Recenter after moving point.
3570
3571 2011-08-10 Juri Linkov <juri@jurta.org>
3572
3573 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3574 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3575 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3576
3577 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3578
3579 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3580 (Bug#7554).
3581
3582 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
3583
3584 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3585 character. (Bug#6594)
3586
3587 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3590 (image-dired--with-db-file): New macro.
3591 (image-dired-write-tags, image-dired-remove-tag)
3592 (image-dired-create-gallery-lists, image-dired-write-comments)
3593 (image-dired-get-comment, image-dired-mark-tagged-files)
3594 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3595 (image-dired-gallery-generate): Use insert-file-contents.
3596
3597 * time.el (display-time-world-list, display-time-world-display):
3598 * time-stamp.el (time-stamp-string):
3599 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3600 set-time-zone-rule (Bug#7337).
3601
3602 2011-08-08 Daiki Ueno <ueno@unixuser.org>
3603
3604 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3605 (epg-error-to-string, epg-errors-to-string): New function.
3606 (epg-wait-for-completion): Reverse errors list.
3607 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3608 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3609 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3610 (epg-sign-keys, epg-generate-key-from-file)
3611 (epg-generate-key-from-string): Format errors by using
3612 epg-errors-to-string (bug#9255).
3613 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3614
3615 2011-08-07 Juri Linkov <juri@jurta.org>
3616
3617 * faces.el (list-faces-display): Remove extra angle bracket
3618 from `help-mode-map'.
3619
3620 * info.el (Info-history-toc-nodes): Doc fix.
3621
3622 * longlines.el (longlines-mode): Doc fix.
3623
3624 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3627 of statements and in a few more cases (bug#9183).
3628
3629 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
3630 New functions.
3631 (cl-transform-lambda): Use them (bug#9239).
3632
3633 2011-08-05 Martin Rudalics <rudalics@gmx.at>
3634
3635 * window.el (display-buffer-same-window)
3636 (display-buffer-same-frame, display-buffer-other-window)
3637 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3638 (pop-to-buffer-other-window)
3639 (pop-to-buffer-same-frame-other-window)
3640 (pop-to-buffer-other-frame): Make them defuns.
3641 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
3642
3643 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3644
3645 * subr.el (make-composed-keymap): Move from C. Change calling
3646 convention, and improve docstring to bring attention to a subtle point.
3647 * minibuffer.el (completing-read-default): Adjust accordingly.
3648
3649 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3650
3651 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3652 (tramp-open-shell): Use `tramp-shell-quote-argument'.
3653
3654 * net/trampver.el: Update release number.
3655
3656 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
3659 "in" (bug#9190).
3660
3661 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3662
3663 * mail/sendmail.el (sendmail-query-once): Restore the current
3664 buffer after querying (bug#9074).
3665
3666 * dired.el (dired-flagged): Use different faces for marked and
3667 flagged files (bug#6117).
3668
3669 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
3670 (bug#4433).
3671
3672 * ido.el (ido-mode): Switch off the message if called
3673 non-interactively.
3674
3675 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
3676 before 587, since it appears that that's more likely to work for
3677 more people.
3678
3679 * cus-edit.el (custom-file): When running under emacs -q, always
3680 refuse to save the customizations, even if the .emacs file doesn't
3681 exist.
3682
3683 * info.el: Remove the `Info-beginning-of-buffer' function
3684 (bug#8325).
3685
3686 * net/network-stream.el (network-stream-open-starttls):
3687 Use `starttls-available-p' to see whether starttls.el can be used.
3688
3689 2011-08-01 Martin Rudalics <rudalics@gmx.at>
3690
3691 * window.el (display-buffer-in-window): Don't set dedicated status
3692 of window here (Bug#9215).
3693 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3694 (display-buffer-pop-up-side-window)
3695 (display-buffer-in-side-window): Set dedicated status of window here.
3696
3697 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
3700 before binding generated-autoload-file.
3701
3702 2011-08-01 Deniz Dogan <deniz@dogan.se>
3703
3704 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
3705
3706 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3707
3708 Sync with Tramp 2.2.2.
3709
3710 * net/trampver.el: Update release number.
3711
3712 2011-07-30 Juri Linkov <juri@jurta.org>
3713
3714 * dired-aux.el (dired-touch-initial): Remove function.
3715 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
3716 current time, and `default' to the last modification time of the
3717 current marked file (bug#6887).
3718
3719 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
3720
3721 * simple.el (goto-line): Use string-to-number to provide a
3722 numeric argument to read-number (bug#9163).
3723
3724 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
3725
3726 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
3727 connection process, it could be nil.
3728
3729 2011-07-27 Leo Liu <sdl.web@gmail.com>
3730
3731 Simplify url handling in rcirc-mode.
3732
3733 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3734 (rcirc-browse-url-at-mouse): Remove.
3735 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3736
3737 2011-07-26 Alan Mackenzie <acm@muc.de>
3738
3739 Fontify bitfield declarations properly.
3740
3741 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3742 (c-symbol-chars): Now exported as a lang variable.
3743 (c-not-primitive-type-keywords): New lang variable.
3744
3745 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3746 QT keyword "more" to prevent "more slots: ...." being spuriously
3747 parsed as a bitfield declaration.
3748
3749 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3750 Refactor and enhance to handle bitfield declarations.
3751 (c-punctuation-in): New function.
3752 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3753 declarations properly.
3754
3755 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
3756
3757 * calendar/icalendar.el (icalendar--all-events): Take care of
3758 multiple vcalendars in a single file.
3759 (icalendar--convert-float-to-ical): Checkdoc fixes.
3760
3761 2011-07-25 Deniz Dogan <deniz@dogan.se>
3762
3763 * image.el (insert-image): Clarifying docstring.
3764
3765 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
3766
3767 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3768 `tramp-send-command-and-check' if there is no error.
3769 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3770
3771 2011-07-22 Alan Mackenzie <acm@muc.de>
3772
3773 Prevent cc-langs.elc being loaded at run time.
3774
3775 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3776 cc-langs.
3777
3778 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
3779 "(require 'cc-langs)". Quote a form so it will evaluate at
3780 (cc-mode's) compilation time.
3781
3782 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3785 loading. (Bug#9114)
3786
3787 2011-07-21 Martin Rudalics <rudalics@gmx.at>
3788
3789 * window.el (display-buffer-pop-up-window)
3790 (display-buffer-pop-up-side-window)
3791 (display-buffer-in-side-window): Call display-buffer-set-height
3792 and display-buffer-set-width after setting the new window's
3793 buffer so `fit-window-to-buffer' and friends work on the right buffer.
3794
3795 2011-07-20 Sam Steingold <sds@gnu.org>
3796
3797 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3798 (etags-tags-included-tables): Call `convert-standard-filename' on
3799 the file names contained in TAGS so that windows Emacs can handle
3800 TAGS files created by cygwin ctags.
3801
3802 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3803
3804 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3805 which apparently didn't work.
3806
3807 2011-07-19 Roland Winkler <winkler@gnu.org>
3808
3809 * proced.el (proced-send-signal): For *Marked Processes* buffer
3810 put point at beginning of buffer.
3811
3812 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
3813
3814 * proced.el (proced-format): Make header lines align with the text
3815 (bug#1779).
3816
3817 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3818
3819 * view.el (view-buffer): Allow running in `special' modes if we're
3820 visiting a file (bug#8615).
3821
3822 2011-07-19 Martin Rudalics <rudalics@gmx.at>
3823
3824 * window.el (display-buffer-alist-of-strings-p)
3825 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3826 New functions.
3827 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3828 more accurately.
3829
3830 2011-07-18 Alan Mackenzie <acm@muc.de>
3831
3832 Fontify declarators properly when, e.g., a jit-lock chunk begins
3833 inside a declaration.
3834
3835 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3836
3837 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3838 New function.
3839 (c-complex-decl-matchers): Insert reference to
3840 c-font-lock-enclosing-decls.
3841
3842 * progmodes/cc-engine.el (c-backward-single-comment):
3843 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3844 to nil around calls to (forward-comment -1).
3845
3846 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
3848 * image.el (put-image): Doc typo fix.
3849
3850 * progmodes/etags.el (tags-search): Doc typo fix.
3851
3852 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3853 password if we get errors 550 to 554.
3854
3855 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3856
3857 * net/gnutls.el (gnutls-log-level): Remove.
3858
3859 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3860 indentation character (bug#6380).
3861
3862 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3863
3864 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3865 to clarify what the problem is (bug#4291).
3866
3867 * simple.el (current-kill): Clarify what
3868 `interprogram-paste-function' does (bug#7500).
3869 (auto-fill-mode): Document `auto-fill-function' in relation to
3870 `auto-fill-mode' (bug#2470).
3871
3872 2011-07-16 Lawrence Mitchell <wence@gmx.li>
3873
3874 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3875 method if slot is read-only (bug#9035).
3876
3877 2011-07-16 Martin Rudalics <rudalics@gmx.at>
3878
3879 * frame.el (select-frame-set-input-focus): New argument NORECORD.
3880 * window.el (pop-to-buffer): Select window used even if it was
3881 selected before, see discussion of (Bug#8615), (Bug#6954).
3882 Pass argument NORECORD on to select-frame-set-input-focus.
3883
3884 2011-07-15 Glenn Morris <rgm@gnu.org>
3885
3886 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
3887 Respect help-form.
3888
3889 2011-07-09 Lawrence Mitchell <wence@gmx.li>
3890
3891 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3892 (gnutls-negotiate): Use it.
3893
3894 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * net/gnutls.el (gnutls-negotiate):
3897 Upcase `gnutls-algorithm-priority'.
3898
3899 2011-07-15 Glenn Morris <rgm@gnu.org>
3900
3901 * jka-compr.el (jka-compr-verbose): Move from here...
3902 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3903 Add missing :version tag.
3904 * info.el: No need to require jka-compr when compiling.
3905
3906 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3907
3908 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3909 (gnutls-negotiate): Use it.
3910
3911 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3912
3913 * info.el (Info-beginning-of-buffer): New command.
3914 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3915 announcing `b' as the key (bug#8325).
3916 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
3917
3918 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3919
3920 * international/mule-cmds.el
3921 (describe-specified-language-support): Make the error message
3922 clearer (bug#8905).
3923
3924 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3925
3926 * isearch.el (isearch-barrier): Add a doc string, since it's
3927 mentioned in a function doc string (bug#8678).
3928
3929 2011-07-15 Martin Rudalics <rudalics@gmx.at>
3930
3931 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3932 buffer argument (Bug#9083) and self-identifying label argument.
3933
3934 2011-07-15 Glenn Morris <rgm@gnu.org>
3935
3936 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3937
3938 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3939
3940 * man.el (Man-fontify-manpage): Fix message when formatting the
3941 man page (bug#7929).
3942
3943 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3944
3945 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3946 argument LRM; if non-nil, append an invisible LRM character to the
3947 buffer name.
3948 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3949 last argument non-nil, when formatting buffer names.
3950 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3951 paragraph direction.
3952
3953 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3956 the man page name (bug#7929).
3957
3958 * image.el (put-image): Mention the `put-image' overlay property
3959 (bug#7834).
3960
3961 * scroll-bar.el (set-scroll-bar-mode): Mention that
3962 `scroll-bar-mode' lists the values (bug#7772).
3963
3964 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3965 command (bug#7729).
3966
3967 * rect.el (apply-on-rectangle): Return the point after the last
3968 operation.
3969 (string-rectangle): Go to the point after the last operation
3970 (bug#7522).
3971
3972 * printing.el (pr-toggle-region): Clarify the documentation
3973 slightly (bug#7493).
3974
3975 * time.el (display-time-update):
3976 Allow `display-time-mail-function' to return nil (bug#7158).
3977 Fix suggested by Detlev Zundel.
3978
3979 * vc/diff.el (diff): Clarify the order the file names are read
3980 (bug#7111).
3981
3982 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3983 the doc string (bug#7015).
3984
3985 * font-lock.el (font-lock-maximum-decoration): Mention what
3986 numeric levels mean (bug#6935).
3987
3988 * startup.el (initial-buffer-choice): Don't mention the `none'
3989 selection, which is against policy.
3990
3991 2011-07-14 Martin Rudalics <rudalics@gmx.at>
3992
3993 * window.el (display-buffer-normalize-special):
3994 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
3995
3996 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3997
3998 * subr.el (version<, version<=, version=): Mention "-CVS" and
3999 "-12345" alpha version numbers.
4000
4001 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4002
4003 * bindings.el: Add advertised binding for set-mark-command
4004 (Bug#5772).
4005
4006 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * bindings.el (mode-line-other-buffer):
4009 * bookmark.el (bookmark-bmenu-2-window):
4010 * bs.el (bs-cycle-next, bs-cycle-previous):
4011 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4012 switch-to-buffer.
4013
4014 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4015 Delete.
4016
4017 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * follow.el (follow-debug-message, follow-redisplay):
4020 * jka-cmpr-hook.el (with-auto-compression-mode):
4021 Fix typos in docstrings.
4022
4023 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
4025 * subr.el (with-silent-modifications): Clarify somewhat what the
4026 macro inhibits (bug#6525).
4027
4028 * simple.el (eval-expression): Note what it does if called
4029 interactively (bug#6495).
4030
4031 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4034 Use pop-to-buffer buffer-or-name if it is nil.
4035
4036 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4037 Remove switch-to-buffer.
4038
4039 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * files.el (make-directory): Clarify that an error will be raised
4042 if there's an error (bug#6397).
4043
4044 * startup.el (initial-buffer-choice): Add `none' as a choice
4045 (bug#6234).
4046
4047 * subr.el (add-hook): Clarify section about buffer-local hooks
4048 (bug#6218).
4049
4050 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4051
4052 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4053
4054 * tabify.el (untabify): Preserve the current column so that point
4055 doesn't move (bug#6032).
4056
4057 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4060 Rewrite to avoid awkward possessive "s" (bug#5986).
4061
4062 2011-07-13 Glenn Morris <rgm@gnu.org>
4063
4064 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4065 (dired-insert-directory): Give a message the first time
4066 if ls is found not to support --dired.
4067
4068 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4069
4070 * simple.el (toggle-truncate-lines): Clarify what is toggled
4071 (bug#5580). Text by Drew Adams.
4072
4073 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4074
4075 * simple.el (blink-matching-open): Make the error message from the
4076 last change less verbose.
4077
4078 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4079
4080 * font-lock.el (font-lock-comment-face): Use the high contrast
4081 "yellow" color for font-lock-comment-face on low color terminals
4082 using a dark background color (bug#4221).
4083
4084 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4085
4086 * dired.el (dired-insert-set-properties): Make the doc string
4087 reflect what it does now (bug#5325).
4088
4089 * simple.el (blink-matching-open): Say that we were unable to find
4090 the match within the limit, if we're limited (bug#5122).
4091
4092 * international/mule-cmds.el (prefer-coding-system): Add an
4093 example (bug#4869).
4094
4095 * progmodes/etags.el (tags-search): Document `file-list-form'
4096 (bug#4731).
4097
4098 2011-07-13 Lawrence Mitchell <wence@gmx.li>
4099
4100 * net/browse-url.el (browse-url-default-browser)
4101 (browse-url-browser-function): Make the default browser choice a
4102 bit more logical (bug#4300). Also clean up the doc string.
4103
4104 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4105
4106 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4107 binary endings (bug#4440).
4108
4109 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4110
4111 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4112 which can be pretty annoying (bug#8971).
4113
4114 * jka-compr.el (jka-compr-verbose): New variable, and use
4115 throughout (bug#8971).
4116
4117 * info.el (Info-find-file): Fall back on the installation
4118 directory if we can't find the info node anywhere else.
4119
4120 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4121
4122 * vc/vc.el (vc-revert-file):
4123 Don't set file time-stamp in the past. (Bug#5181)
4124
4125 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4126
4127 * files.el (after-find-file): Give a better error message when
4128 trying to find a symlink that points to a file that doesn't exist
4129 (bug#4398).
4130
4131 * progmodes/cc-vars.el: Remove (probably) misleading comment
4132 (bug#4396).
4133
4134 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4135
4136 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4137
4138 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * mouse-sel.el: Hack restoring functionality, while keeping
4141 compatibility with 2010-07-03 changes to mouse selection.
4142 (mouse-sel-primary-overlay): New var.
4143 (mouse-sel-selection-alist): Use it.
4144 (mouse-sel-mode): Doc fix; remove points that are default features
4145 of mouse.el.
4146
4147 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4148
4149 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4150 Fix previous fix (bug#2490).
4151
4152 2011-07-12 Roland Winkler <winkler@gnu.org>
4153
4154 * textmodes/bibtex.el (bibtex-initialize):
4155 Use pop-to-buffer-same-window.
4156 (bibtex-search-entries): Fix interactive call.
4157
4158 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4159
4160 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4161 Fontise bytecomp Error lines more correctly (bug#2490).
4162 Fix suggested by Johan Bockgård.
4163
4164 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4165
4166 * dired-x.el (dired-guess-default): Use `delete-dups'.
4167
4168 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * dired.el (dired-mark-prompt):
4171 * dired-aux.el (dired-read-shell-command): Doc fix.
4172
4173 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174
4175 * mail/sendmail.el (sendmail-query-once):
4176 Use `customize-save-variable' unconditionally, now that it works under
4177 emacs -Q.
4178
4179 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4180
4181 * cus-edit.el (custom-file): Take an optional no-error variable.
4182 (customize-save-variable): Set the variable, and give a warning if
4183 running under "emacs -q".
4184
4185 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
4186
4187 * loadhist.el (unload-feature-special-hooks):
4188 Add `auto-coding-functions', `fill-nobreak-predicate' and
4189 `find-directory-functions' (bug#5327).
4190
4191 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4192
4193 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4194
4195 * cus-edit.el (custom-guess-name-alist): -alist variables should
4196 use the `alist' type (bug#3120). Suggested by Drew Adams.
4197
4198 * printing.el: Add documentation to all the `pr-toggle-' commands.
4199
4200 2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
4201
4202 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4203 backends where it makes sense (bug#2623).
4204
4205 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4206
4207 * dired-x.el (dired-guess-default): Remove duplicate shell command
4208 entries (bug#2028).
4209 (dired-guess-default): Fix grammar in doc string (bug#2028).
4210 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4211
4212 * subr.el (remove-duplicates): New conveniency function.
4213
4214 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215
4216 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4217 (bug#1526).
4218
4219 2011-07-10 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (display-buffer-normalize-default): Don't invert
4222 meaning of even-window-heights. Reported by Eli Zaretskii
4223 <eliz@gnu.org>.
4224
4225 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4226
4227 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4228
4229 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * window.el (display-buffer): Fix arguments to
4232 display-buffer-reuse-window in last change.
4233
4234 * faces.el (link): Use a less saturated blue on light backgrounds.
4235
4236 * startup.el (fancy-startup-text, fancy-about-text)
4237 (fancy-startup-tail): Use font-lock faces, for background safety.
4238
4239 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4240
4241 * emulation/viper-cmd.el (viper-change-state-to-vi):
4242 Limit triggering of abbrev expansion (Bug#9038).
4243
4244 2011-07-09 Martin Rudalics <rudalics@gmx.at>
4245
4246 * window.el (display-buffer-default-specifiers): Remove.
4247 (display-buffer-macro-specifiers): Remove default specifiers.
4248 (display-buffer-alist): Default to nil.
4249 (display-buffer-reuse-window): New optional argument other-window.
4250 (display-buffer-pop-up-window): Allow splitting internal
4251 windows. Check whether a live window was created.
4252 (display-buffer-other-window-means-other-frame)
4253 (display-buffer-normalize-arguments): Rename to
4254 display-buffer-normalize-argument and rewrite. Set the
4255 other-window specifier.
4256 (display-buffer-normalize-special): New function.
4257 (display-buffer-normalize-options): Rename to
4258 display-buffer-normalize-default and rewrite.
4259 (display-buffer-normalize-options-inhibit): Remove.
4260 (display-buffer-normalize-specifiers): Rewrite.
4261 (display-buffer): Process other-window specifier and call
4262 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4263 more faithfully.
4264 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4265 (display-buffer-alist-set): Don't handle 'unset default values.
4266 (display-buffer-in-window, display-buffer-alist-set):
4267 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4268 <tassilo@member.fsf.org>.
4269
4270 2011-07-09 Leo Liu <sdl.web@gmail.com>
4271
4272 * register.el (insert-register): Restore accidental change on
4273 2011-06-26. (Bug#9028)
4274
4275 2011-07-09 Glenn Morris <rgm@gnu.org>
4276
4277 * subr.el (remq): Handle the empty list. (Bug#9024)
4278
4279 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4280
4281 * mail/sendmail.el (send-mail-function): No longer delay custom
4282 initialization.
4283 * custom.el (custom-initialize-delay): Doc fix.
4284
4285 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4288
4289 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
4290
4291 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4292 human-friendly prompt.
4293
4294 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4297 provided by a particular plugin.
4298
4299 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4300
4301 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4302 save customizations (with "emacs -Q"), just set the variable
4303 instead of erroring out.
4304
4305 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4306
4307 2011-07-08 Juri Linkov <juri@jurta.org>
4308
4309 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4310 (archive-zip-update-case): Use 7z if found by `executable-find'.
4311 The order of searching the available programs is the same as in
4312 `archive-zip-extract' (bug#8968).
4313
4314 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4317 (menu-bar-options-menu): Tweak descriptions.
4318
4319 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4322 menu items into verb phrases (bug#1421). Also refill to fit under
4323 80 columns.
4324
4325 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4326
4327 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4328 (Info-read-node-name): Doc fix (Bug#1084).
4329
4330 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4331 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4332 (end-of-sexp, beginning-of-sexp)
4333 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4334 (forward-symbol, forward-same-syntax, word-at-point)
4335 (sentence-at-point): Doc fix (Bug#1144).
4336
4337 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338
4339 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4340 should cover it (bug#1281).
4341
4342 * cus-edit.el (custom-show): Mark as obsolete.
4343
4344 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4345 negotiation fails, then possibly try again with a non-encrypted
4346 connection (bug#9017).
4347
4348 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4349 be used.
4350
4351 2011-07-07 Richard Stallman <rms@gnu.org>
4352
4353 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4354 property, and handle its changed format.
4355 Look for the correct line number.
4356 Use file's line contents (but not past first =) to find
4357 correct line in message.
4358
4359 2011-07-07 Kenichi Handa <handa@m17n.org>
4360
4361 * international/characters.el (build-unicode-category-table):
4362 Delete it.
4363 (unicode-category-table): Set it by unicode-property-table-internal.
4364
4365 * international/mule-cmds.el (char-code-property-alist): Move to
4366 to src/chartab.c.
4367 (get-char-code-property): Call unicode-property-table-internal to
4368 load a file. Call get-unicode-property-internal where necessary.
4369 (put-char-code-property): Call unicode-property-table-internal to
4370 load a file. Call put-unicode-property-internal where necessary.
4371 put-unicode-property-internal where necessary.
4372 (char-code-property-description):
4373 Call unicode-property-table-internal to load a file.
4374
4375 * international/charprop.el:
4376 * international/uni-bidi.el:
4377 * international/uni-category.el:
4378 * international/uni-combining.el:
4379 * international/uni-comment.el:
4380 * international/uni-decimal.el:
4381 * international/uni-decomposition.el:
4382 * international/uni-digit.el:
4383 * international/uni-lowercase.el:
4384 * international/uni-mirrored.el:
4385 * international/uni-name.el:
4386 * international/uni-numeric.el:
4387 * international/uni-old-name.el:
4388 * international/uni-titlecase.el:
4389 * international/uni-uppercase.el: Regenerate.
4390
4391 * loadup.el: Load international/charprop.el before
4392 international/characters.
4393
4394 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * window.el (next-buffer, previous-buffer): Signal an error if
4397 called from a minibuffer window.
4398
4399 * bindings.el: Revert 2011-07-04 change.
4400
4401 2011-07-06 Richard Stallman <rms@gnu.org>
4402
4403 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4404 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4405 Treat markers like ints.
4406 (rmail-mime-entity): Doc fix.
4407
4408 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
4410 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4411 defcustom again for backwards compatibility.
4412
4413 * simple.el (shell-command-on-region): Fill.
4414
4415 * dired-aux.el (dired-kill-line): Add a doc string.
4416
4417 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4418 to "\\sw\\|\\s_" (bug#358).
4419
4420 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4421 (dired-unmark-backward): Ditto.
4422 (dired-flag-backup-files): Ditto.
4423
4424 * dired-x.el (dired-mark-sexp): Ditto.
4425
4426 2011-07-06 Richard Stallman <rms@gnu.org>
4427
4428 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4429 (rmail-mime-entity): New arg TRUNCATED.
4430 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4431 New functions.
4432 (rmail-mime-save): Warn if entity is truncated.
4433 (rmail-mime-toggle-hidden): Likewise, for showing.
4434 (rmail-mime-process-multipart): Record when an entity is truncated.
4435
4436 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4437 if ENTITY is a string.
4438
4439 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4440
4441 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
4442 of faces when `M-C-x'-ing their definitions (bug#8378).
4443 Also clean up the code slightly.
4444
4445 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
4446 because that makes the colors go away.
4447
4448 * mail/sendmail.el (send-mail-function): Change the default to
4449 `sendmail-query-once'.
4450 (sendmail-query-once): Add an autoload cookie.
4451
4452 * net/network-stream.el (network-stream-open-starttls): Try using
4453 a plain connection even if the server offered STARTTLS, and we
4454 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4455 capability. This should make smtpmail.el work in slightly more
4456 configurations.
4457
4458 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
4459
4460 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4461 New defun.
4462 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4463
4464 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4465
4466 * progmodes/sql.el: Version 3.0
4467 (sql-product-alist): Add product :completion-object,
4468 :completion-column, and :statement attributes.
4469 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
4470 (sql-mode-syntax-table): Mark all punctuation.
4471 (sql-font-lock-keywords-builder): Temporarily remove fallback on
4472 ansi keywords.
4473 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
4474 (sql-mode-oracle-font-lock-keywords): Improve.
4475 (sql-oracle-show-reserved-words): New function for development.
4476 (sql-product-font-lock): Simplify for source code buffers.
4477 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4478 New functions.
4479 (sql-highlight-product): Set product specific syntax table.
4480 (sql-mode-map): Add statement movement functions.
4481 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4482 New variable.
4483 (sql-statement-regexp, sql-beginning-of-statement)
4484 (sql-end-of-statement, sql-signum): New functions.
4485 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
4486 (sql-show-sqli-buffer): Bug fix.
4487 (sql-interactive-mode): Store connection data as buffer local.
4488 (sql-connect): Add NEW-NAME parameter. Redesign interaction
4489 with sql-interactive-mode.
4490 (sql-save-connection): Save buffer local settings.
4491 (sql-connection-menu-filter): Change menu entry name.
4492 (sql-product-interactive): Bug fix.
4493 (sql-preoutput-hold): New variable.
4494 (sql-interactive-remove-continuation-prompt): Bug fixes.
4495 (sql-debug-redirect): New variable.
4496 (sql-str-literal): New function.
4497 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
4498 Redesign.
4499 (sql-oracle-save-settings, sql-oracle-restore-settings)
4500 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4501 (sql-completion-object, sql-completion-column)
4502 (sql-completion-sqlbuf): New variables.
4503 (sql-build-completions-1, sql-build-completions)
4504 (sql-try-completion): New functions.
4505 (sql-read-table-name): Use them.
4506 (sql-contains-names): New buffer local variable.
4507 (sql-list-all, sql-list-table): Use it.
4508 (sql-oracle-completion-types): New variable.
4509 (sql-oracle-completion-object, sql-sqlite-completion-object)
4510 (sql-postgres-completion-object): New functions.
4511
4512 2011-07-06 Glenn Morris <rgm@gnu.org>
4513
4514 * window.el (pop-to-buffer): Doc fix.
4515
4516 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
4517
4518 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4519
4520 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4523
4524 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
4525
4526 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * button.el (button): Inherit from link face. Suggested by Dan
4529 Nicolaescu.
4530
4531 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * progmodes/gdb-mi.el: Fit in 80 columns.
4534 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4535 switch-to-buffer.
4536
4537 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4538 if imenu is simply not configured (bug#8941).
4539
4540 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4541
4542 * allout.el (allout-post-undo-hook): New allout outline-change
4543 event hook to signal undo activity.
4544 (allout-post-command-business): Run allout-post-undo-hook if an
4545 undo just occurred.
4546 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4547 * allout-widgets.el (allout-widgets-after-undo-function):
4548 Ensure the integrity of the current item's decoration after it has been
4549 in the vicinity of an undo.
4550 (allout-widgets-mode): Include allout-widgets-after-undo-function
4551 on the new allout-post-undo-hook.
4552
4553 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4556 Let define-derived-mode define it.
4557 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4558 cycles of abbrev-table inheritance (bug#8998).
4559
4560 2011-07-05 Roland Winkler <winkler@gnu.org>
4561
4562 * textmodes/bibtex.el: Add support for biblatex.
4563 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4564 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4565 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4566 (bibtex-entry-alist, bibtex-field-alist): New variables.
4567 (bibtex-entry-field-alist): Obsolete alias for
4568 bibtex-BibTeX-entry-alist.
4569 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4570 (bibtex-set-dialect): New command.
4571 (bibtex-entry-type, bibtex-entry-head)
4572 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4573 Bind via bibtex-set-dialect.
4574 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4575 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4576 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4577 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4578 Define via bibtex-set-dialect.
4579 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4580 Obey bibtex-no-opt-remove-re.
4581 (bibtex-vec-push, bibtex-vec-incr): New functions.
4582 (bibtex-format-entry, bibtex-field-list)
4583 (bibtex-print-help-message, bibtex-validate)
4584 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4585
4586 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4587
4588 * progmodes/compile.el (compilation-goto-locus):
4589 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4590 * bs.el (bs-cycle-next, bs-cycle-previous):
4591 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4592 * bindings.el (mode-line-other-buffer):
4593 * autoinsert.el (auto-insert):
4594 * arc-mode.el (archive-extract):
4595 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4596
4597 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4600 Fix check of `emacs-lock-unlockable-modes'.
4601 Coerce true values of `emacs-lock--try-unlocking' to t.
4602
4603 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4606 * emacs-lock.el: New file.
4607
4608 2011-07-05 Julien Danjou <julien@danjou.info>
4609
4610 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4611 than `boundp' to check if face is set.
4612
4613 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * register.el (registerv-make):
4616 * window.el (window-min-height): Fix typos in docstrings.
4617
4618 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4619
4620 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4621 Update doc string.
4622
4623 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * server.el (server-execute): Catch quit and call
4626 `server-return-error' to pass the error back to emacsclient and
4627 close the connection (bug#8942).
4628
4629 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
4630
4631 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4632 insecure exception for current topic. Also note that auto-saves
4633 are handled differently.
4634
4635 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
4636 State variables for tracking auto-save inhibition situation.
4637
4638 (allout-write-contents-hook-handler): Rename from
4639 'allout-write-file-hook-handler', and describe how it depends on
4640 write-contents-functions sensitivity to non-nil value to prevent
4641 file write.
4642
4643 (allout-auto-save-hook-handler): Remove. auto-save does not check
4644 this in individual buffers, only in the starting buffer, so this
4645 is not the right way for us to inhibit auto-save in a buffer
4646 according to its condition.
4647
4648 (allout-mode): Use new allout-write-contents-hook-handler, and
4649 only with write-contents-functions. Remove auto-save provisions -
4650 they're implemented elsewhere.
4651
4652 (allout-before-change-handler): If undo is in progress, note that
4653 for attention of allout-post-command-business.
4654
4655 (allout-post-command-business): If the command we're following was
4656 an undo, check for change in the status of encrypted items and
4657 adjust auto-save inhibitions accordingly.
4658
4659 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
4660 according to whether there are or aren't any plain-text topics
4661 pending encryption.
4662
4663 (allout-inhibit-auto-save-info-for-decryption):
4664 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
4665 there are plain-text topics pending encryption.
4666
4667 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
4668 buffer-saved-size and some allout state to not inhibit auto-saves
4669 if there are no longer any plain-text topics pending encryption.
4670
4671 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
4672 No longer provide for exemption of the current topic.
4673
4674 2011-07-04 Juri Linkov <juri@jurta.org>
4675
4676 Add 7z operations to delete and save changed members (bug#8968).
4677 * arc-mode.el (archive-7z-expunge, archive-7z-update):
4678 New defcustoms.
4679 (archive-7z-write-file-member): New function.
4680 (archive-7z-summarize): Fix the number of dashes in the
4681 listing output.
4682
4683 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
4686 (bug#8958).
4687
4688 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * bindings.el: Ignore next-buffer and previous-buffer in
4691 minibuffer-local-map.
4692
4693 * font-lock.el (font-lock-builtin-face): Change light background
4694 color to dark slate blue (Bug#6693).
4695
4696 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4697
4698 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
4699
4700 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
4703 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4704 Add switch-to-buffer.
4705
4706 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * isearch.el (isearch-search-fun-function): Clarify further the
4709 meaning of the function returned.
4710
4711 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
4714
4715 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
4716 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
4717 Use it.
4718 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
4719 `tramp-default-remote-path' does not exist.
4720 (tramp-send-command-and-read): New optional argument NOERROR.
4721 (tramp-open-connection-setup-interactive-shell)
4722 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
4723 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
4724 (tramp-process-sentinel): Flush also process' connection property.
4725 (tramp-sh-handle-start-file-process): Do not set process
4726 sentinel. It is done now ...
4727 (tramp-maybe-open-connection): ... here. (Bug#8929)
4728
4729 2011-07-04 MON KEY <monkey@sandpframing.com>
4730
4731 * play/animate.el (animate-string): Doc fixes and allow changing
4732 the buffer name (bug#5417).
4733
4734 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * play/animate.el (animation-buffer-name): Rename from *animate*.
4737
4738 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4739
4740 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4741 This is simpler and helps future-proof the code.
4742 (timer-until): Use time-subtract and float-time.
4743 (timer--time-less-p): Use time-less-p.
4744
4745 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4746
4747 * type-break.el (timep): Use the value of `float-time' to avoid a
4748 byte-compiler warning.
4749
4750 * server.el (server-eval-and-print): Return any result, even nil.
4751
4752 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4753
4754 * type-break.el: Accept time formats that the builtins accept.
4755 (timep, type-break-time-difference): Accept any format that
4756 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4757 This is simpler and helps future-proof the code.
4758 (type-break-time-difference): Round rather than ignoring
4759 subseconds components.
4760
4761 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * info.el (Info-apropos-matches): Make non-interactive, since it
4764 doesn't seem to do anything useful as a command (bug#8829).
4765
4766 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * frame.el (frame-background-mode, frame-set-background-mode):
4769 Move from faces.el.
4770 (frame-default-terminal-background): New function.
4771
4772 * custom.el (custom-push-theme): Don't record faces in `changed'
4773 theme; this doesn't work correctly for per-frame face settings.
4774 (disable-theme): Use face-set-after-frame-default to reset faces.
4775 (custom--frame-color-default): New function.
4776
4777 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * dired.el (dired-flagging-regexp): Remove unused variable
4780 (bug#8769).
4781
4782 2011-03-29 Kevin Ryde <user42@zip.com.au>
4783
4784 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4785 `perl-Test2' extend to match possible "fail #N" rep count
4786 (bug#8377).
4787
4788 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4789
4790 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4791 `smtpmail-via-smtp' now returns the error instead of nil.
4792
4793 * isearch.el (isearch-search-fun-function): Clarify the doc string
4794 (bug#8101).
4795
4796 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
4797
4798 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4799 unnecessary spaces (bug#8987).
4800
4801 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802
4803 * net/network-stream.el (open-network-stream): Use the
4804 :end-of-capability command thoughout.
4805
4806 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4807
4808 * net/network-stream.el (open-network-stream): Add the
4809 :end-of-capability command parameter, used by pop3.el.
4810
4811 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
4813 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4814
4815 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4816 for list)" (bug#6475).
4817
4818 * files.el (file-expand-wildcards): Ignore non-readable
4819 sub-directories while trying to find matches instead of signaling
4820 an error (bug#6297).
4821
4822 * man.el (Man-reference-regexp): Allow matching possible
4823 word-wrapped references (bug#6289).
4824
4825 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4826 for consistency with the other vc buffers (bug#6197).
4827 (vc-checkin): Ditto.
4828
4829 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4830
4831 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4832
4833 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4834
4835 * custom.el (defcustom): Clarify that :set is only used in the
4836 Customize user interface (bug#6089).
4837
4838 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4839 associated with a file, refuse to run instead of erroring out
4840 (bug#6084).
4841
4842 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4843 the doc string, since it appears that using `fill-column' always
4844 controls the width (bug#7845).
4845
4846 * simple.el (shell-command-on-region): Say where the error output
4847 went if `shell-command-default-error-buffer' is set (bug#6857).
4848
4849 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4850
4851 * allout.el (allout-yank-processing): Adjust cursor position for
4852 backwards-deleted space.
4853
4854 (allout-rebullet-heading): Register changes with
4855 allout-exposure-changed-hook, so the modified topic is properly
4856 decorated.
4857
4858 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * minibuffer.el (completion-in-region): Document PREDICATE
4861 (bug#7136).
4862
4863 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4864 of keyword/argument pairs (bug#6904).
4865
4866 * replace.el (multi-occur):
4867 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
4868
4869 2011-07-02 Drew Adams <drew.adams@oracle.com>
4870
4871 * dired.el (dired-mark-if): Make the message about whether it's
4872 marking or unmarking clearer (bug#8523).
4873
4874 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * disp-table.el (display-table-print-array): New function.
4877 (describe-display-table): Use it to print the vectors more pretty
4878 (Bug#8859).
4879
4880 2011-07-02 Martin Rudalics <rudalics@gmx.at>
4881
4882 * window.el (window-state-get-1): Don't assign clone numbers.
4883 Add clone-of item to list of window parameters.
4884 (window-state-put-2): Don't process clone numbers.
4885 (display-buffer-alist): Fix doc-string.
4886
4887 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * subr.el (remq): Don't allocate if it's not needed.
4890 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4891 (keymap--merge-bindings): New functions.
4892 (keymap-canonicalize): Use them to refine the canonicalization.
4893 * minibuffer.el (minibuffer-local-completion-map)
4894 (minibuffer-local-must-match-map): Move initialization from C.
4895 (minibuffer-local-filename-completion-map): Move initialization from C;
4896 don't inherit from anything here.
4897 (minibuffer-local-filename-must-match-map): Make obsolete.
4898 (completing-read-default): Use make-composed-keymap to combine
4899 minibuffer-local-filename-completion-map with either
4900 minibuffer-local-must-match-map or
4901 minibuffer-local-filename-completion-map.
4902
4903 2011-07-01 Glenn Morris <rgm@gnu.org>
4904
4905 * type-break.el (type-break-time-sum): Use dolist.
4906
4907 * textmodes/flyspell.el (flyspell-word-search-backward):
4908 Replace CL function.
4909
4910 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * mouse.el (mouse--strip-first-event): New function.
4913 (function-key-map): Use it to map fringe clicks to normal clicks
4914 by default.
4915
4916 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4917 (vc-bzr-revision-completion-table): Add support for annotate and date.
4918
4919 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4920 inherit from parent.
4921
4922 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4923
4924 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
4925 (dired-show-file-type): Doc fixup (bug#8818).
4926
4927 * dired.el (dired-mode): Fix up the doc string as suggested by
4928 Drew Adams (bug#8817).
4929
4930 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4931 cookie, since the manual says that it should be possible to add
4932 this function to `find-file-hook' (bug#8709).
4933
4934 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4935
4936 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4937 here. Noted Ted Zlatanov as the maintainer.
4938 (cfengine-common-settings, cfengine-common-syntax): New functions
4939 to set up common things between `cfengine-mode' and
4940 `cfengine3-mode'.
4941 (cfengine3-mode): New mode.
4942 (cfengine3-defuns cfengine3-defuns-regex
4943 (cfengine3-class-selector-regex cfengine3-category-regex)
4944 (cfengine3-vartypes cfengine3-font-lock-keywords)
4945 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
4946 (cfengine3-indent-line): Add from cfengine3.el.
4947
4948 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4951
4952 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4953
4954 2011-07-01 Martin Rudalics <rudalics@gmx.at>
4955
4956 * window.el (same-window-buffer-names, same-window-regexps)
4957 (same-window-p, special-display-frame-alist)
4958 (special-display-popup-frame, special-display-function)
4959 (special-display-buffer-names, special-display-regexps)
4960 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4961 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4962 (split-window-preferred-function, split-height-threshold)
4963 (split-width-threshold, even-window-heights)
4964 (display-buffer-mark-dedicated, window-splittable-p)
4965 (split-window-sensibly, window-safely-shrinkable-p):
4966 Un-obsolete.
4967 (display-buffer): Don't spread args with function specifier
4968 because special-display-popup-frame won't like it.
4969
4970 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4971
4972 Time-stamp simplifications and fixes.
4973 These improve accuracy slightly, and future-proof the code
4974 against some potential changes to current-time format.
4975
4976 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4977 by using time-since and float-time.
4978
4979 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4980 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4981 + NNN microseconds".
4982
4983 * type-break.el (type-break-time-sum): Rewrite using time-add.
4984
4985 * play/hanoi.el (hanoi-current-time-float): Remove.
4986 All uses replaced by float-time.
4987
4988 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4989 This yields a more-accurate answer.
4990 (rng-time-to-float): Remove; no longer needed.
4991
4992 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4993
4994 * calendar/timeclock.el (timeclock-seconds-to-time):
4995 Defalias to seconds-to-time, since they're the same thing.
4996
4997 * emacs-lisp/elp.el (elp-elapsed-time):
4998 * emacs-lisp/benchmark.el (benchmark-elapse):
4999 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5000
5001 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * window.el (bury-buffer): Don't iconify the only frame.
5004 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5005 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5006
5007 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
5008
5009 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5010 Add mouse-yank-primary.
5011
5012 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5013
5014 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5015
5016 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5019 (find-library-name): Use it to find relative load names when provided
5020 absolute file name (bug#8803).
5021
5022 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5023
5024 * textmodes/flyspell.el (flyspell-word): Consider words that
5025 differ only in case as potential doublons (bug#5687).
5026
5027 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5028 Remove two rather uninteresting debugging-like messages to make
5029 debbugs.el more silent.
5030
5031 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5032 a password-like phrase.
5033
5034 2011-06-30 Mastake YAMATO <yamato@redhat.com>
5035
5036 * progmodes/cc-guess.el: New file.
5037
5038 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5039
5040 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5041 derived from `c-basic-common-init'.
5042
5043 * progmodes/cc-mode.el (top-level): Require cc-guess.
5044 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5045
5046 2011-06-30 Lawrence Mitchell <wence@gmx.li>
5047
5048 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5049
5050 2011-06-30 Alan Mackenzie <acm@muc.de>
5051
5052 * progmodes/cc-engine.el (c-guess-continued-construct):
5053 Correct the handling of template-args-cont, particularly for when font
5054 lock is disabled. Name this case as "CASE G".
5055
5056 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5057
5058 * allout.el (allout-yank-processing): Fix injection of extra space
5059 between bullet and non-whitespace character in first topic when
5060 pasting, ensuring that the actual spacing in the pasted topic
5061 following the bullet char is preserved. This extra space was
5062 causing pasted encrypted topics to get a decrypted status even
5063 when the content was actually still encrypted. Now the decryption
5064 status from before the paste is preserved.
5065
5066 (allout-flag-region): Set all allout overlays so they evaporate
5067 when reduced to zero length (evanescent), to prevent overlay
5068 leakage.
5069
5070 2011-06-30 Glenn Morris <rgm@gnu.org>
5071
5072 * w32-fns.el (w32-charset-info-alist): Declare.
5073
5074 * find-dired.el (find-grep-options): Simplify.
5075
5076 * term/ns-win.el (ns-set-resource): Declare.
5077
5078 * ses.el (row, col): Declare dynamic variables honestly.
5079
5080 * textmodes/reftex-parse.el (index-tags): Declare.
5081
5082 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
5083
5084 * cus-edit.el (customize-push-and-save): New function.
5085
5086 * files.el (hack-local-variables-confirm): Use it.
5087
5088 * custom.el (load-theme): New arg NO-CONFIRM.
5089 Use customize-push-and-save (Bug#8720).
5090 (custom-enabled-themes): Doc fix.
5091
5092 * cus-theme.el (customize-create-theme)
5093 (custom-theme-merge-theme): Callers to load-theme changed.
5094
5095 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
5097 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5098 short URLs have at least one dot in them (bug #7614).
5099
5100 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5101 nil, because using a pty is apparently too slow (bug #895).
5102
5103 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * mail/sendmail.el (sendmail-query-once): New function.
5106 (sendmail-query-once-function): New variable.
5107
5108 2011-06-29 Glenn Morris <rgm@gnu.org>
5109
5110 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5111
5112 * ses.el (top-level): Require cl when compiling.
5113 (ses-set-localvars): Fix error statement.
5114 Call it at compile time to silence a storm of warnings.
5115
5116 2011-06-29 Martin Rudalics <rudalics@gmx.at>
5117
5118 * window.el (normalize-live-buffer): Rename to
5119 window-normalize-buffer.
5120 (normalize-live-frame): Rename to window-normalize-frame.
5121 (normalize-any-window): Rename to window-normalize-any-window.
5122 (normalize-live-window): Rename to window-normalize-live-window.
5123 (make-window-atom): Rename to window-make-atom.
5124 (window-resize-reset): Rename to window--resize-reset.
5125 (window-resize-reset-1): Rename to window--resize-reset-1.
5126 (resize-mini-window): Rename to window--resize-mini-window.
5127 (resize-subwindows-skip-p): Rename to
5128 window--resize-subwindows-skip-p.
5129 (resize-subwindows-normal): Rename to
5130 window--resize-subwindows-normal.
5131 (resize-subwindows): Rename to window--resize-subwindows.
5132 (resize-other-windows): Rename to window--resize-siblings.
5133 (resize-this-window): Rename to window--resize-this-window.
5134 (resize-root-window): Rename to window--resize-root-window.
5135 (resize-root-window-vertically): Rename to
5136 window--resize-root-window-vertically.
5137 (normalize-buffer-to-display): Rename to
5138 window-normalize-buffer-to-display.
5139 (normalize-buffer-to-switch-to): Rename to
5140 window-normalize-buffer-to-switch-to.
5141 Correspondingly update all callers of the functions listed
5142 above.
5143 (display-buffer-alist, display-buffer-normalize-arguments)
5144 (display-buffer-normalize-options, display-buffer)
5145 (display-buffer-alist-set): Use "function" instead of
5146 "fun-with-args".
5147
5148 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5151 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5152 debbugs.gnu.org. Mention acknowledgment email.
5153
5154 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5155
5156 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5157 buffer multibyteness, since it shouldn't matter.
5158
5159 2011-06-28 Martin Rudalics <rudalics@gmx.at>
5160
5161 * window.el (display-buffer-in-side-window): Handle dedicated
5162 windows as in display-buffer-reuse-window.
5163 (display-buffer-normalize-alist): Use value of override
5164 specifier.
5165 (display-buffer-normalize-specifiers): Use value of
5166 other-window-means-other-frame specifier.
5167 (display-buffer-alist): Rewrite some texts in widgets.
5168 (display-buffer): Spread arguments when calling function
5169 specified by fun-with-args.
5170
5171 2011-06-28 Deniz Dogan <deniz@dogan.se>
5172
5173 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5174 Unnest `let'.
5175
5176 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5177 selectors (Bug#5732).
5178 (css-proprietary-nmstart-re): Use `regexp-opt'.
5179
5180 2011-06-27 Jari Aalto <jari.aalto@cante.net>
5181
5182 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5183 (eshell-ls-date-format): New defcustom.
5184 (eshell-ls-file): Use it.
5185
5186 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5189
5190 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5191
5192 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5193 (ange-ftp-make-tmp-name): New arg.
5194 (ange-ftp-file-local-copy): Use it.
5195
5196 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
5197
5198 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5199 no-conversion (Bug#8870).
5200
5201 2011-06-27 Martin Rudalics <rudalics@gmx.at>
5202
5203 * window.el (window-right, window-left, window-child)
5204 (window-child-count, window-last-child)
5205 (window-iso-combination-p, walk-window-tree-1)
5206 (window-atom-check-1, window-tree-1, delete-window)
5207 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5208 new naming conventions - window-vchild, window-hchild,
5209 window-next and window-prev are now called window-top-child,
5210 window-left-child, window-next-sibling and window-prev-sibling
5211 respectively.
5212 (resize-window-reset): Rename to window-resize-reset.
5213 (resize-window-reset-1): Rename to window-resize-reset-1.
5214 (resize-window): Rename to window-resize.
5215 (window-min-height, window-min-width)
5216 (resize-mini-window, resize-this-window, resize-root-window)
5217 (resize-root-window-vertically, adjust-window-trailing-edge)
5218 (enlarge-window, shrink-window, maximize-window)
5219 (minimize-window, delete-window, quit-restore-window)
5220 (split-window, balance-windows, balance-windows-area-adjust)
5221 (balance-windows-area, window-state-put-2)
5222 (display-buffer-even-window-sizes, display-buffer-set-height)
5223 (display-buffer-set-width, set-window-text-height)
5224 (fit-window-to-buffer): Rename all "resize-window" prefixed
5225 calls to use the "window-resize" prefix convention.
5226 (display-buffer-alist): Fix symbol for label specifier.
5227 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5228 corresponding specifier.
5229 Reported by Juanma Barranquero <lekktu@gmail.com>.
5230
5231 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5232
5233 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5234 convention.
5235 (ses-call-printer): Does not pass an empty string to formatter when the
5236 cell is empty to keep from barking printer Calc math-format-value.
5237
5238 2011-06-27 Richard Stallman <rms@gnu.org>
5239
5240 * battery.el (battery-mode-line-limit): New variable.
5241 (battery-update): Handle it.
5242
5243 * mail/rmailmm.el (rmail-mime-process-multipart):
5244 Handle truncated messages.
5245
5246 2011-06-27 Glenn Morris <rgm@gnu.org>
5247
5248 * progmodes/flymake.el (flymake-err-line-patterns):
5249 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5250
5251 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5252
5253 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5254 (ses--clean-!, ses--clean-_): New functions.
5255 (ses-range): Add configurability of readout order, and conversion
5256 to Calc vector.
5257
5258 * ses.el (ses-repair-cell-reference-all): New function.
5259 (ses-cell-symbol): Set macro as safe, so that it can be used in
5260 formulas.
5261
5262 * ses.el: Update cycle detection algorithm.
5263 (ses-localvars): Add ses--Dijkstra-attempt-nb and
5264 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5265 (ses-set-localvars): New function.
5266 (ses-make-cell): Add property-list as a cell element.
5267 (ses-cell-property-get-fun, ses-cell-property-get)
5268 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5269 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5270 New functions.
5271 (ses-cell-property-set, ses-cell-property-pop)
5272 (ses-cell-property-get-handle): New macro.
5273 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5274 New aliases, used for code readability.
5275 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5276 cycle detection.
5277 (ses-self-reference-early-detection): New defcustom.
5278 (ses-formula-references): Robustify against self-refering cells.
5279 (ses-mode): Use ses-set-localvars.
5280 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5281 before lauching the update processing.
5282 (ses-initialize-Dijkstra-attempt): New function.
5283 (ses-recalculate-cell): Update for cycle detection based on
5284 Dijkstra algorithm.
5285
5286 * ses.el: Fix commenting and indenting convention.
5287
5288 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * bs.el (bs-cycle-next): Complete last change.
5291
5292 2011-06-27 Drew Adams <drew.adams@oracle.com>
5293
5294 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5295
5296 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5297
5298 * net/network-stream.el (network-stream-open-starttls):
5299 Don't re-get capabilities unless we've reestablished connection.
5300 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5301
5302 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5303 to binary to possibly avoid line encoding issues on Windows (among
5304 other things).
5305
5306 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5307
5308 * net/network-stream.el (open-network-stream): Return an :error
5309 saying what the problem was, if possible.
5310
5311 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5312 server.
5313
5314 * net/network-stream.el (network-stream-open-starttls): If we
5315 wanted to use STARTTLS, and the server offered it, but we weren't
5316 able to because we had no STARTTLS support, then close the connection.
5317 (open-network-stream): Return an :error element, if present.
5318
5319 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * hl-line.el (hl-line-sticky-flag): Doc fix.
5322 (global-hl-line-sticky-flag): New option (Bug#8323).
5323 (global-hl-line-highlight): Obey it.
5324
5325 * vc/vc.el (vc-revert-show-diff): Default to t.
5326
5327 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5328
5329 * allout-widgets.el (allout-widgets-post-command-business):
5330 Stop decorating intermediate isearch matches. They're not being
5331 undecorated when an isearch is continued past, and isearch
5332 automatically collapses them. This leads to "widget leaks", where
5333 decorated items accumulate in collapsed areas. Lines with lots of
5334 hidden widgets can slow down cursor travel, substantially.
5335 Too much complicated machinery would be needed to ensure undecoration,
5336 so we're doing without this nicety.
5337
5338 (allout-widgets-tally-string): Don't try to do a hash-table-count
5339 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5340 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5341 *Messages* when allout-widgets-maintain-tally is t.
5342
5343 2011-06-26 Martin Rudalics <rudalics@gmx.at>
5344
5345 * window.el (display-buffer-normalize-argument): Rename to
5346 display-buffer-normalize-arguments. Handle special meaning of
5347 LABEL argument. Respect special-display-function when popping up
5348 a new frame. Fix code searching for a window showing the buffer
5349 on another frame.
5350 (display-buffer-normalize-specifiers):
5351 Call display-buffer-normalize-arguments.
5352 (display-buffer-in-window): Don't undedicate the window if its
5353 buffer remains the same.
5354 Reported by Drew Adams <drew.adams@oracle.com>.
5355 (display-buffer-alist): Add choice for same-window macro
5356 specfier.
5357 (display-buffer): Mention special meaning of LABEL argument in
5358 doc-string. Fix quoting. Don't pop up a new frame even as
5359 fallback.
5360
5361 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5364 avoid deleting the current window in some cases (bug#8911).
5365
5366 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5367
5368 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5369 (Bug#8934)
5370
5371 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5372
5373 * net/network-stream.el (network-stream-open-starttls):
5374 Use built-in TLS support if `gnutls-available-p' is true.
5375 (network-stream-open-tls): Ditto.
5376
5377 2011-06-26 Leo Liu <sdl.web@gmail.com>
5378
5379 * register.el (registerv): New struct.
5380 (registerv-make): New function.
5381 (jump-to-register, describe-register-1, insert-register):
5382 Support the jump-func, print-func and insert-func slot of a registerv
5383 struct. (Bug#8415)
5384
5385 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * vc/vc.el (vc-revert-show-diff): New defcustom.
5388 (vc-diff-internal): New arg specifying diff buffer.
5389 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5390 reuse an existing *vc-diff* buffer (Bug#8927).
5391
5392 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5393
5394 2011-06-26 Glenn Morris <rgm@gnu.org>
5395
5396 * progmodes/f90.el (f90-critical-indent): New option.
5397 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5398 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5399 (f90-mode): Doc fix.
5400 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5401 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5402 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5403 (f90-match-end): Handle block, critical.
5404
5405 2011-06-25 Glenn Morris <rgm@gnu.org>
5406
5407 * calendar/diary-lib.el (diary-included-files): Doc fix.
5408 (diary-include-files): New function, extracted from
5409 diary-include-other-diary-files and diary-mark-included-diary-files.
5410 (diary-include-other-diary-files, diary-mark-included-diary-files):
5411 Just call diary-include-files.
5412 (diary-mark-entries): Reset diary-included-files on first call.
5413
5414 * calendar/diary-lib.el (diary-mark-entries)
5415 (diary-mark-included-diary-files):
5416 Visit included diary-files in temp buffers.
5417
5418 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5419 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5420 (f90-start-block-re, f90-imenu-generic-expression)
5421 (f90-looking-at-program-block-start, f90-no-block-limit):
5422 Add support for submodules.
5423
5424 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5425 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
5426
5427 2011-06-25 Eli Zaretskii <eliz@gnu.org>
5428
5429 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5430 buffer-file-type before setting its value, to avoid disastrous
5431 global effects on decoding files for DOS/Windows systems. (Bug#8780)
5432
5433 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5436
5437 * ses.el (ses-unload-function):
5438 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5439
5440 * proced.el (proced-unload-function):
5441 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5442
5443 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5444
5445 * server.el (server-create-window-system-frame): Add parameters arg.
5446 (server-process-filter): Doc fix. Handle frame-parameters.
5447
5448 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5449
5450 Fix bug#8730, bug#8781.
5451
5452 * loadhist.el (unload--set-major-mode): New function.
5453 (unload-feature): Use it.
5454
5455 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5456 (python-unload-function): New function.
5457
5458 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5461
5462 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5463
5464 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5465 the candidates list.
5466
5467 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
5468
5469 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5470
5471 2011-06-23 Richard Stallman <rms@gnu.org>
5472
5473 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5474 (rmail-variables): Set next-error-move-function.
5475 (rmail-what-message): Take argument POS.
5476 (rmail-next-error-move): New function.
5477
5478 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5481 messages for adjacent non-terminals.
5482
5483 2011-06-23 Richard Stallman <rms@gnu.org>
5484
5485 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
5486 (rmail-show-message-1): Preserve buffer modified flag.
5487 (rmail-start-mail): Don't specify use of rmail-mail-return;
5488 that's done by mail-bury now.
5489 (rmail-mail-return): Handle arg NEWBUF.
5490
5491 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5494 SIZE is a number.
5495
5496 2011-06-23 Martin Rudalics <rudalics@gmx.at>
5497
5498 * window.el (get-lru-window, get-mru-window)
5499 (get-largest-window): Never return a minibuffer window.
5500 (display-buffer-pop-up-window): Fix a bug that could lead to
5501 reusing the minibuffer window.
5502 (display-buffer): Pass original specifier argument to
5503 display-buffer-function instead of the normalized one.
5504 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5505
5506 2011-06-22 Leo Liu <sdl.web@gmail.com>
5507
5508 * minibuffer.el (completing-read-function)
5509 (completing-read-default): Move from minibuf.c
5510
5511 2011-06-22 Richard Stallman <rms@gnu.org>
5512
5513 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5514 to Rmail even if not started by a special Rmail command.
5515
5516 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5517 Copy the buffer currently showing just one message.
5518
5519 2011-06-22 Roland Winkler <winkler@gnu.org>
5520
5521 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5522 (bibtex-clean-entry): First delete the old key so that a
5523 customized algorithm for generating the new key does not get
5524 confused by the old key.
5525 (bibtex-url): Obey regexp of first step.
5526 (bibtex-search-entries): Do not use add-to-list with local
5527 list-var.
5528
5529 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5532 stored a user name, then query for the password first, instead of
5533 waiting for SMTP to give an error message and the trying again.
5534
5535 2011-06-22 Lawrence Mitchell <wence@gmx.li>
5536
5537 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5538 BUFFER in call-process.
5539
5540 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5541
5542 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5543 QUIT twice.
5544 (smtpmail-try-auth-methods): Require user name and password from
5545 auth-source.
5546
5547 2011-06-22 Martin Rudalics <rudalics@gmx.at>
5548
5549 * window.el (display-buffer-default-specifiers)
5550 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5551 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5552 (split-window): Normalize SIDE argument (Bug#8916).
5553
5554 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5555 (special-display-frame-alist, special-display-popup-frame):
5556 Remove duplicate declarations. These are now in window.el.
5557
5558 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5559
5560 * mail/smtpmail.el (smtpmail-via-smtp):
5561 Set :use-starttls-if-possible so that we always use STARTTLS if the
5562 server supports it. SMTP servers that support STARTTLS commonly
5563 require it.
5564
5565 * net/network-stream.el (network-stream-open-starttls): Support
5566 upgrading to STARTTLS always, even if we don't have built-in support.
5567 (open-network-stream): Add the :always-query-capabilities keyword.
5568
5569 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5570 upgrades with `open-network-stream', and rely solely on
5571 auth-source for all credentials. Big changes throughout the file,
5572 but in particular:
5573 (smtpmail-auth-credentials): Remove.
5574 (smtpmail-starttls-credentials): Remove.
5575 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5576 MAIL FROM, too.
5577
5578 * net/network-stream.el (network-stream-open-starttls):
5579 Provide support for client certificates both for external and built-in
5580 STARTTLS.
5581 (auth-source): Require.
5582 (open-network-stream): Document the :client-certificate keyword.
5583 (network-stream-certificate): Change cert-cert to cert and
5584 cert-key to key.
5585
5586 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
5587
5588 * net/tramp-cache.el (top): Don't load the persistency file when
5589 "emacs -Q" has been called.
5590
5591 2011-06-21 Tim Harper <timcharper@gmail.com>
5592
5593 * term/ns-win.el (ns-initialize-window-system):
5594 Set application-specific `ApplePressAndHoldEnabled' system
5595 resource to NO as it is not yet supported by the NS port.
5596
5597 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5600 (list-dynamic-libraries): ...not here.
5601
5602 2011-06-21 Leo Liu <sdl.web@gmail.com>
5603
5604 * subr.el (sha1): Implement sha1 using secure-hash.
5605
5606 2011-06-21 Martin Rudalics <rudalics@gmx.at>
5607
5608 * window.el (display-buffer-alist): In default value do not
5609 enforce searching a window on any but the selected frame.
5610 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5611 (display-buffer-select-window): Remove function.
5612 (display-buffer-in-window): When a window on another frame gets
5613 reused, do not select it any more but just raise its frame if
5614 necessary (Bug#8851) and (Bug#8856).
5615 (display-buffer-normalize-options): Handle pop-up-frames related
5616 options more faithfully.
5617 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5618 window if it is on another frame.
5619 (display-buffer-alist, display-buffer-default-specifiers):
5620 Don't make new frame unsplittable by default.
5621 (display-buffer-normalize-argument): Fix doc-string typo and use
5622 'same-frame-other-window instead of 'other-window when associating
5623 with display-buffer-macro-specifiers.
5624
5625 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5626
5627 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5628 New functions.
5629 (5x5-mode-map, 5x5-mode-menu): Bind them.
5630 (5x5-draw-grid): Tweak the solver's rendering.
5631
5632 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
5635 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
5636
5637 2011-06-21 Drew Adams <drew.adams@oracle.com>
5638
5639 * menu-bar.el: Use function variable instead of switch-to-buffer.
5640 (menu-bar-select-buffer-function): New variable.
5641 (menu-bar-update-buffers): Use it (bug#8876).
5642
5643 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
5646 variable's status.
5647
5648 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
5649
5650 * x-dnd.el (x-dnd-version-from-flags)
5651 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
5652 and long as number (Bug#8899).
5653 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
5654
5655 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
5658 (completion-try-completion, completion-all-completions): Compute the
5659 metadata argument if it's missing; make it optional (bug#8795).
5660
5661 * wid-edit.el: Use lex-bind and move towards completion-at-point.
5662 (widget-complete): Use new :completion-function property.
5663 (widget-completions-at-point): New function.
5664 (default): Use :completion-function instead of :complete.
5665 (widget-default-completions): Rename from widget-default-complete;
5666 Rewrite.
5667 (widget-string-complete, widget-file-complete, widget-color-complete):
5668 Remove functions.
5669 (file, symbol, function, variable, coding-system, color):
5670 * international/mule-cmds.el (default-input-method, charset)
5671 (language-info-custom-alist):
5672 * cus-edit.el (face): Use new property :completions.
5673
5674 * progmodes/pascal.el (pascal-completions-at-point): New function.
5675 (pascal-mode): Use it.
5676 (pascal-mode-map): Use completion-at-point.
5677 (pascal-toggle-completions): Make obsolete.
5678 (pascal-complete-word, pascal-show-completions):
5679 * progmodes/octave-mod.el (octave-complete-symbol):
5680 Redefine as obsolete alias.
5681 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
5682 Signal absence of completion info for old Octave,
5683 (inferior-octave-complete): Redefine as obsolete alias.
5684 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
5685 (meta-completions-at-point): Rename from meta-complete-symbol and
5686 adapt it for use on completion-at-point-functions.
5687 (meta-common-mode): Use it.
5688 (meta-looking-at-backward, meta-match-buffer): Remove.
5689 (meta-complete-symbol): Redefine as obsolete alias.
5690 (meta-common-mode-map): Use completion-at-point.
5691 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
5692 (makefile-mode-map): Use completion-at-point.
5693 (makefile-completions-at-point): Rename from makefile-complete and
5694 adapt it for use on completion-at-point-functions.
5695 (makefile-mode): Use it.
5696 (makefile-complete): Redefine as obsolete alias.
5697
5698 2011-06-20 Deniz Dogan <deniz@dogan.se>
5699
5700 * net/rcirc.el: Delete trailing whitespaces once and for all.
5701
5702 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
5703
5704 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
5705
5706 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
5709
5710 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
5711
5712 2011-06-19 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (display-buffer-other-window-means-other-frame):
5715 Call display-buffer-normalize-alist.
5716 (display-buffer-normalize-specifiers-1): Rename to
5717 display-buffer-normalize-argument. New argument other-frame.
5718 Rewrite.
5719 (display-buffer-normalize-specifiers-2): Rename to
5720 display-buffer-normalize-options.
5721 (display-buffer-normalize-alist-1): New function.
5722 (display-buffer-normalize-specifiers-3): Rename to
5723 display-buffer-normalize-alist.
5724 Call display-buffer-normalize-alist-1.
5725 (display-buffer-normalize-options-inhibit): New variable.
5726 (display-buffer-normalize-specifiers): Rewrite calling
5727 display-buffer-normalize-alist,
5728 display-buffer-normalize-argument, and
5729 display-buffer-normalize-options. Don't call the latter if
5730 display-buffer-normalize-options-inhibit is non-nil.
5731 (frame-auto-delete): New option.
5732 (window-deletable-p): Use frame-auto-delete.
5733 (window-list-no-nils, window-state-ignored-parameters)
5734 (window-state-get-1, window-state-get, window-state-put-list)
5735 (window-state-put-1, window-state-put-2, window-state-put):
5736 New functions.
5737 (display-buffer-normalize-options): Move special-display-p group
5738 after pop-up-frame group (Bug#8851) and (Bug#8856).
5739
5740 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5743 groups (Bug#8776).
5744 (rx-submatch-n): New function.
5745 (rx): Document it.
5746
5747 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5748 (Bug#8768).
5749
5750 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5751
5752 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5753
5754 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5755 anytime existing face settings are present (Bug#8889).
5756
5757 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5758 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5759 Remove unused argument.
5760
5761 2011-06-18 Martin Rudalics <rudalics@gmx.at>
5762
5763 * window.el (display-buffer-default-specifiers):
5764 Remove pop-up-frame. Add pop-up-window-min-height,
5765 pop-up-window-min-width, and another reuse-window specifier
5766 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
5767 (display-buffer-normalize-specifiers-2):
5768 Handle split-height-threshold and split-width-threshold also when
5769 pop-up-windows is unset. Add a reuse-window specifier for the
5770 case popping up a new window fails.
5771 (special-display-popup-frame): Remove double quoting.
5772 (display-buffer-normalize-specifiers-1): Fix thinko.
5773
5774 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5777 according to comint-completion-addsuffix.
5778
5779 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5780 (pcomplete-suffix-list): Mark as obsolete.
5781 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5782 pcomplete-seen in the closure.
5783 (pcomplete-comint-setup): Setup completion-at-point as well.
5784 (pcomplete--entries): New function.
5785 (pcomplete--env-regexp): New var.
5786 (pcomplete-entries): Rewrite to work with partial-completion and
5787 without relying on pcomplete-suffix-list.
5788 (pcomplete-pare-list): Remove, unused.
5789
5790 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5791
5792 * window.el (display-buffer-alist): Set pop-up-window-min-height
5793 and pop-up-window-min-width in default value. Reported by
5794 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5795 other-window-means-other-frame.
5796 (display-buffer-macro-specifiers): Comment out entry for
5797 other-window specifier.
5798 (display-buffer-other-window-means-other-frame): New function.
5799 (display-buffer-normalize-specifiers-1): New arguments
5800 buffer-name and label. Treat other-window case specially.
5801 (display-buffer-normalize-specifiers-2): Treat other-window case
5802 specially.
5803 (display-buffer-normalize-specifiers-3): New function.
5804 (display-buffer-normalize-specifiers):
5805 Call display-buffer-normalize-specifiers-3.
5806
5807 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5808
5809 * window.el (same-window-p): Fix two typos introduced when
5810 adding with-no-warnings.
5811 (display-buffer-normalize-specifiers-1): Don't check
5812 pop-up-frames for 'unset initialization.
5813 (display-buffer-normalize-specifiers-2): Major rewrite using
5814 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5815 (pop-up-frames, display-buffer-reuse-frames)
5816 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5817 Suggested by David Engster <deng@randomsample.de>.
5818 (even-window-heights): Initialize to 'unset.
5819 (display-buffer-alist-set): Handle new 'unset initializations.
5820 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5821 other window case.
5822
5823 2011-06-16 Martin Rudalics <rudalics@gmx.at>
5824
5825 * window.el (display-buffer-normalize-specifiers-1):
5826 Respect current value of pop-up-frames for most reasonable values of
5827 second argument of display-buffer (Bug#8865).
5828 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5829 (switch-to-buffer-other-window-same-frame)
5830 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5831 Adams (Bug#8875).
5832 (display-buffer): Don't check noninteractive when calling
5833 display-buffer-pop-up-frame.
5834 (display-buffer-pop-up-frame): Never pop up a frame in
5835 noninteractive mode (Bug#8857).
5836 (enlarge-window, shrink-window): Don't report an error when the
5837 window can't be resized as requested (Bug#8862).
5838
5839 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5842
5843 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5844
5845 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5846
5847 2011-06-15 Alan Mackenzie <acm@muc.de>
5848
5849 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5850 for declarators, disable knr checking to speed up for normal files.
5851 2: Refactor, replacing a sequence of nested if forms by a cond form.
5852
5853 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5854
5855 * net/network-stream.el (open-network-stream): Add the keyword
5856 :always-query-capabilities for the case where you want to force a
5857 `plain' network connection, but the protocol still requires the
5858 capabilitiy command (i.e., SMTP and EHLO).
5859
5860 * subr.el (process-live-p): Rename from `process-alive-p' for
5861 consistency with other `-live-p' functions.
5862
5863 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * window.el (same-window-buffer-names, same-window-regexps)
5866 (special-display-frame-alist, special-display-popup-frame)
5867 (special-display-function, special-display-buffer-names)
5868 (special-display-regexps, pop-up-frame-alist)
5869 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5870 (pop-up-windows, split-window-preferred-function)
5871 (split-height-threshold, split-width-threshold, even-window-heights)
5872 (display-buffer-mark-dedicated): Don't encourage the use of
5873 display-buffer-alist from Elisp code.
5874
5875 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5876
5877 * progmodes/python.el (python-mode): Derive from prog-mode.
5878 * progmodes/ps-mode.el (ps-mode):
5879 * progmodes/mixal-mode.el (mixal-mode):
5880 * progmodes/cfengine.el (cfengine-mode):
5881 * progmodes/ld-script.el (ld-script-mode): Likewise.
5882
5883 2011-06-15 Martin Rudalics <rudalics@gmx.at>
5884
5885 * window.el (display-buffer-alist): Trim default value to avoid
5886 popping up a new frame (Bug#8857) or reusing an arbitrary window
5887 on another frame.
5888 (display-buffer): Do not fall back on popping up a new frame in
5889 batch mode (Bug#8857).
5890
5891 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
5892
5893 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5894 (custom-theme-summary): New function.
5895 (customize-themes): Use it.
5896
5897 2011-06-13 Glenn Morris <rgm@gnu.org>
5898
5899 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5900
5901 2011-06-13 Martin Rudalics <rudalics@gmx.at>
5902
5903 * help.el (help-window): Remove variable.
5904 (help-window-point-marker, temp-buffer-max-height)
5905 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5906 (help-print-return-message): Don't set help-window.
5907 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5908 (help-window-setup-finish): Remove.
5909 (help-window-display-message, help-window-setup)
5910 (with-help-window): Major rewrite based on new
5911 display-buffer-window variable.
5912
5913 * help-mode.el (help-mode-finish): Remove help-window related
5914 code.
5915
5916 * view.el (view-exits-all-viewing-windows): Remove reference to
5917 view-return-to-alist in doc-string.
5918 (view-return-to-alist): Make obsolete.
5919 (view-buffer): Call pop-to-buffer-same-window and remove
5920 undo-window code.
5921 (view-buffer-other-window): Call pop-to-buffer-other-window and
5922 simplify code. Ignore second argument.
5923 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5924 simplify code. Ignore second argument.
5925 (view-return-to-alist-update): Make obsolete.
5926 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5927 Rewrite using quit-restore window parameters.
5928 (view-mode-exit): Rename second argument to EXIT-ONLY.
5929 Rewrite using quit-restore-window.
5930 (View-exit, View-exit-and-edit, View-leave, View-quit)
5931 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5932 appropriate arguments.
5933 (view-end-message): Use quit-restore window parameter.
5934
5935 * window.el (display-buffer-function): Rewrite doc-string.
5936 (display-buffer-window, display-buffer-alist): New variables.
5937 (display-buffer-split-specifiers)
5938 (display-buffer-side-specifiers)
5939 (display-buffer-macro-specifiers): New constants.
5940 (display-buffer-even-window-sizes, display-buffer-set-height)
5941 (display-buffer-set-width, display-buffer-select-window)
5942 (display-buffer-in-window, display-buffer-reuse-window)
5943 (display-buffer-split-window-1, display-buffer-split-window)
5944 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5945 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5946 (display-buffer-in-side-window, normalize-buffer-to-display)
5947 (display-buffer-normalize-specifiers-1)
5948 (display-buffer-normalize-specifiers-2)
5949 (display-buffer-normalize-specifiers, display-buffer-frame):
5950 New functions.
5951 (display-buffer): Major rewrite.
5952 (display-buffer-other-window, display-buffer-other-frame)
5953 (pop-to-buffer, switch-to-buffer-other-window)
5954 (switch-to-buffer-other-frame): Rewrite.
5955 (display-buffer-same-window, display-buffer-same-frame)
5956 (display-buffer-same-frame-other-window)
5957 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5958 (pop-to-buffer-other-window)
5959 (pop-to-buffer-same-frame-other-window)
5960 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5961 (switch-to-buffer-other-window-same-frame): New functions.
5962 (same-window-p, special-display-p): Rewrite disabling warnings.
5963 Make obsolete.
5964 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5965 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5966 Make obsolete
5967 (same-window-buffer-names, same-window-regexps)
5968 (special-display-frame-alist, special-display-popup-frame)
5969 (special-display-function, special-display-buffer-names)
5970 (special-display-regexps, pop-up-frame-alist)
5971 (pop-up-frame-function, split-window-preferred-function)
5972 (split-height-threshold, split-width-threshold)
5973 (even-window-heights): Make obsolete.
5974
5975 2011-06-12 Glenn Morris <rgm@gnu.org>
5976
5977 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
5978 Misc simplifications.
5979
5980 2011-06-12 Martin Rudalics <rudalics@gmx.at>
5981
5982 * window.el (window-safely-shrinkable-p): Restore function which
5983 was inadvertently removed in change from 2011-06-11. Declare as
5984 obsolete.
5985
5986 * calendar/calendar.el (calendar-generate-window):
5987 Use window-iso-combined-p instead of combination of one-window-p and
5988 window-safely-shrinkable-p.
5989
5990 2011-06-12 Glenn Morris <rgm@gnu.org>
5991
5992 * progmodes/fortran.el (fortran-mode-syntax-table):
5993 * progmodes/f90.el (f90-mode-syntax-table):
5994 Set % to punctuation. (Bug#8820)
5995 (f90-find-tag-default): Remove, no longer needed.
5996
5997 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5998
5999 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6000
6001 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * image.el (image-animated-p): Return animation delay in seconds.
6004 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6005 (image-animate-timeout): Remove DELAY argument. Don't assume
6006 every subimage has the same delay; get it from image-animated-p.
6007 (image-animate): Caller changed.
6008
6009 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6012 to ignored backtrace functions.
6013
6014 2011-06-11 Glenn Morris <rgm@gnu.org>
6015
6016 * calendar/appt.el (appt-disp-window-function): Doc fix.
6017 (appt-check): Handle overlapping appointments. (Bug#8337)
6018
6019 2011-06-11 Martin Rudalics <rudalics@gmx.at>
6020
6021 * window.el (window-tree-1, window-tree): New functions, moving
6022 the latter to window.el.
6023 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6024 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6025 (bw-refresh-edges): Remove.
6026 (balance-windows-1, balance-windows-2): New functions.
6027 (balance-windows): Rewrite in terms of window tree functions,
6028 balance-windows-1 and balance-windows-2.
6029 (bw-adjust-window): Remove.
6030 (balance-windows-area-adjust): New function with functionality of
6031 bw-adjust-window but using resize-window.
6032 (set-window-text-height): Rewrite doc-string.
6033 Use normalize-live-window and resize-window.
6034 (enlarge-window-horizontally, shrink-window-horizontally):
6035 Rename argument to DELTA.
6036 (window-buffer-height): New function.
6037 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6038 Rewrite using new window resize routines.
6039 (kill-buffer-and-window, mouse-autoselect-window-select):
6040 Use ignore-errors instead of condition-case.
6041 (quit-window): Call delete-frame instead of delete-windows-on
6042 for the only buffer on frame.
6043
6044 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6045
6046 * loadup.el (top-level): Load window before files for the sake
6047 of replace-buffer-in-windows.
6048
6049 * files.el (read-buffer-to-switch)
6050 (switch-to-buffer-other-window)
6051 (switch-to-buffer-other-frame, display-buffer-other-frame):
6052 Move to window.el.
6053
6054 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6055 (previous-buffer): Move to window.el.
6056
6057 * bindings.el (unbury-buffer): Move to window.el.
6058
6059 * window.el (delete-other-windows-vertically): Move after
6060 definition of delete-other-windows.
6061 (other-window, delete-windows-on, replace-buffer-in-windows):
6062 Move here from window.c.
6063 (record-window-buffer, unrecord-window-buffer)
6064 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6065 (switch-to-next-buffer): New functions.
6066 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6067 from simple.el. Call switch-to-next-buffer.
6068 (previous-buffer): Move here from simple.el.
6069 Call switch-to-prev-buffer.
6070 (bury-buffer): Move here from buffer.c. Switch to previous
6071 buffer when window cannot be deleted.
6072 (unbury-buffer): Move here from bindings.el.
6073 (ctl-x-map): Move binding for other-window from window.c to
6074 here.
6075 (read-buffer-to-switch, switch-to-buffer-other-window)
6076 (switch-to-buffer-other-frame): Move here from files.el.
6077 (normalize-buffer-to-switch-to): New functions.
6078 (switch-to-buffer): Move here from buffer.c.
6079 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6080
6081 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6082
6083 * window.el (window-min-height, window-min-width): Move here
6084 from window.c. Add defcustoms and rewrite doc-strings.
6085 (resize-mini-window, resize-window): New functions.
6086 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6087 Move here from window.c.
6088 (maximize-window, minimize-window): New functions.
6089 (delete-window, delete-other-windows, split-window): Move here
6090 from window.c.
6091 (window-split-min-size): New function.
6092 (split-window-keep-point): Mention split-window-above-each-other
6093 instead of split-window-vertically.
6094 (split-window-above-each-other, split-window-vertically):
6095 Rename split-window-vertically to split-window-above-each-other and
6096 provide defalias for old definition.
6097 (split-window-side-by-side, split-window-horizontally): Rename
6098 split-window-horizontally to split-window-side-by-side and provide
6099 defalias for the old definition.
6100 (ctl-x-map): Move bindings for delete-window,
6101 delete-other-windows and enlarge-window here from window.c.
6102 Replace bindings for split-window-vertically and
6103 split-window-horizontally by bindings for
6104 split-window-above-each-other and split-window-side-by-side.
6105
6106 * cus-start.el (all): Remove entries for window-min-height and
6107 window-min-width. Add entries for window-splits and
6108 window-nest.
6109
6110 2011-06-09 Glenn Morris <rgm@gnu.org>
6111
6112 * calendar/appt.el (appt-mode-line): New function.
6113 (appt-check, appt-disp-window): Use it.
6114
6115 * files.el (hack-one-local-variable-eval-safep):
6116 Allow minor-modes with explicit +/-1 arguments.
6117
6118 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6119
6120 * term/xterm.el (xterm): Add defgroup.
6121 (xterm-extra-capabilities): Add defcustom to supply known xterm
6122 capabilities, skip querying them, or query them (default).
6123 (terminal-init-xterm): Use it.
6124 (terminal-init-xterm-modify-other-keys): New function to set up
6125 modifyOtherKeys support to simplify `terminal-init-xterm'.
6126
6127 2011-06-09 Martin Rudalics <rudalics@gmx.at>
6128
6129 * window.el (resize-window-reset, resize-window-reset-1)
6130 (resize-subwindows-skip-p, resize-subwindows-normal)
6131 (resize-subwindows, resize-other-windows, resize-this-window)
6132 (resize-root-window, resize-root-window-vertically)
6133 (window-deletable-p, window-or-subwindow-p)
6134 (frame-root-window-p): New functions.
6135
6136 2011-06-09 Glenn Morris <rgm@gnu.org>
6137
6138 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6139 (ange-ftp-get-files): Use it.
6140
6141 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6142
6143 * mail/sendmail.el (mail-recover-1, mail-recover):
6144 * files.el (recover-file, recover-session):
6145 Handle dired-listing-switches not being just a single short option.
6146
6147 2011-06-09 Glenn Morris <rgm@gnu.org>
6148
6149 * calendar/appt.el (appt-display-message, appt-disp-window):
6150 Handle lists of appointments.
6151
6152 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6153
6154 * window.el (one-window-p): Move down in code.
6155 Rewrite doc-string.
6156 (window-current-scroll-bars): Rewrite doc-string.
6157 Normalize live window argument.
6158 (walk-windows, get-window-with-predicate, count-windows):
6159 Rewrite doc-string. Use window-list-1.
6160 (window-in-direction-2, window-in-direction, get-mru-window):
6161 New functions.
6162
6163 2011-06-08 Reuben Thomas <rrt@sc3d.org>
6164
6165 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6166 Doc fix (Bug#8713).
6167
6168 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6171
6172 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
6173
6174 * loadhist.el (unload-feature-special-hooks):
6175 Add `comint-output-filter-functions'.
6176
6177 2011-06-08 Ivan Kanis <gnu@kanis.fr>
6178
6179 * calendar/appt.el (appt-check): Move some initializations into the let.
6180
6181 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6182
6183 * window.el (window-height): Defalias to window-total-height.
6184 (window-width): Defalias to window-body-width.
6185
6186 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * image-mode.el (image-toggle-animation): New command.
6189 (image-mode-map): Bind it to RET.
6190 (image-mode): Update message.
6191 (image-toggle-display-image): Avoid a spurious cache flush.
6192 (image-transform-rotation): Doc fix.
6193 (image-transform-properties): Return quickly in the normal case.
6194 (image-animate-loop): Rename from image-animate-max-time.
6195
6196 * image.el (image-animate-max-time): Move to image-mode.el.
6197 (create-animated-image): Remove unnecessary function.
6198 (image-animate): Rename from image-animate-start. New arg.
6199 (image-animate-stop): Remove; just use image-animate-timer.
6200 (image-animate-timer): Use car-safe.
6201 (image-animate-timeout): Rename argument.
6202
6203 2011-06-07 Martin Rudalics <rudalics@gmx.at>
6204
6205 * window.el (get-lru-window, get-largest-window): Move here from
6206 window.c. Rename first argument to ALL-FRAMES.
6207 Rephrase doc-strings.
6208 (get-buffer-window-list): Rewrite using window-list-1.
6209 Rephrase doc-string.
6210 (window-safe-min-height, window-safe-min-width): New constants.
6211 (window-size-ignore, window-min-size, window-min-size-1)
6212 (window-sizable, window-sizable-p, window-size-fixed-1)
6213 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6214 (window-max-delta-1, window-max-delta, window-resizable)
6215 (window-resizable-p, window-total-height, window-total-width)
6216 (window-body-width): New functions.
6217 (window-full-height-p, window-full-width-p): Rewrite using
6218 window-total-size.
6219 (window-body-height): Rewrite using window-body-size.
6220
6221 2011-06-06 Martin Rudalics <rudalics@gmx.at>
6222
6223 * window.el (window-right, window-left, window-child)
6224 (window-child-count, window-last-child, window-any-p)
6225 (normalize-live-buffer, normalize-live-frame)
6226 (normalize-any-window, normalize-live-window)
6227 (window-iso-combination-p, window-iso-combined-p)
6228 (window-iso-combinations)
6229 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6230 (windows-with-parameter, window-with-parameter)
6231 (window-atom-root, make-window-atom, window-atom-check-1)
6232 (window-atom-check, window-side-check, window-check):
6233 New functions.
6234 (ignore-window-parameters, window-sides, window-sides-vertical)
6235 (window-sides-slots): New variables.
6236 (window-size-fixed): Move down in code. Minor doc-string fix.
6237
6238 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6239
6240 * comint.el (comint-dynamic-complete-as-filename)
6241 (comint-dynamic-complete-filename): Correctly call
6242 completion-in-region.
6243
6244 2011-06-05 Deniz Dogan <deniz@dogan.se>
6245
6246 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6247 in last change.
6248
6249 2011-06-05 Deniz Dogan <deniz@dogan.se>
6250
6251 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6252 (rcirc): Use it to prompt for encryption.
6253
6254 2011-06-05 Roland Winkler <winkler@gnu.org>
6255
6256 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6257 (bibtex-search-entries): New command bound to C-c C-a.
6258 (bibtex-display-entries): New function.
6259
6260 2011-06-05 Roland Winkler <winkler@gnu.org>
6261
6262 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6263 (bibtex-insert-kill): After yanking insert newline if necessary.
6264 (bibtex-initialize): Call bibtex-string-files-init only once.
6265 (bibtex-mode): Do not call easy-menu-add.
6266 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6267 (bibtex-yank): Set arg properly if nil.
6268
6269 2011-06-05 Roland Winkler <winkler@gnu.org>
6270
6271 * textmodes/bibtex.el (bibtex-search-entry-globally):
6272 New variable.
6273 (bibtex-search-entry): Use it.
6274
6275 2011-06-05 Roland Winkler <winkler@gnu.org>
6276
6277 * textmodes/bibtex.el (bibtex-entry-format): New option
6278 sort-fields.
6279 (bibtex-format-entry, bibtex-reformat): Honor this option.
6280 (bibtex-parse-entry): Return fields in proper order.
6281
6282 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * doc-view.el (doc-view-remove-if): Move computation of result out
6285 of `dolist' to silence misleading lexical-binding warning.
6286
6287 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
6288
6289 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6290 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6291
6292 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6295 "SunOS 5.10".
6296
6297 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6298
6299 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6300 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6301 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6302 (tramp-parse-putty):
6303 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6304 (tramp-completion-function-alist-ssh)
6305 (tramp-completion-function-alist-telnet)
6306 (tramp-completion-function-alist-su)
6307 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6308 cookie.
6309
6310 * net/tramp-ftp.el:
6311 * net/tramp-sh.el:
6312 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6313 load "tramp.el" `tramp-set-completion-function'.
6314
6315 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * shell.el: Require and use pcomplete.
6318 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6319 (shell-completion-vars): Set pcomplete-default-completion-function.
6320
6321 2011-06-04 Deniz Dogan <deniz@dogan.se>
6322
6323 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6324 `memq' (Bug#8799).
6325
6326 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6329
6330 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6333 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6334 * vc/log-view.el (log-view-beginning-of-defun):
6335 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6336 (smerge-refine-forward, smerge-refine-chopup-region):
6337 Silence warning for unused `dotimes' counter variables.
6338
6339 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * net/tramp.el (tramp-with-progress-reporter): Rename from
6342 with-progress-reporter. Use `declare'.
6343 * net/tramp-smb.el:
6344 * net/tramp-sh.el:
6345 * net/tramp-gvfs.el: Update all uses.
6346
6347 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6348
6349 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6350 buffer isn't killed before making it current.
6351
6352 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 Silence various byte-compiler warnings.
6355 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6356 `access-type' and new obsolescence format.
6357 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6358 new format.
6359 (byte-compile-check-variable): New `access-type' argument.
6360 Only warn if the access-type is obsolete.
6361 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6362 (byte-compile-variable-set): Adjust callers.
6363 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6364 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6365 setting it as obsolete.
6366 * simple.el (minibuffer-completing-symbol):
6367 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6368 access as obsolete.
6369 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6370 obsolete yet.
6371 * international/quail.el (quail-mouse-choose-completion): Remove unused
6372 code referring to obsolete var.
6373 (quail-choose-completion-string): Remove.
6374 * server.el (server-clients-with, server-kill-buffer-query-function)
6375 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6376 * proced.el (proced-send-signal):
6377 * emacs-lisp/lisp.el (lisp-complete-symbol):
6378 Replace completion-annotate-function with completion-extra-properties.
6379
6380 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * simple.el (goto-line): Use read-number.
6383 (overriding-map-is-bound): Remove.
6384 (saved-overriding-map): Change default.
6385 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6386 Take the map as argument.
6387 (universal-argument, negative-argument, digit-argument): Use it.
6388 (restore-overriding-map): Adjust.
6389 (do-auto-fill): Use fill-forward-paragraph.
6390 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6391
6392 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6393 (minibuffer-inactive-mode): New major mode.
6394 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6395 the *Messages* buffer" hack.
6396 (mouse-popup-menubar): Don't burp if the event is a normal key.
6397
6398 Miscellaneous tweaks.
6399 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6400 lexical scoping as in subr.el's dolist and dotimes.
6401 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6402 Silence compiler warning.
6403 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6404 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6405 * international/ccl.el (ccl-compile): Trivial simplification.
6406 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6407 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6408 `printflag' argument.
6409 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6410 Purecopy the whole obsolescence data.
6411
6412 2011-06-01 Leo Liu <sdl.web@gmail.com>
6413
6414 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6415 improve doc-string as suggested by Marco Pessotto
6416 <melmothx@gmail.com>.
6417 (rcirc-print): Fix last change.
6418
6419 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * minibuffer.el (complete-with-action): Return nil for the metadata and
6422 boundaries of non-functional tables.
6423 (completion-table-dynamic): Return nil for the metadata.
6424 (completion-table-with-terminator): Add default case, using
6425 complete-with-action.
6426 (completion--metadata): New function.
6427 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6428 to try and avoid pathological performance problems.
6429 (completion--embedded-envvar-table): Return `category' metadata.
6430
6431 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6432
6433 * subr.el (process-alive-p): New tiny convenience function.
6434
6435 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6438 content but also its previous major mode.
6439
6440 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
6441
6442 * emacs-lisp/debug.el (debug): Restore the previous content of the
6443 *Backtrace* buffer when we exit with C-M-c.
6444
6445 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * minibuffer.el: Add metadata method to completion tables.
6448 (completion-category-overrides): New defcustom.
6449 (completion-metadata, completion--field-metadata)
6450 (completion-metadata-get, completion--styles)
6451 (completion--cycle-threshold): New functions.
6452 (completion-try-completion, completion-all-completions):
6453 Add `metadata' argument to choose completion-styles.
6454 (completion--do-completion): Use metadata to choose cycling.
6455 (completion-all-sorted-completions): Use metadata for sorting.
6456 Remove :completion-cycle-penalty which is not needed any more.
6457 (completion--try-word-completion): Add `metadata' argument.
6458 (minibuffer-completion-help): Check metadata for annotation function
6459 and sorting.
6460 (completion-file-name-table): Return `category' metadata.
6461 (minibuffer-completing-file-name): Make obsolete.
6462 * simple.el (minibuffer-completing-symbol): Make obsolete.
6463 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6464 completion-try-completion.
6465
6466 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6469
6470 2011-05-30 Leo Liu <sdl.web@gmail.com>
6471
6472 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
6473 (rcirc-print): Decode all incoming messages (bug#8744).
6474 (rcirc-decode-coding-system): Allow value nil for automatic coding
6475 system detection.
6476
6477 2011-06-01 Glenn Morris <rgm@gnu.org>
6478
6479 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6480
6481 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * image.el (image-animate-max-time): Allow nil and t values.
6484 Default to nil.
6485 (create-animated-image): Doc fix.
6486 (image-animate-start): Remove second arg; just use
6487 image-animate-max-time.
6488 (image-animate-timeout): Doc fix. Args changed.
6489
6490 * image-mode.el (image-toggle-display-image): Ensure that the
6491 image spec passed to the animate timer is the same object as in
6492 the buffer's display property (Bug#6981).
6493 (image-transform-properties): Doc fix.
6494
6495 * image.el (image-animate-max-time): Default to nil.
6496
6497 2011-05-29 Martin Rudalics <rudalics@gmx.at>
6498
6499 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6500 entire buffer list (Bug#8184).
6501
6502 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6503
6504 * image.el (imagemagick-types-inhibit)
6505 (imagemagick-register-types): Doc fix.
6506
6507 2011-05-29 Deniz Dogan <deniz@dogan.se>
6508
6509 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6510 default.
6511
6512 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6513
6514 * select.el: Don't perform clipboard-manager saving in hooks;
6515 leave the hooks empty.
6516
6517 2011-05-28 Leo Liu <sdl.web@gmail.com>
6518
6519 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6520 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6521 (occur-edit-mode): New major mode (Bug#8463).
6522 (occur-after-change-function): New function.
6523 (occur-engine): Give Occur tags a read-only property.
6524
6525 2011-05-28 Kevin Ryde <user42@zip.com.au>
6526
6527 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6528
6529 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6530
6531 * bindings.el (help-echo): Make the initial non-indicator dash
6532 empty on graphical terminals (Bug#7295).
6533
6534 * files.el (auto-mode-alist): Move config rule after the
6535 in-stripping one (Bug#8547).
6536
6537 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6538
6539 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6540 setting (Bug#8740).
6541
6542 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6543
6544 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6545 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6546 (Bug#8539).
6547
6548 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6551
6552 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6553
6554 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6555 (hs-hide-block-at-point, hs-find-block-beginning)
6556 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6557 (Bug#8279).
6558
6559 2011-05-28 Glenn Morris <rgm@gnu.org>
6560
6561 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6562
6563 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * help-fns.el (describe-function-1): If the function is a derived
6566 major mode, print the parent mode.
6567
6568 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6569 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6570
6571 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * minibuffer.el (completion--capf-wrapper): Check applicability before
6574 returning non-nil for non-exclusive completion data.
6575 * progmodes/etags.el (tags-completion-at-point-function):
6576 * info-look.el (info-lookup-completions-at-point): Mark as
6577 non-exclusive.
6578 (info-complete): Adjust accordingly.
6579
6580 * info-look.el: Convert to lexical-binding and completion-at-point.
6581 (info-lookup-completions-at-point): New function.
6582 (info-complete): Use it and completion-in-region.
6583
6584 2011-05-28 Drew Adams <drew.adams@oracle.com>
6585
6586 * isearch.el: Let M-e start with point at the first mismatched char.
6587 (isearch-fail-pos): New function.
6588 (isearch-edit-string): Use it.
6589
6590 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6591
6592 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6593
6594 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6595
6596 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6597 traversal functions for avl-trees.
6598 (avl-tree--stack): New struct.
6599 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6600 (avl-tree-enter): Add optional `updatefun' arg.
6601 (avl-tree--do-enter): Add optional `updatefun' arg.
6602 Change return value.
6603 (avl-tree-delete): Add optional `test' and `nilflag' args.
6604 (avl-tree--do-delete): Add `test' and `nilflag' args.
6605 Change return value.
6606 (avl-tree-member): Add optional `nilflag'
6607 (avl-tree-member-p): New function.
6608 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6609 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6610 (avl-tree-stack-empty-p): New functions.
6611
6612 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6613
6614 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6615 avl-tree--del-balance1 and make it work both ways.
6616 (avl-tree--del-balance2): Remove.
6617 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6618 make it work both ways.
6619 (avl-tree--enter-balance2): Remove.
6620 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6621 New macros.
6622 (avl-tree--mapc, avl-tree-map): Add direction argument.
6623
6624 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
6625
6626 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6627
6628 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
6629
6630 * select.el: Support clipboard managers with built-in function
6631 x-clipboard-manager-save, via delete-frame-functions and
6632 kill-emacs-hook.
6633 (xselect-convert-to-targets): Add MULTIPLE target to list.
6634 (xselect-convert-to-save-targets): New function.
6635
6636 2011-05-27 Kenichi Handa <handa@m17n.org>
6637
6638 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
6639 let-binding rfc2047-encode-encoded-words to nil.
6640
6641 2011-05-27 Glenn Morris <rgm@gnu.org>
6642
6643 * mail/emacsbug.el: Don't require url-util.
6644
6645 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
6646
6647 * files.el (set-auto-mode):
6648 Also respect mode: entries at the end of the file. (Bug#8586)
6649
6650 2011-05-26 Glenn Morris <rgm@gnu.org>
6651
6652 * files.el (hack-local-variables-prop-line, hack-local-variables):
6653 Downcase mode names, as seems to be traditional.
6654 (hack-local-variables, hack-local-variables-apply): Doc fixes.
6655
6656 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
6657 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
6658
6659 2011-05-25 Julien Danjou <julien@danjou.info>
6660
6661 * textmodes/rst.el (rst-define-level-faces): Do not define face
6662 symbol if it is already defined.
6663
6664 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6665
6666 * play/5x5.el (5x5-new-game, 5x5-randomize):
6667 Reset 5x5-solver-output to nil when a new grid is cast.
6668 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
6669 these debugging traces, as defmacro breaks the compiled code.
6670
6671 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6672
6673 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6674
6675 2011-05-24 Leo Liu <sdl.web@gmail.com>
6676
6677 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
6678 (vc-bzr-sha1): Adapt.
6679
6680 * sha1.el: Remove. Function `sha1' is now builtin.
6681
6682 * bindings.el: Provide sha1 feature.
6683
6684 2011-05-24 Kenichi Handa <handa@m17n.org>
6685
6686 * mail/sendmail.el: Require `rfc2047'.
6687 (mail-insert-from-field): Do not perform RFC2047 encoding.
6688 (mail-encode-header): New function.
6689 (sendmail-send-it): Set buffer-file-coding-system of the work
6690 buffer to the return value of select-message-coding-system.
6691 Call mail-encode-header.
6692
6693 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
6694
6695 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
6696
6697 * mail/supercite.el (sc-default-cite-frame):
6698 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
6699
6700 2011-05-24 Glenn Morris <rgm@gnu.org>
6701
6702 * progmodes/python.el (brm-menu): Declare.
6703
6704 * emulation/viper.el (viper-set-hooks): Declare.
6705
6706 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
6707 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
6708 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
6709 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
6710 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
6711 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
6712
6713 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 Add an :exit-function for completion-at-point.
6716
6717 * minibuffer.el (completion--done): New fun.
6718 (completion--do-completion): Use it. New arg `expect-exact'.
6719 (minibuffer-complete, minibuffer-complete-word): Don't output message,
6720 since completion--do-completion does it for us now.
6721 (minibuffer-force-complete): Use completion--done and
6722 completion--replace. Handle sole-completion case with more care.
6723 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
6724 (completion-extra-properties): New var.
6725 (completion-annotate-function): Make obsolete.
6726 (minibuffer-completion-help): Adjust accordingly.
6727 Use completion-list-insert-choice-function.
6728 (completion-at-point, completion-help-at-point):
6729 Bind completion-extra-properties.
6730 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6731 * simple.el (completion-list-insert-choice-function): New var.
6732 (completion-setup-function): Preserve it.
6733 (choose-completion): Pay attention to it, shuffle the code a bit.
6734 (choose-completion-string): New arg `insert-function'.
6735
6736 * textmodes/bibtex.el: Convert to lexical binding.
6737 (bibtex-mode-map): Use completion-at-point.
6738 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6739 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6740 (bibtex-complete): Define as obsolete alias.
6741 (bibtex-complete-internal): Remove.
6742 (bibtex-format-entry): Remove unused sub-group in regexp.
6743 * shell.el (shell--command-completion-data)
6744 (shell-environment-variable-completion):
6745 * pcomplete.el (pcomplete-completions-at-point):
6746 * comint.el (comint--complete-file-name-data): Use :exit-function
6747 instead of completion-table-with-terminator so it also works for
6748 choose-completion.
6749
6750 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6753
6754 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6755 (bug#8710).
6756
6757 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6758
6759 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6760
6761 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6762 customization variable and implement: If non-nil, auto-fill will
6763 be inhibited while on topic's header line.
6764
6765 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6766
6767 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
6768 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
6769 always have a solution in grid size = 5 cases.
6770 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6771 (5x5-solver-output, 5x5-log-buffer): New vars.
6772 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6773 Make these variables buffer local to achieve 5x5 multi-session-ness.
6774 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6775 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6776 (5x5-solve-suggest): New funs.
6777 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6778 randomize a grid so that we ensure that there is always a solution.
6779 (5x5-make-random-grid): Allow other movement than flipping.
6780
6781 2011-05-23 Kevin Ryde <user42@zip.com.au>
6782
6783 * emacs-lisp/advice.el (ad-read-advised-function):
6784 Use `function-called-at-point' as the default default, if it has
6785 advice and passes PREDICATE.
6786
6787 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6790 byte-compile-lambda if it's actually a lambda.
6791
6792 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6793 Fix function quoting. Use backquote better.
6794
6795 2011-05-22 Yuanle Song <sylecn@gmail.com>
6796
6797 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6798 matching (Bug#8516).
6799
6800 2011-01-22 Jari Aalto <jari.aalto@cante.net>
6801
6802 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6803 different face (Bug#8178).
6804
6805 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6808 defface (Bug#8144).
6809
6810 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6813 funcall as well (bug#8712). Warn when performing those conversions.
6814 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6815
6816 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6817
6818 2011-05-22 Glenn Morris <rgm@gnu.org>
6819
6820 * files.el (hack-local-variables-prop-line): Small simplifications.
6821 (hack-local-variables, hack-local-variables-prop-line):
6822 If MODE-ONLY, return the mode, rather than just `t'.
6823
6824 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6825
6826 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6827
6828 2011-05-21 Glenn Morris <rgm@gnu.org>
6829
6830 * files.el (hack-local-variables-prop-line, hack-local-variables):
6831 If only interested in the mode, don't bother doing the other stuff.
6832
6833 * image-mode.el (image-after-revert-hook):
6834 Redraw all frames on which the image is visible. (Bug#8567)
6835
6836 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6837
6838 * wid-edit.el (widget-checklist-match-inline):
6839 Fix 2011-04-19 change. (Bug#8649)
6840
6841 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6844 Also allow singlespace after single-letter capitals followed by a dot.
6845
6846 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6847 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6848
6849 2011-05-20 Nix <nix@esperi.org.uk>
6850
6851 * files.el (basic-save-buffer-2):
6852 Fix handling of break-hardlink-on-save with non-existent files.
6853
6854 2011-05-19 Deniz Dogan <deniz@dogan.se>
6855
6856 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
6857 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
6858
6859 2011-05-19 Glenn Morris <rgm@gnu.org>
6860
6861 * progmodes/f90.el (f90-type-def-re):
6862 Handle "type, bind(c)". (Bug#8691)
6863
6864 * emacs-lisp/autoload.el (batch-update-autoloads):
6865 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6866
6867 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
6868
6869 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6870 property for the correct connection in case of multihops.
6871
6872 2011-05-18 Glenn Morris <rgm@gnu.org>
6873
6874 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
6875 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6876
6877 Rationalize calendar handling of day and month abbrev-arrays.
6878 * calendar/calendar.el (calendar-customized-p): New function.
6879 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6880 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6881 Add :set function.
6882 (calendar-abbrev-length, calendar-day-abbrev-array)
6883 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6884 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6885 Elements may no longer be nil.
6886 (calendar-day-name, calendar-month-name):
6887 Update for changed nature of abbrev arrays.
6888 * calendar/diary-lib.el (diary-name-pattern):
6889 Update for changed nature of abbrev arrays.
6890 (diary-mark-entries-1): Update calendar-make-alist calls.
6891 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6892 * calendar/cal-html.el (cal-html-day-abbrev-array):
6893 Simply inherit from calendar-day-abbrev-array.
6894
6895 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6896
6897 * progmodes/grep.el (grep-mode): Disable default
6898 compilation-directory-matcher setting (bug#8684).
6899
6900 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6903 instead of "head" and "tail". There were problems with SunOS 5.9,
6904 and it performs better.
6905
6906 2011-05-17 Glenn Morris <rgm@gnu.org>
6907
6908 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6909
6910 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6911 Replace obsolete function.
6912
6913 * shell.el (pcomplete-parse-arguments-function): Declare.
6914
6915 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6916 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6917 (appt-check): Doc fixes.
6918 (appt-disp-window-function, appt-delete-window-function):
6919 Remove needless special case in custom :type.
6920 (appt-display-count): Default to 0, not nil.
6921 (appt-check): Reset appt-display-count to 0, not nil.
6922
6923 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
6924
6925 * progmodes/python.el (python-font-lock-keywords):
6926 Add the Python 3.X keyword "nonlocal" (bug#8639).
6927
6928 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6931
6932 2011-05-16 Kevin Ryde <user42@zip.com.au>
6933
6934 * info-look.el (makefile-automake-mode): New setups, looking in
6935 automake manual, then makefile-mode.
6936 (makefile-mode): Remove automake manual, have it just in
6937 makefile-automake-mode since there's various things different or
6938 not relevant to plain make.
6939 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6940 believe a hypothetical automake-mode would go to makefile-mode,
6941 not the other way around.
6942
6943 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
6944
6945 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6946 hunk-end tags (Bug#8672).
6947
6948 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6949 vc-annotate-show-diff-revision-at-line (Bug#8671).
6950
6951 2011-05-14 Glenn Morris <rgm@gnu.org>
6952
6953 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6954 in the middle of an existing one with multiple authors. (Bug#8645)
6955 (change-log-font-lock-keywords): Also handle multiple author lines
6956 with leading tabs. (Bug#8644)
6957
6958 * calendar/appt.el (appt-check): Rename some local variables.
6959 Some simplification/reordering.
6960
6961 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6962 (feedmail-sendmail-f-doesnt-sell-me-out)
6963 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6964 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6965 (feedmail-queue-runner-message-sender): Set :version.
6966 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6967 (bbdb-dwim-net-address, vm-mail): Declare.
6968 (feedmail-binmail-gnulinuxish-template):
6969 Rename from feedmail-binmail-linuxish-template.
6970 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6971 Use insert-buffer-substring.
6972
6973 2011-05-14 Bill Carpenter <bill@carpenter.org>
6974
6975 * mail/feedmail.el (feedmail-patch-level): Increase.
6976 (feedmail-debug): New custom group.
6977 (feedmail-confirm-outgoing-timeout)
6978 (feedmail-sendmail-f-doesnt-sell-me-out)
6979 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6980 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6981 (feedmail-sender-line, feedmail-from-line)
6982 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
6983 (feedmail-spray-this-address)
6984 (feedmail-spray-address-fiddle-plex-list)
6985 (feedmail-queue-use-send-time-for-date)
6986 (feedmail-queue-use-send-time-for-message-id)
6987 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6988 (feedmail-buffer-eating-function):
6989 Doc fixes.
6990 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6991 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6992 (feedmail-message-action-scroll-down): New functions.
6993 (feedmail-queue-directory, feedmail-queue-draft-directory):
6994 Use expand-file-name.
6995 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6996 Remove C-v help entry.
6997 (feedmail-queue-buffer-file-name): New variable.
6998 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6999 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7000 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7001 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7002 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7003 (feedmail-message-action-toggle-spray)
7004 (feedmail-run-the-queue-no-prompts)
7005 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7006 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7007 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7008 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7009 (feedmail-envelope-deducer, feedmail-fiddle-from)
7010 (feedmail-fiddle-sender, feedmail-default-date-generator)
7011 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7012 (feedmail-fiddle-spray-address)
7013 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7014 (feedmail-fiddle-list-of-fiddle-plexes)
7015 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7016 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7017 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7018 Change default. Doc fix.
7019 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7020 (feedmail-binmail-linuxish-template): New constant.
7021 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7022 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7023 (feedmail-send-it): Add debug call.
7024 Use feedmail-queue-buffer-file-name, and
7025 feedmail-send-it-immediately-wrapper.
7026 (feedmail-message-action-send): Add debug call.
7027 Use feedmail-send-it-immediately-wrapper.
7028 (feedmail-queue-express-to-queue): Add debug call.
7029 Run feedmail-queue-express-hook.
7030 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7031 (feedmail-message-action-help-blat):
7032 Rename from feedmail-queue-send-edit-prompt-help-first.
7033 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7034 Check line-endings. Handle errors better.
7035 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7036 Doc fix. Add debug call.
7037 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7038 Use feedmail-queue-send-edit-prompt-inner.
7039 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7040 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7041 from feedmail-queue-send-edit-prompt.
7042 (feedmail-queue-send-edit-prompt-help)
7043 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7044 (feedmail-tidy-up-slug): Add debug call.
7045 Respect feedmail-queue-slug-suspect-regexp.
7046 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7047 (feedmail-dump-message-to-queue): Add debug call.
7048 Expand queue-directory.
7049 (feedmail-dump-message-to-queue): Change message slightly.
7050 Use feedmail-say-chatter.
7051 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7052 (feedmail-send-it-immediately-wrapper): New function.
7053 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7054 Insert empty string rather than newline. Handle full-frame case.
7055 Use catch/throw. Use feedmail-say-chatter.
7056 (feedmail-fiddle-from): Try mail-host-address.
7057 (feedmail-default-message-id-generator): Doc fix.
7058 Bind system-time-locale. Handle missing end.
7059 (feedmail-fiddle-x-mailer): Add debug call.
7060 Handle feedmail-x-mailer-line being nil.
7061 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7062 Add debug call. Use buffer-substring-no-properties.
7063 (feedmail-say-debug, feedmail-say-chatter): New functions.
7064 (feedmail-find-eoh): Give an explicit error.
7065
7066 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
7067
7068 * net/newst-treeview.el (newsticker-treeview-face): Change default
7069 family from helvetica to sans.
7070 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7071 etc/images/newsticker.
7072
7073 * net/newst-reader.el (newsticker-feed-face): Change default
7074 family from helvetica to sans.
7075
7076 * net/newst-plainview.el (newsticker-new-item-face)
7077 (newsticker-old-item-face, newsticker-immortal-item-face)
7078 (newsticker-obsolete-item-face, newsticker-date-face)
7079 (newsticker-statistics-face): Change default family from
7080 helvetica to sans.
7081 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7082 etc/images/newsticker.
7083
7084 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7085 (newsticker--process-auto-mark-filter-match): : Tell user about
7086 auto-marking.
7087
7088 2011-05-13 Didier Verna <didier@xemacs.org>
7089
7090 Common Lisp indentation improvements on defmethod and lambda-lists.
7091 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7092 TODO entries.
7093 (lisp-lambda-list-keyword-parameter-indentation)
7094 (lisp-lambda-list-keyword-parameter-alignment)
7095 (lisp-lambda-list-keyword-alignment): New customizable user options.
7096 (lisp-indent-defun-method): Improve docstring.
7097 (extended-loop-p): Fix comment.
7098 (lisp-indent-lambda-list-keywords-regexp): New variable.
7099 (lisp-indent-lambda-list): New function.
7100 (lisp-indent-259): Use it.
7101 (lisp-indent-defmethod): Support for more than one
7102 method qualifier and properly indent methods lambda-lists.
7103 (defgeneric): Provide a missing common-lisp-indent-function property.
7104
7105 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7108 bounds for the empty string (bug#8667).
7109
7110 2011-05-13 Glenn Morris <rgm@gnu.org>
7111
7112 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7113
7114 * mail/sendmail.el (sendmail-program): Try executable-find first.
7115 (sendmail-send-it): `sendmail-program' cannot be unbound.
7116
7117 * calendar/appt.el (appt-make-list): Simplify.
7118 (appt-time-msg-list): Doc fix.
7119 (appt-check): Change mode-line message at the time of the appointment.
7120
7121 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7122
7123 * progmodes/ld-script.el (ld-script-keywords)
7124 (ld-script-builtins): Update keywords list.
7125
7126 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7129
7130 * shell.el (shell-completion-vars): New function.
7131 (shell-mode):
7132 * simple.el (read-shell-command): Use it.
7133 (blink-matching-open): No need for " [...]" in minibuffer-message.
7134
7135 2011-05-12 Glenn Morris <rgm@gnu.org>
7136
7137 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7138 (appt-check): Simplify.
7139
7140 2011-05-12 Eli Zaretskii <eliz@gnu.org>
7141
7142 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7143 literal "/dev/null".
7144
7145 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7148 Fix typo.
7149
7150 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
7151
7152 * progmodes/which-func.el (which-function):
7153 Use add-log-current-defun instead of add-log-current-defun-function,
7154 which might not be defined (Bug#8260).
7155
7156 2011-05-12 Glenn Morris <rgm@gnu.org>
7157
7158 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7159 Let byte-compile-initial-macro-environment always take precedence.
7160
7161 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * net/rcirc.el: Add support for SSL/TLS connections.
7164 (rcirc-server-alist): New field `encryption'.
7165 (rcirc): Check `encryption' settings.
7166 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7167 Merge make-local-variable into `set'.
7168 (rcirc--connection-open-p): New function.
7169 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7170 the process is not a network process (e.g. running gnutls-cli).
7171 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7172 Make rcirc-(en|de)code-coding-system local here.
7173 (rcirc-mode): Merge make-local-variable into `set'.
7174 (rcirc-parent-buffer): Make permanent buffer-local.
7175 (rcirc-multiline-minor-mode): Don't do it here.
7176 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7177 there's no server buffer.
7178
7179 2011-05-11 Glenn Morris <rgm@gnu.org>
7180
7181 * newcomment.el (comment-kill): Prefix "unused" local.
7182
7183 * term/w32console.el (get-screen-color): Declare.
7184
7185 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7186 Handle symbol elements of byte-compile-initial-macro-environment.
7187
7188 2011-05-10 Leo Liu <sdl.web@gmail.com>
7189
7190 * bookmark.el (bookmark-bmenu-mode-map):
7191 Bind bookmark-bmenu-search to `/'.
7192
7193 * mail/footnote.el: Convert to utf-8 encoding.
7194 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7195 (Footnote-unicode): New function.
7196 (footnote-style-alist): Add unicode style to the list.
7197 (footnote-style): Doc fix.
7198
7199 2011-05-10 Jim Meyering <meyering@redhat.com>
7200
7201 Fix doubled-word typos.
7202 * international/quail.el (quail-insert-kbd-layout): and and -> and
7203 * kermit.el: and and -> and
7204 * net/ldap.el (ldap-search-internal): to to -> to
7205 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7206 * progmodes/js.el (js-mode): and and -> and
7207 * textmodes/artist.el (artist-move-to-xy): at at -> at
7208 (artist-draw-region-trim-line-endings): if if -> if
7209 And Safetyc -> Safety.
7210 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7211
7212 2011-05-10 Glenn Morris <rgm@gnu.org>
7213 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * files.el (hack-one-local-variable-eval-safep):
7216 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7217
7218 2011-05-10 Glenn Morris <rgm@gnu.org>
7219
7220 * calendar/diary-lib.el (diary-list-entries-hook)
7221 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7222 (diary-nongregorian-marking-hook, diary-list-entries)
7223 (diary-include-other-diary-files, diary-mark-entries)
7224 (diary-mark-included-diary-files): Doc fixes.
7225
7226 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * misc.el: Require tabulated-list.el during compilation.
7229
7230 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * progmodes/compile.el (compilation-start):
7233 Run compilation-filter-hook for the async case too.
7234 (compilation-filter-hook): Doc fix.
7235
7236 2011-05-09 Deniz Dogan <deniz@dogan.se>
7237
7238 * wdired.el: Remove outdated installation comment. Fix usage
7239 comment.
7240
7241 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7242
7243 * misc.el: Implement new command `list-dynamic-libraries'.
7244 (list-dynamic-libraries--loaded-only-p): New variable.
7245 (list-dynamic-libraries--refresh): New function.
7246 (list-dynamic-libraries): New command.
7247
7248 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7251 Fix the ant regexp to handle end-line and end-column info from jikes.
7252 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7253 higher priority to avoid clobbering by gnu.
7254
7255 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7258 if the face has existing theme settings (Bug#8454).
7259
7260 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7261
7262 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7263 Only match variables declared via `my' or `our' (Bug#8261).
7264
7265 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7266 special file names `.' and `..' (Bug#8259).
7267
7268 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7269
7270 * progmodes/grep.el (grep-mode-font-lock-keywords):
7271 Remove buffer-changing entries.
7272 (grep-filter): New function.
7273 (grep-mode): Add it to compilation-filter-hook.
7274
7275 * progmodes/compile.el (compilation-filter-hook)
7276 (compilation-filter-start): New defvars.
7277 (compilation-filter): Call compilation-filter-hook prior to
7278 updating the process mark.
7279
7280 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7283
7284 2011-05-07 Eli Zaretskii <eliz@gnu.org>
7285
7286 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7287 mailclient-send-it even if window-system is nil. (Bug#8595)
7288
7289 * term/w32console.el (terminal-init-w32console):
7290 Call get-screen-color and use its output to set the frame
7291 background-mode. (Bug#8597)
7292
7293 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7296 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7297 New functions.
7298 (defgeneric, eieio--defmethod): Use them.
7299 (eieio-defgeneric): Remove.
7300 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7301
7302 2011-05-07 Glenn Morris <rgm@gnu.org>
7303
7304 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7305 Use let rather than let*.
7306 (timeclock-find-discrep): Remove unused local.
7307
7308 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7309
7310 * calendar/appt.el (appt-time-msg-list): Doc fix.
7311
7312 2011-05-06 Noah Friedman <friedman@splode.com>
7313
7314 * apropos.el (apropos-print-doc): Only use
7315 emacs-lisp-docstring-fill-column when it is bound to an integer,
7316 per that variable's documentation.
7317
7318 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7321 and warnings are not silently discarded (e.g. use -d instead of -P).
7322
7323 2011-05-06 Glenn Morris <rgm@gnu.org>
7324
7325 * calendar/appt.el (appt-message-warning-time): Doc fix.
7326 (appt-warning-time-regexp): New option.
7327 (appt-make-list): Respect appt-message-warning-time.
7328
7329 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7330 New options.
7331 (diary-add-to-list): Strip comments from the displayed string.
7332 (diary-mode): Set comment-start and comment-end.
7333
7334 * vc/diff-mode.el (smerge-refine-subst): Declare.
7335 (diff-refine-hunk): Don't require smerge-mode when compiling.
7336
7337 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * simple.el (list-processes): Return nil as the docstring says.
7340
7341 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7342
7343 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7344 to "".
7345 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7346 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7347 determining of binary transfer. (Bug#7383)
7348
7349 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7350
7351 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7352 Fix port computation bug. (Bug#8618)
7353
7354 2011-05-05 Glenn Morris <rgm@gnu.org>
7355
7356 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7357
7358 * simple.el (shell-dynamic-complete-functions)
7359 (comint-dynamic-complete-functions): Declare.
7360
7361 * net/network-stream.el (gnutls-negotiate):
7362 * simple.el (tabulated-list-print): Fix declarations.
7363
7364 * progmodes/gud.el (syntax-symbol, syntax-point):
7365 Remove unnecessary and incorrect declarations.
7366
7367 * emacs-lisp/check-declare.el (check-declare-scan):
7368 Handle byte-compile-initial-macro-environment in bytecomp.el
7369
7370 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 Fix earlier half-done eieio-defmethod change (bug#8338).
7373 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7374 Streamline and change calling convention.
7375 (defmethod): Adjust accordingly and simplify.
7376 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7377 new eieio--defmethod.
7378 (slot-boundp): Minor CSE simplification.
7379
7380 2011-05-05 Milan Zamazal <pdm@zamazal.org>
7381
7382 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7383 (glasses-make-readable): Use glasses-separate-capital-groups.
7384
7385 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
7386
7387 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7388 (warning-series): Doc fix.
7389 (display-warning): Don't try to create the buffer if we just found it.
7390
7391 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
7392
7393 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7394 (autoload-find-generated-file): New function.
7395 (generate-file-autoloads): Bind generated-autoload-file to
7396 buffer-file-name.
7397 (update-file-autoloads, update-directory-autoloads):
7398 Use autoload-find-generated-file. If called interactively, prompt for
7399 output file (Bug#7989).
7400 (batch-update-autoloads): Doc fix.
7401
7402 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
7403
7404 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7405
7406 2011-05-04 Glenn Morris <rgm@gnu.org>
7407
7408 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7409 function, so it follows changes in calendar-date-style.
7410 (diary-fancy-date-matcher): New function.
7411 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7412 (diary-fancy-font-lock-fontify-region-function):
7413 Use diary-fancy-date-pattern as a function.
7414
7415 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7416 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7417
7418 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7419
7420 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7421 instead of positional arguments. Allow :keylist and :crlfiles
7422 arguments.
7423 (open-gnutls-stream): Call it.
7424
7425 * net/network-stream.el (network-stream-open-starttls): Adjust to
7426 call `gnutls-negotiate' with :process and :hostname arguments.
7427
7428 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * minibuffer.el (completion--message): New function.
7431 (completion--do-completion, minibuffer-complete)
7432 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7433 (completion--do-completion): Don't ignore completion-auto-help when in
7434 icomplete-mode.
7435
7436 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7437 internal encoding (e.g. tibetan zero is not whitespace).
7438 (global-whitespace-mode): Prefer save-current-buffer.
7439 (whitespace-trailing-regexp): Remove useless save-match-data.
7440 (whitespace-empty-at-bob-regexp): Minor simplification.
7441
7442 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
7443
7444 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7445
7446 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7447
7448 * textmodes/ispell.el (ispell-add-per-file-word-list):
7449 Use `concat' to create string for insertion.
7450
7451 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7452
7453 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7454 Avoid open-line which runs post-self-insert-hook.
7455 (bibtex-fill-entry): Remove unused `end' var.
7456
7457 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7458
7459 * textmodes/ispell.el (ispell-add-per-file-word-list):
7460 Protect against `nil' value of `comment-start' (Bug#8579).
7461
7462 2011-05-03 Leo Liu <sdl.web@gmail.com>
7463
7464 * isearch.el (isearch-yank-pop): New command.
7465 (isearch-mode-map): Bind it to `M-y'.
7466 (isearch-forward): Mention it.
7467
7468 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * simple.el (minibuffer-complete-shell-command): Remove.
7471 (minibuffer-local-shell-command-map): Use completion-at-point.
7472 (read-shell-command): Setup completion vars here instead.
7473 (read-expression-map): Bind TAB to symbol completion.
7474
7475 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7476 error directly rather via storing it into `results'.
7477
7478 2011-05-02 Leo Liu <sdl.web@gmail.com>
7479
7480 * vc/diff.el: Fix description.
7481
7482 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7483
7484 * server.el (server-eval-at): New function.
7485
7486 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7487
7488 * net/network-stream.el (open-network-stream): Take a :nowait
7489 parameter and pass it on to `make-network-process'.
7490 (network-stream-open-plain): Ditto.
7491
7492 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7493
7494 * faces.el (face-spec-set-match-display): Don't match toolkit
7495 options on terminal frames.
7496
7497 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * progmodes/pascal.el: Use lexical binding.
7500 (pascal-mode-map): Remove author preferences.
7501
7502 * pcomplete.el (pcomplete-std-complete): Don't abuse
7503 completion-at-point.
7504
7505 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7508 removing code that has been dead since 1991 or so.
7509
7510 * startup.el (command-line): When warning about "_emacs", use a
7511 delayed warning to allow the user to filter it out.
7512
7513 2011-04-28 Deniz Dogan <deniz@dogan.se>
7514
7515 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7516 user has not joined.
7517
7518 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7521 aren't any completions at point.
7522
7523 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * subr.el (display-delayed-warnings): New function.
7526 (delayed-warnings-hook): New variable.
7527
7528 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * minibuffer.el (completion-at-point, completion-help-at-point):
7531 Don't presume that a given completion-at-point-function will always
7532 use the same calling convention.
7533
7534 * pcomplete.el (pcomplete-completions-at-point):
7535 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7536 pcomplete-seen is non-nil.
7537 (pcomplete-comint-setup): Also recognize the new comint/shell
7538 completion functions.
7539 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7540 pcomplete-seen is non-nil.
7541
7542 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
7543
7544 * calendar/icalendar.el (diary-lib): Add require statement.
7545 (icalendar--create-uid): Read out a uid from a text-property on
7546 the first character in the entry. This allows for code to add its
7547 own uid to the entry.
7548 (icalendar--convert-float-to-ical): Add export of
7549 `diary-float'-entries save for those with the optional DAY
7550 argument.
7551
7552 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7553
7554 * subr.el (shell-quote-argument): Use alternate escaping strategy
7555 when we spot a variable reference in a string.
7556
7557 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7558
7559 * cus-start.el (all): Define customization for debug-on-event.
7560
7561 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7562
7563 * subr.el (shell-quote-argument): Escape correctly under Windows.
7564
7565 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7568
7569 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
7570
7571 * net/tramp.el (tramp-process-actions): Add POS argument.
7572 Delete region between POS and (pos).
7573
7574 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7575 Use `nil' position in `tramp-process-actions' call.
7576 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7577
7578 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7579 position in `tramp-process-actions' call.
7580
7581 * net/trampver.el: Update release number.
7582
7583 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * custom.el (defcustom): Obey lexical-binding.
7586
7587 Fix octave-inf completion problems reported by Alexander Klimov.
7588 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7589 Inherit from octave-mode-syntax-table.
7590 (inferior-octave-mode): Set info-lookup-mode.
7591 (inferior-octave-completion-at-point): New function.
7592 (inferior-octave-complete): Use it and completion-in-region.
7593 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7594 comint-filename-completion.
7595 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7596 symbol elements which shouldn't be word elements.
7597 (octave-font-lock-keywords, octave-beginning-of-defun)
7598 (octave-function-header-regexp): Adjust regexps accordingly.
7599 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7600
7601 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * net/gnutls.el (gnutls-errorp): Declare before first use.
7604
7605 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7606
7607 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7608 verify-error, and verify-hostname-error parameters. Check whether
7609 default trustfile exists before going to use it. Add missing
7610 argument to gnutls-message-maybe call. Return return value.
7611 Reported by Claudio Bley <claudio.bley@gmail.com>.
7612 (open-gnutls-stream): Add usage example.
7613
7614 * net/network-stream.el (network-stream-open-starttls): Give host
7615 parameter to `gnutls-negotiate'.
7616 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7617 * subr.el (shell-quote-argument): Escape correctly under Windows.
7618
7619 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
7620
7621 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7622 Use correct match group (bug#8438).
7623
7624 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7627 (package-menu--generate): New arg specifying packages to show.
7628 (package-menu-refresh, package-menu-execute, list-packages):
7629 Callers changed.
7630 (package-show-package-list): New function, replacing deleted
7631 package--list-packages (renamed because it is non-internal).
7632
7633 * finder.el (finder-list-matches): Use package-show-package-list
7634 instead of deleted package--list-packages.
7635
7636 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
7637 Based on a previous implementation by Juanma Barranquero (Bug#8366).
7638 (vc-annotate-mode-map): Bind it to RET.
7639
7640 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7641
7642 * progmodes/etags.el (next-file): Don't use set-buffer to change
7643 buffers (Bug#8478).
7644
7645 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
7648
7649 * apropos.el (apropos-label-face): Avoid variable-pitch face.
7650 (apropos-accumulator): Doc fix.
7651 (apropos-function, apropos-macro, apropos-command)
7652 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7653 (apropos-plist): Add face property.
7654 (apropos-symbols-internal): Fix indentation.
7655 (apropos-print): Simplify help, and recognize apropos-multi-type.
7656 (apropos-print-doc): Use button-type-get to extract the button's
7657 face property. Fill docstring (Bug#8352).
7658
7659 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
7660
7661 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
7662
7663 * play/mpuz.el (mpuz-silent): Doc fix.
7664 (mpuz-mode-map): Use mapc.
7665 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
7666 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
7667 Fix typos in docstrings.
7668
7669 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
7670 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
7671
7672 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
7673
7674 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
7675
7676 * minibuffer.el (completion--do-completion): Avoid the "Next char
7677 not unique" prompt if icomplete-mode is enabled (Bug#5849).
7678
7679 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
7680 mouse-2 into unread-command-events, it is interpreted correctly.
7681
7682 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
7683 (image-toggle-display): Doc fix.
7684
7685 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
7686
7687 * textmodes/page.el (what-page): Use line-number-at-pos to
7688 calculate line number (Bug#6825).
7689
7690 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7691
7692 * eshell/esh-mode.el (find-tag-interactive): Declare function.
7693 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
7694 Pass argument NO-DEFAULT to `find-tag-interactive'.
7695
7696 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7697
7698 Lexical-binding cleanup.
7699
7700 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
7701 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
7702 * progmodes/ada-prj.el (ada-prj-initialize-values)
7703 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
7704 (ada-prj-show-value):
7705 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
7706 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
7707 (antlr-invalidate-context-cache, antlr-options-menu-filter)
7708 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
7709 * progmodes/bug-reference.el (bug-reference-push-button):
7710 * progmodes/fortran.el (fortran-line-length):
7711 * progmodes/glasses.el (glasses-change):
7712 * progmodes/octave-mod.el (octave-fill-paragraph):
7713 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
7714 (python-pdbtrack-grub-for-buffer, python-sentinel):
7715 * progmodes/sql.el (sql-save-connection):
7716 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
7717 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
7718 Mark unused parameters.
7719
7720 * progmodes/compile.el (compilation--flush-directory-cache)
7721 (compilation--flush-parse, compile-internal): Mark unused parameters.
7722 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
7723 (compilation-next-error-function): Remove unused variable `timestamp'.
7724
7725 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
7726 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
7727
7728 * progmodes/dcl-mode.el (dcl-end-of-command):
7729 Remove unused variable `start'.
7730 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7731 (dcl-option-value-basic, dcl-option-value-offset)
7732 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7733 Mark unused parameters.
7734 (dcl-save-local-variable): Remove unused variable `val'.
7735 (mode): Declare.
7736
7737 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7738 Mark unused parameters.
7739 (delphi-ignore-changes): Move before first use.
7740 (delphi-charset-token-at): Remove unused variable `start'.
7741 (delphi-else-start): Remove unused variable `if-count'.
7742 (delphi-comment-block-start, delphi-comment-block-end):
7743 Remove unused variable `kind'.
7744 (delphi-indent-line): Remove unused variable `new-point'.
7745
7746 * progmodes/ebrowse.el (ebrowse-files-list)
7747 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7748 Mark unused parameters. Don't quote `lambda'.
7749 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7750 Don't quote `lambda'.
7751 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7752 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7753 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7754 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7755 Use `ignore-errors'.
7756 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7757 (ebrowse-view/find-file-and-search-pattern)
7758 (ebrowse-view/find-member-declaration/definition):
7759 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7760 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7761 Rename parameter PREFIX-ARG to PREFIX.
7762 (ebrowse-tags-read-name): Remove unused variables `start' and
7763 `member-info'.
7764 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7765 to `tags-file'.
7766
7767 * progmodes/etags.el (local-find-tag-hook): Declare.
7768 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7769 Mark unused parameters.
7770
7771 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7772 (executable-interpret): Mark unused parameter.
7773
7774 * progmodes/flymake.el (flymake-process-sentinel)
7775 (flymake-after-change-function)
7776 (flymake-create-temp-with-folder-structure)
7777 (flymake-get-include-dirs-dot): Mark unused parameters.
7778 (flymake-safe-delete-directory): Remove unused variable `err'.
7779
7780 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7781 (speedbar-timer-fn, speedbar-line-text)
7782 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7783 (speedbar-center-buffer-smartly): Declare functions.
7784 (gdb-find-watch-expression): Remove unused variable `array'.
7785 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7786 (gdb-starting): Mark unused parameters.
7787 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7788 (gdb-table-string): Remove unused variable `res'.
7789 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7790 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7791 (gdb-display-buffer): Remove unused variable `cur-size'.
7792
7793 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7794 allow lexical-binding compilation.
7795 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7796 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7797 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7798 Mark unused parameters.
7799 (gud-gdb-marker-filter): Remove unused variable `match'.
7800 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7801 lambda expressions and funcall them, instead of using `fset'.
7802
7803 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7804 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7805
7806 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7807 variable `header-beg'; use `let'.
7808
7809 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7810 `restart', `last-sexp' and `at-do'.
7811
7812 * progmodes/js.el (js--debug): Mark unused parameter.
7813 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7814 (js--splice-into-items): Remove unused variable `item'.
7815 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7816
7817 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7818 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7819 (makefile-complete): Remove unused variable `try'.
7820 (makefile-fill-paragraph, makefile-match-function-end):
7821 Mark unused parameters.
7822
7823 * progmodes/octave-inf.el (inferior-octave-complete):
7824 Remove unused variable `proc'.
7825 (inferior-octave-output-digest): Mark unused parameter.
7826
7827 * progmodes/perl-mode.el (perl-calculate-indent):
7828 Remove unused variable `err'.
7829
7830 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7831 (prolog-indent-line): Mark unused parameters.
7832 (prolog-indent-line): Remove unused variable `beg'.
7833
7834 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7835 (reporter-dont-compact-list): Declare.
7836
7837 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7838 Remove unused variable `char'.
7839 (sh-debug): Mark unused parameter.
7840 (sh-get-indent-info): Remove unused variable `start'.
7841 (sh-calculate-indent): Remove unused variable `var'.
7842
7843 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7844 (simula-electric-keyword): Remove unused variable `null'.
7845 (simula-search-backward, simula-search-forward): Remove unused
7846 variables `begin' and `end'.
7847
7848 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7849 Remove unused variable `pos'.
7850 (vera-electric-tab, vera-comment-uncomment-region):
7851 Mark unused parameters.
7852 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7853
7854 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
7855
7856 * emacs-lisp/package.el (package--builtins, package-alist)
7857 (package-load-descriptor, package-built-in-p, package-activate)
7858 (define-package, package-installed-p)
7859 (package-compute-transaction, package-buffer-info)
7860 (package--push): Doc fix. Distinguish more clearly between
7861 version strings and version lists.
7862
7863 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
7864
7865 Lexical-binding cleanup.
7866
7867 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7868 (5x5-make-mutate-best):
7869 * play/fortune.el (fortune-in-buffer):
7870 * play/gomoku.el (gomoku-init-display):
7871 * play/solitaire.el (solitaire, solitaire-do-check):
7872 * play/tetris.el (tetris-default-update-speed-function):
7873 Mark unused parameters.
7874
7875 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7876 (bubbles--shift): Remove unused variable `char-org'.
7877 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7878 (bubbles--show-images): Remove unused variable `char'.
7879
7880 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7881 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7882 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7883 (decipher-analyze-buffer): Use ?\s.
7884 (decipher-make-checkpoint): Remove unused variable `mapping'.
7885
7886 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7887
7888 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7889 Remove unused variable `result'; use `let'.
7890
7891 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7892 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7893 (gametree-children-shown-p, gametree-compute-reduced-score):
7894 Use `ignore-errors'.
7895
7896 * play/handwrite.el (ps-lpr-switches): Declare.
7897 (handwrite): Remove unused variables `pmin' and `lastp'.
7898
7899 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7900
7901 * play/landmark.el (landmark-init-display)
7902 (landmark-update-naught-weights): Mark unused parameters.
7903 (landmark-y): Remove unused variable `noise'. Simplify.
7904 (landmark-human-plays): Remove unused variable `score'.
7905
7906 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7907 (mpuz-try-proposal): Remove unused variable `game'.
7908
7909 * play/zone.el (life-patterns): Declare.
7910
7911 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * vc/vc.el (ediff-vc-internal): Declare function.
7914
7915 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * shell.el: Use lexical-binding and std completion UI.
7918 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7919 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7920 comint-preoutput-filter-functions rather than on
7921 comint-output-filter-functions.
7922 (shell-command-completion, shell--command-completion-data)
7923 (shell-filename-completion, shell-environment-variable-completion)
7924 (shell-c-a-p-replace-by-expanded-directory): New functions.
7925 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7926 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7927 (shell-dynamic-complete-environment-variable): Use them.
7928 (shell-dynamic-complete-as-environment-variable)
7929 (shell-dynamic-complete-as-command): Remove.
7930 (shell-match-partial-variable): Match past point.
7931 * comint.el: Clean up use of completion-at-point-functions.
7932 (comint-completion-at-point): New function.
7933 (comint-mode): Use it completion-at-point-functions.
7934 (comint-dynamic-complete): Make it obsolete.
7935 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7936 (comint-c-a-p-replace-by-expanded-history): New function.
7937 (comint-dynamic-complete-functions)
7938 (comint-replace-by-expanded-history): Use it.
7939 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7940 termination strings. Try harder to avoid second try-completion.
7941 (completion-in-region-mode-map): Disable bindings that don't work yet.
7942
7943 * comint.el: Use lexical-binding. Require CL.
7944 (comint-dynamic-complete-functions): Use comint-filename-completion.
7945 (comint-completion-addsuffix): Tweak custom type.
7946 (comint-filename-completion, comint--common-suffix)
7947 (comint--common-quoted-suffix, comint--table-subvert)
7948 (comint--complete-file-name-data): New functions.
7949 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7950 (comint-dynamic-list-filename-completions): Use them.
7951 (comint-dynamic-simple-complete): Make obsolete.
7952
7953 * minibuffer.el (completion-in-region-mode):
7954 Keep completion-in-region-mode--predicate global.
7955 (completion-in-region--postch):
7956 Assume completion-in-region-mode--predicate is not null.
7957
7958 * progmodes/flymake.el (flymake-start-syntax-check-process):
7959 Obey `dir'. Simplify.
7960
7961 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7962 we're in VC after all.
7963
7964 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7965
7966 * vc/vc.el (vc-diff-build-argument-list-internal)
7967 (vc-version-ediff, vc-ediff): New commands.
7968 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7969
7970 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7973 add sanity check.
7974
7975 * obsolete/erc-hecomplete.el: Make obsolete.
7976 * obsolete/: Standardize obsolescence info in the header.
7977
7978 2011-04-20 Glenn Morris <rgm@gnu.org>
7979
7980 * calendar/solar.el (solar-horizontal-coordinates):
7981 Use the longitude argument rather than `calendar-longitude'.
7982 (solar-date-next-longitude): Remove unused locals.
7983
7984 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7985
7986 * whitespace.el: New version 13.2.1.
7987
7988 2011-04-20 felix <EmacsWiki> (tiny change)
7989
7990 * whitespace.el (global-whitespace-mode): Keep highlight when
7991 switching between major modes on a file.
7992
7993 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7996 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7997 multi-line comments as well.
7998
7999 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
8000
8001 Lexical-binding cleanup.
8002
8003 * arc-mode.el (archive-mode-revert):
8004 * cmuscheme.el (scheme-interactively-start-process):
8005 * custom.el (custom-initialize-delay):
8006 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8007 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8008 * emacs-lock.el (emacs-lock-clear-sentinel):
8009 * ezimage.el (defezimage):
8010 * follow.el (follow-avoid-tail-recenter):
8011 * fringe.el (set-fringe-mode-1):
8012 * generic-x.el (bat-generic-mode-compile):
8013 * help-mode.el (help-info-variable, help-do-xref)
8014 (help-mode-revert-buffer):
8015 * help.el (view-emacs-todo):
8016 * iswitchb.el (iswitchb-completion-help):
8017 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8018 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8019 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8020 * locate.el (locate-update):
8021 * longlines.el (longlines-encode-region)
8022 (longlines-after-change-function):
8023 * outline.el (outline-isearch-open-invisible):
8024 * ps-def.el (declare-function, charset-dimension, char-width)
8025 (encode-char):
8026 * ps-mule.el (ps-mule-plot-string):
8027 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8028 (recentf-edit-list-select, recentf-edit-list-validate)
8029 (recentf-open-files-action):
8030 * rect.el (delete-whitespace-rectangle-line)
8031 (rectangle-number-line-callback):
8032 * register.el (window-configuration-to-register)
8033 (frame-configuration-to-register):
8034 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8035 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8036 (xselect-convert-to-targets, xselect-convert-to-delete)
8037 (xselect-convert-to-filename, xselect-convert-to-charpos)
8038 (xselect-convert-to-lineno, xselect-convert-to-colno)
8039 (xselect-convert-to-os, xselect-convert-to-host)
8040 (xselect-convert-to-user, xselect-convert-to-class)
8041 (xselect-convert-to-name, xselect-convert-to-integer)
8042 (xselect-convert-to-atom, xselect-convert-to-identity):
8043 * subr.el (declare, ignore, process-kill-without-query)
8044 (text-clone-maintain):
8045 * terminal.el (te-get-char, te-tic-sentinel):
8046 * tool-bar.el (tool-bar-make-keymap):
8047 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8048 * type-break.el (type-break-mode, type-break-noninteractive-query):
8049 * view.el (View-back-to-mark):
8050 * wid-browse.el (widget-browse-action, widget-browse-widget)
8051 (widget-browse-widgets, widget-browse-sexp):
8052 * widget.el (define-widget-keywords):
8053 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8054 Mark unused parameters.
8055
8056 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8057 (align-areas): Remove unused variable `look'.
8058 (align-region): Remove unused variables `real-end' and `pos-list'.
8059
8060 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8061
8062 * bindings.el (mode-line-modified, mode-line-remote):
8063 Mark unused parameters.
8064 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8065
8066 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8067 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8068
8069 * comint.el (comint-history-isearch-pop-state)
8070 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8071 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8072 (comint-substitute-in-file-name): Doc fix.
8073
8074 * completion.el (cmpl-statistics-block): Mark unused parameter.
8075 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8076 (save-completions-to-file, load-completions-from-file):
8077 Remove unused local variable `e'.
8078
8079 * composite.el (compose-chars): Remove unused variable `len'.
8080 (lgstring-insert-glyph): Remove unused variable `g'.
8081 (compose-glyph-string): Remove unused variables `ascent',
8082 `descent', `lbearing' and `rbearing'.
8083 (compose-glyph-string-relative): Remove unused variables
8084 `lbearing', `rbearing' and `wadjust'.
8085 (compose-gstring-for-graphic): Remove unused variables `header',
8086 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8087 (compose-gstring-for-terminal): Remove unused variables `header'
8088 and `nchars'. Use `let', not `let*'.
8089
8090 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8091 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8092 (Custom-buffer-done, custom-buffer-create-internal)
8093 (custom-browse-visibility-action, custom-browse-group-tag-action)
8094 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8095 (widget-magic-mouse-down-action, custom-toggle-parent)
8096 (custom-add-parent-links, custom-toggle-hide-variable)
8097 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8098 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8099 (custom-face-menu-create, custom-variable-menu-create, get)
8100 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8101 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8102 (customize-apropos): Remove unused variable `tests'.
8103 (custom-group-value-create): Remove unused variable `hidden-p'.
8104 (sort-fold-case): Declare.
8105
8106 * cus-theme.el (custom-reset-standard-faces-list)
8107 (custom-reset-standard-variables-list): Declare.
8108 (customize-create-theme, custom-theme-revert, custom-theme-write)
8109 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8110 Mark unused parameters.
8111
8112 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8113
8114 * delim-col.el (delimit-columns-max): Move defvar before first use.
8115
8116 * descr-text.el (describe-char-categories): Don't quote `lambda'.
8117 (describe-char): Don't quote `lambda'. Mark unused parameter.
8118
8119 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8120 (auto-insert): Declare.
8121 (desktop-restore-file-buffer): Rename desktop-* parameters;
8122 mark unused ones.
8123 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8124 (desktop-buffer): Rename desktop-* parameters.
8125
8126 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8127 (dframe-reposition-frame-xemacs, dframe-help-echo)
8128 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8129 Mark unused parameters.
8130
8131 * dired-aux.el (backup-extract-version-start, overwrite-query)
8132 (overwrite-backup-query, rename-regexp-query)
8133 (rename-non-directory-query): Declare.
8134 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8135 (dired-add-entry): Remove unused variable `orig-file-name'.
8136 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8137 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8138 `dired-copy-preserve-time' directly.
8139 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8140 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8141
8142 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8143 (dired-virtual-revert, dired-make-relative-symlink):
8144 Mark unused parameters.
8145 (manual-program): Declare.
8146 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8147 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8148 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8149
8150 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8151
8152 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8153
8154 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8155 Declare.
8156
8157 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8158
8159 * electric.el (Electric-command-loop): Rename parameter
8160 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8161
8162 * expand.el (expand-in-literal): Remove unused variable `here'.
8163
8164 * facemenu.el (facemenu-add-new-color):
8165 Remove unused variable `docstring'.
8166
8167 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8168 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8169 (face-attr-construct): Mark unused parameter. Doc fix.
8170 (read-color): Remove unused variable `hex-string'.
8171
8172 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8173 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8174 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8175 (display-buffer-other-frame): Remove unused variable `old-window'.
8176 (kill-buffer-hook): Declare.
8177 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8178 Mark unused parameters.
8179 (after-find-file): Pass 1 to `auto-save-mode', not t.
8180
8181 * files-x.el (auto-insert): Declare.
8182 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8183
8184 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8185 variable `buf'. Mark unused parameter.
8186 (find-lisp-insert-directory): Mark unused parameter.
8187
8188 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8189 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8190 (format-common-tail): Remove, unused.
8191 (format-deannotate-region): Remove unused variable `loc'.
8192 (format-annotate-region): Remove unused variable `p'.
8193 (format-annotate-single-property-change): Remove unused variables
8194 `default' and `tail'.
8195
8196 * forms.el (read-file-filter): Declare.
8197 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8198
8199 * frame.el (frame-creation-function-alist): Mark unused parameter.
8200 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8201
8202 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8203 Remove unused parameters.
8204 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8205 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8206
8207 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8208 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8209 (hfy-prepare-tag-map): Mark unused parameters.
8210 (htmlfontify-buffer): Use `called-interactively-p'.
8211
8212 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8213 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8214 (ibuffer-do-occur): Mark unused parameters.
8215 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8216 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8217
8218 * ibuffer.el: Don't quote `lambda'.
8219 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8220 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8221 Mark unused parameters.
8222
8223 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8224 (ido-completing-read): Mark unused parameters.
8225 (ido-copy-current-word): Mark unused parameters;
8226 remove unused variable `name'.
8227 (ido-sort-merged-list): Remove unused parameter `dirs'.
8228
8229 * ielm.el (ielm-input-sender): Mark unused parameter.
8230 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8231 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8232 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8233 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8234 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8235
8236 * image-dired.el (image-dired-display-thumbs): Remove unused
8237 variables `curr-file' and `count'.
8238 (image-dired-remove-tag): Remove unused variable `start'.
8239 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8240 variable `curr-file'
8241 (image-dired-rotate-original): Remove unused variable `temp-file'.
8242 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8243 Remove unused variable `file'.
8244 (image-dired-gallery-generate): Remove unused variable `curr'.
8245 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8246
8247 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8248
8249 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8250
8251 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8252
8253 * isearch.el (minibuffer-history-symbol): Declare.
8254 (isearch-edit-string): Remove unused variable `err'.
8255 (isearch-message-prefix, isearch-message-suffix):
8256 Mark unused parameters.
8257
8258 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8259
8260 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8261
8262 * makesum.el (double-column): Remove unused variable `cnt'.
8263
8264 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8265 (ido-ignore-item-temp-list): Declare.
8266
8267 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8268 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8269 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8270 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8271 `mouse-col-delta'.
8272
8273 * mouse-sel.el (mouse-extend-internal):
8274 Remove unused variable `orig-window-frame'.
8275
8276 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8277 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8278 Move declarations before first use.
8279 (pcomplete-opt): Mark unused parameters; doc fix.
8280
8281 * proced.el (proced-revert): Mark unused parameter.
8282 (proced-send-signal): Remove unused variable `err'.
8283
8284 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8285 Rename parameter PREFIX-ARG to ARG.
8286 (ps-basic-plot-string, ps-basic-plot-whitespace):
8287 Mark unused parameters.
8288
8289 * replace.el (replace-count): Define.
8290 (occur-revert-function): Mark unused parameters.
8291 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8292 (isearch-case-fold-search, isearch-string): Declare.
8293 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8294 bind `case-fold-search'. Remove unused variables `beg' and `end',
8295 and simplify.
8296 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8297 COUNT and bind `replace-count'.
8298 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8299 to COUNT.
8300
8301 * savehist.el (print-readably, print-string-length): Declare.
8302
8303 * shadowfile.el (shadow-expand-cluster-in-file-name):
8304 Remove unused variable `cluster'.
8305 (shadow-copy-file): Remove unused variable `i'.
8306 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8307 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8308 (shadow-define-literal-group, shadow-define-regexp-group)
8309 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8310
8311 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8312 (shell): Use `called-interactively-p'.
8313 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8314
8315 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8316 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8317 (delete-backward-char): Remove unused variable `ocol'.
8318 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8319 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8320 (event-apply-hyper-modifier, event-apply-shift-modifier)
8321 (event-apply-control-modifier, event-apply-meta-modifier):
8322 Mark unused parameters.
8323 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8324 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8325
8326 * speedbar.el (speedbar-ignored-directory-expressions)
8327 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8328 (speedbar-find-file, speedbar-dir-follow)
8329 (speedbar-directory-buttons-follow, speedbar-tag-find)
8330 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8331 (speedbar-buffers-line-directory, speedbar-buffer-click):
8332 Mark unused parameters.
8333 (speedbar-tag-file): Remove unused variable `mode'.
8334 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8335
8336 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8337
8338 * talk.el (talk): Remove unused variable `display'.
8339
8340 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8341 (tar-write-region-annotate): Mark unused parameter.
8342
8343 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8344 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8345 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8346 warning by another.
8347
8348 * time-stamp.el (time-stamp-string-preprocess):
8349 Remove unused variable `require-padding'.
8350
8351 * tree-widget.el (widget-glyph-enable): Declare.
8352 (tree-widget-action): Mark unused parameter.
8353
8354 * w32-fns.el (x-get-selection): Mark unused parameter.
8355 (autoload-make-program, generated-autoload-file): Declare.
8356
8357 * wdired.el (wdired-revert): Mark unused parameters.
8358 (wdired-xcase-word): Remove unused variable `err'.
8359
8360 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8361 (whitespace-help-scroll): Remove unused variable `data-help'.
8362
8363 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8364 (widget-image-insert, widget-after-change, default)
8365 (widget-default-format-handler, widget-default-notify)
8366 (widget-default-prompt-value, widget-info-link-action)
8367 (widget-url-link-action, widget-function-link-action)
8368 (widget-variable-link-action, widget-file-link-action)
8369 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8370 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8371 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8372 (widget-insert-button-action, widget-delete-button-action, visibility)
8373 (widget-documentation-link-action, widget-documentation-string-action)
8374 (widget-const-prompt-value, widget-regexp-match, symbol)
8375 (widget-coding-system-prompt-value)
8376 (widget-key-sequence-value-to-external, sexp)
8377 (widget-sexp-value-to-internal, character, vector, cons)
8378 (widget-choice-prompt-value, widget-boolean-prompt-value)
8379 (widget-color--choose-action): Mark unused parameters.
8380 (widget-item-match-inline, widget-choice-match-inline)
8381 (widget-checklist-match, widget-checklist-match-inline)
8382 (widget-group-match): Rename parameter VALUES to VALS.
8383 (widget-field-value-set): Remove unused variable `size'.
8384 (widget-color-action): Remove unused variables `value' and `start'.
8385
8386 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8387 variable `dir'. Doc fix.
8388 (windmove-find-other-window): Don't pass it.
8389
8390 * window.el (count-windows): Mark unused parameter.
8391 (bw-adjust-window): Remove unused variable `err'.
8392
8393 * woman.el (woman-file-name): Remove unused variable `default'.
8394 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8395 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8396 (global-font-lock-mode): Declare.
8397 (woman-decode-region): Mark unused parameter.
8398 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8399
8400 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8401 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8402 (x-dnd-handle-moz-url): Remove unused variable `title'.
8403 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8404
8405 * xml.el (xml-parse-tag, xml-parse-attlist):
8406 Remove unused variable `pos'.
8407
8408 2011-04-19 Glenn Morris <rgm@gnu.org>
8409
8410 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8411 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8412 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8413 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8414 * calendar/cal-html.el (cal-html-insert-minical):
8415 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8416 (calendar-mark-date-pattern):
8417 Prefix "unused" locals.
8418
8419 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8420 optional argument `style'.
8421
8422 * calendar/appt.el (appt-make-list):
8423 * calendar/cal-china.el (calendar-chinese-date-string):
8424 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8425 (diary-hebrew-yahrzeit):
8426 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8427 * calendar/calendar.el (calendar-generate-window):
8428 * calendar/time-date.el (time-to-days):
8429 Remove unused local variables.
8430
8431 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
8432
8433 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8434 glyphless-char-display table.
8435 (tabulated-list-glyphless-char-display): New var.
8436
8437 2011-04-18 Sam Steingold <sds@gnu.org>
8438
8439 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8440 to acknowledgments.
8441
8442 2011-04-17 Glenn Morris <rgm@gnu.org>
8443
8444 * calendar/diary-lib.el (diary-sexp-entry):
8445 * calendar/holidays.el (holiday-sexp):
8446 Set debug-on-error rather than the removed stack-trace-on-error.
8447
8448 2011-04-16 Glenn Morris <rgm@gnu.org>
8449
8450 * progmodes/f90.el: Use lexical-binding.
8451 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8452
8453 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8456 (mail-mode): Setup mailalias completion here instead.
8457 * mail/mailalias.el: Use lexical-binding.
8458 (pattern, mailalias-done): Declare dynamic.
8459 (mail-completion-at-point-function): New function, from mail-complete.
8460 (mail-complete): Use it.
8461 (mail-completion-expand): New function.
8462 (mail-get-names): Use it.
8463 (mail-directory, mail-directory-process, mail-directory-stream):
8464 Don't use `pattern' for lexically bound arg.
8465
8466 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8467
8468 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8469 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8470 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8471
8472 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8473 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8474 (byte-interactive-p): Define them again, for use when inlining
8475 old code.
8476
8477 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * loadup.el: Use `string-to-number', not `string-to-int'.
8480
8481 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8484 gud-gdb-complete-command.
8485 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8486 (gud-gdb-completion-at-point): New function.
8487 (gud-gdb-completions): Remove.
8488
8489 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
8490
8491 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8492 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8493 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8494 whether `executable-find' is bound.
8495
8496 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8497
8498 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * minibuffer.el (completion-in-region-mode-predicate)
8501 (completion-in-region-mode--predicate): New vars.
8502 (completion-in-region, completion-in-region--postch)
8503 (completion-in-region-mode): Use them.
8504 (completion--capf-wrapper): Also return the hook function.
8505 (completion-at-point, completion-help-at-point):
8506 Adjust and provide a predicate.
8507
8508 Preserve arg names for advice of subr and lexical functions (bug#8457).
8509 * help-fns.el (help-function-arglist): Consolidate the subr and
8510 new-byte-code cases. Add argument `preserve-names' to extract names
8511 from the docstring when needed.
8512 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8513 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8514 (ad-arglist): Use help-function-arglist's new arg.
8515 (ad-definition-type): Use cond.
8516
8517 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * autorevert.el (auto-revert-handler):
8520 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8521 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8522 Don't quote lambda.
8523
8524 * image-mode.el (image-transform-set-scale):
8525 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8526
8527 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8528
8529 * net/network-stream.el (network-stream-open-starttls): Only do
8530 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
8531 Upgrades via gnutls-cli are too slow to be done opportunistically.
8532
8533 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
8534
8535 * dframe.el (dframe-current-frame): Remove spurious quote.
8536
8537 2011-04-12 Glenn Morris <rgm@gnu.org>
8538
8539 * calendar/cal-tex.el (cal-tex-end-document):
8540 Try to automatically use latin1 input if needed.
8541
8542 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8543 Don't try to cons a mark onto an empty element.
8544
8545 2011-04-11 Leo Liu <sdl.web@gmail.com>
8546
8547 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8548 buffers.
8549 (ido-kill-buffer-at-head): Support killing virtual buffers.
8550
8551 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * minibuffer.el (completion-show-inline-help): New var.
8554 (completion--do-completion, minibuffer-complete)
8555 (minibuffer-force-complete, minibuffer-complete-word):
8556 Inhibit minibuffer messages if completion-show-inline-help is nil.
8557
8558 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8559 to avoid interference from inline help (Bug#5849).
8560
8561 2011-04-10 Leo Liu <sdl.web@gmail.com>
8562
8563 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8564 Fix typo.
8565
8566 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
8567
8568 * image-mode.el (image-toggle-display-image): Signal an error if
8569 not in Image mode.
8570 (image-transform-mode, image-transform-resize)
8571 (image-transform-set-rotation): Doc fix.
8572 (image-transform-set-resize): Delete.
8573 (image-transform-set-scale, image-transform-fit-to-height)
8574 (image-transform-fit-to-width): Handle image-toggle-display-image
8575 and image-transform-resize directly.
8576
8577 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
8578
8579 * doc-view.el (doc-view-fit-width-to-window)
8580 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8581 New functions for fitting the shown image to the Emacs window size.
8582 (doc-view-mode-map): Add bindings for the new functions.
8583
8584 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
8587 Fix typo in docstring.
8588
8589 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8590
8591 * files.el (file-size-human-readable): Produce one digit after
8592 decimal, like "ls -lh" does.
8593
8594 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8595 the file size representation.
8596
8597 * simple.el (list-processes): If async subprocesses are not
8598 available, error out with a clear error message.
8599
8600 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * help.el (help-form-show): New function, to be called from C.
8603 Put help-form output in a buffer named differently than *Help*.
8604
8605 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8606
8607 * files.el (file-size-human-readable): New function.
8608
8609 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8610 computing the representation inline. Don't require `cl'.
8611
8612 2011-04-08 Glenn Morris <rgm@gnu.org>
8613
8614 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8615
8616 * net/browse-url.el (browse-url-firefox):
8617 Test system-type, not system-configuration.
8618
8619 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8620 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8621 Use log-edit-empty-buffer-p. (Bug#7598)
8622
8623 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8624 (rlogin-mode-map): Initialize in the defvar.
8625 (rlogin): Use ignore-errors.
8626
8627 * replace.el (occur-mode-map): Some fixes for menu items.
8628
8629 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8630
8631 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
8632
8633 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
8636 issuing unused warnings.
8637
8638 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
8639 macro directly.
8640
8641 * simple.el: Lisp reimplement of list-processes. Based on an
8642 earlier reimplementation by Leo Liu, but using tabulated-list.el.
8643 (process-menu-mode): New major mode.
8644 (list-processes--refresh, list-processes):
8645 (process-menu-visit-buffer): New functions.
8646
8647 * files.el (save-buffers-kill-emacs): Don't assume any return
8648 value of list-processes, which is undocumented anyway.
8649
8650 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * emacs-lisp/tabulated-list.el: New file.
8653
8654 * emacs-lisp/package.el: Use Tabulated List mode.
8655 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
8656 (package-menu-mode): Derive from tabulated-list-mode. Set up the
8657 table format using Tabulated List mode variables.
8658 (package--push): New macro, replacing package-list-maybe-add.
8659 (package-menu--generate): Use package--push. Renamed from
8660 package--generate-package-list.
8661 (package-menu-refresh, list-packages): Use it.
8662 (package-menu--print-info): Rename from package-print-package.
8663 Return insertion data instead of inserting it directly.
8664 (package-menu-describe-package, package-menu-execute):
8665 Use tabulated-list-get-id.
8666 (package-menu-mark-delete, package-menu-mark-install)
8667 (package-menu-mark-unmark, package-menu-backup-unmark)
8668 (package-menu-mark-obsolete-for-deletion):
8669 Use tabulated-list-put-tag.
8670 (package--list-packages, package-menu-revert)
8671 (package-menu-get-package, package-menu-get-version)
8672 (package-menu-sort-by-column): Functions deleted.
8673 (package-menu-package-list, package-menu-sort-key): Vars deleted.
8674 (package-menu--status-predicate, package-menu--version-predicate)
8675 (package-menu--name-predicate)
8676 (package-menu--description-predicate): Handle arguments in the
8677 Tabulated List format.
8678 (package-list-packages-no-fetch): Call list-packages.
8679
8680 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
8681
8682 * files.el (after-find-file-from-revert-buffer): Remove variable.
8683 (after-find-file): Don't bind it.
8684 (revert-buffer-in-progress-p): New variable.
8685 (revert-buffer): Bind it.
8686 Pass nil for `after-find-file-from-revert-buffer'.
8687
8688 * saveplace.el (save-place-find-file-hook): Use new variable
8689 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
8690
8691 2011-04-06 Glenn Morris <rgm@gnu.org>
8692
8693 * Makefile.in (AUTOGEN_VCS): New variable.
8694 (autoloads): Use $AUTOGEN_VCS.
8695
8696 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
8697 * calendar/calendar.el (calendar-mode-map):
8698 Check for toolkit scroll bars. (Bug#8305)
8699
8700 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8701
8702 * minibuffer.el (completion-in-region--postch)
8703 (completion-in-region-mode): Remove unnecessary messages.
8704
8705 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * font-lock.el (font-lock-refresh-defaults):
8708 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
8709 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
8710
8711 * info.el (Info-directory-list, Info-read-node-name-2)
8712 (Info-split-parameter-string): Doc fixes.
8713 (Info-virtual-nodes): Reflow docstring.
8714 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
8715 (Info-apropos-toc-nodes, info-finder, Info-get-token)
8716 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
8717 Fix typos in docstrings.
8718 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
8719 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
8720 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
8721 (Info-restore-desktop-buffer): Mark unused parameters.
8722 (Info-directory-find-file, Info-directory-find-node)
8723 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
8724 (Info-virtual-index-find-node, Info-apropos-find-file)
8725 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
8726 Mark unused parameters; fix typos in docstrings.
8727 (Info-virtual-index): Remove unused local variable `nodename'.
8728
8729 2011-04-05 Deniz Dogan <deniz@dogan.se>
8730
8731 * net/rcirc.el: Update my e-mail address.
8732 (rcirc-mode-map): Remove M-o binding.
8733
8734 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * startup.el (command-line): Save the cursor's theme-face
8737 directly, instead of using face-override-spec.
8738
8739 * custom.el (load-theme): Minor optimization in assigning faces.
8740
8741 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8742
8743 * help-fns.el (describe-variable): Complete all variables having
8744 documentation, including keywords.
8745 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8746
8747 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8748
8749 Convert to lexical-binding.
8750
8751 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8752 (bs--get-marked-string, bs--get-modified-string)
8753 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8754 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8755 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8756
8757 * ehelp.el (electric-help-execute-extended)
8758 (electric-help-ctrl-x-prefix):
8759 * hexl.el (hexl-revert-buffer-function):
8760 * linum.el (linum-after-change, linum-after-scroll):
8761 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8762
8763 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8764
8765 2011-04-04 Daiki Ueno <ueno@unixuser.org>
8766
8767 * epa-dired.el:
8768 * epa-mail.el:
8769 * epa-hook.el:
8770 * epa-file.el:
8771 * epa.el:
8772 * epg.el: Use lexical binding.
8773
8774 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
8775
8776 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8777
8778 * textmodes/flyspell.el (flyspell-word): Recognize default
8779 dictionary case for flyspell-mark-duplications-exceptions.
8780 Use regexp matching for languages.
8781 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8782 default dictionary (Bug#7926).
8783
8784 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
8785
8786 * emacs-lisp/package.el (package--with-work-buffer):
8787 Recognize https URLs.
8788
8789 * net/network-stream.el: Move from gnus/proto-stream.el.
8790 Change prefix to network-stream throughout.
8791 (open-protocol-stream): Merge into open-network-stream, leaving
8792 open-protocol-stream as an alias. Handle nil BUFFER args.
8793
8794 * subr.el (open-network-stream): Move to net/network-stream.el.
8795
8796 2011-04-02 Glenn Morris <rgm@gnu.org>
8797
8798 * find-dired.el (find-exec-terminator): New option.
8799 (find-ls-option): Test for -ls support.
8800 (find-ls-subdir-switches): Test for -b in find-ls-option.
8801 (find-dired, find-grep-dired): Doc fixes.
8802 (find-dired): Use find-exec-terminator.
8803
8804 * find-dired.el (find-ls-option, find-ls-subdir-switches)
8805 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8806 (find-name-arg): Remove purecopy.
8807
8808 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8809 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8810 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8811 accordingly. Don't add the null-device if not needed.
8812
8813 * files.el (save-some-buffers): Doc fix.
8814
8815 2011-04-02 Eli Zaretskii <eliz@gnu.org>
8816
8817 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8818
8819 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
8820
8821 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8822 Use `dolist' rather than `mapcar'.
8823
8824 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 Add lexical binding.
8827
8828 * subr.el (apply-partially): Use new closures rather than CL.
8829 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8830 (dolist, dotimes): Use slightly different expansion for lexical code.
8831 (functionp): Move to C.
8832 (letrec): New macro.
8833 (with-wrapper-hook): Use it and apply-partially instead of CL.
8834 (eval-after-load): Preserve lexical-binding.
8835 (save-window-excursion, with-output-to-temp-buffer): Turn them
8836 into macros.
8837
8838 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8839
8840 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8841 than the arglist.
8842 (help-add-fundoc-usage): Don't add `Not documented'.
8843 (help-function-arglist): Handle closures, subroutines, and new
8844 byte-code-functions.
8845 (help-make-usage): Remove leading underscores.
8846 (describe-function-1): Handle closures.
8847 (describe-variable): Use special-variable-p for completion.
8848
8849 * files.el (lexical-binding): Declare safe.
8850
8851 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8852 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8853 (pcase): Add `let' pattern.
8854 Change memoization so it actually works.
8855 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8856 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8857 <let>: New case.
8858
8859 * emacs-lisp/macroexp.el: Use lexical binding.
8860 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8861 Don't convert ' to #' without checking that it's indeed quoting
8862 a lambda.
8863
8864 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
8865 Use eval-sexp-add-defvars.
8866 (eval-sexp-add-defvars): New fun.
8867
8868 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8869
8870 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8871 Don't autoload.
8872 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8873 than the internal `byte-compile-lambda'.
8874 (defmethod): Don't hide code under quotes.
8875 (eieio-defmethod): New `code' argument.
8876
8877 * emacs-lisp/eieio-comp.el: Remove.
8878
8879 * emacs-lisp/edebug.el (edebug-eval-defun)
8880 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8881 (edebug-toggle): Avoid `eval'.
8882
8883 * emacs-lisp/disass.el (disassemble-internal): Handle new
8884 `closure' objects.
8885 (disassemble-1): Handle new byte codes.
8886
8887 * emacs-lisp/cl.el (pushnew): Silence warning.
8888
8889 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8890 (cl-byte-compile-throw): Remove.
8891 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8892
8893 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8894 closures.
8895
8896 * emacs-lisp/cconv.el: New file.
8897
8898 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8899 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8900 (byte-compile-initial-macro-environment):
8901 Handle declare-function here.
8902 (byte-compile--lexical-environment): New var.
8903 (byte-stack-ref, byte-stack-set, byte-discardN)
8904 (byte-discardN-preserve-tos): New lap codes.
8905 (byte-interactive-p): Don't use any more.
8906 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8907 New macros.
8908 (byte-compile-lapcode): Use them and handle new lap codes.
8909 (byte-compile-obsolete): Remove.
8910 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8911 (byte-compile-arglist-warn): Check late def of inlinable funs.
8912 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8913 since they should have been expanded by now.
8914 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8915 (byte-compile-from-buffer): Remove unused second arg.
8916 (byte-compile-preprocess): New function.
8917 (byte-compile-toplevel-file-form): New function to distinguish
8918 file-form calls from outside from file-form calls from hunk-handlers.
8919 (byte-compile-file-form): Simplify.
8920 (byte-compile-file-form-defsubst): Remove.
8921 (byte-compile-file-form-defmumble): Simplify now that
8922 byte-compile-lambda always returns a byte-code-function.
8923 (byte-compile): Preprocess.
8924 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8925 Remove, not used any more.
8926 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8927 (byte-compile-make-args-desc): New funs.
8928 (byte-compile-lambda): Handle lexical functions. Always return
8929 a byte-code-function.
8930 (byte-compile-reserved-constants): New var, to make up room for
8931 closed-over variables.
8932 (byte-compile-constants-vector): Obey it.
8933 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8934 (byte-compile-macroexpand-declare-function): New function.
8935 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8936 byte-code-functions.
8937 (byte-compile-form): Check obsolescence here.
8938 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8939 (byte-compile-variable-ref): Remove.
8940 (byte-compile-dynamic-variable-op): New fun.
8941 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8942 (byte-compile-variable-set): New funs.
8943 (byte-compile-discard): Add 2 args.
8944 (byte-compile-stack-ref, byte-compile-stack-set)
8945 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8946 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8947 macroexpand-all instead.
8948 (byte-compile-quote-form): Remove.
8949 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8950 (byte-compile-bind, byte-compile-unbind): New funs.
8951 (byte-compile-let): Handle let* and lexical binding.
8952 (byte-compile-let*): Remove.
8953 (byte-compile-catch, byte-compile-unwind-protect)
8954 (byte-compile-track-mouse, byte-compile-condition-case):
8955 Handle a new :fun-body form, used for lexical scoping.
8956 (byte-compile-save-window-excursion)
8957 (byte-compile-with-output-to-temp-buffer): Remove.
8958 (byte-compile-defun): Simplify.
8959 (byte-compile-stack-adjustment): New fun.
8960 (byte-compile-out): Use it.
8961 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8962
8963 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8964 handler any more.
8965
8966 * emacs-lisp/byte-opt.el: Use lexical binding.
8967 (byte-inline-lapcode): Remove (to bytecomp).
8968 (byte-compile-inline-expand): Pay attention to inlining to/from
8969 lexically bound code.
8970 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8971 any more.
8972 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8973 any more and don't call compiler-macros.
8974 (byte-compile-splice-in-already-compiled-code): Remove.
8975 (byte-code): Don't inline any more.
8976 (disassemble-offset): Receive `bytes' as argument rather than via
8977 dynamic scoping.
8978 (byte-compile-tag-number): Declare before first use.
8979 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8980 `return' even if make-spliceable.
8981 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8982 obsolete interactive-p.
8983 (byte-optimize-lapcode): Optimize new lap-codes.
8984 Don't trip up on new form of `byte-constant' lap code.
8985
8986 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8987
8988 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8989
8990 * custom.el (custom-initialize-default, custom-declare-variable):
8991 Use `defvar'.
8992
8993 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8994 New variables.
8995 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8996 (COMPILE_FIRST): Add macroexp and cconv.
8997 * makefile.w32-in: Mirror changes in Makefile.in.
8998
8999 * vc/cvs-status.el:
9000 * vc/diff-mode.el:
9001 * vc/log-edit.el:
9002 * vc/log-view.el:
9003 * vc/smerge-mode.el:
9004 * textmodes/bibtex-style.el:
9005 * textmodes/css.el:
9006 * startup.el:
9007 * uniquify.el:
9008 * minibuffer.el:
9009 * newcomment.el:
9010 * reveal.el:
9011 * server.el:
9012 * mpc.el:
9013 * emacs-lisp/smie.el:
9014 * doc-view.el:
9015 * dired.el:
9016 * abbrev.el: Use lexical binding.
9017
9018 2011-04-01 Eli Zaretskii <eliz@gnu.org>
9019
9020 * info.el (info-display-manual): New function.
9021
9022 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9025
9026 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9027
9028 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9029 an entry for that server in rcirc-authinfo. (Bug#8385)
9030
9031 2011-03-31 Glenn Morris <rgm@gnu.org>
9032
9033 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9034
9035 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9036
9037 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9038
9039 * progmodes/python.el (python-default-interpreter)
9040 (python-python-command-args, python-jython-command-args)
9041 (python-which-shell, python-which-args, python-which-bufname)
9042 (python-file-queue, python-comint-output-filter-function)
9043 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9044 variables and functions.
9045
9046 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9049 (completion-in-region-mode): New minor mode.
9050 (completion-in-region): Use it.
9051 (completion-in-region--data, completion-in-region-mode-map): New vars.
9052 (completion-in-region--postch): New function.
9053 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9054 New vars.
9055 (completion--capf-wrapper): New function.
9056 (completion-at-point): Use it to track well-behavedness of
9057 hook functions.
9058 (completion-help-at-point): New command.
9059
9060 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9061
9062 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9063 syntax class to search for whitespace on a single line
9064 (Message-ID: <4D938140.4030905@redhat.com>).
9065
9066 2011-03-30 Leo Liu <sdl.web@gmail.com>
9067
9068 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9069 New commands.
9070 (edit-abbrevs-map): Bind them here.
9071 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9072
9073 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9074
9075 * allout.el (allout-hide-by-annotation, allout-flag-region):
9076 Reduce possibility of overlay leakage by making them volatile.
9077
9078 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9079 hash is not shared between buffers. Mode initialization is
9080 responsible for giving it a useful starting value.
9081 (allout-item-span): Reduce possibility of overlay leakage by
9082 making them volatile.
9083 (allout-widgets-count-buttons-in-region): Add diagnostic function
9084 for tracking down button overlay leaks.
9085
9086 2011-03-29 Leo Liu <sdl.web@gmail.com>
9087
9088 * ido.el (ido-read-internal): Use the default history var
9089 minibuffer-history if no HISTORY is specified.
9090
9091 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9092
9093 * net/imap.el (imap-shell-open, imap-process-connection-type):
9094 Use imap-process-connection-type for 'shell' streams as well as
9095 Kerberos, SSL, other subprocesses.
9096
9097 2011-03-28 Leo Liu <sdl.web@gmail.com>
9098
9099 * abbrev.el (abbrev-table-empty-p): New function.
9100 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9101 nonempty ones. (Bug#5937)
9102
9103 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9104
9105 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9106
9107 2011-03-27 Leo Liu <sdl.web@gmail.com>
9108
9109 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9110 for foreground and background colors.
9111 (ansi-color-make-color-map): Adapt.
9112
9113 2011-03-25 Leo Liu <sdl.web@gmail.com>
9114
9115 * midnight.el (midnight-time-float): Remove. Note it calculates
9116 the microsecond component incorrectly and seconds-to-time does the
9117 same job.
9118 Remove redundant (require 'timer).
9119
9120 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9121 (ido-completions): Remove unused arguments. (Bug#8329)
9122
9123 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * minibuffer.el (completion--flush-all-sorted-completions):
9126 Remove itself from hook.
9127 (completion-at-point): Let the functions perform the completion
9128 immediately and return nil or t.
9129 * comint.el (comint-dynamic-complete-functions): Now identical to
9130 completion-at-point-functions.
9131 (comint-dynamic-list-input-ring): Remove unused var `index'.
9132 (comint--match-partial-filename, comint--unquote&expand-filename):
9133 New funs, split from comint-match-partial-filename.
9134 (comint-dynamic-complete): Use completion-at-point.
9135 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9136
9137 2011-03-24 Drew Adams <drew.adams@oracle.com>
9138
9139 * thingatpt.el: Support `defun'.
9140
9141 2011-03-23 Leo Liu <sdl.web@gmail.com>
9142
9143 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9144
9145 * help-mode.el (help-mode-finish): Tweak regexp.
9146
9147 2011-03-23 Glenn Morris <rgm@gnu.org>
9148
9149 * eshell/esh-opt.el (eshell-eval-using-options):
9150 Do not bind unused local variable `eshell-option-stub'.
9151
9152 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9153
9154 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9155
9156 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9157 keymap variable in `with-no-warnings' to avoid a warning when the
9158 keymap has been already `defconst'ed.
9159
9160 2011-03-22 Leo Liu <sdl.web@gmail.com>
9161
9162 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9163 encode all chars in abbrevs; otherwise use emacs-mule or
9164 utf-8-emacs. (Bug#8308)
9165
9166 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9167
9168 * simple.el (backward-delete-char-untabify):
9169 Avoid warning about using `delete-backward-char'.
9170
9171 * image.el (image-type-file-name-regexps): Make it variable.
9172 `imagemagick-register-types' modifies it, and the user may want
9173 to add new extensions for known image types.
9174 (imagemagick-register-types): Throw error if not using ImageMagick.
9175
9176 2011-03-22 Leo Liu <sdl.web@gmail.com>
9177
9178 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9179 located before rcirc-prompt-end-marker.
9180 (rcirc-complete): Error if point is not after rcirc prompt.
9181 Handle the case when table is nil.
9182 (rcirc-user-authenticated): Define to fix compiler warning.
9183
9184 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * custom.el (custom--inhibit-theme-enable): Make it affect only
9187 custom-theme-set-variables and custom-theme-set-faces.
9188 (provide-theme): Ignore custom--inhibit-theme-enable.
9189 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9190 (custom-enabling-themes): Delete variable.
9191 (enable-theme): Accept only loaded themes as arguments.
9192 Ignore the special custom-enabled-themes variable.
9193 (custom-enabled-themes): Forbid themes from setting this.
9194 Eliminate use of custom-enabling-themes.
9195 (custom-push-theme): Quote "changed" custom var entry.
9196
9197 2011-03-21 Leo Liu <sdl.web@gmail.com>
9198
9199 * ido.el (ido-read-internal): Add ido-selected to history instead
9200 of user input.
9201
9202 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * subr.el (deferred-action-list, deferred-action-function):
9205 Mark obsolete.
9206
9207 2011-03-21 Leo Liu <sdl.web@gmail.com>
9208
9209 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9210 change on 2011-02-13 (bug#8309).
9211
9212 * minibuffer.el (read-file-name-function): Change default value.
9213 (read-file-name--defaults): Rename from read-file-name-defaults.
9214 (read-file-name-default): Rename from read-file-name.
9215 (read-file-name): Call read-file-name-function.
9216
9217 2011-03-21 Glenn Morris <rgm@gnu.org>
9218
9219 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9220 Doc fixes.
9221
9222 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
9223
9224 * cus-theme.el: Add missing provide statement.
9225 (customize-create-theme): Extract theme value correctly.
9226 (custom-theme-visit-theme): Autoload.
9227 (customize-create-theme): Prompt before inserting default faces.
9228
9229 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9230
9231 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9232 units and musical notes.
9233
9234 2011-03-20 Leo <sdl.web@gmail.com>
9235
9236 * ido.el (ido-read-internal): Use completing-read-default.
9237 (ido-completing-read): Fix compatibility with completing-read.
9238
9239 2011-03-20 Christian Ohler <ohler@gnu.org>
9240
9241 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9242 (ert-delete-all-tests): Use `called-interactively-p' rather than
9243 `interactive-p'.
9244 (ert--make-xrefs-region): Respect END.
9245
9246 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * dired-aux.el (dired-create-directory): Signal an error if the
9249 directory already exists (Bug#8246).
9250
9251 * facemenu.el (list-colors-display): Call list-faces-display
9252 inside with-help-window.
9253 (list-colors-print): Use display property to align the final
9254 column, instead of checking window-width.
9255
9256 2011-03-19 Eli Zaretskii <eliz@gnu.org>
9257
9258 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9259 windows-nt systems.
9260 (emerge-protect-metachars): Quote correctly for ms-dos and
9261 windows-nt systems.
9262
9263 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
9264
9265 * info.el (info-initialize): Replace all uses of `:' with
9266 path-separator for compatibility with non-Unix systems.
9267 Cache quoting of path-separator. (Bug#8258)
9268
9269 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9272 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9273 (mouse-avoidance-mode): Fix typos in docstrings.
9274
9275 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * startup.el (package-subdirectory-regexp): Move from package.el.
9278 Omit \\` and \\', and let callers add them.
9279
9280 * emacs-lisp/package.el (package-strip-version)
9281 (package-load-all-descriptors): Add \\` and \\' to
9282 package-subdirectory-regexp before using it.
9283 (package-untar-buffer): New arg DIR; ensure that file untars only
9284 into this expected directory. Remove superfluous delete-region.
9285 (package-unpack): Caller changed.
9286 (package-tar-file-info): Use package-subdirectory-regexp.
9287
9288 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9291 diff-mode-shared-map (bug#8284).
9292 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9293
9294 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9295
9296 * calendar/time-date.el (format-seconds): Use assoc instead of
9297 assoc-string, since assoc-string doesn't exist in XEmacs.
9298
9299 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
9300
9301 * custom.el (custom-known-themes): Reflow docstring.
9302 (custom-theme-load-path): Fix typo in docstring.
9303 (load-theme): Fix typo in error message.
9304 (custom-available-themes, custom-variable-theme-value):
9305 Use `let', not `let*'.
9306
9307 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9308
9309 * calc/README: Mention inclusion of musical notes.
9310
9311 * calc/calc-units.el (calc-lu-quant): Rename from
9312 `calc-logunits-quantity'.
9313 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9314 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9315 (calc-db): Rename from `calc-dblevel'.
9316 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9317 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9318 (calc-np): Rename from `calc-nplevel'.
9319 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9320 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9321 (calc-lu-plus): Rename from `calc-logunits-add'.
9322 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9323 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9324 (calc-lu-minus): Rename from `calc-logunits-sub'.
9325 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9326 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9327 (calc-lu-times): Rename from `calc-logunits-mul'.
9328 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9329 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9330 (calc-lu-divide): Rename from `calc-logunits-div'.
9331 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9332 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9333
9334 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9335 functions being autoloaded.
9336
9337 * calc/calc.el (calc-lu-power-reference): Rename from
9338 `calc-logunits-power-reference'.
9339 (calc-lu-field-reference): Rename from
9340 `calc-logunits-field-reference'.
9341
9342 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9343
9344 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * minibuffer.el (completion-all-sorted-completions):
9347 Use :completion-cycle-penalty text property if present.
9348
9349 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9350
9351 * allout.el (allout-yank-processing): Adjust for new rebulleting
9352 regime so bullet being yanked is used without prompting the user
9353 for a choice.
9354
9355 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9356
9357 * startup.el (command-line): Warn the user that _emacs is deprecated.
9358
9359 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9362 (delphi-verbose, delphi-comment-face, delphi-string-face)
9363 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9364 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9365 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9366 (delphi-new-comment-line, delphi-font-lock-defaults)
9367 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9368 Fix typos in docstrings.
9369
9370 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9371
9372 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9373 Invert the roles of character and string values for INSTEAD, so a
9374 string is used for the more common case of a defaulting prompt.
9375
9376 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * progmodes/ruby-mode.el (ruby-backward-sexp):
9379 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9380 * play/gamegrid.el (gamegrid-make-face):
9381 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9382 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9383 * notifications.el (notifications-notify):
9384 * net/xesam.el (xesam-search-engines):
9385 * net/quickurl.el (quickurl-list-insert):
9386 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9387
9388 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
9389
9390 * startup.el (command-line): Update package subdirectory regexp.
9391
9392 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * allout.el (allout-abbreviate-flattened-numbering)
9395 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9396
9397 * subr.el (read-char-choice): Only show the cursor after the prompt,
9398 not after the answer.
9399
9400 2011-03-15 Kevin Ryde <user42@zip.com.au>
9401
9402 * help-fns.el (variable-at-point): Skip leading quotes, if any
9403 (bug#8253).
9404
9405 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9408 warning message.
9409
9410 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
9411
9412 * shell.el (shell): When called interactively, offer to change the
9413 shell file name on remote hosts.
9414
9415 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9416
9417 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9418 integration for LDAP parameters. The host, base, user or binddn,
9419 and secret tokens can be specified in a netrc file, for instance.
9420 This is optional because an `auth-source' parameter must be
9421 specified in the search attributes.
9422
9423 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
9424
9425 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9426
9427 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9430 into declaration. Remove redundant and harmful binding.
9431
9432 2011-03-12 Eli Zaretskii <eliz@gnu.org>
9433
9434 * files.el (file-ownership-preserved-p): Pass `integer' as an
9435 explicit 2nd argument to `file-attributes'. If the file's owner
9436 is the Administrators group on Windows, and the current user is
9437 Administrator, consider that a match.
9438
9439 * server.el (server-ensure-safe-dir): Consider server directory
9440 safe on MS-Windows if its owner is the Administrators group while
9441 the current Emacs user is Administrator. Use `=' to compare
9442 numerical UIDs, since they could be integers or floats.
9443
9444 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
9445
9446 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9447
9448 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
9449
9450 Sync with Tramp 2.2.1.
9451
9452 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9453
9454 * net/trampver.el: Update release number.
9455
9456 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * progmodes/compile.el (compilation--previous-directory): Fix up
9459 various nil/dead-marker mismatches (bug#8014).
9460 (compilation-directory-properties, compilation-error-properties):
9461 Don't call it at a position past the one we're about to change.
9462
9463 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9464 Disable obsolescence warnings in the file that declares it.
9465
9466 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9467
9468 * allout-widgets.el (allout-widgets-tally):
9469 Initialize allout-widgets-tally as a hash table rather than nil to
9470 prevent mode-line redisplay warnings. Also, clarify the module
9471 description and fix a comment typo.
9472
9473 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
9474
9475 * help-fns.el (describe-variable): Don't complete keywords.
9476 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9477
9478 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * emacs-lisp/package.el (package-version-join): Impose a standard
9481 string representation for pre/alpha/beta version lists.
9482 (package-unpack-single): Standardize the directory name by passing
9483 it through package-version-join.
9484 (package-strip-rcs-id): Accept any version string that does not
9485 signal an error in version-to-list.
9486
9487 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
9488
9489 * simple.el (delete-trailing-whitespace): Return nil for the
9490 benefit of `write-file-functions'.
9491
9492 2011-03-10 Glenn Morris <rgm@gnu.org>
9493
9494 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9495
9496 * vc/vc-git.el (vc-git-program): New option.
9497 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9498 (vc-git--call): Use it.
9499
9500 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9501
9502 * cus-edit.el (Custom-newline): If no button at point, look
9503 for a subgroup button at start-of-line. (Bug#2298)
9504
9505 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9506
9507 2011-03-10 Julien Danjou <julien@danjou.info>
9508
9509 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9510 `cursor-type' is nil.
9511
9512 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9513
9514 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9515
9516 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9517
9518 * allout.el Summary: Change so yank of distinctive-bullet items
9519 preserves the existing header prefix, rebulleting it if necessary,
9520 rather than replacing it. This is necessary for proper operation
9521 of cooperative addons like allout-widgets.
9522 (allout-make-topic-prefix, allout-rebullet-heading): Change
9523 SOLICIT arg to INSTEAD, and interpret additionally a string value
9524 as alternate bullet to be used, instead of prompting the user for
9525 a bullet character.
9526
9527 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
9528
9529 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9530 Do not use `tramp-file-name-port', because this returns also
9531 `tramp-default-port'.
9532
9533 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9534
9535 * net/rcirc.el (rcirc-handler-001): Remove useless
9536 with-rcirc-process-buffer.
9537 (rcirc-check-auth-status): Swap arguments to string-match.
9538
9539 2011-03-09 Glenn Morris <rgm@gnu.org>
9540
9541 * shell.el (shell-mode):
9542 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9543
9544 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9545 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9546
9547 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * emacs-lisp/package.el (package-refresh-contents)
9550 (package-menu-execute): Use condition-case-no-debug.
9551
9552 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
9553
9554 * simple.el (shell-command-to-string): Use `process-file'.
9555
9556 * emacs-lisp/package.el (package-tar-file-info): Handle also
9557 remote files.
9558
9559 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9560 Use `equal' for upload base check.
9561
9562 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9563
9564 * textmodes/texinfo.el (texinfo-environments):
9565 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9566
9567 2011-03-08 Glenn Morris <rgm@gnu.org>
9568
9569 * cus-start.el (cursor-in-non-selected-windows):
9570 Fix :set quoting oddness. (Bug#8192)
9571
9572 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9573 in some setf expressions. (Bug#2159)
9574
9575 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
9576
9577 * custom.el (custom-available-themes): Return themes in
9578 alphabetical order.
9579
9580 See ChangeLog.15 for earlier changes.
9581
9582 ;; Local Variables:
9583 ;; coding: utf-8
9584 ;; End:
9585
9586 Copyright (C) 2011 Free Software Foundation, Inc.
9587
9588 This file is part of GNU Emacs.
9589
9590 GNU Emacs is free software: you can redistribute it and/or modify
9591 it under the terms of the GNU General Public License as published by
9592 the Free Software Foundation, either version 3 of the License, or
9593 (at your option) any later version.
9594
9595 GNU Emacs is distributed in the hope that it will be useful,
9596 but WITHOUT ANY WARRANTY; without even the implied warranty of
9597 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9598 GNU General Public License for more details.
9599
9600 You should have received a copy of the GNU General Public License
9601 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.