More updates for VC documentation.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
bace743a
DA
12011-12-21 Drew Adams <drew.adams@oracle.com>
2
3 * files.el (file-remote-p): Fix docstring. (Bug#10319)
4
728a1f2b
JC
52011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6
7 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
8
0d373f73
TZ
92011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10
11 * progmodes/cfengine.el: Add Version.
12
13 Add CFEngine 3.x syntax highlighting and support with
14 `cfengine3-mode', and rename the old `cfengine-mode' to
15 `cfengine2-mode'. Make `cfengine-mode' an automatic content-based
16 switcher between `cfengine3-mode' and `cfengine2-mode' by aliasing
17 it to `cfengine-auto-mode'. Rename variables specific to
18 `cfengine2-mode' from cfengine-* to cfengine2-*. Change the
19 modeline indicator to "CFE2" and "CFE3" depending on the mode, to
20 save space. Mark `cfengine-mode-abbrevs' as obsolete.
21
bc86f573
CY
222011-12-21 Chong Yidong <cyd@gnu.org>
23
24 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
25 filename argument.
26
d45ba96b
MR
272011-12-20 Martin Rudalics <rudalics@gmx.at>
28
29 * window.el (window-normalize-buffer-to-display): Remove.
30 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
31
a6198c90
CY
322011-12-19 Chong Yidong <cyd@gnu.org>
33
34 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
35 Don't signal an error in a predicate function; return non-nil.
36 (vc-dir-mark-file): Move the error here.
37 (vc-dir-mark-unmark): If acting on the region, keep going if one
38 of the entries cannot be marked/unmarked.
39 (vc-dir-mark-all-files): If current entry is a directory, mark
40 only child files, as documented.
41
34c5fb55
VB
422011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
43
44 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
45 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
46 addition.
47
c803b2b7
JD
482011-12-18 Jan Djärv <jan.h.d@swipnet.se>
49
50 * term/ns-win.el (ns-get-selection-internal)
51 (ns-store-selection-internal): Declare.
1154d12e
JB
52 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
53 Declare as obsolete.
54 (ns-get-pasteboard, ns-paste-secondary):
55 Use ns-get-selection-internal.
56 (ns-set-pasteboard, ns-copy-including-secondary):
57 Use ns-store-selection-internal.
c803b2b7 58
9cff91f8 592011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
60
61 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 62 (vc-deduce-fileset): Doc fix.
99a289d9 63
f16c898a
AS
642011-12-16 Andreas Schwab <schwab@linux-m68k.org>
65
66 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
67
763237c4
SS
682011-12-13 Sam Steingold <sds@gnu.org>
69
70 * man.el (Man-getpage-in-background): When running under a
71 window-system, ignore $MANWIDTH and $COLUMNS.
72
5fc1c122
KH
732011-12-15 Kenichi Handa <handa@m17n.org>
74
75 * language/ethio-util.el: Change coding tag to utf-8-emacs.
76 (setup-ethiopic-environment-internal): Comment out key-binding for
77 ethio-toggle-punctuation.
78
13d49cbb
AM
792011-12-13 Alan Mackenzie <acm@muc.de>
80
898169a2
AM
81 Add the switch statement to AWK Mode.
82
83 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
84 "default" to the keywords regexp.
85
86 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
87 expression as the rest.
88 (c-nonlabel-token-key): Allow string literals for AWK. Refactor
89 for the other modes.
90
13d49cbb
AM
91 Large brace-block initialisation makes CC Mode slow: Fix.
92 Tidy up and accelerate c-in-literal, etc. by using the
93 c-parse-state
94 routines. Limit backward searching in c-font-lock-enclosing.decl.
95
96 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
97 pp-state and literal type in addition to the limits.
98 (c-state-safe-place): New defun, extracted from
99 c-state-literal-at.
100 (c-state-literal-at): Use the above new defun.
101 (c-slow-in-literal, c-fast-in-literal): Removed.
102 (c-in-literal, c-literal-limits): Amended to use
103 c-state-pp-to-literal.
104
105 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
106 being in a literal. Add a limit for backward searching.
107
108 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
109 c-slow-in-literal.
110
15e0efc7
SM
1112011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
114
454592a6
MR
1152011-12-13 Martin Rudalics <rudalics@gmx.at>
116
117 * window.el (delete-other-windows): Use correct frame in call to
118 window-with-parameter.
119
87393f26
DP
1202011-12-12 Daniel Pfeiffer <occitan@t-online.de>
121
122 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
123 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
124 (makefile-gmake-statements, makefile-makepp-statements):
125 Use it and add new makepp keywords.
126 (makefile-makepp-font-lock-keywords): Add new patterns.
127 (makefile-match-function-end): Match new [...] and [[...]].
128
11636b22
JB
1292011-12-11 Juanma Barranquero <lekktu@gmail.com>
130
131 * ses.el (ses-call-printer-return, ses-cell-property-get)
132 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
133 (ses-create-cell-variable, ses-reset-header-string)
134 (ses-cell-set-formula, ses-repair-cell-reference-all)
135 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
136 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
137 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
138 (ses-aset-with-undo, ses-load, ses-truncate-cell)
139 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
140 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
141 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
142 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
143 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
144 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
145 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
146 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
147
cf018193
VB
1482011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
149
150 * ses.el: The overall change is to add cell renaming, that is
151 setting fancy names for cell symbols other than name matching
152 "\\`[A-Z]+[0-9]+\\'" regexp .
153 (ses-create-cell-variable): New defun.
154 (ses-relocate-formula): Relocate formulas only for cells the
155 symbols of which are not renamed, i.e. symbols whose names do not
156 match regexp "\\`[A-Z]+[0-9]+\\'".
157 (ses-relocate-all): Relocate values only for cells the symbols of
158 which are not renamed.
159 (ses-load): Create cells variables as the (ses-cell ...) are read,
160 in order to check row col consistency with cell symbol name only
161 for cells that are not renamed.
162 (ses-replace-name-in-formula): New defun.
163 (ses-rename-cell): New defun.
164
ee957461
CY
1652011-12-11 Chong Yidong <cyd@gnu.org>
166
167 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
168 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
169
9a9e9ef0
MR
1702011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
171
172 * window.el (other-window): Fix docstring.
173
92a8eba5
EZ
1742011-12-10 Eli Zaretskii <eliz@gnu.org>
175
176 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
177 `from' or `to' address before taking its substring. Fixes
178 incorrect display in Rmail summary buffer whereby an RFC2047
179 encoded name is chopped in the middle of the encoded string, and
180 thus displayed encoded.
181
e152e577
JB
1822011-12-10 Juanma Barranquero <lekktu@gmail.com>
183
184 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
185
e5d84bfe
EZ
1862011-12-10 Eli Zaretskii <eliz@gnu.org>
187
188 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
189 to use texinfo-update-node and commands that call it if the
190 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 191 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
192 (texinfo-all-menus-update, texinfo-master-menu)
193 (texinfo-update-node, texinfo-every-node-update)
194 (texinfo-multiple-files-update): Doc fix. Warn against updating
195 all the @node lines.
196 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
197 argument is numeric. Explain better in the doc string what the
198 function really does.
199 (texinfo-insert-master-menu-list): Improve the error message
200 displayed if there's no menu in the Top node.
201 (Bug#2975) See also this thread:
e5d84bfe
EZ
202 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
203
1d84e9bb
MG
2042011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
205
206 * speedbar.el (speedbar-supported-extension-expressions):
207 Add .adb and .ads, commonly used for Ada source code (bug#10256).
208
382c953b
JB
2092011-12-09 Juanma Barranquero <lekktu@gmail.com>
210
211 * printing.el (pr-mode-alist):
212 * simple.el (filter-buffer-substring-functions)
213 (completion-list-insert-choice-function):
214 * window.el (window-with-parameter, window-atom-root)
215 (window-sides-slots, window-size-fixed, window-min-delta)
216 (window-max-delta, window--resize-mini-window)
217 (window--resize-child-windows-normal, window-tree)
218 (delete-other-windows, quit-window, split-window)
219 (display-buffer-record-window, special-display-buffer-names)
220 (special-display-regexps, special-display-popup-frame)
221 (same-window-p, split-window-sensibly)
222 (display-buffer-overriding-action, display-buffer-alist)
223 (display-buffer-base-action, display-buffer, switch-to-buffer)
224 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
225 (fit-window-to-buffer, recenter-positions)
226 (mouse-autoselect-window-state, mouse-autoselect-window-select):
227 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
228 and remove unneeded backslashes in docstrings.
229
39c9faef
SM
2302011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
231
98449af8
SM
232 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
233
39c9faef
SM
234 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
235 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
236 end in ".mk".
237 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
238 when reading the makefile (bug#10116).
239
86ed9fdc
SM
2402011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
243 (bug#10116).
244
5580f89d
GM
2452011-12-06 Glenn Morris <rgm@gnu.org>
246
247 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
248
28d3917c
CY
2492011-12-06 Chong Yidong <cyd@gnu.org>
250
251 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
252
a98edce9
JB
2532011-12-06 Juanma Barranquero <lekktu@gmail.com>
254
255 * textmodes/table.el (table-shorten-cell): Fix typo.
256
e65adfac
CG
2572011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
258
259 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
260
71cc0b74
EZ
2612011-12-05 Eli Zaretskii <eliz@gnu.org>
262
263 * descr-text.el (describe-char): Fix display of strong
264 right-to-left characters and directional embeddings and overrides.
265
266 * simple.el (what-cursor-position): Fix display of codepoints of
267 strong right-to-left characters.
268
315bc30d
CY
2692011-12-05 Chong Yidong <cyd@gnu.org>
270
271 * faces.el (read-color): Doc fix.
272
58a70b94
GM
2732011-12-05 Glenn Morris <rgm@gnu.org>
274
275 * align.el (align--set-marker): Add doc-string.
276 Don't try to move something that is not a marker. (Bug#10216)
277
5158face
GM
2782011-12-04 Glenn Morris <rgm@gnu.org>
279
280 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
281 overly zealous deletion of trailing whitespace.
282
520fca41
JB
2832011-12-04 Juanma Barranquero <lekktu@gmail.com>
284
285 * server.el (server-delete-client): On Windows, do not try to delete
286 the only terminal.
287 (server-process-filter): On Windows, treat requests for a tty frame as
288 if they were for a GUI frame if the running server is in GUI mode.
289
5e605a2e
GM
2902011-12-03 Glenn Morris <rgm@gnu.org>
291
292 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
293
5c3fe83f
SM
2942011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
295
6f5e57e7
SM
296 * electric.el: Streamline electric-indent's hook.
297 (electric-indent-chars): Revert to simple list.
298 (electric-indent-functions): New var.
299 (electric-indent-post-self-insert-function): Use it.
300
5c3fe83f
SM
301 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
302 there's no inferior buffer (bug#10196).
303 (prolog-consult-compile): Don't use toggle-read-only.
304
6bdac736
MA
3052011-12-02 Michael Albinus <michael.albinus@gmx.de>
306
307 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
308 interrupt. (Bug#10187)
309
6131ba7f
SM
3102011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
311
99c79fee
SM
312 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
313 (bug#9160).
314
6131ba7f
SM
315 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
316 (bug#10191).
317
cb0a02ea
JL
3182011-12-02 Juri Linkov <juri@jurta.org>
319
320 * info.el (Info-search): Display "end of manual" when Isearch
321 reaches the end of single-file Info manual. (Bug#9918)
322
66e0570c
EZ
3232011-12-02 Eli Zaretskii <eliz@gnu.org>
324
325 * isearch.el (isearch-message-prefix): Run the input method part
326 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
327
02b16839
JL
3282011-12-02 Juri Linkov <juri@jurta.org>
329
330 * isearch.el (isearch-occur): Use `word-search-regexp' for
331 `isearch-word'.
332 (isearch-search-and-update): Add condition for `isearch-word' and
333 call `word-search-regexp'. (Bug#10145)
334
0b950688
GM
3352011-12-01 Glenn Morris <rgm@gnu.org>
336
337 * eshell/em-hist.el (eshell-hist-initialize):
338 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 339 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 340
9505c3c7
SM
3412011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
342
343 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
344
1bbe96b2 3452011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 346
a1beca85
SM
347 * progmodes/verilog-mode.el (verilog-pretty-expr):
348 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
349 verilog, such as += *= and the like.
350 (verilog-assignment-operator-re): Regular expression to find the
351 assigment operator in a verilog assignment.
352 (verilog-assignment-operation-re): Regular expression to find an
353 assignment statement for pretty-expr.
354 (verilog-in-attribute-p): Query returns true if point is in an
355 attribute context; used to skip these for expression line up from
356 pretty-expr.
357 (verilog-in-parameter-p): Query returns true if point is in an
358 parameter definition context; used to skip these for expression
359 line up from pretty-expr.
360 (verilog-in-parenthesis-p): Query returns true if point is in a
361 parenthetical expression, specifically ( ) but not [ ] or { };
362 used by pretty-expr.
363 (verilog-just-one-space): If there is no space, don't add one.
364 (verilog-get-lineup-indent-2): Specifically skip just attribute
365 contexts for expression lineup, rather than skipping all
366 parenthetical expressions.
367 (verilog-calculate-indent): Fix comment, and fix indent.
368 (verilog-do-indent): Indent declarations in lists (suggested by
369 Joachim Lechner).
370 (verilog-mode-abbrev-table): Populate abbrev mode with the various
371 skeleton items.
372 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
373 by Alain Mellan).
374
1bbe96b2 3752011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
376
377 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
378 parameters with embedded comments. Reported by Ray Stevens.
379 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
380 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
381 Reported by Tim Holt.
382 (verilog-auto): Fix AUTOing a upper module then AUTOing module
383 instantiated by upper module causing wrong expansion until AUTOed a
384 second time. Reported by K C Buckenmaier.
385 (verilog-diff-auto): Fix showing .* as a difference when
386 `verilog-auto-star-save' off. Reported by Dan Dever.
387 (verilog-auto-reset, verilog-read-always-signals)
388 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
389 temporary signals in reset list if
390 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
391 style to each signal's assignment type, bug381.
392 Reported by Thomas Esposito.
6288f0ca
WS
393 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
394 (verilog-uvm-statement-re): Support UVM indentation and
395 highlighting, with old OVM keywords only.
a1beca85
SM
396 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
397 Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan
6288f0ca
WS
398 Greenlaw.
399 (verilog-auto-insert-lisp, verilog-delete-to-paren)
400 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
401 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
402 (verilog-read-sub-decls, verilog-read-sub-decls-line):
403 Fix mismatching parenthesis inside commented out code when deleting
382c953b 404 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
405 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
406 non-numeric vector width. Reported by Alex Reed.
407 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 408 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
409 (verilog-auto-delete-trailing-whitespace):
410 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
411 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
412 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
413 Fix verilog-scan-cache corruption when running user AUTO expansion
414 hooks that call indentation routines.
415 (verilog-simplify-range-expression): Fix typo ignoring lower case
416 identifiers.
417 (verilog-delete-auto): Fix delete-autos to also remove user created
418 automatics, as long as they start with AUTO.
419 (verilog-batch-diff-auto, verilog-diff-auto)
420 (verilog-diff-function): Add `verilog-diff-auto' and bind to
421 "C-c?" to report differences in AUTO expansion, ignoring spaces.
422 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
423 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
424 (verilog-re-search-forward-quick, verilog-syntax-ppss):
425 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
426 is disabled and its cache will get corrupt, causing AUTOS not to
427 expand. Instead use only -quick functions.
428 (verilog-scan-region): Fix scanning over escaped quotes.
429 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
430 (verilog-re-search-backward-quick)
431 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
432 related functions now ignore strings, to fix misparsing of strings
433 with magic comments embedded in them.
a1beca85
SM
434 (verilog-read-auto-template):
435 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
436 Reported by Brad Dobbie.
437 (verilog-read-auto-template):
438 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 439 Reported by Brad Dobbie.
6288f0ca
WS
440 (verilog-auto-inst, verilog-auto-inst-param)
441 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
442 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
443 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
444 debugging templates without merge conflicts, bug357.
445 Reported by Brad Dobbie.
446 (verilog-read-auto-template):
447 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
448 Reported by Brad Dobbie.
449 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
450 abbrevs so user won't be asked to save.
451 (verilog-read-auto-lisp-present): Fix to start at beginning of
452 buffer in case called outside of verilog-auto.
453 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
454 to "X-2". Reported by Matthew Myers.
455 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
456 all inputs from module templates. Reported by Leith Johnson.
457 (verilog-module-inside-filename-p): Fix locating programs as with
458 modules.
459 (verilog-auto-inst-port): Fix vl-width expressions when using
460 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
461 (verilog-decls-get-regs, verilog-decls-get-signals,
462 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
463 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
464 verilog-read-decls): Combine reg and wire structures into one var
465 structure to represent SystemVerilog concepts.
466 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
467 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
468 (verilog-auto-wire-type, verilog-insert-definition):
469 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
470 SystemVerilog "logic" keyword instead of "wire"/"reg".
471 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
472 to declares outputs that also have assignments (presumably in an
a1beca85
SM
473 ifdef or generate if so there's not a driver conflict).
474 Reported by Matthew Myers.
475 (verilog-auto-declare-nettype, verilog-insert-definition):
476 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
477 `default_nettype none. Reported by Julian Gorfajn.
478 (verilog-read-always-signals-recurse, verilog-read-decls)
479 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
480 malformed end statement, bug325. Reported by Joshua Wise and
481 Andrew Drake.
482 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
483 (verilog-inst-comment-re): Fix not deleting Interfaced comment
484 when expanding .* in interfaces, bug320. Reported by Pierre-David
485 Pfister.
486 (verilog-read-module-name): Fix import statements between module
487 name and open parenthesis, bug317. Reported by Pierre-David
488 Pfister.
489 (verilog-simplify-range-expression): Fix simplification of
490 multiplications inside AUTOWIRE connections, bug303.
491 (verilog-auto-inst-port): Support parameter expansion in
492 multidimensional arrays.
493 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
494 after "assert property". Reported by Julian Gorfajn.
495 (verilog-simplify-range-expression): Fix "couldn't merge" errors
496 with multiplication, bug303.
497 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
498 Reported by Jan Frode Lonnum.
499
1bbe96b2
GM
5002011-11-30 Juanma Barranquero <lekktu@gmail.com>
501
502 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
503 (hfy-shell-file-name, hfy-shell):
504 * international/fontset.el (x-decompose-font-name): Fix typos.
505
5062011-11-29 Ken Brown <kbrown@cornell.edu>
507
508 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
509 (gdb-version): Remove defvar.
510 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
511 (gdb-gud-context-command, gdb-non-stop-handler)
512 (gdb-current-context-command, gdb-stopped): Use it.
513 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
514 (gdb-non-stop-handler): Don't enable pretty-printing here.
515 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
516 non-stop mode. Use the following.
517 (gdb-check-target-async): New defun.
518 (gud-watch, gdb-stopped): Fix whitespace.
519 (gdb-get-source-file): Don't try to display the source file if
520 `gdb-main-file' is nil.
521
5222011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * align.el: Try to generate fewer markers (bug#10047).
525 (align--set-marker): New macro.
526 (align-region): Use it.
527
c935221f
SM
5282011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
531
e70b5064
CY
5322011-11-29 Chong Yidong <cyd@gnu.org>
533
534 * indent.el (indent-for-tab-command, indent-according-to-mode):
535 Doc fix.
536 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
537
f3af92b7
MA
5382011-11-29 Michael Albinus <michael.albinus@gmx.de>
539
540 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
541 aware of remote file names. (Bug#10124)
542
ed472be9
CY
5432011-11-29 Chong Yidong <cyd@gnu.org>
544
545 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
546
24510c22
SM
5472011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * files.el (find-file): Don't use force-same-window (bug#10144).
550 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
551 use pop-to-buffer if the selected window can't be used.
552 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
553
c60c3703
EZ
5542011-11-28 Eli Zaretskii <eliz@gnu.org>
555
556 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
557 special-mode-map.
558
e95def75
CY
5592011-11-28 Chong Yidong <cyd@gnu.org>
560
561 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
562
c3f1c606
NR
5632011-11-27 Nick Roberts <nickrob@snap.net.nz>
564
565 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
566 gdb-get-source-file-list on gdb-create-source-file-list.
567
00db469c
EZ
5682011-11-26 Eli Zaretskii <eliz@gnu.org>
569
570 * whitespace.el (whitespace-newline): Use a different foreground
571 color for 16-color light-background displays.
572
4ad3bc2a
CY
5732011-11-24 Chong Yidong <cyd@gnu.org>
574
575 * window.el (display-buffer--special-action): Doc fix.
576
e9fce1ac
JB
5772011-11-25 Juanma Barranquero <lekktu@gmail.com>
578
579 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
580 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
581 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
582 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
583 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
584 (avl-tree-stack-first):
585 * emacs-lisp/cconv.el (cconv--analyse-use):
586 * net/gnutls.el (gnutls-negotiate): Fix typos.
587
cb825e5d
GM
5882011-11-24 Glenn Morris <rgm@gnu.org>
589
3adbe224
GM
590 * lpr.el (lpr-windows-system, lpr-lp-system):
591 * mail/binhex.el (binhex-begin-line):
592 * progmodes/grep.el (grep-history, grep-find-history):
593 * textmodes/flyspell.el:
594 * vc/pcvs-defs.el (cvs-global-menu):
595 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
596 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
597 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
598
321decc8
GM
599 * net/tls.el: Fix case of "GnuTLS".
600
420b63ad
GM
601 * paths.el (rmail-file-name): Format doc-string for make-docfile.
602
cb825e5d
GM
603 * version.el (emacs-build-system): Give it a doc-string.
604
a0649f08
JL
6052011-11-24 Juri Linkov <juri@jurta.org>
606
607 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
608
c0bc0fd4
GM
6092011-11-24 Glenn Morris <rgm@gnu.org>
610
611 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
612 if called on a non-mime message just toggle the headers. (Bug#8006)
613
20db1522
JB
6142011-11-24 Juanma Barranquero <lekktu@gmail.com>
615
616 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
617 (allout-lead-with-comment-string, allout-structure-deleted-hook)
618 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
619 (allout-rebullet-heading, allout-open-sibtopic)
620 (allout-toggle-current-subtree-encryption)
621 (allout-toggle-subtree-encryption, allout-encrypt-string)
622 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
623 (allout-distinctive-bullets-string, allout-auto-activation):
624 * window.el (window-normalize-buffer-to-display):
625 * progmodes/verilog-mode.el (verilog-batch-indent):
626 * textmodes/bibtex.el (bibtex-field-braces-opt)
627 (bibtex-field-strings-opt):
628 * vc/cvs-status.el (cvs-tree-merge):
629 Fix typos.
630
7262a87c
MA
6312011-11-23 Michael Albinus <michael.albinus@gmx.de>
632
633 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
634 `non-essential' to t, in order to avoid remote connections.
635
283430a1
EZ
6362011-11-23 Eli Zaretskii <eliz@gnu.org>
637
a1beca85
SM
638 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
639 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
640 case-insensitively.
641
d2992a38
ML
6422011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
643
644 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
645
50419064
GM
6462011-11-23 Glenn Morris <rgm@gnu.org>
647
da94eca1
GM
648 * paths.el (rmail-file-name): Reformat the doc-string so that it
649 is picked up.
650
9aac4de2
GM
651 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
652 (rmail-auto-file): Ignore case in the "special" field names,
653 as mail-fetch-field does for all others.
654
8038d2d2
GM
655 * mail/rmail.el (rmail-forward):
656 * mail/rmailkwd.el (rmail-set-label):
657 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
658 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
659
f3fe222a
GM
660 * mail/rmail.el (rmail-current-message): Doc fix.
661
50419064
GM
662 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
663
28109f49
SM
6642011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * server.el (server-eval-and-print): Allow C-g (bug#6585).
667
394c65f1
GM
6682011-11-22 Glenn Morris <rgm@gnu.org>
669
670 * mail/rmailmm.el (test-rmail-mime-handler)
671 (test-rmail-mime-bulk-handler)
672 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
673
f2a0aa3a
JL
6742011-11-21 Juri Linkov <juri@jurta.org>
675
1154d12e
JB
676 * calc/calc.el (calc-read-key-sequence):
677 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 678
9c34a344
LMI
6792011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
680
681 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
682 Tell the caller that the next line needs recomputation, even
683 though it doesn't start a sexp (bug#10094).
684
f04a3be9
SM
6852011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
688
7978747f
SM
6892011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
690
f04a3be9
SM
691 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
692 Use force-same-window.
7978747f 693
fe7a3057
JB
6942011-11-20 Juanma Barranquero <lekktu@gmail.com>
695
696 * descr-text.el (describe-char-unicode-data):
697 * json.el (json-string-escape):
698 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
699 (Footnote-unicode, Footnote-style-p):
700 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
701
24901d61
CY
7022011-11-20 Chong Yidong <cyd@gnu.org>
703
704 * window.el (replace-buffer-in-windows): Restore interactive spec.
705
bac7ff22
SM
7062011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
707
24f3d7b9
SM
708 * electric.el (electric-indent-mode): Fix last change (too optimistic).
709
bac7ff22
SM
710 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
711 (byte-compile-global-not-obsolete-vars): New var.
712 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
713 Use it.
714 (byte-compile-warn-obsolete): Align text with the one in *Help*.
715
cd1181db
JB
7162011-11-20 Juanma Barranquero <lekktu@gmail.com>
717
718 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
719 * progmodes/pascal.el (electric-pascal-equal):
720 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
721 * xml.el (xml-substitute-special): Fix typos.
722
7fb18e9e
GM
7232011-11-20 Glenn Morris <rgm@gnu.org>
724
725 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
726 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
727 Doc fixes.
728 (rmail-decode-mime-charset): Mark as obsolete.
729
730 * mail/rmailsum.el (rmail-message-regexp-p-1):
731 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
732 Before using mime functions, check they are set. (Bug#10077)
733
d5a6b3ba
JL
7342011-11-19 Juri Linkov <juri@jurta.org>
735
736 * info.el (Info-finder-find-node): Use `package--builtins' instead
737 of `package-alist'. Use node names formed by the pattern "Keyword "
738 and the keyword name.
739
e981b61f
AS
7402011-11-19 Andreas Schwab <schwab@linux-m68k.org>
741
742 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
743 bash.
744
3ffbc301
JL
7452011-11-19 Juri Linkov <juri@jurta.org>
746
747 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
748 that calls `revert-buffer' on all Info buffers. (Bug#9915)
749 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
750 `old-history', `old-history-forward'. Add let-binding
751 `window-selected'. Remove calls to `kill-buffer',
752 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
753 before calling `Info-find-node', so `Info-find-node-2' will reread
754 the Info file. Restore window positions only when `window-selected'
755 is non-nil.
756
30c62133
JL
7572011-11-19 Juri Linkov <juri@jurta.org>
758
759 * isearch.el (isearch-lazy-highlight-new-loop):
760 Remove condition `(not isearch-error)'. (Bug#9918)
761
762 * misearch.el (multi-isearch-search-fun): Add condition
763 `(not bound)' to ignore lazy-highlighting search.
764 Add the search-failed message "end of multi" when the end of
765 multi-sequence is reached. Uncapitalize the search-failed
766 message "Repeat for next buffer".
767
768 * info.el (Info-search): Add the search-failed message
769 "end of the manual" when the end of the manual is reached
770 in Isearch mode.
771
645ca9cf
JL
7722011-11-19 Juri Linkov <juri@jurta.org>
773
774 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
775 Use non-destructive `remove' instead of `delete' because
776 `Info-history-list' stored to `Info-isearch-initial-history-list' in
777 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
778
df754f66
JL
7792011-11-19 Juri Linkov <juri@jurta.org>
780
781 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
782 to nil instead of binding `search-ring' and `regexp-search-ring'.
783 (Bug#9185)
784
0e23d96a
EZ
7852011-11-19 Eli Zaretskii <eliz@gnu.org>
786
787 * simple.el (line-move): Force movement by logical lines for any
788 hscrolled window, not only when auto-hscroll-mode is on.
789 (line-move-visual): Update doc string to that effect. (Bug#10076)
790
8a6ccb66
AS
7912011-11-19 Andreas Schwab <schwab@linux-m68k.org>
792
793 * language/european.el (macintosh): Define as alias for mac-roman.
794
49ae5b39
EZ
7952011-11-19 Eli Zaretskii <eliz@gnu.org>
796
797 * mail/rmailmm.el (rmail-mime-display-header)
798 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
799 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
800 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
801 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
802 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
803 of a raw aref.
804 (rmail-mime-entity-segment): To get past the tagline, move forward
805 2 more lines, to account for the 2 empty lines that precede and
806 follow the line with the buttons.
807 (rmail-mime-update-tagline): Move one more line, to get past the
808 empty line that follows the buttons in the tagline. (Bug#9520)
809
c56cad4a
MR
8102011-11-19 Martin Rudalics <rudalics@gmx.at>
811
812 * window.el (window-max-delta-1, window-min-delta-1)
813 (window-min-size-1, window-state-get-1, window-state-put-1)
814 (window-state-put-2): Use "window--" prefix.
815
cbe71af3
SM
8162011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
817
2ad52c60
SM
818 * emacs-lisp/smie.el: Improve warnings and conflict detection.
819 (smie-warning-count): New var.
820 (smie-set-prec2tab): Use it.
821 (smie-bnf->prec2): Improve warnings. Add docstring.
822 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
823 (smie-bnf--set-class): New function.
824 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
825 corner case.
826
6944dbc1
SM
827 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
828 (compilation-error-properties, compilation-move-to-column):
829 Handle compilation-first-column while in the target buffer.
830
c400c4d7
SM
831 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
832 Don't hardcode point-min==1.
833
6dbe3e96
SM
834 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
835 (eshell-rewrite-for-command): Remove workaround.
836 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
837 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
838 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
839
cbe71af3
SM
840 * files-x.el (modify-file-local-variable): Obey commenting conventions.
841
a8e1496d
GM
8422011-11-17 Glenn Morris <rgm@gnu.org>
843
844 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
845 Ignore buffer-local generated-autoload-file if it is the same
846 as the global value. (Bug#10049)
847
df85d315
JB
8482011-11-17 Juanma Barranquero <lekktu@gmail.com>
849
850 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
851 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
852 (reftex-toc-previous-heading, reftex-toc-max-level)
853 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
854 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
855 (reftex-toc-do-promote, reftex-toc-promote-prepare)
856 (reftex-toc-promote-action, reftex-toc-extract-section-number)
857 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
858 (reftex-toc-rename-label, reftex-toc-visit-location)
859 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
860 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
861 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
862 leaving "*toc*" only for references to the buffer.
863
a0c2d0ae
MR
8642011-11-17 Martin Rudalics <rudalics@gmx.at>
865
866 * window.el (window-resize, delete-window, split-window):
867 Replace window-splits by window-combination-resize.
868 * cus-start.el (window-splits): Replace by
869 window-combination-resize.
870
35c0bac8
GM
8712011-11-17 Glenn Morris <rgm@gnu.org>
872
873 * progmodes/sh-script.el (sh-font-lock-keywords-var):
874 Make bash entry derive from sh entry, not shell entry.
875
d0c8fc8a
MA
8762011-11-16 Michael Albinus <michael.albinus@gmx.de>
877
d0c8fc8a
MA
878 * net/tramp-cache.el (tramp-flush-file-property): Flush also
879 properties of linked files. (Bug#9879)
880
7262a87c
MA
881 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
882 local file name.
883
7877f373
JB
8842011-11-16 Juanma Barranquero <lekktu@gmail.com>
885
886 * menu-bar.el (menu-bar-file-menu):
887 * printing.el (pr-ps-utility):
888 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
889 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
890 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
891 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
892 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
893 (icalendar--convert-cyclic-to-ical)
894 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
895 (icalendar--convert-ical-to-diary)
896 (icalendar--convert-recurring-to-diary)
897 (icalendar--convert-non-recurring-all-day-to-diary)
898 (icalendar-import-format-sample):
899 * progmodes/idlw-shell.el (idlwave-shell-mode):
900 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
901 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
902 (vhdl-ps-print-init): Fix typos.
903
10649b82
KM
9042011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
905
9d0cfcd6
GM
906 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
907 FSF and collapse date sequence, obscure author/maintainer email address
908 better, remove extra version line, track relocation of author's webpage.
10649b82 909
9d0cfcd6
GM
910 * progmodes/python.el (python-pdbtrack-input-prompt)
911 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
912 regular python pdb prompts. Adjustments shamelessly taken exactly as
913 suggested in EmacsWiki page (tiny change):
914 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 915
58179cce
JB
9162011-11-16 Juanma Barranquero <lekktu@gmail.com>
917
918 * expand.el (expand-pos, expand-index, expand-point):
919 Remove redundant info from docstring.
920 (expand-add-abbrevs): Doc fix.
921 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
922 (expand-sample-perl-mode-expand-list): Fix typos.
923
924 * net/dbus.el (dbus-event-member-name):
925 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
926 * term/pc-win.el (msdos-create-frame-with-faces):
927 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
928
b6f67890
MR
9292011-11-16 Martin Rudalics <rudalics@gmx.at>
930
931 * window.el (split-window, window-state-get-1)
932 (window-state-put-1, window-state-put-2): Rename occurrences of
933 window-nest to window-combination-limit.
934 * cus-start.el (window-nest): Rename to
935 window-combination-limit.
936
ce7ddba0
CY
9372011-11-16 Chong Yidong <cyd@gnu.org>
938
939 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
940 regexp (Bug#10033).
941
3ae704f4
SM
9422011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
945 `completing-read' will remove *Completions* and will preserve
946 current-buffer for us.
947 (tmm-add-prompt): Users of *Completions* will always (re)set its
948 major mode.
949 (tmm-old-comp-map): Remove.
950
6ad1cdde
GM
9512011-11-16 Glenn Morris <rgm@gnu.org>
952
953 * mail/rmailedit.el: Require rmailmm when compiling.
954 (rmail-old-mime-state): New declaration.
955 (rmail-edit-current-message): If editing a mime message,
956 edit the "raw" message from the mbox buffer.
957 (rmail-cease-edit): Handle mime messages. (Bug#9840)
958
d20faa20
GM
9592011-11-15 Glenn Morris <rgm@gnu.org>
960
961 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
962 which wasn't being used. Add optional arg to force given state.
963 (rmail-mime): Add optional arg to force given state.
964
c7015153
JB
9652011-11-15 Juanma Barranquero <lekktu@gmail.com>
966
967 * allout.el (allout-encryption-plaintext-sanitization-regexps):
968 * frame.el (display-mm-dimensions-alist):
969 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
970 (outline-move-subtree-down):
971 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
972 (newsticker--treeview-do-get-node):
973 * net/quickurl.el (quickurl-list-buffer-name):
974 * progmodes/dcl-mode.el (dcl-mode):
975 * progmodes/gdb-mi.el (gdb-mapcar*):
976 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
977
45261b50
GM
9782011-11-15 Glenn Morris <rgm@gnu.org>
979
980 * mail/rmail.el (rmail-file-coding-system): It's only ever used
981 in a boolean sense, so just make it a boolean, and fix the doc.
982 (rmail-show-mime-function, rmail-mime-feature)
983 (rmail-require-mime-maybe): Doc fixes.
984 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
985
986 * mail/rmailmm.el (rmail-show-mime): Doc fix.
987
0d26e0b6
JB
9882011-11-15 Juanma Barranquero <lekktu@gmail.com>
989
990 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
991 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
992 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
993 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
994
447f30f6
GM
9952011-11-15 Glenn Morris <rgm@gnu.org>
996
672b871d
GM
997 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
998 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
999 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1000 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1001 (rmail-mime, rmail-show-mime): Doc fixes.
1002
f6aa5bb1
GM
1003 * term/ns-win.el (mode-line-frame-identification):
1004 Leave it alone. (Bug#10051)
1005
947cd66b
GM
1006 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1007
447f30f6
GM
1008 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1009 Handle empty buffers. (Bug#9978)
1010
0b381c7e
JB
10112011-11-14 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * international/mule.el (define-charset):
1014 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1015 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1016 * progmodes/verilog-mode.el (verilog-backward-token):
1017 * textmodes/ispell.el (lookup-words):
1018 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1019
71e027ac
GM
10202011-11-14 Glenn Morris <rgm@gnu.org>
1021
56632ce4
GM
1022 * progmodes/executable.el
1023 (executable-make-buffer-file-executable-if-script-p):
1024 Handle file-modes returning nil.
1025
40500957
GM
1026 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1027 message - not necessary, and causes problems. (Bug#9831)
1028
071c2340
GM
1029 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1030
d3cfca60
GM
1031 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1032
71e027ac
GM
1033 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1034 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1035 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1036
89d61221
MR
10372011-11-12 Martin Rudalics <rudalics@gmx.at>
1038
1039 * window.el (window-resize, delete-window): Use window-splits
1040 variable instead of function.
1041 (window-state-get-1, window-state-put-2, window-state-put):
1042 Don't deal with windows' splits status.
1043
98282f6f
GM
10442011-11-12 Glenn Morris <rgm@gnu.org>
1045
1046 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1047 (apropos-documentation): Doc fixes.
1048
40a8bdf6
JB
10492011-11-11 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1052 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1053
65bd19ff
SM
10542011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * electric.el (electric-indent-post-self-insert-function): Make it
1057 possible for a char to only indent in some circumstances.
1058 (electric-indent-mode): Simplify.
1059
54f9154c
MR
10602011-11-11 Martin Rudalics <rudalics@gmx.at>
1061
1062 * window.el (windows-with-parameter): Remove unused function.
1063 (windows-at-side): Rename to window-at-side-list.
1064 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1065 (window-side-check, window-size-ignore, window-size-fixed-1)
1066 (window-in-direction-2): Prefix with "window--".
1067 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1068
68cbc58b
GM
10692011-11-11 Glenn Morris <rgm@gnu.org>
1070
1071 * subr.el (eval-after-load): If FILE is already loaded,
1072 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1073
b2621720
GM
10742011-11-10 Glenn Morris <rgm@gnu.org>
1075
9a4de110
GM
1076 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1077 Call svn via vc-svn-command rather than vc-do-command.
1078 (vc-svn-command): Add --non-interactive. (Bug#9993)
1079 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1080
b2621720
GM
1081 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1082 Add toggle-read-only. (Bug#7292)
1083 * files.el (toggle-read-only): Mention that it should only
1084 be used interactively. (Bug#10006)
1085
1dce7193
SM
10862011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1087
d9ac1a1e
SM
1088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1089 Adjust regexp for OCaml warnings.
1090
0c325082
SM
1091 * electric.el (electric-pair-post-self-insert-function): Let user
1092 turn it off buffer-locally (bug#9932).
1093
90132c14
SM
1094 * progmodes/python.el (python-beginning-of-statement):
1095 Rewrite (bug#2703).
1096
1dce7193
SM
1097 * progmodes/compile.el: Better handle TABs (bug#9749).
1098 (compilation-internal-error-properties)
1099 (compilation-next-error-function): Obey the target buffer's
1100 compilation-error-screen-columns.
1101
c4e7c63a
JB
11022011-11-09 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * progmodes/meta-mode.el: Remove obsolete comments.
1105 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1106 Fix typos in docstrings.
1107
2cffd681
MR
11082011-11-09 Martin Rudalics <rudalics@gmx.at>
1109
1110 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1111 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1112 (window--resizable): New function. Make all callers of
1113 window-resizable call window--resizable instead.
1114 (window-resizable): Rewrite in terms of window--resizable.
1115
0edcba87
GM
11162011-11-08 Glenn Morris <rgm@gnu.org>
1117
1118 * progmodes/delphi.el (delphi-mode-syntax-table):
1119 Let define-derived-mode define a proper syntax table. (Bug#9994)
1120
4b0d61e3
SM
11212011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * window.el: Stay away from defsubst.
1124 (window-list-no-nils): Remove.
1125 (window-state-get-1, window-state-get): Use backquote instead.
1126
fcbcac2e 11272011-11-08 thierry <thierry.volpiatto@gmail.com>
1128
4b0d61e3 1129 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1130 Fix incorrect use of default argument in `completing-read'.
1131
e1c2c6f2
MR
11322011-11-08 Martin Rudalics <rudalics@gmx.at>
1133
1134 * window.el (display-buffer-function, special-display-function):
1135 Mention display-buffer-record-window but do not mention
1136 help-setup parameter in doc-strings.
b3f4a882 1137 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1138
105216ed
CY
11392011-11-08 Chong Yidong <cyd@gnu.org>
1140
1141 * window.el (window-total-height, window-total-width): Doc fix.
1142 (window-body-size): Move from C.
1143 (window-body-height, window-body-width): Move to C.
1144
0a9f9ab5
SM
11452011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * window.el: Make special-display like display-buffer-alist (bug#9532).
1148 (display-buffer--special-action): New function, morphed
1149 from display-buffer--special.
1150 (display-buffer): Use it to handle special-display-buffers at higher
1151 priority (just after display-buffer-alist).
1152 (display-buffer-fallback-action, display-buffer--other-frame-action)
1153 (pop-to-buffer-same-window): Remove display-buffer--special.
1154
a769dd15
GM
11552011-11-07 Glenn Morris <rgm@gnu.org>
1156
1157 * calendar/cal-menu.el (cal-menu-set-date-title):
1158 Do nothing if not in a calendar. (Bug#9976)
1159
05a61ee3
SM
11602011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * files.el (find-file): Always use selected-window.
1163
be7f5545
MR
11642011-11-07 Martin Rudalics <rudalics@gmx.at>
1165
1166 * window.el (window-combinations): Make WINDOW argument
1167 mandatory. Rewrite doc-string.
1168 (walk-window-subtree, window-atom-check, window-min-delta)
1169 (window-max-delta, window--resize-this-window)
1170 (window--resize-root-window-vertically, window-tree)
1171 (balance-windows, window-state-put): Rewrite doc-strings as to
1172 not mention the term "subwindow".
1173 (window--resize-subwindows-skip-p): Rename to
1174 window--resize-child-windows-skip-p.
1175 (window--resize-subwindows-normal): Rename to
1176 window--resize-child-windows-normal.
1177 (window--resize-subwindows): Rename to
1178 window--resize-child-windows.
1179 (window-or-subwindow-p): Rename to window--in-subtree-p.
1180
3c6702ef
ML
11812011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1182
1183 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1184 Ensure that mbox format messages end in two newlines (Bug#9974).
1185
49745b39
CY
11862011-11-06 Chong Yidong <cyd@gnu.org>
1187
1188 * window.el (window-combination-p): Function deleted; its
1189 side-effect is not used in any existing code.
1190 (window-combinations, window-combined-p): Call window-*-child
1191 directly.
1192
24300f5f
CY
11932011-11-05 Chong Yidong <cyd@gnu.org>
1194
1195 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1196 (window-size-ignore, window-state-get): Callers changed.
1197 (window-normalize-window): Rename from window-normalize-any-window.
1198 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1199 (window-normalize-live-window): Delete.
447f16b8
CY
1200 (window-combination-p, window-combined-p, window-combinations)
1201 (walk-window-subtree, window-atom-root, window-min-size)
1202 (window-sizable, window-sizable-p, window-size-fixed-p)
1203 (window-min-delta, window-max-delta, window-resizable)
1204 (window-resizable-p, window-full-height-p, window-full-width-p)
1205 (window-current-scroll-bars, window-point-1, set-window-point-1)
1206 (window-at-side-p, window-in-direction, window-resize)
1207 (adjust-window-trailing-edge, maximize-window, minimize-window)
1208 (window-deletable-p, delete-window, delete-other-windows)
1209 (record-window-buffer, unrecord-window-buffer)
1210 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1211 (quit-window, split-window, window-state-put)
1212 (set-window-text-height, fit-window-to-buffer)
1213 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1214
89bd5ee1
EZ
12152011-11-04 Eli Zaretskii <eliz@gnu.org>
1216
53479029
EZ
1217 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1218 rfc2047-decode-string.
1219 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1220 warnings.
1221
89bd5ee1
EZ
1222 * window.el (window-body-height, window-body-width): Mention in
1223 the doc string that the return values are in frame's canonical
1224 units. (Bug#9949)
1225
bd17fdee
AM
12262011-11-03 Alan Mackenzie <acm@muc.de>
1227
1228 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1229 change in cc-engine.el.
1230
acc825c5
SM
12312011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1234
1885e5b8
MR
12352011-11-02 Martin Rudalics <rudalics@gmx.at>
1236
1237 * window.el (quit-window): Call unrecord-window-buffer after
1238 showing another buffer in the window. (Bug#9937)
acc825c5 1239 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1240
ebe06da9
JB
12412011-11-02 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1244 Accept status with more than 9 shelves. (Bug#9935)
1245 Reported by Colin D Bennett <colin@gibibit.com>.
1246
4ee88440
MR
12472011-11-01 Martin Rudalics <rudalics@gmx.at>
1248
1249 * help.el (with-help-window): Don't reference
1250 temp-buffer-show-specifiers in doc-string.
1251
08e1d82c
AS
12522011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1253
1254 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1255 menu-item.
1256
84bd6e9e
VJL
12572011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1258
1259 * whitespace.el: New version 13.2.2.
1260 (whitespace-newline-mode): Disable properly. Reported by Sarah
1261 <EmacsWiki>.
1262
dba0634a
UJ
12632011-10-30 Ulf Jasper <ulf.jasper@web.de>
1264
1265 * net/newst-treeview.el: Remove "Time-stamp".
1266 (newsticker--group-manage-orphan-feeds): Do not call
1267 newsticker--treeview-tree-update.
db22a3c2
JB
1268 (newsticker-treeview-update, newsticker-treeview):
1269 Call newsticker--treeview-tree-update if necessary.
dba0634a 1270
3d8daefe
MR
12712011-10-30 Martin Rudalics <rudalics@gmx.at>
1272
1273 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1274 (window-iso-combinations): Remove "iso-" infix.
1275 Suggested by Chong Yidong.
3d8daefe
MR
1276 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1277 (window-max-delta-1, window-resize, window--resize-siblings)
1278 (window--resize-this-window, adjust-window-trailing-edge)
1279 (split-window, balance-windows-1)
1280 (shrink-window-if-larger-than-buffer):
1281 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1282 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1283
1bc4c3ae
SM
12842011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1287 in place (bug#9907).
1288 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1289 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1290 (eshell-structure-basic-command, eshell-rewrite-while-command)
1291 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1292 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1293 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1294 (eshell-do-pipelines-synchronously, eshell-eval-command):
1295 Use backquotes and prefer setq to set.
1296 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1297 (eshell-macrop): Use functionp.
c1e2f5fa 1298 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1299
30b65d9c
CY
13002011-10-30 Chong Yidong <cyd@gnu.org>
1301
1302 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1303 instead of set-mark (Bug#9810).
1304
2d197ffb
CY
13052011-10-30 Chong Yidong <cyd@gnu.org>
1306
1307 * window.el (split-window-below, split-window-right): Rename from
1308 split-window-above-each-other and split-window-side-by-side
1309 respectively. All callers changed.
1310 (split-window-sensibly, split-window-sensibly): Use them.
1311 (split-window-keep-point): Doc fix.
1312
1313 * isearch.el: Add isearch-scroll property to split-window-below
1314 and split-window-right.
1315
1316 * follow.el (follow-mode):
1317 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1318 * progmodes/ada-xref.el (ada-gdb-application):
1319 * emulation/vip.el (vip-buffer-in-two-windows):
1320 * image-dired.el (image-dired-dired-with-window-configuration):
1321 * dired-x.el (dired-do-find-marked-files):
1322 * dired.el (dired-pop-to-buffer):
1323 * bs.el (bs--show-with-configuration):
1324 * vc/emerge.el (emerge-setup-windows):
1325 * textmodes/two-column.el (2C-two-columns):
1326 * textmodes/reftex-toc.el (reftex-toc):
1327 * progmodes/gdb-mi.el (gdb-setup-windows):
1328 * progmodes/fortran.el (fortran-window-create):
1329 * net/newst-treeview.el (newsticker--treeview-window-init):
1330 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1331 * emulation/tpu-edt.el (tpu-gold-map):
1332 * emulation/crisp.el (crisp-mode-map):
1333 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1334
38bb2ca8
CY
13352011-10-29 Chong Yidong <cyd@gnu.org>
1336
aa4de341
CY
1337 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1338
e1eb5385
CY
1339 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1340
5d2ece3c
CY
1341 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1342 forged Ispell output (Bug#7904).
1343
38bb2ca8
CY
1344 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1345
d0af9f77
SM
13462011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * doc-view.el: Avoid ugly errors about not finding nil.
1349 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1350 (doc-view-dvipdf-program, doc-view-unoconv-program)
1351 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1352 Avoid nil or absolute file name as default value.
1353 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1354
52bedd34
AM
13552011-10-28 Alan Mackenzie <acm@muc.de>
1356
db22a3c2 1357 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1358
7e43cfa5
AM
13592011-10-28 Alan Mackenzie <acm@muc.de>
1360
1361 Amend the handling of c-beginning/end-of-defun in nested declaration
1362 scopes.
1363
52bedd34
AM
1364 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1365 cc-langs.el. Change it to a defcustom.
7e43cfa5 1366
52bedd34
AM
1367 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1368 cc-vars.el.
7e43cfa5 1369
d0af9f77
SM
1370 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1371 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1372
52bedd34 1373 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1374 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1375 (c-widen-to-enclosing-decl-scope): New function.
1376 (c-while-widening-to-decl-block): New macro.
1377 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1378 outward for defun boundaries, and correspondingly change symbol
1379 `respect-enclosure' to `go-outward'.
1380 (c-declaration-limits): Change algorithm to report only the "innermost"
1381 defun's boundaries.
1382
1a2ce9ee
DD
13832011-10-28 Deniz Dogan <deniz@dogan.se>
1384
1385 * net/rcirc.el (rcirc-mode): Use hard newlines.
1386
bc97a826
AM
13872011-10-28 Alan Mackenzie <acm@muc.de>
1388
1389 Amend to indent and fontify macros "which include their own semicolon"
1390 correctly, using the "virtual semicolon" mechanism.
1391
52bedd34 1392 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1393
d0af9f77 1394 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1395 Recode to scan one line at a time rather than having \n and \r
58179cce 1396 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1397 (c-forward-label): Amend for virtual semicolons.
58179cce 1398 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1399
52bedd34
AM
1400 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1401 of the new C macros.
bc97a826 1402
52bedd34 1403 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1404 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1405 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1406 (c-opt-cpp-macro-define): Make into a full language variable.
1407 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1408 AWK Mode (including \n, \r) removed, no longer needed.
1409
d0af9f77
SM
1410 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1411 Invoke c-make-macro-with-semi-re.
bc97a826 1412
52bedd34
AM
1413 * progmodes/cc-vars.el (c-macro-with-semi-re):
1414 (c-macro-names-with-semicolon): New variables.
58179cce 1415 (c-make-macro-with-semi-re): New function.
bc97a826 1416
7a6c0941
SM
14172011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * vc/log-edit.el: Fill empty field rather than adding new one.
1420 (log-edit-add-field): New function.
1421 (log-edit-insert-changelog): Use it.
1422
b0c4cdcf
ML
14232011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1424
1425 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1426
ee1f1da9
SM
14272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1430 (gdb--check-interpreter): New function.
1431 (gdb): Use it.
1432
51bc5f8b
GM
14332011-10-27 Glenn Morris <rgm@gnu.org>
1434
416a2c45
GM
1435 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1436 (least-positive-float, least-negative-float)
1437 (least-positive-normalized-float, least-negative-normalized-float)
1438 (float-epsilon, float-negative-epsilon):
1439 Remove unnecessary declarations.
1440
1441 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1442 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1443 (least-positive-float, least-negative-float)
1444 (least-positive-normalized-float, least-negative-normalized-float)
1445 (float-epsilon, float-negative-epsilon): Add doc-strings,
1446 based on those in cl.texi.
1447
51bc5f8b
GM
1448 * files.el (set-visited-file-name): If the major-mode changed,
1449 reload the local variables. (Bug#9796)
1450
15de15c6
CY
14512011-10-27 Chong Yidong <cyd@gnu.org>
1452
1453 * subr.el (change-major-mode-after-body-hook): New hook.
1454 (run-mode-hooks): Run it.
1455
ee1f1da9
SM
1456 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1457 Use change-major-mode-before-body-hook.
15de15c6
CY
1458
1459 * simple.el (fundamental-mode):
1460 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1461 change introducing fundamental-mode-hook.
1462
5430d399
JB
14632011-10-26 Juanma Barranquero <lekktu@gmail.com>
1464
acc825c5 1465 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1466
ad74a69e
MA
14672011-10-26 Michael Albinus <michael.albinus@gmx.de>
1468
1469 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1470 tramp.el explicitly. (Bug#7583)
ad74a69e 1471
71d4c2a5
SM
14722011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * progmodes/octave-mod.el:
1475 * progmodes/octave-inf.el: Update maintainer.
1476
b1f6fa26
CY
14772011-10-26 Chong Yidong <cyd@gnu.org>
1478
1479 * subr.el (with-wrapper-hook): Rewrite doc.
1480
3f04efd6
MA
14812011-10-25 Michael Albinus <michael.albinus@gmx.de>
1482
1483 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1484 filenames "/method:foo:". (Bug#9793)
3f04efd6 1485
410488d3
SM
14862011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1489 (bug#9865).
1490
c1ebb47e
GM
14912011-10-24 Glenn Morris <rgm@gnu.org>
1492
1493 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1494
7f5c46c7
MA
14952011-10-24 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * notifications.el: Add the requirement of a running D-Bus session
1498 bus to the Commentary.
1499
db2440b6
JL
15002011-10-24 Juri Linkov <juri@jurta.org>
1501
1502 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1503 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1504 (Bug#9364)
1505
feecf435
JL
15062011-10-24 Juri Linkov <juri@jurta.org>
1507
1508 * info.el (Info-following-node-name-re): Add newline to the list
1509 of allowed characters for leading space. (Bug#9824)
1510
a3839de2
SM
15112011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1512
acc825c5
SM
1513 * progmodes/octave-inf.el (inferior-octave-mode-map):
1514 Fix C-c C-h binding.
a3839de2
SM
1515 * progmodes/octave-mod.el (octave-help): Remove.
1516
09388e76
MA
15172011-10-23 Michael Albinus <michael.albinus@gmx.de>
1518
1519 Sync with Tramp 2.2.3.
1520
1521 * net/tramp-cache.el (top): Pacify byte-compiler using
1522 `init-file-user' and `site-run-file'.
1523
1524 * net/trampver.el: Update release number.
1525
86c60681
CY
15262011-10-23 Chong Yidong <cyd@gnu.org>
1527
1528 * files.el (toggle-read-only): Remove obsolete comment about
1529 version control.
1530
1531 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1532 for toggle-read-only. Note that this hasn't called vc-next-action
1533 since 2008-05-02, though it wasn't documented at the time.
1534
a3839de2
SM
1535 * vc/ediff-init.el (ediff-toggle-read-only-function):
1536 Use toggle-read-only.
86c60681 1537
cd5495ff
AM
15382011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1539
1540 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1541 of c-parse-state.
1542
00b77525 1543 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 1544 correct faulty logical expression.
cd5495ff
AM
1545 (c-parse-state-state, c-record-parse-state-state):
1546 (c-replay-parse-state-state): New defvar/defuns.
1547 (c-debug-parse-state): Use new functions.
1548
42ee24ed
MR
15492011-10-22 Martin Rudalics <rudalics@gmx.at>
1550
1551 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 1552 last fix. Use window-in-direction correctly.
42ee24ed 1553
a7dee7e7
CY
15542011-10-21 Chong Yidong <cyd@gnu.org>
1555
1556 * progmodes/idlwave.el (idlwave-mode):
1557 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
1558 require-final-newline; that's done in prog-mode.
1559 Suggested by Stefan Monnier.
a7dee7e7 1560
e07b9a6d
MR
15612011-10-21 Martin Rudalics <rudalics@gmx.at>
1562
1563 * mouse.el (mouse-drag-window-above)
1564 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1565 (mouse-drag-mode-line-1, mouse-drag-header-line)
1566 (mouse-drag-vertical-line-rightward-window): Remove.
1567 (mouse-drag-line): New function.
1568 (mouse-drag-mode-line, mouse-drag-header-line)
1569 (mouse-drag-vertical-line): Call mouse-drag-line.
1570 * window.el (window-at-side-p, windows-at-side): New functions.
1571
7e1361d9
UM
15722011-10-21 Ulrich Mueller <ulm@gentoo.org>
1573
1574 * tar-mode.el (tar-grind-file-mode):
1575 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1576
30fcaf3a
CY
15772011-10-21 Chong Yidong <cyd@gnu.org>
1578
1579 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
1580 * progmodes/vera-mode.el (vera-mode):
1581 Use mode-require-final-newline.
30fcaf3a 1582
516eddb0
GM
15832011-10-20 Glenn Morris <rgm@gnu.org>
1584
db22a3c2 1585 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 1586
10d5f513
CS
15872011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1588
1589 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1590
ac6c8639
CY
15912011-10-20 Chong Yidong <cyd@gnu.org>
1592
1593 * emulation/cua-base.el (cua-mode):
1594 * mail/footnote.el (footnote-mode):
1595 * mail/mailabbrev.el (mail-abbrevs-mode):
1596 * net/xesam.el (xesam-minor-mode):
1597 * progmodes/bug-reference.el (bug-reference-mode):
1598 * progmodes/cap-words.el (capitalized-words-mode):
1599 * progmodes/compile.el (compilation-minor-mode)
1600 (compilation-shell-minor-mode):
1601 * progmodes/gud.el (gud-tooltip-mode):
1602 * progmodes/hideif.el (hide-ifdef-mode):
1603 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1604 * progmodes/subword.el (subword-mode):
1605 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1606 * progmodes/which-func.el (which-function-mode):
1607 * term/tvi970.el (tvi970-set-keypad-mode):
1608 * term/vt100.el (vt100-wide-mode):
1609 * textmodes/flyspell.el (flyspell-mode):
1610 * textmodes/ispell.el (ispell-minor-mode):
1611 * textmodes/nroff-mode.el (nroff-electric-mode):
1612 * textmodes/paragraphs.el (use-hard-newlines):
1613 * textmodes/refill.el (refill-mode):
1614 * textmodes/reftex.el (reftex-mode):
1615 * textmodes/rst.el (rst-minor-mode):
1616 * textmodes/sgml-mode.el (html-autoview-mode)
1617 (sgml-electric-tag-pair-mode):
1618 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1619 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1620 * emulation/crisp.el (crisp-mode):
1621 * emacs-lisp/eldoc.el (eldoc-mode):
1622 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1623 minor mode behavior.
1624
aa42ab43
JL
16252011-10-19 Juri Linkov <juri@jurta.org>
1626
1627 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1628 the list of hard-coded chars with escape-glyph face.
1629
89400f1d
SM
16302011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1633
305c07f6
MA
16342011-10-19 Michael Albinus <michael.albinus@gmx.de>
1635
1636 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1637 running process.
1638
13754b54
GM
16392011-10-19 Glenn Morris <rgm@gnu.org>
1640
1641 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1642 Ignore ignored files. (Bug#9726)
1643
06e21633
CY
16442011-10-19 Chong Yidong <cyd@gnu.org>
1645
1646 Doc fix for minor modes, stating that an omitted argument enables
1647 the mode unconditionally when called from Lisp.
1648
1649 * abbrev.el (abbrev-mode):
1650 * allout.el (allout-mode):
1651 * autoinsert.el (auto-insert-mode):
1652 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1653 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1654 (global-auto-revert-mode):
1655 * battery.el (display-battery-mode):
1656 * composite.el (global-auto-composition-mode)
1657 (auto-composition-mode):
1658 * delsel.el (delete-selection-mode):
1659 * desktop.el (desktop-save-mode):
1660 * dired-x.el (dired-omit-mode):
1661 * dirtrack.el (dirtrack-mode):
1662 * doc-view.el (doc-view-minor-mode):
1663 * double.el (double-mode):
1664 * electric.el (electric-indent-mode, electric-pair-mode):
1665 * emacs-lock.el (emacs-lock-mode):
1666 * epa-hook.el (auto-encryption-mode):
1667 * follow.el (follow-mode):
1668 * font-core.el (font-lock-mode):
1669 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1670 * help.el (temp-buffer-resize-mode):
1671 * hilit-chg.el (highlight-changes-mode)
1672 (highlight-changes-visible-mode):
1673 * hi-lock.el (hi-lock-mode):
1674 * hl-line.el (hl-line-mode, global-hl-line-mode):
1675 * icomplete.el (icomplete-mode):
1676 * ido.el (ido-everywhere):
1677 * image-file.el (auto-image-file-mode):
1678 * image-mode.el (image-minor-mode):
1679 * iswitchb.el (iswitchb-mode):
1680 * jka-cmpr-hook.el (auto-compression-mode):
1681 * linum.el (linum-mode):
1682 * longlines.el (longlines-mode):
1683 * master.el (master-mode):
1684 * mb-depth.el (minibuffer-depth-indicate-mode):
1685 * menu-bar.el (menu-bar-mode):
1686 * minibuf-eldef.el (minibuffer-electric-default-mode):
1687 * mouse-sel.el (mouse-sel-mode):
1688 * msb.el (msb-mode):
1689 * mwheel.el (mouse-wheel-mode):
1690 * outline.el (outline-minor-mode):
1691 * paren.el (show-paren-mode):
1692 * recentf.el (recentf-mode):
1693 * reveal.el (reveal-mode, global-reveal-mode):
1694 * rfn-eshadow.el (file-name-shadow-mode):
1695 * ruler-mode.el (ruler-mode):
1696 * savehist.el (savehist-mode):
1697 * scroll-all.el (scroll-all-mode):
1698 * scroll-bar.el (scroll-bar-mode):
1699 * server.el (server-mode):
1700 * shell.el (shell-dirtrack-mode):
1701 * simple.el (auto-fill-mode, transient-mark-mode)
1702 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1703 (line-number-mode, column-number-mode, size-indication-mode)
1704 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1705 * strokes.el (strokes-mode):
1706 * time.el (display-time-mode):
1707 * t-mouse.el (gpm-mouse-mode):
1708 * tool-bar.el (tool-bar-mode):
1709 * tooltip.el (tooltip-mode):
1710 * type-break.el (type-break-mode-line-message-mode)
1711 (type-break-query-mode):
1712 * view.el (view-mode):
1713 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1714 (global-whitespace-mode, global-whitespace-newline-mode):
1715 * xt-mouse.el (xterm-mouse-mode): Doc fix.
1716
a3839de2
SM
1717 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1718 Fix autogenerated docstring.
06e21633 1719
5214e501
JL
17202011-10-19 Juri Linkov <juri@jurta.org>
1721
1722 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
1723 by checking environment variables "DESKTOP_SESSION" and
1724 "XDG_CURRENT_DESKTOP". (Bug#9779)
1725
195f8db9
JL
17262011-10-19 Juri Linkov <juri@jurta.org>
1727
1728 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
1729 (browse-url-chromium-program, browse-url-chromium-arguments):
1730 New defcustoms.
1731 (browse-url-default-browser): Check for `browse-url-chromium' and
1732 call `browse-url-chromium-program'.
1733 (browse-url-chromium): New command. (Bug#9779)
1734
343a34ff
JB
17352011-10-18 Juanma Barranquero <lekktu@gmail.com>
1736
1737 * facemenu.el (list-colors-duplicates): On Windows, detect more
1738 duplicates by assuming that only colors matching "^System" are
1739 special "system colors". (Bug#9722)
1740
6978a151
SM
17412011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
1744 to distinguish the author from the committer.
1745
6a80b297
MA
17462011-10-18 Michael Albinus <michael.albinus@gmx.de>
1747
1748 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
1749
b31a5677
JK
17502011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
1751
1752 * international/mule.el (sgml-html-meta-auto-coding-function):
1753 Add support for detecting encoding in HTML5 specified only as
1754 <meta charset="UTF-8">. Implementation just makes http-equiv and
1755 content-type parts from HTML4 encoding string optional. (Bug#9716)
1756
80c6d77f
GM
17572011-10-18 Glenn Morris <rgm@gnu.org>
1758
1759 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
1760
08b0fee8
CY
17612011-10-18 Chong Yidong <cyd@gnu.org>
1762
1763 * faces.el (cursor): Doc fix.
1764
67e729a5
CY
17652011-10-17 Chong Yidong <cyd@gnu.org>
1766
1767 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
1768
343a34ff 17692011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
1770
1771 * dirtrack.el (dirtrack): Support shell buffers with path
1772 prefixes, e.g. tramp-based remote shells. (Bug#9647)
1773
0bc06380
TZ
17742011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
1775
1776 * json.el: Bump version to 1.3 and note change in History.
1777 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
1778
8b79f3e0
SM
17792011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1780
5a7c536b
SM
1781 * comint.el (comint-insert-input, comint-send-input)
1782 (comint-get-old-input-default, comint-backward-matching-input)
1783 (comint-next-prompt): Use nil instead of `input' for field property of
1784 past user input (bug#114).
1785
96a8a0df
SM
1786 * minibuffer.el (completion--replace): Inherit surrounding properties
1787 (bug#114).
1788 (minibuffer-complete-and-exit): Use it.
1789
8b79f3e0
SM
1790 * comint.el (comint--table-subvert): Quote the all-completions output
1791 (bug#9160).
1792
b8f7ff0d
MR
17932011-10-17 Martin Rudalics <rudalics@gmx.at>
1794
8b79f3e0 1795 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 1796
b8f7ff0d 1797 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 1798 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
1799 entries and separate them from frame entries.
1800
c235b555
GM
18012011-10-15 Glenn Morris <rgm@gnu.org>
1802
1803 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
1804 Doc fixes.
1805
6bbfa6e1
CY
18062011-10-15 Chong Yidong <cyd@stupidchicken.com>
1807
8b79f3e0
SM
1808 * net/network-stream.el (network-stream-open-starttls):
1809 Improve detection of failure due to lack of TLS support.
ec5c990d 1810
6bbfa6e1
CY
1811 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1812 putting the input text in front and in bold.
1813
98488977
SM
18142011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1815
3d1337be
SM
1816 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1817
ee0b45e4
SM
1818 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1819 empty buffer.
1820
98488977
SM
1821 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1822 unread-command-events rather than pushing yet-another event.
1823
186f4720
EZ
18242011-10-14 Eli Zaretskii <eliz@gnu.org>
1825
1826 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1827 the explanation of the possible choices. Make the options passed
1828 to completing-read shorter.
1829
8b7a997c
AM
18302011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1831
1832 * textmodes/flyspell.el (flyspell-large-region): Make sure
1833 extended character mode is used if defined (Bug#1339).
1834
12587bbb
EZ
18352011-10-13 Eli Zaretskii <eliz@gnu.org>
1836
1837 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
1838 character info for LRE, LRO, RLE, and RLO characters by appending
1839 an invisible PDF.
12587bbb 1840
bad41229
SM
18412011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1844 even in case of error; add debug spec; simplify data flow.
1845 (with-timeout-handler): Remove.
1846
28dbc92f
MA
18472011-10-12 Michael Albinus <michael.albinus@gmx.de>
1848
1849 Fix Bug#6019, Bug#9315.
1850
1851 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1852 complete `buffer-file-name', the local file name part could look
1853 remotely (for example on VMS).
1854
1855 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1856 `tramp-run-real-handler'.
1857 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1858 already quoted by '"'.
1859
1860 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1861 Let `file-name-handler-alist' be nil, the local file name part
1862 could look remotely (for example on VMS).
1863
e1b0b23a
SM
18642011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1867 from here...
1868 (flyspell-post-command-hook): ...to here.
1869
a120bde9
SM
18702011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1873 if not needed.
1874 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1875 using completion. Protect against "slow" callers.
1876 Remove the "message hack".
1877
7ce7717b
JL
18782011-10-11 Juri Linkov <juri@jurta.org>
1879
1880 * isearch.el (isearch-lazy-highlight-word): New variable.
1881 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1882 Use it. (Bug#9727)
1883
c02ee9d6
GM
18842011-10-11 Glenn Morris <rgm@gnu.org>
1885
1886 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1887 like f90-previous-statement does.
1888
93e616fd 18892011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1890
1f190e73 1891 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
1892 only in interactive use, to avoid error.
1893
af7b6078
SM
18942011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * minibuffer.el (completion-file-name-table): Fix last change,
1897 i.e. ignore normal errors but not the other ones.
1898
0563dae9
MR
18992011-10-10 Martin Rudalics <rudalics@gmx.at>
1900
1901 * window.el (special-display-buffer-names)
1902 (special-display-regexps): Remove some remnants of earlier
1903 changes from doc-strings.
366ca7f3
MR
1904 (quit-windows-on): New function.
1905
1906 * vc/vc.el (vc-revert, vc-rollback):
1907 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1908 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 1909 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 1910
49677495
MR
19112011-10-09 Martin Rudalics <rudalics@gmx.at>
1912
1913 * window.el (frame-auto-hide-function): Add version tag.
1914 (Bug#9699)
1915
56f2d1e1
MA
19162011-10-09 Michael Albinus <michael.albinus@gmx.de>
1917
1918 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1919 condition.
1920
112a6592
LL
19212011-10-09 Leo Liu <sdl.web@gmail.com>
1922
1923 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1924 (Bug#9701)
1925
0812589b
GM
19262011-10-08 Glenn Morris <rgm@gnu.org>
1927
1928 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1929 before the first code statement zero indent. (Bug#9690)
1930
b2b0776e
CY
19312011-10-08 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * simple.el (count-words-region): Always count in the region.
1934 Report the number of lines and characters too.
1935 (count-words): New command, which counts in the buffer if the
1936 region is inactive, as count-words-region used to.
1937 (count-words--message): New function. Handle plurals.
1938 (count-lines-region): Make it an alias for count-words-region.
1939
1940 * bindings.el (esc-map): Replace count-lines-region with
1941 count-words-region.
1942
c557cd6b
MR
19432011-10-08 Martin Rudalics <rudalics@gmx.at>
1944
1945 * window.el (window--delete): Delete dedicated frame
1946 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 1947 (switch-to-buffer): Fix doc-string typo.
c557cd6b 1948
61a57ef4 19492011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1950
1951 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1952
c3833279
CY
19532011-10-07 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * bindings.el ([M-left],[M-right]): Bind to left-word and
1956 right-word respectively.
1957
21ce8245
GM
19582011-10-07 Glenn Morris <rgm@gnu.org>
1959
1960 * cus-start.el (debug-on-quit): Fix custom type.
1961
6d823bb2
LMI
19622011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1963
0181e193
LMI
1964 * subr.el (define-key-after): Clarify that the function is not
1965 useful for non-menu keymaps.
1966
6d823bb2
LMI
1967 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1968
8e3459ce 19692011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1970
21ce8245 1971 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 1972 in current minibuffer (Fix bug with recursive minibuffers).
1973
a1c2d21e
CY
19742011-10-06 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * progmodes/gdb-mi.el (gdb): Doc fix.
1977
5a4cf282
MR
19782011-10-05 Martin Rudalics <rudalics@gmx.at>
1979
1980 * window.el (frame-auto-hide-function): New option replacing
1981 frame-auto-delete. Suggested by Stefan Monnier.
1982 (window--delete): Call frame-auto-hide-function instead of
1983 investigating frame-auto-delete.
c96111ea
MR
1984 (window-point-1, set-window-point-1): New functions.
1985 (window-in-direction, record-window-buffer, window-state-get-1)
1986 (display-buffer-record-window): Use window-point-1 instead of
1987 window-point.
1988 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 1989
9854542e
SM
19902011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1993
8943cfb0
GM
19942011-10-05 Glenn Morris <rgm@gnu.org>
1995
1996 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1997 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1998
647ab967
LL
19992011-10-05 Leo Liu <sdl.web@gmail.com>
2000
2001 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2002 works with buffer object.
2003
3ddfbced
SM
20042011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * mpc.el (mpc-tool-bar-map): Add labels.
2007
bdfa5dd2
GM
20082011-10-04 Glenn Morris <rgm@gnu.org>
2009
2010 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2011
0e2070b5
MR
20122011-10-04 Martin Rudalics <rudalics@gmx.at>
2013
2014 * window.el (window--delete): New function.
2015 (frame-auto-delete): Resuscitate option.
2016 (bury-buffer, replace-buffer-in-windows)
2017 (quit-window): Rewrite using window--delete.
2018 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2019 Pass display-buffer-mark-dedicated to window--display-buffer-2
2020 (Bug#9639).
2021
3dc61a09
SM
20222011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2023
915a9b64
SM
2024 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2025 returns a list (bug#9554). Add remote file name completion.
2026 * comint.el (comint--table-subvert): Curry and get quote&unquote
2027 functions as arguments.
2028 (comint--complete-file-name-data): Adjust call accordingly.
2029 * pcomplete.el (pcomplete--table-subvert): Remove.
2030 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2031
3dc61a09
SM
2032 * minibuffer.el (completion-table-case-fold): Use currying.
2033 (completion--styles-type, completion--cycling-threshold-type):
2034 New constants.
2035 (completion-styles, completion-category-overrides)
2036 (completion-cycle-threshold): Use them.
2037 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2038 completion-table-case-fold.
2039
8ea0a993
SB
20402011-10-03 Stephen Berman <stephen.berman@gmx.net>
2041
2042 * minibuffer.el (completion-category-overrides): Fix type of styles
2043 and add more user friendly tags (bug#9660).
2044
8c24b7f6
SM
20452011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2048 (mule-input-method-string): New widget.
2049 (default-input-method, language-info-custom-alist): Use it.
2050
428fe61a
SM
20512011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2052
32c1fffd
SM
2053 * pcomplete.el: Require comint.
2054 (pcomplete--common-suffix): Remove.
2055 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2056 (pcomplete--table-subvert): Sync with comint--table-subvert.
2057 (pcomplete--entries): Use comint-completion-file-name-table.
2058 * comint.el (comint-unquote-filename): Simplify.
2059 (comint-completion-file-name-table): New function (bug#9616).
2060 (comint--complete-file-name-data): Use it.
2061
428fe61a
SM
2062 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2063 (pcmpl-gnu-tar-buffer): Remove.
2064 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2065 around. Make sure pcomplete-suffix-list is only changed temporarily.
2066 Don't look inside the tar's file if it's too large.
428fe61a 2067
04c52e2f
CY
20682011-10-01 Chong Yidong <cyd@stupidchicken.com>
2069
ce3cefcc
CY
2070 * cus-edit.el (custom-mode-map):
2071 * epa.el (epa-key-list-mode-map):
2072 * man.el (Man-mode-map):
2073 * startup.el (splash-screen-keymap):
2074 * simple.el (special-mode-map): Use scroll-up-command and
2075 scroll-down-command.
2076
2077 * progmodes/idlw-help.el (idlwave-help-mode-map):
2078 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2079 * net/newst-plainview.el (newsticker-mode-map):
2080 * emulation/ws-mode.el (wordstar-mode-map):
2081 * emulation/vi.el (vi-com-map):
2082 * calc/calc-graph.el (calc-graph-show-dumb):
2083 * term/sun.el (terminal-init-sun):
2084 * term/ns-win.el (global-map):
2085 * progmodes/grep.el (grep-mode-map):
2086 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2087 * mail/rmail.el (rmail-mode-map):
2088 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2089
04c52e2f
CY
2090 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2091 custom-safe-themes as special.
2092
79adf8c8
JD
20932011-10-01 Julien Danjou <julien@danjou.info>
2094
2095 * notifications.el (notifications-notify): Fix docstring.
2096
63bd50d3
PS
20972011-10-01 Per Starbäck <per@starback.se>
2098
2099 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2100
199e4c7e
MR
21012011-09-30 Martin Rudalics <rudalics@gmx.at>
2102
2103 * startup.el (command-line-1): Fix last fix by inserting
2104 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2105 (Bug#9605) and (Bug#9636)
199e4c7e 2106
fe5f08dd
EZ
21072011-09-29 Eli Zaretskii <eliz@gnu.org>
2108
2109 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2110 window is hscrolled, move by logical lines. (Bug#9607)
2111 (line-move-visual): Update the doc string to the above effect.
2112
b5516bbd
MR
21132011-09-29 Martin Rudalics <rudalics@gmx.at>
2114
ccee00c0
MR
2115 * window.el (display-buffer-record-window): When WINDOW is the
2116 selected window use `point' instead of `window-point'. (Bug#9626)
2117
b5516bbd
MR
2118 * startup.el (command-line-1): Use insert-before-markers when
2119 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2120
b5516bbd
MR
2121 * help.el (help-window): Remove variable.
2122
52aa0014
GM
21232011-09-29 Glenn Morris <rgm@gnu.org>
2124
2125 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2126
df9a7357
JB
21272011-09-29 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * descr-text.el (describe-char-categories): Accept category
2130 descriptions more than one line long.
2131
a8406c20
SM
21322011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2133
88d9610c
SM
2134 * simple.el (delete-trailing-whitespace): Fix last change.
2135
a5daf810
SM
2136 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2137 Don't confuse "y => 3" as the beginning of a `y' operation.
2138
a8406c20
SM
2139 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2140 object has more than 4 slots (bug#9613).
2141
a239d4e9
JB
21422011-09-28 Juanma Barranquero <lekktu@gmail.com>
2143
2144 * subr.el (with-output-to-temp-buffer):
2145 * net/quickurl.el (quickurl, quickurl-browse-url):
2146 Fix typos in docstrings.
2147
693fbdb6
EZ
21482011-09-27 Eli Zaretskii <eliz@gnu.org>
2149
2150 * minibuffer.el (completion-styles)
2151 (completion-category-overrides): Cross reference each other in doc
2152 strings.
2153
8b457e28
GM
21542011-09-27 Glenn Morris <rgm@gnu.org>
2155
2156 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2157 to split-string. (Bug#9606)
2158
85a16208
LMI
21592011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2160
2161 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2162 (bug#9615).
2163
502f9ebd
CY
21642011-09-27 Chong Yidong <cyd@stupidchicken.com>
2165
2166 * emacs-lisp/package.el (list-packages): Fix echo area message.
2167
7690bdea
LL
21682011-09-27 Leo Liu <sdl.web@gmail.com>
2169
2170 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2171
e2ee6f30
MA
21722011-09-25 Michael Albinus <michael.albinus@gmx.de>
2173
2174 * net/dbus.el (dbus-unregister-object): Don't release services for
2175 registered signals. (Bug#9581)
2176
f3f98342
TZ
21772011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2178
2179 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2180 function that picks between cfengine 2 and 3 support
2181 automatically. Update docs accordingly.
2182
dd7aa8dd
KH
21832011-09-22 Kenichi Handa <handa@m17n.org>
2184
2185 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2186 ZERO.
2187 (indian-itrans-v5-table-for-tamil): New variable.
2188 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2189
3f2b07f8
KM
21902011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2191
2192 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2193 that's true if the current command involved collapsing of text.
2194 It's reset to false at the beginning of the next command.
2195 (allout-post-command-business): Move the cursor to the beginning
2196 of entry if the cursor is hidden and collapsing activity just
2197 happened.
2198
371d6a61
CY
21992011-09-24 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2202 tracking (Bug#9541).
2203
2ac2721a
UJ
22042011-09-24 Ulf Jasper <ulf.jasper@web.de>
2205
2206 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2207 (newsticker-show-news): Automatically load html rendering package
2208 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2209 because w3m-fill-column is let-bound" and the error "Symbol's value
2210 as variable is void: w3m-fill-column".
2ac2721a 2211
fac7ae53
MA
22122011-09-24 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2215 Release services only if they are defined. (Bug#9581)
2216
e08b633b
RS
22172011-09-23 Richard Stallman <rms@gnu.org>
2218
e488d29c
RS
2219 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2220 distinguish start of paragraph from start of its text.
2221
19c38752
RS
2222 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2223
e08b633b
RS
2224 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2225 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2226 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2227
0a39f27e
AS
22282011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2229
2230 * international/mule-diag.el (mule-diag): Insert a newline after
2231 each fontset description.
2232
db4e950d
SM
22332011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * simple.el (delete-trailing-whitespace):
2236 Document last change; simplify.
2237
eca3f3ea
PW
22382011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2239
d68e189a
PW
2240 * simple.el (delete-trailing-whitespace): Also delete
2241 extra newlines at the end of the buffer.
2242
eca3f3ea
PW
2243 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2244 (picture-newline): Use forward-line so as to ignore fields.
2245
01c157cc
SM
22462011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * subr.el (with-wrapper-hook): Fix edebug spec.
2249
022de23e
LMI
22502011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2251
2252 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2253 (bug#4538).
2254
91683089
MA
22552011-09-23 Michael Albinus <michael.albinus@gmx.de>
2256
eca3f3ea
PW
2257 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2258 Fix nasty bug using wrong cached values.
91683089 2259
5bdd6fa4
AM
22602011-09-23 Alan Mackenzie <acm@muc.de>
2261
2262 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2263
97adfb97
CY
22642011-09-23 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * window.el (pop-to-buffer): Ensure right window is selected if we
2267 chose another frame.
2268
d4ef2b50
EZ
22692011-09-22 Eli Zaretskii <eliz@gnu.org>
2270
2271 * simple.el (what-cursor-position): Use get-char-property-change
2272 and next-single-char-property-change, to be able to show display
2273 properties that come from overlays as well as text properties.
2274
72258fe5
CY
22752011-09-22 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2278
2279 * cmuscheme.el (run-scheme, switch-to-scheme):
2280 * cus-edit.el (customize-group, custom-buffer-create)
2281 (customize-browse):
2282 * info.el (info):
2283 * shell.el (shell):
2284 * mail/sendmail.el (mail):
2285 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2286
8f098516
RS
22872011-09-22 Richard Stallman <rms@gnu.org>
2288
2289 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2290 move back only to line beg, don't move back over blank lines.
2291
e74f1bb6
MA
22922011-09-22 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * files.el (copy-directory): Set directory attributes only in case
2295 they could be retrieved from the source directory. (Bug#9565)
2296
bfeef8b6
DK
22972011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2298
2299 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2300 (hs-find-block-beginning, hs-hide-level-recursive):
2301 Ignore strings as well as comments. (Bug#9502)
2302
7e423bb8
AS
23032011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2304
2305 * progmodes/sql.el (sql-comint-postgres):
2306 Convert port number to a string. (Bug#9566)
2307
b4d72fcf
MR
23082011-09-22 Martin Rudalics <rudalics@gmx.at>
2309
2310 * window.el (quit-window): Undedicate window when switching to
2311 previous buffer. Reported by Thierry Volpiatto
2312 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2313 (special-display-popup-frame): When popping up a new frame reset
2314 its previous buffers to nil. Simplify code.
b4d72fcf 2315
a7b88dc6
MA
23162011-09-21 Michael Albinus <michael.albinus@gmx.de>
2317
2318 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2319 and process filter, as done also in `shell-command'.
2320
cf4eacfd
MR
23212011-09-21 Martin Rudalics <rudalics@gmx.at>
2322
eca3f3ea 2323 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2324 Call set-window-start with NOFORCE argument t.
2325 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2326 (quit-window): Reword doc-string. Handle new format of
2327 quit-restore parameter. Don't delete window if it has a
2328 previous buffer we can show instead of the present one.
2329 (display-buffer-record-window): Rewrite using a new format for
2330 the quit-restore window parameter
2331 (special-display-popup-frame, display-buffer-same-window)
2332 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2333 (display-buffer-pop-up-window, display-buffer-use-some-window):
2334 Adapt symbol passed to display-buffer-record-window.
2335 * help.el (help-window-setup): Handle new format of quit-restore
2336 parameter.
2337
8d28cb95
SM
23382011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2339
94ab793f
SM
2340 * faces.el (face-list): Fix docstring (bug#9564).
2341
8d28cb95
SM
2342 * window.el (display-buffer--action-function-custom-type):
2343 Don't include internal functions in the Custom interface.
2344
3820edeb
JL
23452011-09-20 Juri Linkov <juri@jurta.org>
2346
2347 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2348 (Info-forward-node, Info-backward-node, Info-next-preorder)
2349 (Info-last-preorder): Use it. (Bug#9528)
2350
5147931d
JL
23512011-09-20 Juri Linkov <juri@jurta.org>
2352
2353 * info.el (Info-last-preorder): Visit last menu item only when
2354 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2355
cf499a1a
JD
23562011-09-20 Julien Danjou <julien@danjou.info>
2357
2358 * password-cache.el (password-cache-remove): Remove entries even if the
2359 value is nil, so that password with a nil value (negative caching) is
2360 possible to invalidate.
2361
f84e2fe2
LM
23622011-09-20 Lawrence Mitchell <wence@gmx.li>
2363
2364 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2365 all whitespace around breakpoint. (Bug#9553)
2366 (f90-find-breakpoint): Only break at whitespace inside a comment.
2367
78054a46
SM
23682011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * minibuffer.el (completion-file-name-table): Keep track of errors.
2371 (completion-table-with-predicate): Handle the case where pred1 is nil.
2372 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2373
345083b2
SM
23742011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2375
e24e27be
SM
2376 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2377 (debugger-return-value): Signal an error if the debugging context does
2378 not await any return value.
2379
345083b2
SM
2380 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2381 * image-mode.el (image-toggle-display-text)
2382 (image-toggle-display-image): Stay away from evil `intangible'.
2383
08d355e3
LL
23842011-09-19 Leo Liu <sdl.web@gmail.com>
2385
2386 * replace.el (occur-revert-arguments): Make it permanent-local.
2387 (occur-mode): Don't call font-lock-defontify.
2388
f01da43f
CY
23892011-09-19 Chong Yidong <cyd@stupidchicken.com>
2390
2391 * net/ldap.el (ldap-search-internal): Don't push empty search
2392 result (Bug#9508).
2393
b6072fa6
SM
23942011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2397
443d6696
MA
23982011-09-19 Michael Albinus <michael.albinus@gmx.de>
2399
2400 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2401 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2402
7cc6e154
JL
24032011-09-18 Juri Linkov <juri@jurta.org>
2404
2405 * buff-menu.el (Buffer-menu-mode-map):
2406 * dired.el (dired-mode-map):
2407 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2408 (lisp-interaction-mode-map):
2409 * emacs-lisp/package.el (package-menu-mode-map):
2410 * epa.el (epa-key-list-mode-map):
2411 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2412 (menu-bar-options-menu):
2413 * outline.el (outline-mode-menu-bar-map):
2414 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2415 * vc/vc-dir.el (vc-dir-menu-map):
2416 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2417 Capitalize non-function content words in menu item strings.
2418
2419 * dired.el (dired-mode-map): Add menu item for
2420 `image-dired-dired-toggle-marked-thumbs'.
2421
80302a81
JL
24222011-09-18 Juri Linkov <juri@jurta.org>
2423
2424 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2425 to `isearch-case-fold-search' and restore its original value
2426 after the `isearch-mode' call.
2427
46c5cf66
JL
24282011-09-18 Juri Linkov <juri@jurta.org>
2429
2430 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2431 because `zgrep' returns 1 for successful matches (bug#9226).
2432
d18b513b
JL
24332011-09-18 Juri Linkov <juri@jurta.org>
2434
2435 * info.el (Info-extract-menu-node-name): Check the second match
2436 for empty string (second test-case of bug#9528).
2437 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2438 intermediate nodes to the history (first test-case of bug#9528).
2439
72753f87
JL
24402011-09-18 Juri Linkov <juri@jurta.org>
2441
2442 * info.el (Info-mode-syntax-table): New variable.
1154d12e 2443 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 2444
c9384295
JL
24452011-09-18 Juri Linkov <juri@jurta.org>
2446
1154d12e
JB
2447 * info.el (Info-file-supports-index-cookies):
2448 Increment line-beginning-position's arg from 3 to 4 because makeinfo
2449 outputs one more line for long file names (bug#4142).
c9384295 2450
d473dce8
CY
24512011-09-18 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * newcomment.el (comment-normalize-vars): If prompting for
2454 comment-start, set comment-start-skip too (Bug#8424).
2455
2176854d
JB
24562011-09-18 Johan Bockgård <bojohan@gnu.org>
2457
2458 * icomplete.el: Fix previous fix of Bug#5849.
2459 (icomplete-mode): Don't set completion-show-inline-help.
2460 (icomplete-minibuffer-setup): Set completion-show-inline-help
2461 locally during icompletion.
2462
3aace4e4
CY
24632011-09-18 Chong Yidong <cyd@stupidchicken.com>
2464
c940224f
CY
2465 * woman.el (woman2-process-escapes): Don't delete unrecognized
2466 escapes (Bug#7843).
2467
3aace4e4
CY
2468 * files.el (inhibit-first-line-modes-regexps): Add image files.
2469 (hack-local-variables-prop-line): Return nil for malformed
2470 prop-lines (Bug#9044).
2471
710dec63
MA
24722011-09-18 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * net/tramp.el (top): Don't require 'shell.
2475 (tramp-methods): Fix docstring.
2476 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2477 Return complete remote file name. Handle "smb" case.
2478 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2479 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2480
2481 * net/tramp-compat.el (top): Require 'shell.
2482
2483 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2484 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2485 `tramp-current-host'.
2486 (tramp-get-remote-tmpdir): Remove.
2487
2488 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2489 `tramp-tmpdir' entries.
2490 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2491 (tramp-smb-handle-file-attributes): Ignore errors.
2492 (tramp-smb-wait-for-output): Check also for process end.
2493
5d5ac8ec
LMI
24942011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2495
2496 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2497 when sending QUIT (bug#9312).
2498
8c0f49f0
CY
24992011-09-17 Chong Yidong <cyd@stupidchicken.com>
2500
2501 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2502 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2503 occur-mode-display-occurrence.
2504 (occur-edit-mode): Add usage message.
2505 (occur-cease-edit): New command.
2506 (occur-after-change-function): Use text properties to find the
2507 position of the prefix text.
2508 (occur-engine): Set stickiness of prefix text properties.
2509
8f1383f7
GM
25102011-09-17 Glenn Morris <rgm@gnu.org>
2511
2512 * progmodes/etags.el (complete-tag):
2513 Fix call to completion-in-region. (Bug#9526)
2514
744ba0e3
JL
25152011-09-17 Juri Linkov <juri@jurta.org>
2516
2517 * textmodes/ispell.el (ispell-word): Add to the error message
2518 the word, ispell program name and current dictionary (bug#9121).
2519 (ispell-tex-arg-end): Capitalize "error" in the error message.
2520
d9bbf400
AS
25212011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2522
2523 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2524 check. (Bug#4251)
2525
8da11505
JL
25262011-09-17 Juri Linkov <juri@jurta.org>
2527
2528 * window.el (window-safe-min-height, window-safe-min-width):
2529 Fix typos (followup to bug#9522).
2530
a91adc7e
SJ
25312011-09-17 Sven Joachim <svenjoac@gmx.de>
2532
2533 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2534
064f328a
EZ
25352011-09-16 Eli Zaretskii <eliz@gnu.org>
2536
2537 * simple.el (line-move): If goal-column is set, move by logical
2538 lines, not by display lines. (Bug#971)
2539 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2540 to reflect the above change.
2541
e69df516
SM
25422011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * image.el (imagemagick-register-types): Use regexp-opt.
2545
cbb0f9ab
CY
25462011-09-15 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * window.el (display-buffer-base-action): Rename from
2549 display-buffer-default-action. Make default value empty.
2550 (display-buffer-overriding-action): Convert to defvar.
2551 (display-buffer-fallback-action): New var.
2552
25322144
CY
25532011-09-15 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2556 declaration.
2557 (package--add-to-archive-contents): If there is a duplicate entry
2558 with an older version, remove it.
2559 (package-menu-mark-delete, package-menu-mark-install)
2560 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
2561 (package-menu-mark-obsolete-for-deletion):
2562 Use package-menu-get-status instead of a regexp search.
25322144
CY
2563 (package-menu-get-status): Use tabulated-list-entry.
2564 (package-menu-mark-upgrades): New command.
d770725a 2565 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
2566 (package-menu-execute): Do installation before deletion.
2567 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2568 instead of checking major-mode.
2569 (package-menu--find-upgrades): New function.
2570
7520339c
LMI
25712011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2572
2573 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2574 passwords in the log buffer.
65a046c4
LMI
2575 (smtpmail-process-filter): Update the process marker so that the
2576 "broken by peer" status message is inserted in the right place.
7520339c 2577
d3c30954
SM
25782011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2579
3fe48822
SM
2580 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2581 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2582 bibtex-completion-at-point-function.
2583 (bibtex-completion-at-point-function): Use them.
2584
1b8b3954
SM
2585 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2586
d3c30954
SM
2587 * mpc.el (mpc-constraints-tag-lookup): New function.
2588 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2589 also to browser "album|playlist".
2590
72779976
JL
25912011-09-14 Juri Linkov <juri@jurta.org>
2592
2593 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2594 (isearch-edit-string): Use length of `isearch-string' when
2595 `isearch-fail-pos' returns nil.
2596 (isearch-message): Remove duplicate code and call
2597 `isearch-fail-pos' with arg `t'.
2598
a0bf2bcd
CY
25992011-09-14 Chong Yidong <cyd@stupidchicken.com>
2600
17bb0a2d
CY
2601 * replace.el (occur-mode-goto-occurrence): Don't force using other
2602 window (Bug#9499).
2603
a0bf2bcd
CY
2604 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2605
f678e0b6
MR
26062011-09-14 Martin Rudalics <rudalics@gmx.at>
2607
2608 * window.el (display-buffer-window): Remove.
2609 (display-buffer-record-window): Use help-setup window parameter
2610 instead of variable display-buffer-window.
2611 (display-buffer-function, special-display-buffer-names)
2612 (special-display-function): Mention help-setup parameter instead
2613 of display-buffer-window in doc-string.
d3c30954
SM
2614 * help.el (help-window-setup): New argument help-window.
2615 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
2616 Reword some messages.
2617 (with-help-window): Pass window used for displaying the buffer
2618 to help-window-setup. Don't set display-buffer-window.
2619
8e39b2e8
GM
26202011-09-13 Glenn Morris <rgm@gnu.org>
2621
2622 * emacs-lisp/debug.el (debugger-make-xrefs):
2623 Preserve point. (Bug#9462)
2624
85e9c04b
CY
26252011-09-13 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * window.el (window-deletable-p): Use next-frame.
2628
1b36ed6a
MR
26292011-09-13 Martin Rudalics <rudalics@gmx.at>
2630
2631 * window.el (window-auto-delete): Remove.
2632 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 2633 dedication and previous buffers.
1b36ed6a
MR
2634 (switch-to-prev-buffer): Don't delete window.
2635 (delete-windows-on): Delete a window's frame if and only if the
2636 window is dedicated.
2637 (replace-buffer-in-windows): Delete buffer's window or frame if
2638 and only if window is dedicated.
2639 (quit-window): Handle quit-restore as before last change.
4d61f28d 2640 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 2641
ef8ef9fb
CY
26422011-09-13 Chong Yidong <cyd@stupidchicken.com>
2643
2644 * window.el (window-deletable-p): Never delete the last frame on a
2645 given terminal.
2646
b2cba41e
GM
26472011-09-13 Glenn Morris <rgm@gnu.org>
2648
2649 * help.el (describe-key-briefly): Copy previous standard-output change.
2650
51553db6 26512011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
2652
2653 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2654
b7556719
GM
26552011-09-13 Glenn Morris <rgm@gnu.org>
2656
2657 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2658 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2659
64b51947
CY
26602011-09-12 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * dired-aux.el (dired-mark-read-string): Don't return default
2663 value on empty input (Bug#9361).
2664 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2665 Omit initial minibuffer contents.
2666 (dired-do-chmod): Signal an error on empty input.
2667 (dired-mark-read-string): Don't return default on empty input.
2668
2669 * files.el (file-modes-symbolic-to-number): Doc fix.
2670
393a301e
SM
26712011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * international/mule-cmds.el (ucs-completions): Remove.
2674 (read-char-by-name): Use complete-with-action instead; add metadata.
2675
fa5660f9
CY
26762011-09-11 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * window.el (display-buffer--action-function-custom-type)
2679 (display-buffer--action-custom-type): New vars.
2680 (display-buffer-alist, display-buffer-default-action)
2681 (display-buffer-overriding-action): Add defcustom types.
2682
4a592f66
CY
2683 * frame.el (delete-other-frames): Doc fix (Bug#276).
2684
73d56dbd
LMI
26852011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2686
2687 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2688
37ac18a3
CY
26892011-09-11 Chong Yidong <cyd@stupidchicken.com>
2690
2691 Change modes that used same-window-* vars to use switch-to-buffer.
2692
2693 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2694 Use switch-to-buffer.
2695
2696 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
2697 (customize-browse, custom-buffer-create-other-window):
2698 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
2699
2700 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2701 (Info-prev, Info-up, Info-speedbar-goto-node)
2702 (info-display-manual): Use switch-to-buffer.
2703 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2704
2705 * mail/sendmail.el (mail): Use switch-to-buffer.
2706 (mail-recover): Use switch-to-buffer-other-window.
2707
2708 * cmuscheme.el (run-scheme, switch-to-scheme):
2709 * ielm.el (ielm):
2710 * shell.el (shell):
2711 * net/rlogin.el (rlogin):
2712 * net/telnet.el (telnet, rsh):
2713 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
2714
10195bd6
AS
27152011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2716
2717 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
2718
b322f63a
LMI
27192011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
39d7fed6
LMI
2721 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
2722 so don't mention it (bug#9301).
ba5a81f1 2723 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 2724
ee0e9f11
LMI
2725 * faces.el (face-spec-set-match-display): Make `(type graphic)'
2726 match `x', `w32' and `ns', like the manual says (bug#9029).
2727
0b1c89c1 2728 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
2729 (process-kill-buffer-query-function): Mention the buffer name in
2730 the query.
0b1c89c1 2731
77549ea8
LMI
2732 * image-mode.el (image-next-line): The line parameter is mandatory
2733 (bug#9258).
2734
803ef892
LMI
2735 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
2736 which can be useful (bug#9301).
2737
12980837
LMI
2738 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
2739
91054f8f
LMI
2740 * subr.el (match-string): Mention that the current buffer should
2741 be the same as the search was done in (bug#9282).
2742
b322f63a
LMI
2743 * facemenu.el: Disable the remove-* commands if the mark isn't
2744 active (bug#9162).
2745
3199b96f
CY
27462011-09-10 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
2749 of display-buffer.
2750 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
2751
2752 * replace.el (occur-mode-goto-occurrence)
2753 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
2754 and display-buffer.
2755
2756 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
2757 display-buffer.
2758
2759 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
2760 special-display and same-window variables.
2761 (mail-other-window): Use switch-to-buffer-other-window.
2762 (mail-other-frame): USe switch-to-buffer-other-frame.
2763
393a301e
SM
2764 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
2765 Use display-buffer-other-frame.
3199b96f
CY
2766 (gdb-display-gdb-buffer): Use pop-to-buffer.
2767
2768 * progmodes/gud.el (gud-goto-info): Use info-other-window.
2769
2770 * progmodes/python.el: Don't set same-window-buffer-names.
2771
2772 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2773
2774 * window.el (display-buffer-alist): Add *Python*.
2775
8319e0bf
CY
27762011-09-10 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * window.el (display-buffer-alist): Add entry for buffers
2779 previously handled same-window-*.
2780 (display-buffer-alist, display-buffer-default-action)
2781 (display-buffer-overriding-action): Mark as risky.
2782 (display-buffer-alist): Document action function changes.
2783 (display-buffer--same-window-action)
2784 (display-buffer--other-frame-action): New variables.
2785 (switch-to-buffer, display-buffer-other-frame): Use them.
2786 (display-buffer): Rename reuse-frame entry to reusable-frames.
2787 (display-buffer-reuse-selected-window): Function deleted.
2788 (display-buffer-reuse-window): Handle reusable-frames alist entry.
2789 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
2790 (display-buffer-special): New function.
2791 (display-buffer--maybe-pop-up-frame-or-window): Rename from
2792 display-buffer-reuse-or-pop-window. Split off special-display
2793 part into display-buffer-special.
2794 (display-buffer-use-some-window): Don't perform any special
2795 pop-up-frames handling.
2796 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 2797 (display-buffer--maybe-same-window): Rename from
0d3ff375 2798 display-buffer-maybe-same-window.
8319e0bf 2799
919a69aa
CY
2800 * info.el: Don't set same-window-regexps.
2801 (info-setup): New function.
2802 (info-other-window, info): Call it.
2803
2804 * cus-edit.el: Don't set same-window-regexps.
2805 (customize-group): New argument.
2806 (customize-group-other-window): Use it.
2807 (customize-face, customize-face-other-window): Likewise.
2808 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2809
8319e0bf
CY
2810 * net/rlogin.el:
2811 * net/telnet.el:
2812 * progmodes/gud.el: Don't set same-window-regexps.
2813
2814 * cmuscheme.el:
2815 * ielm.el:
2816 * shell.el:
2817 * mail/sendmail.el:
2818 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2819
25173000
JL
28202011-09-10 Juri Linkov <juri@jurta.org>
2821
2822 * isearch.el (isearch-edit-string): Remove obsolete mention of
2823 `C-w' (`isearch-yank-word-or-char') from docstring.
2824 (isearch-query-replace): Fix typo in docstring (bug#9466).
2825
056e44ef
JL
28262011-09-10 Juri Linkov <juri@jurta.org>
2827
2828 * paren.el (show-paren-function): Don't show escaped parens.
2829 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2830
c3760c17
EZ
28312011-09-10 Eli Zaretskii <eliz@gnu.org>
2832
2833 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2834 (mm-default-file-encoding): Remove autoload forms, they are
2835 replaced with autoload cookies in mml.el and mm-encode.el.
2836 (mail-add-attachment): New command.
2837 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2838 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2839 the doc string.
2840 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2841
fece895e
RT
28422011-09-10 Reuben Thomas <rrt@sc3d.org>
2843
e69df516
SM
2844 * simple.el (count-words-region): Use buffer if there's no region
2845 (bug#9429).
fece895e 2846
5e68ce4a
JL
28472011-09-09 Juri Linkov <juri@jurta.org>
2848
2849 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2850 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2851 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2852
0a6b9622
AM
28532011-09-09 Alan Mackenzie <acm@muc.de>
2854
2855 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2856 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2857
14a29deb
EZ
28582011-09-09 Eli Zaretskii <eliz@gnu.org>
2859
2860 Fix for Savannah bug#9392.
2861 * simple.el (mail-encode-mml): New defvar.
2862
2863 * mail/rmail.el (mail-encode-mml): Add a defvar.
2864 (rmail-enable-mime-composing): Default to t.
2865 (rmail-forward): Use MIME method of forwarding only if both
2866 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2867 Set mail-encode-mml non-nil if the MIME method was used.
2868
2869 * mail/sendmail.el (mml-to-mime): Add autoload form.
2870 (mail-encode-mml): Add a defvar.
2871 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2872 to nil.
2873 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2874 message through mml-to-mime, and reset mail-encode-mml to nil.
2875
28c45130
GM
28762011-09-09 Glenn Morris <rgm@gnu.org>
2877
2878 * woman.el (woman-if-body): When processing an .el block,
2879 do not delete the next .el block as well. (Bug#9447)
69f4b618 2880 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 2881
9b1c252e
MR
28822011-09-08 Martin Rudalics <rudalics@gmx.at>
2883
2884 * window.el (window-deletable-p): Make sure window is live before
2885 invoking window-prev-buffers.
2886
567457e3
LL
28872011-09-08 Leo Liu <sdl.web@gmail.com>
2888
2889 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2890
97f05794
JL
28912011-09-08 Juri Linkov <juri@jurta.org>
2892
2893 * progmodes/compile.el (compilation-environment): Make it
2894 a defcustom (bug#8340).
2895
8b0874b5
MR
28962011-09-08 Martin Rudalics <rudalics@gmx.at>
2897
2898 * window.el (frame-auto-delete): Rename to window-auto-delete.
2899 Make it control auto-deletion of windows and/or frames.
2900 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 2901 for deleting window/frame. (Bug#9419)
8b0874b5
MR
2902 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2903 Rewrite handling of case when window/frame can be deleted.
2904 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 2905 argument t. (Bug#9456)
8b0874b5 2906
4feb6e73
CY
29072011-09-07 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * help-mode.el (help-mode): Restore autoload.
2910
91ab9c13
JL
29112011-09-07 Juri Linkov <juri@jurta.org>
2912
2913 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2914 `compilation-environment'. Set buffer-local
2915 `compilation-environment' to `thisenv' later after (funcall mode).
2916 (Bug#8340)
2917
2918 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2919 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2920 instead of replacing its value. (Bug#8340)
2921
0527e251
JL
29222011-09-07 Juri Linkov <juri@jurta.org>
2923
2924 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2925 based on text properties put by `grep-filter' instead of matching
2926 escape sequences.
2927 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2928 to the value of `grep-error-screen-columns' (bug#9438).
2929
249f792c
JL
29302011-09-07 Juri Linkov <juri@jurta.org>
2931
2932 * simple.el (next-error-highlight, next-error-highlight-no-select):
2933 Doc fix (bug#9432).
2934
ff7271b9
OT
29352011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2936
2937 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2938 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2939
183fc730
LL
29402011-09-07 Leo Liu <sdl.web@gmail.com>
2941
2942 * net/rcirc.el (rcirc-mode): Conditionally initialize
2943 rcirc-input-ring.
2944
77694924
SM
29452011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * emacs-lisp/find-func.el (find-function-C-source): Only set
2948 find-function-C-source-directory after checking that we found a source
2949 file there (bug#9440).
2950
d809b8eb
AM
29512011-09-06 Alan Mackenzie <acm@muc.de>
2952
2953 * isearch.el (isearch-other-meta-char): Wherever a key list is
2954 unread, "unread" the prefix arg, too. This fixes bug #8901.
2955
453de99f
OG
29562011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2957
2958 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2959
90439906
JL
29602011-09-05 Juri Linkov <juri@jurta.org>
2961
2962 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2963
f62bd846
JL
29642011-09-05 Juri Linkov <juri@jurta.org>
2965
2966 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2967 keeping point where processing of grep matches begins, and
2968 continue to delete remaining escape sequences from the same point.
2969 (grep-filter): Make leading zero optional in "0?1;31m" because
2970 git-grep emits "\033[1;31m" escape sequences unlike expected
2971 "\033[01;31m" as GNU Grep does (bug#9408).
2972 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2973
045820ec
JL
29742011-09-05 Juri Linkov <juri@jurta.org>
2975
2976 * subr.el (y-or-n-p): Capitalize "yes".
2977
f5e29b9b
MA
29782011-09-04 Michael Albinus <michael.albinus@gmx.de>
2979
2980 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2981 `tramp-cache-unload-hook' where appropriate.
2982 (tramp-methods): Rename `tramp-remote-sh' to
2983 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2984 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2985
2986 * net/tramp-sh.el (top): Don't require 'shell.
2987 (tramp-methods): Add `tramp-remote-shell' and
2988 `tramp-remote-shell-args' entries.
2989 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2990 (tramp-sh-handle-shell-command): Remove.
2991 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2992 Use `tramp-remote-shell'.
2993
2784c434
CY
29942011-09-03 Chong Yidong <cyd@stupidchicken.com>
2995
393a301e 2996 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
2997 (sendmail-query-once): Save directly to send-mail-function.
2998 Update message-send-mail-function too.
2999
3000 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3001
464cdf56
CS
30022011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3003
3004 * progmodes/python.el (python-mode-map): Use correct function to
3005 start python interpreter from menu-bar (as reported by Geert
3006 Kloosterman).
3007 (inferior-python-mode-map): Fix typo.
393a301e 3008 (python-shell-map): Remove.
464cdf56 3009
d37e5c87
DD
30102011-09-03 Deniz Dogan <deniz@dogan.se>
3011
3012 * net/rcirc.el (rcirc-print): Simplify code for
3013 rcirc-scroll-show-maximum-output. There is no need to walk
3014 through all windows to find the right one.
3015
f3ada0ee
CS
30162011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3017
3018 * help.el (help-return-method): Doc fix.
3019
1f3c99ca
MR
30202011-09-03 Martin Rudalics <rudalics@gmx.at>
3021
3022 * window.el (window-deletable-p): Don't return a non-nil value
3023 when there's a buffer that was shown in the window before.
3024 (Bug#9419)
393a301e
SM
3025 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3026 Set window's previous buffers to nil.
1f3c99ca 3027
a3cf097f
EZ
30282011-09-03 Eli Zaretskii <eliz@gnu.org>
3029
3030 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3031 newline before and after the tag line, so it doesn't interfere
3032 with determining the paragraph direction of bidirectional text.
3033
3d03de90
LL
30342011-09-03 Leo Liu <sdl.web@gmail.com>
3035
3036 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3037
c3313451
CY
30382011-09-02 Chong Yidong <cyd@stupidchicken.com>
3039
393a301e 3040 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3041 (pop-to-buffer): Change interactive spec. Pass second argument
3042 directly to display-buffer.
3043 (display-buffer): Fix interactive spec. Use functionp to
3044 distinguish between a function and a list of functions.
3045
3046 * abbrev.el (edit-abbrevs):
3047 * arc-mode.el (archive-extract):
3048 * autoinsert.el (auto-insert):
3049 * bookmark.el (bookmark-bmenu-list):
3050 * files.el (find-file):
3051 * view.el (view-buffer):
3052 * progmodes/compile.el (compilation-goto-locus):
3053 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3054
89894cd8
CY
30552011-09-02 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * window.el (display-buffer-alist): Doc fix.
3058 (display-buffer): Add docstring. Don't treat
3059 display-buffer-default specially.
3060 (display-buffer-reuse-selected-window)
3061 (display-buffer-same-window, display-buffer-maybe-same-window)
3062 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3063 (display-buffer-pop-up-window)
3064 (display-buffer-reuse-or-pop-window)
3065 (display-buffer-use-some-window): New functions.
3066 (display-buffer-default-action): Use them.
393a301e 3067 (display-buffer-default): Delete.
89894cd8
CY
3068 (pop-to-buffer-1): Fix choice of actions.
3069
ae0bc9fb
SM
30702011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3071
3072 * minibuffer.el (completion--insert-strings): Don't get confused by
3073 completion entries that end with an LF char.
3074
e9d90883
EZ
30752011-09-01 Eli Zaretskii <eliz@gnu.org>
3076
3077 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3078
437014c8
CY
30792011-09-01 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3082 (display-buffer-same-window, display-buffer-other-window):
3083 New functions.
437014c8
CY
3084 (pop-to-buffer-1): New function. Use the above.
3085 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3086 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3087
3088 * view.el (view-buffer-other-window, view-buffer-other-frame):
3089 Just use pop-to-buffer.
3090
a5e063d5
TV
30912011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3092
3093 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3094
793d32bb
WH
30952011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3096
3097 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3098
d65e4c15
RS
30992011-08-31 Richard Stallman <rms@gnu.org>
3100
3101 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3102 of the separation of rmail-view-buffer from rmail-buffer.
3103 If you say no to "replace original", the decrypt is in the
3104 view buffer. If you say yes, the decrypt goes into the
3105 rmail buffer also.
3106
f818cd2a
MR
31072011-08-31 Martin Rudalics <rudalics@gmx.at>
3108
3109 * window.el (display-buffer-window): Rewrite doc-string.
3110 (display-buffer-record-window): New function.
3111 (display-buffer-macro-specifiers)
3112 (display-buffer-even-window-sizes, display-buffer-set-height)
3113 (display-buffer-set-width, display-buffer-in-window)
3114 (display-buffer-reuse-window, display-buffer-split-specifiers)
3115 (display-buffer-side-specifiers, display-buffer-split-window-1)
3116 (display-buffer-split-window, display-buffer-split-atom-window)
3117 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3118 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3119 (display-buffer-other-window-means-other-frame)
3120 (display-buffer-normalize-special)
3121 (display-buffer-normalize-default)
3122 (display-buffer-normalize-argument)
3123 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3124 (display-buffer-normalize-specifiers, display-buffer-frame)
3125 (display-buffer-same-window, display-buffer-same-frame)
3126 (display-buffer-other-window)
3127 (display-buffer-same-frame-other-window)
3128 (display-buffer-other-frame, pop-to-buffer-same-window)
3129 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3130 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3131 (switch-to-buffer-same-frame)
3132 (switch-to-buffer-other-window-same-frame)
3133 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3134 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3135 (display-buffer-alist-set): Remove.
3136 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3137 (special-display-regexps, special-display-function):
3138 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3139 parameter.
3140 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3141 (special-display-frame-alist, special-display-popup-frame)
3142 (same-window-buffer-names, same-window-regexps, same-window-p)
3143 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3144 (split-window-preferred-function, split-height-threshold)
3145 (split-width-threshold, window-splittable-p)
3146 (split-window-sensibly, window--try-to-split-window)
3147 (window--frame-usable-p, even-window-heights)
3148 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3149 (window--display-buffer-2, display-buffer-other-frame):
3150 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3151 (display-buffer-default, display-buffer-assq-regexp): New functions.
3152 (display-buffer-alist): Rewrite doc-string.
3153 (display-buffer-default-action)
3154 (display-buffer-overriding-action): New variables.
3155 (display-buffer, switch-to-buffer): Rewrite.
3156 (pop-to-buffer): Restore Emacs 23 behavior but use
3157 window-normalize-buffer-to-display.
3158 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3159 Restore Emacs 23 behavior but use
3160 window-normalize-buffer-to-switch-to.
3161 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3162 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3163 Rewrite using Emacs 23 options.
f818cd2a 3164
5bc3b51d
MA
31652011-08-31 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/tramp.el (tramp-root-regexp): Remove.
3168 (tramp-completion-file-name-regexp-unified)
3169 (tramp-completion-file-name-regexp-separate)
3170 (tramp-completion-file-name-regexp-url): Don't use leading volume
3171 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3172 (tramp-drop-volume-letter): Simplify definition.
3173 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3174
b1a4f8e1
SM
31752011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3178 (bug#9356).
3179
5664fa7b
RT
31802011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3181
b1a4f8e1 3182 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3183
9a45d6c3
JL
31842011-08-29 Juri Linkov <juri@jurta.org>
3185
3186 * isearch.el (isearch-done): Don't display message "Mark saved"
3187 when arg `edit' is non-nil to prevent its flicker in the echo area.
3188
fb87e0fb
CY
31892011-08-28 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3192 obsolete packages for deletion.
3193
09ac1c2a
CS
31942011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3195
3196 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3197 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3198 view-mode from help-mode.
3199 (help-xref-override-view-map): Remove.
3200 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3201 view-mode is not used anymore.
3202
7a1ff57f
CY
32032011-08-28 Chong Yidong <cyd@stupidchicken.com>
3204
3205 * server.el (server-port): Doc fix.
3206
b9696605
CY
3207 * cus-theme.el (custom-theme-choose-mode): Inherit from
3208 special-mode (Bug#9124).
3209 (custom-theme-choose-mode-map): Add special-mode to parent.
3210
ef8cdf8c
AM
32112011-08-28 Alan Mackenzie <acm@muc.de>
3212
3213 * progmodes/cc-fonts.el
3214 (c-make-font-lock-BO-decl-search-function): New function.
3215 (c-basic-matchers-after - "Fontify the clauses after various
3216 keywords"): Extract the three keyword lists for the 3 erroneous
3217 constructs from the list of four, and use the new function above
3218 in place of an old one.
3219
27de4e20
DD
32202011-08-28 Deniz Dogan <deniz@dogan.se>
3221
3222 * net/rcirc.el (rcirc-insert-prev-input)
3223 (rcirc-insert-next-input): Remove unused argument.
3224
356a3681
SM
32252011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3228
3fc9b218
AM
32292011-08-27 Alan Mackenzie <acm@muc.de>
3230
3231 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3232 handle function pointer parameters properly.
3233
538a061c
MR
32342011-08-27 Martin Rudalics <rudalics@gmx.at>
3235
3236 * window.el (display-buffer-reuse-window): Fix case where
3237 selected window was reused with non-nil OTHER-WINDOW argument.
3238 (Bug#9381)
3239
35b1c40c
DD
32402011-08-27 Deniz Dogan <deniz@dogan.se>
3241
3242 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3243 oftc's NickServ messages.
3244
2f6a3e79
GM
32452011-08-27 Glenn Morris <rgm@gnu.org>
3246
3247 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3248
7254299e
CY
32492011-08-26 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * emacs-lisp/package.el (package-install): Call package-initialize
3252 if called interactively.
3253
f8ccf167
LL
32542011-08-26 Leo Liu <sdl.web@gmail.com>
3255
3256 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3257
3e8cd5ce
JL
32582011-08-25 Juri Linkov <juri@jurta.org>
3259
3260 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3261 `search-whitespace-regexp' (bug#9364).
3262
93eb7113
JL
32632011-08-25 Juri Linkov <juri@jurta.org>
3264
3265 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3266 `regexp-search-ring' to their global values to protect from
3267 updating by `read-from-minibuffer' (bug#9185).
3268
f65d1611
JL
32692011-08-25 Juri Linkov <juri@jurta.org>
3270
3271 * textmodes/ispell.el (ispell-command-loop): Add newline
3272 at the end of the "Use option `i'..." line.
3273
f1cf7a31
JL
32742011-08-25 Juri Linkov <juri@jurta.org>
3275
3276 * battery.el (display-battery-mode): If `battery-status-function'
3277 or `battery-mode-line-format' is nil, display the message and set
3278 `display-battery-mode' to nil (bug#9363).
3279
0c95fcf7
EZ
32802011-08-25 Eli Zaretskii <eliz@gnu.org>
3281
3282 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3283 bidi-string-mark-left-to-right; they are unnecessary now.
3284
a2ebe600
DD
32852011-08-25 Deniz Dogan <deniz@dogan.se>
3286
3287 * net/quickurl.el: Documentation typo fixes.
3288
e4ed06f1
CY
32892011-08-25 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3292
e5f1c99e
GM
32932011-08-25 Glenn Morris <rgm@gnu.org>
3294
b2948976
GM
3295 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3296
e5f1c99e
GM
3297 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3298 (smtpmail-via-smtp): Handle nil response from smtp.
3299
f22f4808
JL
33002011-08-24 Juri Linkov <juri@jurta.org>
3301
3302 * proced.el (proced-marked): Inherit from `error' instead of
3303 `font-lock-warning-face'.
3304
3305 * ibuffer.el (ibuffer-marked-face): Change default face from
3306 `font-lock-warning-face' to `warning'.
3307 (ibuffer-deletion-face): Change default face from
3308 `font-lock-type-face' to `error'.
3309
3310 * battery.el (battery-update): Use the face `error' instead of
3311 `font-lock-warning-face' (bug#6117).
3312
6a93965e
JL
33132011-08-24 Juri Linkov <juri@jurta.org>
3314
3315 * faces.el (success): Change face color from "Green3" to
3316 "ForestGreen" on light background (bug#9353).
3317
1ed43b09
CY
33182011-08-24 Chong Yidong <cyd@stupidchicken.com>
3319
5664fa7b
RT
3320 * window.el (quit-window): Rename from quit-restore-window.
3321 Use same arglist as old quit-window.
1ed43b09
CY
3322 (frame-auto-delete): Doc fix.
3323
3324 * view.el (view-mode-exit): Use quit-window.
3325
11dcdbb2
JL
33262011-08-24 Juri Linkov <juri@jurta.org>
3327
3328 * isearch.el (isearch-ring-adjust1): Start visiting previous
3329 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3330 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3331 for empty search string (when the last search string is reused
3332 automatically) to adjust the isearch ring to the last element and
3333 prepare the correct index for further M-p commands (bug#9185).
3334
de62b4df
KH
33352011-08-24 Kenichi Handa <handa@m17n.org>
3336
3337 * international/ucs-normalize.el: If decomposition property of
3338 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3339 nil.
3340 (nfd, nfkd): Likewise.
3341
963b492b
SM
33422011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3345 from process filters aren't reliably transmitted to the surrounding
3346 accept-process-output.
3347 (mpc-proc-check): New function.
3348 (mpc-proc-sync): Use it (bug#8293)
3349
93b6b5e1
SM
33502011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3353 Add compatibility functions (bug#9313).
3354
bca633fb
EZ
33552011-08-23 Eli Zaretskii <eliz@gnu.org>
3356
b177498a
EZ
3357 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3358
bca633fb
EZ
3359 * international/uni-bidi.el: Regenerated.
3360
0902a04e
KH
33612011-08-23 Kenichi Handa <handa@m17n.org>
3362
3363 * international/charprop.el:
3364 * international/uni-bidi.el:
3365 * international/uni-category.el:
3366 * international/uni-combining.el:
3367 * international/uni-comment.el:
3368 * international/uni-decimal.el:
3369 * international/uni-decomposition.el:
3370 * international/uni-digit.el:
3371 * international/uni-lowercase.el:
3372 * international/uni-mirrored.el:
3373 * international/uni-name.el:
3374 * international/uni-numeric.el:
3375 * international/uni-old-name.el:
3376 * international/uni-titlecase.el:
3377 * international/uni-uppercase.el: Regenerate.
3378
3bbf23bc
MR
33792011-08-23 Martin Rudalics <rudalics@gmx.at>
3380
3381 * help.el (help-window-setup): Fix message displayed when other
3382 window is reused. (Bug#9341)
3383
b3fd59bd
SM
33842011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3385
1802e444
SM
3386 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3387 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3388
b3fd59bd
SM
3389 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3390 Mark obsolete.
3391 * shell.el (shell-parse-pcomplete-arguments): New function.
3392 (shell-completion-vars): Use it instead (bug#9160).
3393
4eb61348
SM
33942011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3395
867cab74
SM
3396 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3397 strings and comments (bug#9333).
3398
4eb61348
SM
3399 * emacs-lisp/debug.el (debug-arglist): New function.
3400 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3401 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3402
262a1439
JL
34032011-08-22 Juri Linkov <juri@jurta.org>
3404
56ee679c
JL
3405 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3406 Revert regexp that highlights output switches to its old
3407 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3408
262a1439
JL
3409 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3410 to check for empty output (bug#9226).
3411
f13f86fb
CY
34122011-08-22 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3415 symbol-constituent as the default, as that stops font-lock from
3416 working properly (Bug#8843).
3417
c65c9622
LMI
34182011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3419
3420 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3421 `coding-system-for-*' around the process open call to avoid
3422 auth-source side effects.
e7f2c178 3423 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3424 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3425 probe hangs.
c65c9622 3426
23a8a5ab
CY
34272011-08-21 Chong Yidong <cyd@stupidchicken.com>
3428
ff98b2dd
CY
3429 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3430
23a8a5ab
CY
3431 * emacs-lisp/find-func.el (find-function-noselect): New arg
3432 lisp-only.
3433
3434 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3435 signal an error for built-in functions (Bug#6664).
3436
f5e3c598
LMI
34372011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3438
3439 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3440 (smtpmail-try-auth-methods): Use it.
3441
a3f2468a
CY
34422011-08-21 Chong Yidong <cyd@stupidchicken.com>
3443
2c34e8da
CY
3444 * font-lock.el (font-lock-fontify-region)
3445 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3446 (font-lock-default-unfontify-buffer)
3447 (font-lock-default-fontify-region)
3448 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3449
b3fd59bd
SM
3450 * progmodes/compile.el (compilation-error-properties):
3451 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3452 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3453 `ant' regexp.
ee31aabc 3454
a3f2468a
CY
3455 * net/browse-url.el (browse-url-firefox): Don't call
3456 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3457
8e999f70
GM
34582011-08-20 Glenn Morris <rgm@gnu.org>
3459
c21a496a
GM
3460 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3461
59ee0542
GM
3462 * tutorial.el (tutorial--default-keys): Update some default bindings.
3463
8e999f70
GM
3464 * files.el (hack-local-variables): Fully ignore case for "mode:".
3465
e3715033
AM
34662011-08-20 Alan Mackenzie <acm@muc.de>
3467
3468 Resolve invalid use of a regexp in regexp-opt.
3469
4d61f28d
JB
3470 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3471 detection for a java annotation.
e3715033 3472
4d61f28d 3473 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3474 detection for a java annotation.
3475
4d61f28d
JB
3476 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3477 handling for java.
e3715033
AM
3478 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3479
04ed2e9c
CY
34802011-08-20 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3483 (Bug#9274).
3484
826cee64
AM
34852011-08-20 Alan Mackenzie <acm@muc.de>
3486
58179cce 3487 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3488 such a construct. Mainly for when jit-lock etc. starts a chunk
3489 here.
3490
58179cce 3491 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3492 variable.
58179cce 3493 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3494 c-make-font-lock-search-function.
3495 (c-make-font-lock-search-function): Use the above function.
3496 (c-make-font-lock-context-search-function): New function.
3497 (c-cpp-matchers): Enhance the preprocessor expression case with
3498 the above function
3499 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3500 which takes an expression.
3501
3502 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3503
13009bd8
MR
35042011-08-20 Martin Rudalics <rudalics@gmx.at>
3505
3506 * window.el (display-buffer-reuse-window)
3507 (display-buffer-pop-up-window): Don't reuse or split a side
3508 window.
3509
9234ff7f
GM
35102011-08-19 Glenn Morris <rgm@gnu.org>
3511
3512 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3513 Downcase "Mode:". (Bug#9331)
9234ff7f 3514
f635daa1
CY
35152011-08-18 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * international/characters.el: Add L and R categories.
3518
3519 * subr.el (bidi-string-mark-left-to-right): Rename from
3520 string-mark-left-to-right. Use category search.
3521
3522 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3523
bc987f8b
JL
35242011-08-18 Juri Linkov <juri@jurta.org>
3525
3526 * faces.el (error, warning, success): New faces with definitions
3527 copied from old default values of `font-lock-warning-face',
3528 `compilation-warning', `compilation-info' (bug#6117).
3529
3530 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3531
3532 * progmodes/compile.el (compilation-error): Inherit from `error'.
3533 (compilation-warning): Inherit from `warning'.
3534 (compilation-info): Inherit from `success'.
3535
3536 * dired.el (dired-marked): Inherit from `warning'.
3537 (dired-flagged): Inherit from `error'.
3538
57173b96
LMI
35392011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3540
3e79eb87
LMI
3541 * mail/smtpmail.el (auth-source): Require to avoid problems with
3542 binding variables (bug#9298). Also clean up some unused
3543 autoloads.
3544
b3fd59bd
SM
3545 * net/network-stream.el (network-stream-open-starttls):
3546 Support using starttls.el without using gnutls-cli.
57173b96 3547
02b404de
JL
35482011-08-17 Juri Linkov <juri@jurta.org>
3549
3550 * progmodes/grep.el (rgrep): Handle the case when
3551 `grep-find-command' is a cons cell (bug#9278).
3552
8c9177f2
MR
35532011-08-17 Martin Rudalics <rudalics@gmx.at>
3554
3555 * window.el (display-buffer-pop-up-frame): Run frame creation
3556 function with BUFFER current (as special-display-popup-frame
3557 does). Reported by Drew Adams.
3558
3644a0ab
DU
35592011-08-17 Daiki Ueno <ueno@unixuser.org>
3560
3561 * epa-mail.el: Simplify GnuPG group expansion using
3562 epg-expand-group.
3563 (epa-mail-group-alist, epa-mail-group-modtime)
3564 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3565 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3566 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3567 Remove.
3568
5e617bc2 35692011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
3570
3571 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3572
9c4aeabf
AM
35732011-08-16 Alan Mackenzie <acm@muc.de>
3574
3575 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3576 Correct, to avoid the inside of macros.
3577
3a99bf64
RS
35782011-08-16 Richard Stallman <rms@gnu.org>
3579
04963aa8
RS
3580 * epa-mail.el: Handle GnuPG group definitions.
3581 (epa-mail-group-alist, epa-mail-group-modtime)
3582 (epa-mail-gnupg-conf-file): New variables.
3583 (epa-mail-parse-groups, epa-mail-sync-groups)
3584 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3585 (epa-mail-expand-recipients): New functions.
3586 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3587
177549d0
RS
3588 * mail/rmail.el (rmail-epa-decrypt): New command.
3589
fe38beef
RS
3590 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3591 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
3592 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3593 (epa-decrypt-armor-in-region): Make error message clearer.
3594
934eacb9
SM
35952011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3598 and "a2b" to "ab" for `prefix'.
3599
d024fb4e
CY
36002011-08-14 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3603 filter groups.
de148fee
CY
3604 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3605 Fourquet (Bug#8804).
d024fb4e 3606
62f1ca49
JB
36072011-08-12 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * startup.el (argi): Declare as global variable (bug#9275).
3610
9ccaaa4b
CY
36112011-08-12 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * subr.el (string-mark-left-to-right): Search the entire string
3614 for RTL script, not just the terminating character. Doc fix.
3615
a3dae87a
SM
36162011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3617
6cd18349
SM
3618 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3619 New function.
3620 (js--regexp-literal, js-syntax-propertize-function): Remove.
3621 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3622 (js-mode-map): Don't rebind electric keys.
3623 (js-insert-and-indent): Remove.
3624 (js-mode): Setup electric-layout and electric-indent instead.
3625
a3dae87a
SM
3626 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3627
9d5cb631
DU
36282011-08-12 Daiki Ueno <ueno@unixuser.org>
3629
3630 * epa.el (epa-progress-callback-function): Fix the logic of
3631 displaying progress.
3632 * epa-file.el (epa-file-insert-file-contents): Make progress
3633 display more user-friendly.
3634 (epa-file-write-region): Ditto.
3635
3e26a4a2
CY
36362011-08-10 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * subr.el (string-mark-left-to-right): New function.
3639
3640 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3641 Use string-mark-left-to-right.
3642 (list-buffers-noselect): Caller changed.
3643
a3dae87a
SM
3644 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3645 Use string-mark-left-to-right.
3e26a4a2
CY
3646 (tabulated-list-print): Recenter after moving point.
3647
ac8cf6e6
JL
36482011-08-10 Juri Linkov <juri@jurta.org>
3649
3650 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3651 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3652 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3653
8d96c9a4
CY
36542011-08-09 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3657 (Bug#7554).
3658
7be1c708 36592011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
3660
3661 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3662 character. (Bug#6594)
3663
37e11a63
CY
36642011-08-08 Chong Yidong <cyd@stupidchicken.com>
3665
839dde57
CY
3666 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3667 (image-dired--with-db-file): New macro.
3668 (image-dired-write-tags, image-dired-remove-tag)
3669 (image-dired-create-gallery-lists, image-dired-write-comments)
3670 (image-dired-get-comment, image-dired-mark-tagged-files)
3671 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3672 (image-dired-gallery-generate): Use insert-file-contents.
3673
37e11a63
CY
3674 * time.el (display-time-world-list, display-time-world-display):
3675 * time-stamp.el (time-stamp-string):
3676 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3677 set-time-zone-rule (Bug#7337).
3678
0b4946c4
DU
36792011-08-08 Daiki Ueno <ueno@unixuser.org>
3680
3681 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3682 (epg-error-to-string, epg-errors-to-string): New function.
3683 (epg-wait-for-completion): Reverse errors list.
3684 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3685 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3686 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3687 (epg-sign-keys, epg-generate-key-from-file)
3688 (epg-generate-key-from-string): Format errors by using
3689 epg-errors-to-string (bug#9255).
3690 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3691
75bfc667
JL
36922011-08-07 Juri Linkov <juri@jurta.org>
3693
3694 * faces.el (list-faces-display): Remove extra angle bracket
3695 from `help-mode-map'.
3696
3697 * info.el (Info-history-toc-nodes): Doc fix.
3698
3699 * longlines.el (longlines-mode): Doc fix.
3700
673e08bb
SM
37012011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3702
4640dd88
SM
3703 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3704 of statements and in a few more cases (bug#9183).
3705
673e08bb
SM
3706 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
3707 New functions.
3708 (cl-transform-lambda): Use them (bug#9239).
3709
89b3f019
MR
37102011-08-05 Martin Rudalics <rudalics@gmx.at>
3711
3712 * window.el (display-buffer-same-window)
3713 (display-buffer-same-frame, display-buffer-other-window)
3714 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3715 (pop-to-buffer-other-window)
3716 (pop-to-buffer-same-frame-other-window)
3717 (pop-to-buffer-other-frame): Make them defuns.
3718 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
3719
640c8776
SM
37202011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * subr.el (make-composed-keymap): Move from C. Change calling
3723 convention, and improve docstring to bring attention to a subtle point.
3724 * minibuffer.el (completing-read-default): Adjust accordingly.
3725
63648a95
MA
37262011-08-03 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3729 (tramp-open-shell): Use `tramp-shell-quote-argument'.
3730
3731 * net/trampver.el: Update release number.
3732
b796c9b7
SM
37332011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
3736 "in" (bug#9190).
3737
2239d7d5
LMI
37382011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3739
e07dd7c3
LMI
3740 * mail/sendmail.el (sendmail-query-once): Restore the current
3741 buffer after querying (bug#9074).
3742
0e6a2bd7
LMI
3743 * dired.el (dired-flagged): Use different faces for marked and
3744 flagged files (bug#6117).
3745
ce887515
LMI
3746 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
3747 (bug#4433).
3748
92f2affc
LMI
3749 * ido.el (ido-mode): Switch off the message if called
3750 non-interactively.
3751
57d5aff0
LMI
3752 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
3753 before 587, since it appears that that's more likely to work for
3754 more people.
3755
98cd6c18 3756 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 3757 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
3758 exist.
3759
b96dec83
LMI
3760 * info.el: Remove the `Info-beginning-of-buffer' function
3761 (bug#8325).
3762
b796c9b7
SM
3763 * net/network-stream.el (network-stream-open-starttls):
3764 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 3765
d90e2ea0
MR
37662011-08-01 Martin Rudalics <rudalics@gmx.at>
3767
3768 * window.el (display-buffer-in-window): Don't set dedicated status
3769 of window here (Bug#9215).
3770 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3771 (display-buffer-pop-up-side-window)
b796c9b7 3772 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 3773
cca09170
SM
37742011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
3777 before binding generated-autoload-file.
3778
027b979c
DD
37792011-08-01 Deniz Dogan <deniz@dogan.se>
3780
3781 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
3782
3c7ee4f3
MA
37832011-07-30 Michael Albinus <michael.albinus@gmx.de>
3784
3785 Sync with Tramp 2.2.2.
3786
3787 * net/trampver.el: Update release number.
3788
2cc8e51a
JL
37892011-07-30 Juri Linkov <juri@jurta.org>
3790
3791 * dired-aux.el (dired-touch-initial): Remove function.
3792 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
3793 current time, and `default' to the last modification time of the
3794 current marked file (bug#6887).
3795
a514d856
JM
37962011-07-28 Jose E. Marchesi <jemarch@gnu.org>
3797
3798 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 3799 numeric argument to read-number (bug#9163).
a514d856 3800
8a7eddd7
MA
38012011-07-27 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
3804 connection process, it could be nil.
3805
1ddd96f5
LL
38062011-07-27 Leo Liu <sdl.web@gmail.com>
3807
3808 Simplify url handling in rcirc-mode.
3809
3810 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3811 (rcirc-browse-url-at-mouse): Remove.
3812 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3813
b248a85d
AM
38142011-07-26 Alan Mackenzie <acm@muc.de>
3815
3816 Fontify bitfield declarations properly.
3817
3818 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3819 (c-symbol-chars): Now exported as a lang variable.
3820 (c-not-primitive-type-keywords): New lang variable.
3821
3822 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3823 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 3824 parsed as a bitfield declaration.
b248a85d 3825
b796c9b7
SM
3826 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3827 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
3828 (c-punctuation-in): New function.
3829 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3830 declarations properly.
3831
68575ab0
UJ
38322011-07-26 Ulf Jasper <ulf.jasper@web.de>
3833
3834 * calendar/icalendar.el (icalendar--all-events): Take care of
3835 multiple vcalendars in a single file.
b796c9b7 3836 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 3837
0f0a88b9
DD
38382011-07-25 Deniz Dogan <deniz@dogan.se>
3839
3840 * image.el (insert-image): Clarifying docstring.
3841
0b3f36df
MA
38422011-07-24 Michael Albinus <michael.albinus@gmx.de>
3843
3844 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3845 `tramp-send-command-and-check' if there is no error.
3846 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3847
a9901f61
AM
38482011-07-22 Alan Mackenzie <acm@muc.de>
3849
3850 Prevent cc-langs.elc being loaded at run time.
3851
3852 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3853 cc-langs.
3854
4d61f28d 3855 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
3856 "(require 'cc-langs)". Quote a form so it will evaluate at
3857 (cc-mode's) compilation time.
3858
11d074b2
MA
38592011-07-22 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3862 loading. (Bug#9114)
3863
938b94c8
MR
38642011-07-21 Martin Rudalics <rudalics@gmx.at>
3865
3866 * window.el (display-buffer-pop-up-window)
3867 (display-buffer-pop-up-side-window)
3868 (display-buffer-in-side-window): Call display-buffer-set-height
3869 and display-buffer-set-width after setting the new window's
b796c9b7 3870 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 3871
bfa4f190
SS
38722011-07-20 Sam Steingold <sds@gnu.org>
3873
3874 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3875 (etags-tags-included-tables): Call `convert-standard-filename' on
3876 the file names contained in TAGS so that windows Emacs can handle
3877 TAGS files created by cygwin ctags.
3878
8ca42262
LMI
38792011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3880
3881 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3882 which apparently didn't work.
3883
5db2afd2 38842011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 3885
5db2afd2
RW
3886 * proced.el (proced-send-signal): For *Marked Processes* buffer
3887 put point at beginning of buffer.
3888
92e15d10
SB
38892011-07-19 Stephen Berman <stephen.berman@gmx.net>
3890
3891 * proced.el (proced-format): Make header lines align with the text
3892 (bug#1779).
3893
1bfd59e5
LMI
38942011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * view.el (view-buffer): Allow running in `special' modes if we're
3897 visiting a file (bug#8615).
3898
f5aae37c
MR
38992011-07-19 Martin Rudalics <rudalics@gmx.at>
3900
3901 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
3902 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3903 New functions.
f5aae37c
MR
3904 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3905 more accurately.
3906
bf2c1571
AM
39072011-07-18 Alan Mackenzie <acm@muc.de>
3908
3909 Fontify declarators properly when, e.g., a jit-lock chunk begins
3910 inside a declaration.
3911
3912 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3913
b796c9b7
SM
3914 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3915 New function.
bf2c1571
AM
3916 (c-complex-decl-matchers): Insert reference to
3917 c-font-lock-enclosing-decls.
3918
3919 * progmodes/cc-engine.el (c-backward-single-comment):
3920 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3921 to nil around calls to (forward-comment -1).
3922
4e190b80
LMI
39232011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3924
12dc863d
LMI
3925 * image.el (put-image): Doc typo fix.
3926
a762e966
LMI
3927 * progmodes/etags.el (tags-search): Doc typo fix.
3928
4e190b80
LMI
3929 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3930 password if we get errors 550 to 554.
3931
f019fb21
LMI
39322011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
b796c9b7 3934 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 3935
81746738
LMI
3936 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3937 indentation character (bug#6380).
3938
3ee3a1b5
LMI
3939 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3940
c82f64de
LMI
3941 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3942 to clarify what the problem is (bug#4291).
3943
f019fb21
LMI
3944 * simple.el (current-kill): Clarify what
3945 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
3946 (auto-fill-mode): Document `auto-fill-function' in relation to
3947 `auto-fill-mode' (bug#2470).
f019fb21 3948
0794775d
LM
39492011-07-16 Lawrence Mitchell <wence@gmx.li>
3950
3951 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3952 method if slot is read-only (bug#9035).
3953
be39b8cc
MR
39542011-07-16 Martin Rudalics <rudalics@gmx.at>
3955
b796c9b7 3956 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 3957 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
3958 selected before, see discussion of (Bug#8615), (Bug#6954).
3959 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 3960
6ccf7859
GM
39612011-07-15 Glenn Morris <rgm@gnu.org>
3962
3963 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 3964 Respect help-form.
6ccf7859 3965
87e86684
LM
39662011-07-09 Lawrence Mitchell <wence@gmx.li>
3967
3968 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3969 (gnutls-negotiate): Use it.
3970
d6066239
LMI
39712011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3972
b796c9b7
SM
3973 * net/gnutls.el (gnutls-negotiate):
3974 Upcase `gnutls-algorithm-priority'.
d6066239 3975
bd23ebc0
GM
39762011-07-15 Glenn Morris <rgm@gnu.org>
3977
c65bca65
GM
3978 * jka-compr.el (jka-compr-verbose): Move from here...
3979 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3980 Add missing :version tag.
3981 * info.el: No need to require jka-compr when compiling.
bd23ebc0 3982
478615cc
LMI
39832011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3984
7b41decb
LMI
3985 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3986 (gnutls-negotiate): Use it.
3987
dbc44fcd
LMI
3988 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3989
06789f97
LMI
3990 * info.el (Info-beginning-of-buffer): New command.
3991 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3992 announcing `b' as the key (bug#8325).
ab896c37 3993 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 3994
c39da690
LMI
3995 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3996
3aa5f34b
LMI
3997 * international/mule-cmds.el
3998 (describe-specified-language-support): Make the error message
3999 clearer (bug#8905).
4000
4bf0979f
LMI
4001 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4002
478615cc
LMI
4003 * isearch.el (isearch-barrier): Add a doc string, since it's
4004 mentioned in a function doc string (bug#8678).
4005
75c68aa1
MR
40062011-07-15 Martin Rudalics <rudalics@gmx.at>
4007
4008 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4009 buffer argument (Bug#9083) and self-identifying label argument.
4010
a7c33da2
GM
40112011-07-15 Glenn Morris <rgm@gnu.org>
4012
4013 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4014
2f5c6024
LMI
40152011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
4017 * man.el (Man-fontify-manpage): Fix message when formatting the
4018 man page (bug#7929).
4019
0bb23927 40202011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4021
4022 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4023 argument LRM; if non-nil, append an invisible LRM character to the
4024 buffer name.
4025 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4026 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4027 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4028 paragraph direction.
cce4b0a7 4029
621ef9ab
LMI
40302011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4031
d1583c48
LMI
4032 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4033 the man page name (bug#7929).
4034
6a57fb5f
LMI
4035 * image.el (put-image): Mention the `put-image' overlay property
4036 (bug#7834).
4037
d7956b14
LMI
4038 * scroll-bar.el (set-scroll-bar-mode): Mention that
4039 `scroll-bar-mode' lists the values (bug#7772).
4040
5b2d4a66
LMI
4041 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4042 command (bug#7729).
4043
7509a874
LMI
4044 * rect.el (apply-on-rectangle): Return the point after the last
4045 operation.
4046 (string-rectangle): Go to the point after the last operation
4047 (bug#7522).
4048
4fe74b19
LMI
4049 * printing.el (pr-toggle-region): Clarify the documentation
4050 slightly (bug#7493).
4051
b796c9b7
SM
4052 * time.el (display-time-update):
4053 Allow `display-time-mail-function' to return nil (bug#7158).
4054 Fix suggested by Detlev Zundel.
ab283561 4055
fc233c9d
LMI
4056 * vc/diff.el (diff): Clarify the order the file names are read
4057 (bug#7111).
4058
43f5740b
LMI
4059 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4060 the doc string (bug#7015).
4061
f2182a76
LMI
4062 * font-lock.el (font-lock-maximum-decoration): Mention what
4063 numeric levels mean (bug#6935).
4064
621ef9ab
LMI
4065 * startup.el (initial-buffer-choice): Don't mention the `none'
4066 selection, which is against policy.
4067
adc47434
MR
40682011-07-14 Martin Rudalics <rudalics@gmx.at>
4069
b796c9b7
SM
4070 * window.el (display-buffer-normalize-special):
4071 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4072
7e5bfb8f
EZ
40732011-07-14 Eli Zaretskii <eliz@gnu.org>
4074
4075 * subr.el (version<, version<=, version=): Mention "-CVS" and
4076 "-12345" alpha version numbers.
4077
27fa387a
CY
40782011-07-14 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * bindings.el: Add advertised binding for set-mark-command
4081 (Bug#5772).
4082
8bdfa064
CY
40832011-07-14 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * bindings.el (mode-line-other-buffer):
4086 * bookmark.el (bookmark-bmenu-2-window):
4087 * bs.el (bs-cycle-next, bs-cycle-previous):
4088 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4089 switch-to-buffer.
4090
4091 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4092 Delete.
8bdfa064 4093
5eba16a3
JB
40942011-07-14 Juanma Barranquero <lekktu@gmail.com>
4095
4096 * follow.el (follow-debug-message, follow-redisplay):
4097 * jka-cmpr-hook.el (with-auto-compression-mode):
4098 Fix typos in docstrings.
4099
15853710
LMI
41002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101
a28e4607
LMI
4102 * subr.el (with-silent-modifications): Clarify somewhat what the
4103 macro inhibits (bug#6525).
4104
15853710
LMI
4105 * simple.el (eval-expression): Note what it does if called
4106 interactively (bug#6495).
4107
bee0fcef
CY
41082011-07-13 Chong Yidong <cyd@stupidchicken.com>
4109
b796c9b7
SM
4110 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4111 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4112
4113 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4114 Remove switch-to-buffer.
4115
58274504
LMI
41162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4117
bd2fcc8d
LMI
4118 * files.el (make-directory): Clarify that an error will be raised
4119 if there's an error (bug#6397).
4120
0f04b32c
LMI
4121 * startup.el (initial-buffer-choice): Add `none' as a choice
4122 (bug#6234).
4123
465c5fc8
LMI
4124 * subr.el (add-hook): Clarify section about buffer-local hooks
4125 (bug#6218).
4126
58274504
LMI
4127 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4128
bead9a43
JB
41292011-07-13 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * tabify.el (untabify): Preserve the current column so that point
4132 doesn't move (bug#6032).
4133
3af98a7b
LMI
41342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4135
b796c9b7
SM
4136 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4137 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4138
6240145a
GM
41392011-07-13 Glenn Morris <rgm@gnu.org>
4140
4141 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4142 (dired-insert-directory): Give a message the first time
4143 if ls is found not to support --dired.
4144
1d8c2ccc
LMI
41452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4146
4147 * simple.el (toggle-truncate-lines): Clarify what is toggled
4148 (bug#5580). Text by Drew Adams.
4149
5fc4038e
CY
41502011-07-13 Chong Yidong <cyd@stupidchicken.com>
4151
4152 * simple.el (blink-matching-open): Make the error message from the
4153 last change less verbose.
4154
bf6012e5
DN
41552011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4156
4157 * font-lock.el (font-lock-comment-face): Use the high contrast
4158 "yellow" color for font-lock-comment-face on low color terminals
4159 using a dark background color (bug#4221).
4160
343c3b5a
LMI
41612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162
7e9505c5
LMI
4163 * dired.el (dired-insert-set-properties): Make the doc string
4164 reflect what it does now (bug#5325).
4165
c26fdcf5
LMI
4166 * simple.el (blink-matching-open): Say that we were unable to find
4167 the match within the limit, if we're limited (bug#5122).
4168
bb388cc5
LMI
4169 * international/mule-cmds.el (prefer-coding-system): Add an
4170 example (bug#4869).
4171
343c3b5a
LMI
4172 * progmodes/etags.el (tags-search): Document `file-list-form'
4173 (bug#4731).
4174
2a517d45
LM
41752011-07-13 Lawrence Mitchell <wence@gmx.li>
4176
4177 * net/browse-url.el (browse-url-default-browser)
4178 (browse-url-browser-function): Make the default browser choice a
4179 bit more logical (bug#4300). Also clean up the doc string.
4180
b6c78ef2
JB
41812011-07-13 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4184 binary endings (bug#4440).
4185
1c4dd947
LMI
41862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
a2014063
LMI
4188 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4189 which can be pretty annoying (bug#8971).
4190
9c9c2d88
LMI
4191 * jka-compr.el (jka-compr-verbose): New variable, and use
4192 throughout (bug#8971).
4193
1c4dd947
LMI
4194 * info.el (Info-find-file): Fall back on the installation
4195 directory if we can't find the info node anywhere else.
4196
a1c9f41b
SO
41972011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4198
4199 * vc/vc.el (vc-revert-file):
4200 Don't set file time-stamp in the past. (Bug#5181)
4201
536f3d36
LMI
42022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
7152b011
LMI
4204 * files.el (after-find-file): Give a better error message when
4205 trying to find a symlink that points to a file that doesn't exist
4206 (bug#4398).
4207
536f3d36
LMI
4208 * progmodes/cc-vars.el: Remove (probably) misleading comment
4209 (bug#4396).
4210
460c0fba
JB
42112011-07-12 Johan Bockgård <bojohan@gnu.org>
4212
4213 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4214
7a6bda45
CY
42152011-07-12 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * mouse-sel.el: Hack restoring functionality, while keeping
4218 compatibility with 2010-07-03 changes to mouse selection.
4219 (mouse-sel-primary-overlay): New var.
4220 (mouse-sel-selection-alist): Use it.
4221 (mouse-sel-mode): Doc fix; remove points that are default features
4222 of mouse.el.
4223
c79598ef
JB
42242011-07-12 Johan Bockgård <bojohan@gnu.org>
4225
4226 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4227 Fix previous fix (bug#2490).
4228
ff8be6ef
RW
42292011-07-12 Roland Winkler <winkler@gnu.org>
4230
b796c9b7
SM
4231 * textmodes/bibtex.el (bibtex-initialize):
4232 Use pop-to-buffer-same-window.
ff8be6ef
RW
4233 (bibtex-search-entries): Fix interactive call.
4234
296ba3ee
LMI
42352011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
f5242a02 4237 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4238 Fontise bytecomp Error lines more correctly (bug#2490).
4239 Fix suggested by Johan Bockgård.
f5242a02 4240
296ba3ee
LMI
4241 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4242
4243 * dired-x.el (dired-guess-default): Use `delete-dups'.
4244
f69fd0d2
CY
42452011-07-12 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * dired.el (dired-mark-prompt):
4248 * dired-aux.el (dired-read-shell-command): Doc fix.
4249
eab5dc07
LMI
42502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4251
b796c9b7
SM
4252 * mail/sendmail.el (sendmail-query-once):
4253 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4254 emacs -Q.
4255
4256 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4257
eab5dc07
LMI
4258 * cus-edit.el (custom-file): Take an optional no-error variable.
4259 (customize-save-variable): Set the variable, and give a warning if
4260 running under "emacs -q".
4261
a1e65d42
JB
42622011-07-11 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * loadhist.el (unload-feature-special-hooks):
4265 Add `auto-coding-functions', `fill-nobreak-predicate' and
4266 `find-directory-functions' (bug#5327).
4267
1d52da10
LMI
42682011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
be958f1d
LMI
4270 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4271
5bedb26c
LMI
4272 * cus-edit.el (custom-guess-name-alist): -alist variables should
4273 use the `alist' type (bug#3120). Suggested by Drew Adams.
4274
1d52da10
LMI
4275 * printing.el: Add documentation to all the `pr-toggle-' commands.
4276
481a51b6
LL
42772011-07-11 Leo <sdl.web@gmail.com> (tiny change)
4278
4279 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4280 backends where it makes sense (bug#2623).
4281
dcc88d8a
LMI
42822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
c3de9feb
LMI
4284 * dired-x.el (dired-guess-default): Remove duplicate shell command
4285 entries (bug#2028).
8a93078b 4286 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4287 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4288
dcc88d8a
LMI
4289 * subr.el (remove-duplicates): New conveniency function.
4290
505e3645
LMI
42912011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4294 (bug#1526).
4295
42962011-07-10 Martin Rudalics <rudalics@gmx.at>
4297
4298 * window.el (display-buffer-normalize-default): Don't invert
4299 meaning of even-window-heights. Reported by Eli Zaretskii
4300 <eliz@gnu.org>.
4301
455e4fa1
BR
43022011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4303
4304 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4305
8e0bc3e9
CY
43062011-07-10 Chong Yidong <cyd@stupidchicken.com>
4307
4308 * window.el (display-buffer): Fix arguments to
4309 display-buffer-reuse-window in last change.
4310
fa7c3228
CY
4311 * faces.el (link): Use a less saturated blue on light backgrounds.
4312
4313 * startup.el (fancy-startup-text, fancy-about-text)
4314 (fancy-startup-tail): Use font-lock faces, for background safety.
4315
c0a7f300
BN
43162011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4317
b796c9b7
SM
4318 * emulation/viper-cmd.el (viper-change-state-to-vi):
4319 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4320
4dc2a129
MR
43212011-07-09 Martin Rudalics <rudalics@gmx.at>
4322
4323 * window.el (display-buffer-default-specifiers): Remove.
4324 (display-buffer-macro-specifiers): Remove default specifiers.
4325 (display-buffer-alist): Default to nil.
b796c9b7 4326 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4327 (display-buffer-pop-up-window): Allow splitting internal
4328 windows. Check whether a live window was created.
4329 (display-buffer-other-window-means-other-frame)
4330 (display-buffer-normalize-arguments): Rename to
4331 display-buffer-normalize-argument and rewrite. Set the
4332 other-window specifier.
4333 (display-buffer-normalize-special): New function.
4334 (display-buffer-normalize-options): Rename to
4335 display-buffer-normalize-default and rewrite.
4336 (display-buffer-normalize-options-inhibit): Remove.
4337 (display-buffer-normalize-specifiers): Rewrite.
4338 (display-buffer): Process other-window specifier and call
4339 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4340 more faithfully.
b796c9b7 4341 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4342 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4343 (display-buffer-in-window, display-buffer-alist-set):
4344 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4345 <tassilo@member.fsf.org>.
4346
2d43b8c9
LL
43472011-07-09 Leo Liu <sdl.web@gmail.com>
4348
4349 * register.el (insert-register): Restore accidental change on
4350 2011-06-26. (Bug#9028)
4351
7f9b7c53
GM
43522011-07-09 Glenn Morris <rgm@gnu.org>
4353
4354 * subr.el (remq): Handle the empty list. (Bug#9024)
4355
f042cfd8
AS
43562011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4357
4358 * mail/sendmail.el (send-mail-function): No longer delay custom
4359 initialization.
4360 * custom.el (custom-initialize-delay): Doc fix.
4361
856b2f11
SM
43622011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4365
afae1d68
MA
43662011-07-08 Michael Albinus <michael.albinus@gmx.de>
4367
4368 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4369 human-friendly prompt.
4370
0757af94
SM
43712011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4374 provided by a particular plugin.
4375
d760b731
LMI
43762011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4377
4378 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4379 save customizations (with "emacs -Q"), just set the variable
4380 instead of erroring out.
4381
4382 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4383
cd79ce90
JL
43842011-07-08 Juri Linkov <juri@jurta.org>
4385
4386 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4387 (archive-zip-update-case): Use 7z if found by `executable-find'.
4388 The order of searching the available programs is the same as in
4389 `archive-zip-extract' (bug#8968).
4390
14cc04aa
CY
43912011-07-07 Chong Yidong <cyd@stupidchicken.com>
4392
4393 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4394 (menu-bar-options-menu): Tweak descriptions.
4395
0a1848ec
LMI
43962011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4397
4398 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4399 menu items into verb phrases (bug#1421). Also refill to fit under
4400 80 columns.
4401
f5bd0689
CY
44022011-07-07 Chong Yidong <cyd@stupidchicken.com>
4403
538e85c6
CY
4404 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4405 (Info-read-node-name): Doc fix (Bug#1084).
4406
f5bd0689
CY
4407 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4408 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4409 (end-of-sexp, beginning-of-sexp)
4410 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4411 (forward-symbol, forward-same-syntax, word-at-point)
4412 (sentence-at-point): Doc fix (Bug#1144).
4413
56ec5115
LMI
44142011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4415
f3f8e37f
LMI
4416 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4417 should cover it (bug#1281).
4418
0757af94 4419 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4420
e9fce1ac 4421 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4422 negotiation fails, then possibly try again with a non-encrypted
4423 connection (bug#9017).
4424
56ec5115
LMI
4425 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4426 be used.
4427
c2f9aec8
RS
44282011-07-07 Richard Stallman <rms@gnu.org>
4429
4430 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4431 property, and handle its changed format.
4432 Look for the correct line number.
4433 Use file's line contents (but not past first =) to find
4434 correct line in message.
4435
ef7b981d 44362011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4437
4438 * international/characters.el (build-unicode-category-table):
4439 Delete it.
0757af94 4440 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4441
0757af94 4442 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4443 to src/chartab.c.
4444 (get-char-code-property): Call unicode-property-table-internal to
4445 load a file. Call get-unicode-property-internal where necessary.
4446 (put-char-code-property): Call unicode-property-table-internal to
4447 load a file. Call put-unicode-property-internal where necessary.
4448 put-unicode-property-internal where necessary.
0757af94
SM
4449 (char-code-property-description):
4450 Call unicode-property-table-internal to load a file.
c805dec0
KH
4451
4452 * international/charprop.el:
4453 * international/uni-bidi.el:
4454 * international/uni-category.el:
4455 * international/uni-combining.el:
4456 * international/uni-comment.el:
4457 * international/uni-decimal.el:
4458 * international/uni-decomposition.el:
4459 * international/uni-digit.el:
4460 * international/uni-lowercase.el:
4461 * international/uni-mirrored.el:
4462 * international/uni-name.el:
4463 * international/uni-numeric.el:
4464 * international/uni-old-name.el:
4465 * international/uni-titlecase.el:
4466 * international/uni-uppercase.el: Regenerate.
4467
4468 * loadup.el: Load international/charprop.el before
4469 international/characters.
4470
e14b388a
CY
44712011-07-07 Chong Yidong <cyd@stupidchicken.com>
4472
4473 * window.el (next-buffer, previous-buffer): Signal an error if
4474 called from a minibuffer window.
4475
4476 * bindings.el: Revert 2011-07-04 change.
4477
354cf0ba
RS
44782011-07-06 Richard Stallman <rms@gnu.org>
4479
4480 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4481 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4482 Treat markers like ints.
4483 (rmail-mime-entity): Doc fix.
4484
a48868a7
LMI
44852011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4486
4906cd3d
LMI
4487 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4488 defcustom again for backwards compatibility.
4489
e0457abe
LMI
4490 * simple.el (shell-command-on-region): Fill.
4491
d67f7e1f
LMI
4492 * dired-aux.el (dired-kill-line): Add a doc string.
4493
fe204702
LMI
4494 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4495 to "\\sw\\|\\s_" (bug#358).
4496
a48868a7
LMI
4497 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4498 (dired-unmark-backward): Ditto.
4499 (dired-flag-backup-files): Ditto.
4500
4501 * dired-x.el (dired-mark-sexp): Ditto.
4502
aa8a705c
RS
45032011-07-06 Richard Stallman <rms@gnu.org>
4504
4505 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4506 (rmail-mime-entity): New arg TRUNCATED.
4507 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4508 New functions.
4509 (rmail-mime-save): Warn if entity is truncated.
4510 (rmail-mime-toggle-hidden): Likewise, for showing.
4511 (rmail-mime-process-multipart): Record when an entity is truncated.
4512
a9a936b9
RS
4513 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4514 if ENTITY is a string.
4515
1f2b92cb
LMI
45162011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
f4f73198 4518 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4519 of faces when `M-C-x'-ing their definitions (bug#8378).
4520 Also clean up the code slightly.
f4f73198 4521
12b16734 4522 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4523 because that makes the colors go away.
12b16734 4524
f0691d22
LMI
4525 * mail/sendmail.el (send-mail-function): Change the default to
4526 `sendmail-query-once'.
9e87df06 4527 (sendmail-query-once): Add an autoload cookie.
f0691d22 4528
1f2b92cb
LMI
4529 * net/network-stream.el (network-stream-open-starttls): Try using
4530 a plain connection even if the server offered STARTTLS, and we
4531 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4532 capability. This should make smtpmail.el work in slightly more
4533 configurations.
4534
1cdd2a1b
MA
45352011-07-06 Michael Albinus <michael.albinus@gmx.de>
4536
4537 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4538 New defun.
4539 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4540
fbcc67e2
MM
45412011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4542
4543 * progmodes/sql.el: Version 3.0
0757af94 4544 (sql-product-alist): Add product :completion-object,
fbcc67e2 4545 :completion-column, and :statement attributes.
0757af94 4546 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 4547 (sql-mode-syntax-table): Mark all punctuation.
0757af94 4548 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
4549 ansi keywords.
4550 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 4551 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
4552 (sql-oracle-show-reserved-words): New function for development.
4553 (sql-product-font-lock): Simplify for source code buffers.
4554 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4555 New functions.
4556 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
4557 (sql-mode-map): Add statement movement functions.
4558 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4559 New variable.
fbcc67e2
MM
4560 (sql-statement-regexp, sql-beginning-of-statement)
4561 (sql-end-of-statement, sql-signum): New functions.
0757af94 4562 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
4563 (sql-show-sqli-buffer): Bug fix.
4564 (sql-interactive-mode): Store connection data as buffer local.
0757af94 4565 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
4566 with sql-interactive-mode.
4567 (sql-save-connection): Save buffer local settings.
0757af94 4568 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
4569 (sql-product-interactive): Bug fix.
4570 (sql-preoutput-hold): New variable.
4571 (sql-interactive-remove-continuation-prompt): Bug fixes.
4572 (sql-debug-redirect): New variable.
4573 (sql-str-literal): New function.
4574 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 4575 Redesign.
fbcc67e2
MM
4576 (sql-oracle-save-settings, sql-oracle-restore-settings)
4577 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4578 (sql-completion-object, sql-completion-column)
4579 (sql-completion-sqlbuf): New variables.
4580 (sql-build-completions-1, sql-build-completions)
4581 (sql-try-completion): New functions.
4582 (sql-read-table-name): Use them.
4583 (sql-contains-names): New buffer local variable.
4584 (sql-list-all, sql-list-table): Use it.
4585 (sql-oracle-completion-types): New variable.
4586 (sql-oracle-completion-object, sql-sqlite-completion-object)
4587 (sql-postgres-completion-object): New functions.
4588
d4eaeab1
GM
45892011-07-06 Glenn Morris <rgm@gnu.org>
4590
4591 * window.el (pop-to-buffer): Doc fix.
4592
322b7dab 45932011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
4594
4595 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4596
322b7dab 45972011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 4598
322b7dab 4599 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 4600
322b7dab 4601 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 4602
605dd5bf
CY
46032011-07-05 Chong Yidong <cyd@stupidchicken.com>
4604
4605 * button.el (button): Inherit from link face. Suggested by Dan
4606 Nicolaescu.
4607
7dbfa719
SM
46082011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4609
3db614b0
SM
4610 * progmodes/gdb-mi.el: Fit in 80 columns.
4611 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4612 switch-to-buffer.
4613
7dbfa719
SM
4614 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4615 if imenu is simply not configured (bug#8941).
4616
919d884a
KM
46172011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4618
4619 * allout.el (allout-post-undo-hook): New allout outline-change
4620 event hook to signal undo activity.
4621 (allout-post-command-business): Run allout-post-undo-hook if an
4622 undo just occurred.
7dbfa719
SM
4623 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4624 * allout-widgets.el (allout-widgets-after-undo-function):
4625 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
4626 in the vicinity of an undo.
4627 (allout-widgets-mode): Include allout-widgets-after-undo-function
4628 on the new allout-post-undo-hook.
4629
450a0f09
SM
46302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4633 Let define-derived-mode define it.
4634 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4635 cycles of abbrev-table inheritance (bug#8998).
4636
2de69e00
RW
46372011-07-05 Roland Winkler <winkler@gnu.org>
4638
4639 * textmodes/bibtex.el: Add support for biblatex.
4640 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4641 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4642 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4643 (bibtex-entry-alist, bibtex-field-alist): New variables.
4644 (bibtex-entry-field-alist): Obsolete alias for
4645 bibtex-BibTeX-entry-alist.
4646 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4647 (bibtex-set-dialect): New command.
4648 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
4649 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4650 Bind via bibtex-set-dialect.
2de69e00
RW
4651 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4652 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4653 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4654 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4655 Define via bibtex-set-dialect.
450a0f09
SM
4656 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4657 Obey bibtex-no-opt-remove-re.
2de69e00
RW
4658 (bibtex-vec-push, bibtex-vec-incr): New functions.
4659 (bibtex-format-entry, bibtex-field-list)
4660 (bibtex-print-help-message, bibtex-validate)
4661 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4662
2dcdbdd9
SM
46632011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * progmodes/compile.el (compilation-goto-locus):
4666 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4667 * bs.el (bs-cycle-next, bs-cycle-previous):
4668 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4669 * bindings.el (mode-line-other-buffer):
4670 * autoinsert.el (auto-insert):
4671 * arc-mode.el (archive-extract):
4672 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4673
b27640fe
JB
46742011-07-05 Juanma Barranquero <lekktu@gmail.com>
4675
4676 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4677 Fix check of `emacs-lock-unlockable-modes'.
4678 Coerce true values of `emacs-lock--try-unlocking' to t.
4679
53bbe3ad
JB
46802011-07-05 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4683 * emacs-lock.el: New file.
4684
1d3cdbc7
JD
46852011-07-05 Julien Danjou <julien@danjou.info>
4686
4687 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4688 than `boundp' to check if face is set.
4689
9173deec
JB
46902011-07-05 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * register.el (registerv-make):
4693 * window.el (window-min-height): Fix typos in docstrings.
4694
869795d6
JD
46952011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4696
9173deec 4697 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
4698 Update doc string.
4699
b768cdcd
JB
47002011-07-04 Juanma Barranquero <lekktu@gmail.com>
4701
4702 * server.el (server-execute): Catch quit and call
4703 `server-return-error' to pass the error back to emacsclient and
4704 close the connection (bug#8942).
4705
13aa217b
KM
47062011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
4707
4708 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4709 insecure exception for current topic. Also note that auto-saves
4710 are handled differently.
4711
4712 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
4713 State variables for tracking auto-save inhibition situation.
4714
4715 (allout-write-contents-hook-handler): Rename from
4716 'allout-write-file-hook-handler', and describe how it depends on
4717 write-contents-functions sensitivity to non-nil value to prevent
4718 file write.
4719
4720 (allout-auto-save-hook-handler): Remove. auto-save does not check
4721 this in individual buffers, only in the starting buffer, so this
4722 is not the right way for us to inhibit auto-save in a buffer
4723 according to its condition.
4724
4725 (allout-mode): Use new allout-write-contents-hook-handler, and
4726 only with write-contents-functions. Remove auto-save provisions -
4727 they're implemented elsewhere.
4728
4729 (allout-before-change-handler): If undo is in progress, note that
4730 for attention of allout-post-command-business.
4731
4732 (allout-post-command-business): If the command we're following was
4733 an undo, check for change in the status of encrypted items and
4734 adjust auto-save inhibitions accordingly.
4735
4736 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
4737 according to whether there are or aren't any plain-text topics
4738 pending encryption.
4739
2dcdbdd9 4740 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
4741 Adjust buffer-saved-size and some allout state to inhibit auto-saves
4742 if there are plain-text topics pending encryption.
13aa217b
KM
4743
4744 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
4745 buffer-saved-size and some allout state to not inhibit auto-saves
4746 if there are no longer any plain-text topics pending encryption.
4747
0757af94
SM
4748 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
4749 No longer provide for exemption of the current topic.
13aa217b 4750
ac89b32c
JL
47512011-07-04 Juri Linkov <juri@jurta.org>
4752
4753 Add 7z operations to delete and save changed members (bug#8968).
4754 * arc-mode.el (archive-7z-expunge, archive-7z-update):
4755 New defcustoms.
4756 (archive-7z-write-file-member): New function.
4757 (archive-7z-summarize): Fix the number of dashes in the
4758 listing output.
4759
8fa39615
SM
47602011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
4763 (bug#8958).
4764
2f11b3f1
CY
47652011-07-04 Chong Yidong <cyd@stupidchicken.com>
4766
d66fef2b
CY
4767 * bindings.el: Ignore next-buffer and previous-buffer in
4768 minibuffer-local-map.
4769
2f11b3f1
CY
4770 * font-lock.el (font-lock-builtin-face): Change light background
4771 color to dark slate blue (Bug#6693).
4772
f932a347
WD
47732011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4774
4775 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
4776
c8af70e1
SM
47772011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
4780 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4781 Add switch-to-buffer.
4782
f158badc
LMI
47832011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * isearch.el (isearch-search-fun-function): Clarify further the
4786 meaning of the function returned.
4787
6d95bd46
MA
47882011-07-04 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
4791
4792 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
4793 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
4794 Use it.
4795 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
4796 `tramp-default-remote-path' does not exist.
4797 (tramp-send-command-and-read): New optional argument NOERROR.
4798 (tramp-open-connection-setup-interactive-shell)
4799 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
4800 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
4801 (tramp-process-sentinel): Flush also process' connection property.
4802 (tramp-sh-handle-start-file-process): Do not set process
4803 sentinel. It is done now ...
4804 (tramp-maybe-open-connection): ... here. (Bug#8929)
4805
909e6b67
MK
48062011-07-04 MON KEY <monkey@sandpframing.com>
4807
4808 * play/animate.el (animate-string): Doc fixes and allow changing
4809 the buffer name (bug#5417).
4810
48112011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
c8af70e1 4813 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 4814
f34755dc
PE
48152011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4816
396cec72
PE
4817 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4818 This is simpler and helps future-proof the code.
4819 (timer-until): Use time-subtract and float-time.
08235028 4820 (timer--time-less-p): Use time-less-p.
f34755dc 4821
56e6cc31
JB
48222011-07-04 Juanma Barranquero <lekktu@gmail.com>
4823
3abb79e5
JB
4824 * type-break.el (timep): Use the value of `float-time' to avoid a
4825 byte-compiler warning.
4826
56e6cc31
JB
4827 * server.el (server-eval-and-print): Return any result, even nil.
4828
7b9430b4
PE
48292011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4830
4831 * type-break.el: Accept time formats that the builtins accept.
4832 (timep, type-break-time-difference): Accept any format that
4833 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4834 This is simpler and helps future-proof the code.
4835 (type-break-time-difference): Round rather than ignoring
4836 subseconds components.
4837
3034e9e7
LMI
48382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4839
4840 * info.el (Info-apropos-matches): Make non-interactive, since it
4841 doesn't seem to do anything useful as a command (bug#8829).
4842
1485f4c0
CY
48432011-07-03 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 4846 Move from faces.el.
1485f4c0
CY
4847 (frame-default-terminal-background): New function.
4848
4849 * custom.el (custom-push-theme): Don't record faces in `changed'
4850 theme; this doesn't work correctly for per-frame face settings.
4851 (disable-theme): Use face-set-after-frame-default to reset faces.
4852 (custom--frame-color-default): New function.
4853
9fa3dd45
LMI
48542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4855
c8af70e1 4856 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
4857 (bug#8769).
4858
6cbbc20c
KR
48592011-03-29 Kevin Ryde <user42@zip.com.au>
4860
4861 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4862 `perl-Test2' extend to match possible "fail #N" rep count
4863 (bug#8377).
4864
c7f98048
LMI
48652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
65676592
LMI
4867 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4868 `smtpmail-via-smtp' now returns the error instead of nil.
4869
c7f98048
LMI
4870 * isearch.el (isearch-search-fun-function): Clarify the doc string
4871 (bug#8101).
4872
56e6cc31 48732011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
4874
4875 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4876 unnecessary spaces (bug#8987).
4877
2b216704
LMI
48782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4879
4880 * net/network-stream.el (open-network-stream): Use the
4881 :end-of-capability command thoughout.
4882
48832011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4884
4885 * net/network-stream.el (open-network-stream): Add the
4886 :end-of-capability command parameter, used by pop3.el.
4887
36adf6ce
LMI
48882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4889
1ca0da0e
LMI
4890 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4891
fc00f69c
LMI
4892 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4893 for list)" (bug#6475).
4894
28fd8759 4895 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 4896 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
4897 an error (bug#6297).
4898
0dd8b6da
LMI
4899 * man.el (Man-reference-regexp): Allow matching possible
4900 word-wrapped references (bug#6289).
4901
ce1438d6
LMI
4902 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4903 for consistency with the other vc buffers (bug#6197).
4904 (vc-checkin): Ditto.
4905
4906 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4907
36adf6ce
LMI
4908 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4909
e83cc1f7
LMI
49102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
8a20ca4c
LMI
4912 * custom.el (defcustom): Clarify that :set is only used in the
4913 Customize user interface (bug#6089).
4914
83319045
LMI
4915 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4916 associated with a file, refuse to run instead of erroring out
4917 (bug#6084).
4918
a8392169
LMI
4919 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4920 the doc string, since it appears that using `fill-column' always
4921 controls the width (bug#7845).
4922
e83cc1f7
LMI
4923 * simple.el (shell-command-on-region): Say where the error output
4924 went if `shell-command-default-error-buffer' is set (bug#6857).
4925
e47ca23b
KM
49262011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4927
4928 * allout.el (allout-yank-processing): Adjust cursor position for
4929 backwards-deleted space.
4930
4931 (allout-rebullet-heading): Register changes with
4932 allout-exposure-changed-hook, so the modified topic is properly
4933 decorated.
4934
5cf56143
LMI
49352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4936
08549772
LMI
4937 * minibuffer.el (completion-in-region): Document PREDICATE
4938 (bug#7136).
4939
48e96771
LMI
4940 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4941 of keyword/argument pairs (bug#6904).
4942
c8af70e1
SM
4943 * replace.el (multi-occur):
4944 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 4945
e17d05e2
LMI
49462011-07-02 Drew Adams <drew.adams@oracle.com>
4947
4948 * dired.el (dired-mark-if): Make the message about whether it's
4949 marking or unmarking clearer (bug#8523).
4950
063b0e45
LMI
49512011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4952
4953 * disp-table.el (display-table-print-array): New function.
4954 (describe-display-table): Use it to print the vectors more pretty
4955 (Bug#8859).
4956
28545e04
MR
49572011-07-02 Martin Rudalics <rudalics@gmx.at>
4958
4959 * window.el (window-state-get-1): Don't assign clone numbers.
4960 Add clone-of item to list of window parameters.
4961 (window-state-put-2): Don't process clone numbers.
4962 (display-buffer-alist): Fix doc-string.
4963
3349e122
SM
49642011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * subr.el (remq): Don't allocate if it's not needed.
4967 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4968 (keymap--merge-bindings): New functions.
4969 (keymap-canonicalize): Use them to refine the canonicalization.
4970 * minibuffer.el (minibuffer-local-completion-map)
4971 (minibuffer-local-must-match-map): Move initialization from C.
4972 (minibuffer-local-filename-completion-map): Move initialization from C;
4973 don't inherit from anything here.
4974 (minibuffer-local-filename-must-match-map): Make obsolete.
4975 (completing-read-default): Use make-composed-keymap to combine
4976 minibuffer-local-filename-completion-map with either
4977 minibuffer-local-must-match-map or
4978 minibuffer-local-filename-completion-map.
4979
d224ac83
GM
49802011-07-01 Glenn Morris <rgm@gnu.org>
4981
3de63bf8
GM
4982 * type-break.el (type-break-time-sum): Use dolist.
4983
d224ac83
GM
4984 * textmodes/flyspell.el (flyspell-word-search-backward):
4985 Replace CL function.
4986
1a1e3f32
SM
49872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4988
fe3f64d5
SM
4989 * mouse.el (mouse--strip-first-event): New function.
4990 (function-key-map): Use it to map fringe clicks to normal clicks
4991 by default.
4992
eb604e34
SM
4993 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4994 (vc-bzr-revision-completion-table): Add support for annotate and date.
4995
1a1e3f32
SM
4996 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4997 inherit from parent.
4998
5bd35902
LMI
49992011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
ace6c69c 5001 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5002 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5003
191e2bed
LMI
5004 * dired.el (dired-mode): Fix up the doc string as suggested by
5005 Drew Adams (bug#8817).
5006
5bd35902
LMI
5007 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5008 cookie, since the manual says that it should be possible to add
5009 this function to `find-file-hook' (bug#8709).
5010
eee8207a
TZ
50112011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5012
5013 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5014 here. Noted Ted Zlatanov as the maintainer.
5015 (cfengine-common-settings, cfengine-common-syntax): New functions
5016 to set up common things between `cfengine-mode' and
5017 `cfengine3-mode'.
5018 (cfengine3-mode): New mode.
5019 (cfengine3-defuns cfengine3-defuns-regex
5020 (cfengine3-class-selector-regex cfengine3-category-regex)
5021 (cfengine3-vartypes cfengine3-font-lock-keywords)
5022 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5023 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5024
36b148cf
MA
50252011-07-01 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5028
5029 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5030
0bf4ba9a
MR
50312011-07-01 Martin Rudalics <rudalics@gmx.at>
5032
5033 * window.el (same-window-buffer-names, same-window-regexps)
5034 (same-window-p, special-display-frame-alist)
5035 (special-display-popup-frame, special-display-function)
5036 (special-display-buffer-names, special-display-regexps)
5037 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5038 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5039 (split-window-preferred-function, split-height-threshold)
5040 (split-width-threshold, even-window-heights)
5041 (display-buffer-mark-dedicated, window-splittable-p)
5042 (split-window-sensibly, window-safely-shrinkable-p):
5043 Un-obsolete.
5044 (display-buffer): Don't spread args with function specifier
5045 because special-display-popup-frame won't like it.
5046
35837f51
PE
50472011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5048
d0672f86
PE
5049 Time-stamp simplifications and fixes.
5050 These improve accuracy slightly, and future-proof the code
5051 against some potential changes to current-time format.
5052
b9444d97
PE
5053 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5054 by using time-since and float-time.
5055
0ef923dc
PE
5056 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5057 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5058 + NNN microseconds".
5059
2f81380d
PE
5060 * type-break.el (type-break-time-sum): Rewrite using time-add.
5061
845b5c3e
PE
5062 * play/hanoi.el (hanoi-current-time-float): Remove.
5063 All uses replaced by float-time.
5064
ee6f1be0
PE
5065 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5066 This yields a more-accurate answer.
5067 (rng-time-to-float): Remove; no longer needed.
5068
fe955043
PE
5069 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5070
5777162a
PE
5071 * calendar/timeclock.el (timeclock-seconds-to-time):
5072 Defalias to seconds-to-time, since they're the same thing.
5073
3103f8b6 5074 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5075 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5076 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5077
0e61a35f
SM
50782011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * window.el (bury-buffer): Don't iconify the only frame.
5081 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5082 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5083
ddd63a1e
CY
50842011-07-01 Chong Yidong <cyd@stupidchicken.com>
5085
0e61a35f
SM
5086 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5087 Add mouse-yank-primary.
ddd63a1e 5088
055f4923
TZ
50892011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5090
5091 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5092
6a2fb145
SM
50932011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5096 (find-library-name): Use it to find relative load names when provided
5097 absolute file name (bug#8803).
5098
fd4983f2
LMI
50992011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5100
887d14ad
LMI
5101 * textmodes/flyspell.el (flyspell-word): Consider words that
5102 differ only in case as potential doublons (bug#5687).
5103
c53dc7fc
LMI
5104 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5105 Remove two rather uninteresting debugging-like messages to make
5106 debbugs.el more silent.
5107
fd4983f2
LMI
5108 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5109 a password-like phrase.
5110
b14c0c55
AM
51112011-06-30 Mastake YAMATO <yamato@redhat.com>
5112
5113 * progmodes/cc-guess.el: New file.
5114
6a2fb145 5115 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5116
5117 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5118 derived from `c-basic-common-init'.
5119
5120 * progmodes/cc-mode.el (top-level): Require cc-guess.
5121 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5122
1fa280a3
LM
51232011-06-30 Lawrence Mitchell <wence@gmx.li>
5124
5125 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5126
e6597158
AM
51272011-06-30 Alan Mackenzie <acm@muc.de>
5128
1fa280a3
LM
5129 * progmodes/cc-engine.el (c-guess-continued-construct):
5130 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5131 lock is disabled. Name this case as "CASE G".
5132
68ba37fb
KM
51332011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5134
5135 * allout.el (allout-yank-processing): Fix injection of extra space
5136 between bullet and non-whitespace character in first topic when
5137 pasting, ensuring that the actual spacing in the pasted topic
5138 following the bullet char is preserved. This extra space was
5139 causing pasted encrypted topics to get a decrypted status even
5140 when the content was actually still encrypted. Now the decryption
5141 status from before the paste is preserved.
5142
5143 (allout-flag-region): Set all allout overlays so they evaporate
5144 when reduced to zero length (evanescent), to prevent overlay
5145 leakage.
5146
887a0b34
GM
51472011-06-30 Glenn Morris <rgm@gnu.org>
5148
94b9acce
GM
5149 * w32-fns.el (w32-charset-info-alist): Declare.
5150
1d9b46d4
GM
5151 * find-dired.el (find-grep-options): Simplify.
5152
cc232200
GM
5153 * term/ns-win.el (ns-set-resource): Declare.
5154
28e77c46
GM
5155 * ses.el (row, col): Declare dynamic variables honestly.
5156
887a0b34
GM
5157 * textmodes/reftex-parse.el (index-tags): Declare.
5158
658d8eb8
CY
51592011-06-30 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * cus-edit.el (customize-push-and-save): New function.
5162
5163 * files.el (hack-local-variables-confirm): Use it.
5164
1fa280a3
LM
5165 * custom.el (load-theme): New arg NO-CONFIRM.
5166 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5167 (custom-enabled-themes): Doc fix.
5168
5169 * cus-theme.el (customize-create-theme)
5170 (custom-theme-merge-theme): Callers to load-theme changed.
5171
bb617717
LMI
51722011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5173
d61bdd5d
LMI
5174 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5175 short URLs have at least one dot in them (bug #7614).
5176
bb617717
LMI
5177 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5178 nil, because using a pty is apparently too slow (bug #895).
5179
2f31f37a
LMI
51802011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * mail/sendmail.el (sendmail-query-once): New function.
5183 (sendmail-query-once-function): New variable.
5184
3076b24e
GM
51852011-06-29 Glenn Morris <rgm@gnu.org>
5186
faf2a174
GM
5187 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5188
3076b24e
GM
5189 * ses.el (top-level): Require cl when compiling.
5190 (ses-set-localvars): Fix error statement.
5191 Call it at compile time to silence a storm of warnings.
5192
5386012d
MR
51932011-06-29 Martin Rudalics <rudalics@gmx.at>
5194
5195 * window.el (normalize-live-buffer): Rename to
5196 window-normalize-buffer.
5197 (normalize-live-frame): Rename to window-normalize-frame.
5198 (normalize-any-window): Rename to window-normalize-any-window.
5199 (normalize-live-window): Rename to window-normalize-live-window.
5200 (make-window-atom): Rename to window-make-atom.
5201 (window-resize-reset): Rename to window--resize-reset.
5202 (window-resize-reset-1): Rename to window--resize-reset-1.
5203 (resize-mini-window): Rename to window--resize-mini-window.
5204 (resize-subwindows-skip-p): Rename to
5205 window--resize-subwindows-skip-p.
5206 (resize-subwindows-normal): Rename to
5207 window--resize-subwindows-normal.
5208 (resize-subwindows): Rename to window--resize-subwindows.
5209 (resize-other-windows): Rename to window--resize-siblings.
5210 (resize-this-window): Rename to window--resize-this-window.
5211 (resize-root-window): Rename to window--resize-root-window.
5212 (resize-root-window-vertically): Rename to
5213 window--resize-root-window-vertically.
5214 (normalize-buffer-to-display): Rename to
5215 window-normalize-buffer-to-display.
5216 (normalize-buffer-to-switch-to): Rename to
5217 window-normalize-buffer-to-switch-to.
5218 Correspondingly update all callers of the functions listed
5219 above.
5220 (display-buffer-alist, display-buffer-normalize-arguments)
5221 (display-buffer-normalize-options, display-buffer)
5222 (display-buffer-alist-set): Use "function" instead of
5223 "fun-with-args".
5224
1176868d
CY
52252011-06-28 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5228 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5229 debbugs.gnu.org. Mention acknowledgment email.
5230
20a7a65f
LMI
52312011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5234 buffer multibyteness, since it shouldn't matter.
5235
5f45cca5
MR
52362011-06-28 Martin Rudalics <rudalics@gmx.at>
5237
5238 * window.el (display-buffer-in-side-window): Handle dedicated
5239 windows as in display-buffer-reuse-window.
5240 (display-buffer-normalize-alist): Use value of override
5241 specifier.
5242 (display-buffer-normalize-specifiers): Use value of
5243 other-window-means-other-frame specifier.
5244 (display-buffer-alist): Rewrite some texts in widgets.
5245 (display-buffer): Spread arguments when calling function
5246 specified by fun-with-args.
5247
ad85fe1f
DD
52482011-06-28 Deniz Dogan <deniz@dogan.se>
5249
1fa280a3
LM
5250 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5251 Unnest `let'.
da68c4c8 5252
ad85fe1f
DD
5253 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5254 selectors (Bug#5732).
ec49bd31 5255 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5256
a08cc025
JA
52572011-06-27 Jari Aalto <jari.aalto@cante.net>
5258
5259 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5260 (eshell-ls-date-format): New defcustom.
5261 (eshell-ls-file): Use it.
5262
e2b551c5
SM
52632011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5266
8982b231
KY
52672011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5268
5269 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5270 (ange-ftp-make-tmp-name): New arg.
5271 (ange-ftp-file-local-copy): Use it.
5272
36c9fa27
J
52732011-06-27 Jambunathan K <kjambunathan@gmail.com>
5274
5275 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5276 no-conversion (Bug#8870).
5277
d68443dc
MR
52782011-06-27 Martin Rudalics <rudalics@gmx.at>
5279
5280 * window.el (window-right, window-left, window-child)
5281 (window-child-count, window-last-child)
5282 (window-iso-combination-p, walk-window-tree-1)
5283 (window-atom-check-1, window-tree-1, delete-window)
5284 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5285 new naming conventions - window-vchild, window-hchild,
5286 window-next and window-prev are now called window-top-child,
5287 window-left-child, window-next-sibling and window-prev-sibling
5288 respectively.
d615d6d2
MR
5289 (resize-window-reset): Rename to window-resize-reset.
5290 (resize-window-reset-1): Rename to window-resize-reset-1.
5291 (resize-window): Rename to window-resize.
5292 (window-min-height, window-min-width)
5293 (resize-mini-window, resize-this-window, resize-root-window)
5294 (resize-root-window-vertically, adjust-window-trailing-edge)
5295 (enlarge-window, shrink-window, maximize-window)
5296 (minimize-window, delete-window, quit-restore-window)
5297 (split-window, balance-windows, balance-windows-area-adjust)
5298 (balance-windows-area, window-state-put-2)
5299 (display-buffer-even-window-sizes, display-buffer-set-height)
5300 (display-buffer-set-width, set-window-text-height)
5301 (fit-window-to-buffer): Rename all "resize-window" prefixed
5302 calls to use the "window-resize" prefix convention.
5303 (display-buffer-alist): Fix symbol for label specifier.
5304 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5305 corresponding specifier.
5306 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5307
b6458526
VB
53082011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5309
5310 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5311 convention.
5312 (ses-call-printer): Does not pass an empty string to formatter when the
5313 cell is empty to keep from barking printer Calc math-format-value.
5314
d31fd9ac
RS
53152011-06-27 Richard Stallman <rms@gnu.org>
5316
43d5bf84
RS
5317 * battery.el (battery-mode-line-limit): New variable.
5318 (battery-update): Handle it.
5319
d31fd9ac
RS
5320 * mail/rmailmm.el (rmail-mime-process-multipart):
5321 Handle truncated messages.
5322
819a6054
GM
53232011-06-27 Glenn Morris <rgm@gnu.org>
5324
5325 * progmodes/flymake.el (flymake-err-line-patterns):
5326 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5327
cedc73f2
VB
53282011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5329
819a6054 5330 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5331 (ses--clean-!, ses--clean-_): New functions.
5332 (ses-range): Add configurability of readout order, and conversion
5333 to Calc vector.
5334
5e5d49b6
VB
5335 * ses.el (ses-repair-cell-reference-all): New function.
5336 (ses-cell-symbol): Set macro as safe, so that it can be used in
5337 formulas.
5338
56e6cc31 5339 * ses.el: Update cycle detection algorithm.
90ca8b49 5340 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5341 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5342 (ses-set-localvars): New function.
5343 (ses-make-cell): Add property-list as a cell element.
5344 (ses-cell-property-get-fun, ses-cell-property-get)
5345 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5346 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5347 New functions.
90ca8b49
VB
5348 (ses-cell-property-set, ses-cell-property-pop)
5349 (ses-cell-property-get-handle): New macro.
5350 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5351 New aliases, used for code readability.
5352 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5353 cycle detection.
5354 (ses-self-reference-early-detection): New defcustom.
fac916bf 5355 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5356 (ses-mode): Use ses-set-localvars.
5357 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5358 before lauching the update processing.
5359 (ses-initialize-Dijkstra-attempt): New function.
5360 (ses-recalculate-cell): Update for cycle detection based on
5361 Dijkstra algorithm.
5362
2bb63e81
VB
5363 * ses.el: Fix commenting and indenting convention.
5364
c9d29fb8
SM
53652011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * bs.el (bs-cycle-next): Complete last change.
5368
d8e4b68b
JB
53692011-06-27 Drew Adams <drew.adams@oracle.com>
5370
5371 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5372
40098786
LMI
53732011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5374
c9d29fb8
SM
5375 * net/network-stream.el (network-stream-open-starttls):
5376 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5377 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5378
40098786
LMI
5379 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5380 to binary to possibly avoid line encoding issues on Windows (among
5381 other things).
5382
468d09d4
LMI
53832011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5384
5385 * net/network-stream.el (open-network-stream): Return an :error
5386 saying what the problem was, if possible.
5387
5388 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5389 server.
5390
5391 * net/network-stream.el (network-stream-open-starttls): If we
5392 wanted to use STARTTLS, and the server offered it, but we weren't
5393 able to because we had no STARTTLS support, then close the connection.
5394 (open-network-stream): Return an :error element, if present.
5395
16f07dd7
CY
53962011-06-26 Chong Yidong <cyd@stupidchicken.com>
5397
88821ca0
CY
5398 * hl-line.el (hl-line-sticky-flag): Doc fix.
5399 (global-hl-line-sticky-flag): New option (Bug#8323).
5400 (global-hl-line-highlight): Obey it.
5401
16f07dd7
CY
5402 * vc/vc.el (vc-revert-show-diff): Default to t.
5403
6b5ccddf
KM
54042011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5405
c9d29fb8
SM
5406 * allout-widgets.el (allout-widgets-post-command-business):
5407 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5408 undecorated when an isearch is continued past, and isearch
5409 automatically collapses them. This leads to "widget leaks", where
5410 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5411 hidden widgets can slow down cursor travel, substantially.
5412 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5413 so we're doing without this nicety.
5414
5415 (allout-widgets-tally-string): Don't try to do a hash-table-count
5416 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5417 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5418 *Messages* when allout-widgets-maintain-tally is t.
5419
355f2e07
MR
54202011-06-26 Martin Rudalics <rudalics@gmx.at>
5421
5422 * window.el (display-buffer-normalize-argument): Rename to
5423 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5424 LABEL argument. Respect special-display-function when popping up
5425 a new frame. Fix code searching for a window showing the buffer
5426 on another frame.
c9d29fb8
SM
5427 (display-buffer-normalize-specifiers):
5428 Call display-buffer-normalize-arguments.
355f2e07
MR
5429 (display-buffer-in-window): Don't undedicate the window if its
5430 buffer remains the same.
5431 Reported by Drew Adams <drew.adams@oracle.com>.
5432 (display-buffer-alist): Add choice for same-window macro
5433 specfier.
5434 (display-buffer): Mention special meaning of LABEL argument in
5435 doc-string. Fix quoting. Don't pop up a new frame even as
5436 fallback.
5437
7ca8fc42
JB
54382011-06-26 Juanma Barranquero <lekktu@gmail.com>
5439
5440 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5441 avoid deleting the current window in some cases (bug#8911).
5442
bc312254
AS
54432011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5444
5445 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5446 (Bug#8934)
5447
2db18f3f
LMI
54482011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
c9d29fb8
SM
5450 * net/network-stream.el (network-stream-open-starttls):
5451 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5452 (network-stream-open-tls): Ditto.
5453
6302e0d3
LL
54542011-06-26 Leo Liu <sdl.web@gmail.com>
5455
5456 * register.el (registerv): New struct.
5457 (registerv-make): New function.
c9d29fb8
SM
5458 (jump-to-register, describe-register-1, insert-register):
5459 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5460 struct. (Bug#8415)
5461
5fdd4046
CY
54622011-06-26 Chong Yidong <cyd@stupidchicken.com>
5463
2afef60a
CY
5464 * vc/vc.el (vc-revert-show-diff): New defcustom.
5465 (vc-diff-internal): New arg specifying diff buffer.
5466 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5467 reuse an existing *vc-diff* buffer (Bug#8927).
5468
5fdd4046
CY
5469 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5470
e93db24a
GM
54712011-06-26 Glenn Morris <rgm@gnu.org>
5472
5473 * progmodes/f90.el (f90-critical-indent): New option.
5474 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5475 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5476 (f90-mode): Doc fix.
5477 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5478 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5479 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5480 (f90-match-end): Handle block, critical.
5481
eefff499
GM
54822011-06-25 Glenn Morris <rgm@gnu.org>
5483
f6ba4cc9
GM
5484 * calendar/diary-lib.el (diary-included-files): Doc fix.
5485 (diary-include-files): New function, extracted from
5486 diary-include-other-diary-files and diary-mark-included-diary-files.
5487 (diary-include-other-diary-files, diary-mark-included-diary-files):
5488 Just call diary-include-files.
5489 (diary-mark-entries): Reset diary-included-files on first call.
5490
16712304
GM
5491 * calendar/diary-lib.el (diary-mark-entries)
5492 (diary-mark-included-diary-files):
5493 Visit included diary-files in temp buffers.
5494
5d8e0d43
GM
5495 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5496 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5497 (f90-start-block-re, f90-imenu-generic-expression)
5498 (f90-looking-at-program-block-start, f90-no-block-limit):
5499 Add support for submodules.
5500
ccf7a5d5
GM
5501 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5502 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5503
11fdef7d 55042011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5505
5506 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5507 buffer-file-type before setting its value, to avoid disastrous
eefff499 5508 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5509
74f53697
JB
55102011-06-25 Juanma Barranquero <lekktu@gmail.com>
5511
5512 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5513
5514 * ses.el (ses-unload-function):
5515 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5516
5517 * proced.el (proced-unload-function):
5518 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5519
18a4ce5e
AR
55202011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5521
5522 * server.el (server-create-window-system-frame): Add parameters arg.
5523 (server-process-filter): Doc fix. Handle frame-parameters.
5524
519d22cc
JB
55252011-06-25 Juanma Barranquero <lekktu@gmail.com>
5526
5527 Fix bug#8730, bug#8781.
5528
5529 * loadhist.el (unload--set-major-mode): New function.
5530 (unload-feature): Use it.
5531
5532 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5533 (python-unload-function): New function.
5534
c206f5b0
SM
55352011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5538
f9ad64f3
GS
55392011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5540
5541 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5542 the candidates list.
5543
7d0da90e
JB
55442011-06-24 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5547
14b4e83d
RS
55482011-06-23 Richard Stallman <rms@gnu.org>
5549
5550 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5551 (rmail-variables): Set next-error-move-function.
5552 (rmail-what-message): Take argument POS.
5553 (rmail-next-error-move): New function.
5554
273d2baf
SM
55552011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5558 messages for adjacent non-terminals.
5559
56c2cc9a
RS
55602011-06-23 Richard Stallman <rms@gnu.org>
5561
5562 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 5563 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
5564 (rmail-start-mail): Don't specify use of rmail-mail-return;
5565 that's done by mail-bury now.
5566 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 5567
d59eb518
MA
55682011-06-23 Michael Albinus <michael.albinus@gmx.de>
5569
5570 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5571 SIZE is a number.
5572
02cfc6d6
MR
55732011-06-23 Martin Rudalics <rudalics@gmx.at>
5574
5575 * window.el (get-lru-window, get-mru-window)
5576 (get-largest-window): Never return a minibuffer window.
5577 (display-buffer-pop-up-window): Fix a bug that could lead to
5578 reusing the minibuffer window.
5579 (display-buffer): Pass original specifier argument to
5580 display-buffer-function instead of the normalized one.
5581 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5582
4e323265
LL
55832011-06-22 Leo Liu <sdl.web@gmail.com>
5584
5585 * minibuffer.el (completing-read-function)
5586 (completing-read-default): Move from minibuf.c
5587
7a70468f
RS
55882011-06-22 Richard Stallman <rms@gnu.org>
5589
50718fc2
RS
5590 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5591 to Rmail even if not started by a special Rmail command.
5592
7a70468f
RS
5593 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5594 Copy the buffer currently showing just one message.
5595
297dde5a
RW
55962011-06-22 Roland Winkler <winkler@gnu.org>
5597
5598 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5599 (bibtex-clean-entry): First delete the old key so that a
5600 customized algorithm for generating the new key does not get
5601 confused by the old key.
5602 (bibtex-url): Obey regexp of first step.
5603 (bibtex-search-entries): Do not use add-to-list with local
5604 list-var.
5605
97bb1093
LMI
56062011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5607
5608 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5609 stored a user name, then query for the password first, instead of
5610 waiting for SMTP to give an error message and the trying again.
5611
1c0f1a19
JD
56122011-06-22 Lawrence Mitchell <wence@gmx.li>
5613
5614 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5615 BUFFER in call-process.
5616
396f7c9d
LMI
56172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618
5619 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5620 QUIT twice.
ddb7ffee
LMI
5621 (smtpmail-try-auth-methods): Require user name and password from
5622 auth-source.
396f7c9d 5623
8998d1b3
MR
56242011-06-22 Martin Rudalics <rudalics@gmx.at>
5625
5626 * window.el (display-buffer-default-specifiers)
5627 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5628 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 5629 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
5630
5631 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5632 (special-display-frame-alist, special-display-popup-frame):
5633 Remove duplicate declarations. These are now in window.el.
5634
4ea31e07
LMI
56352011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5636
c9d29fb8
SM
5637 * mail/smtpmail.el (smtpmail-via-smtp):
5638 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
5639 server supports it. SMTP servers that support STARTTLS commonly
5640 require it.
5641
5642 * net/network-stream.el (network-stream-open-starttls): Support
5643 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 5644 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 5645
95f41d9a
LMI
5646 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5647 upgrades with `open-network-stream', and rely solely on
5648 auth-source for all credentials. Big changes throughout the file,
5649 but in particular:
c9d29fb8
SM
5650 (smtpmail-auth-credentials): Remove.
5651 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
5652 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5653 MAIL FROM, too.
95f41d9a 5654
c9d29fb8
SM
5655 * net/network-stream.el (network-stream-open-starttls):
5656 Provide support for client certificates both for external and built-in
4ea31e07
LMI
5657 STARTTLS.
5658 (auth-source): Require.
5659 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
5660 (network-stream-certificate): Change cert-cert to cert and
5661 cert-key to key.
4ea31e07 5662
065ec2c7
MA
56632011-06-21 Michael Albinus <michael.albinus@gmx.de>
5664
5665 * net/tramp-cache.el (top): Don't load the persistency file when
5666 "emacs -Q" has been called.
5667
cd93b359
DR
56682011-06-21 Tim Harper <timcharper@gmail.com>
5669
d8e4b68b
JB
5670 * term/ns-win.el (ns-initialize-window-system):
5671 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
5672 resource to NO as it is not yet supported by the NS port.
5673
ae9c0411
JB
56742011-06-21 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5677 (list-dynamic-libraries): ...not here.
5678
7f3f739f
LL
56792011-06-21 Leo Liu <sdl.web@gmail.com>
5680
5681 * subr.el (sha1): Implement sha1 using secure-hash.
5682
327c8fb1
MR
56832011-06-21 Martin Rudalics <rudalics@gmx.at>
5684
5685 * window.el (display-buffer-alist): In default value do not
5686 enforce searching a window on any but the selected frame.
5687 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5688 (display-buffer-select-window): Remove function.
5689 (display-buffer-in-window): When a window on another frame gets
5690 reused, do not select it any more but just raise its frame if
5691 necessary (Bug#8851) and (Bug#8856).
5692 (display-buffer-normalize-options): Handle pop-up-frames related
5693 options more faithfully.
5694 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5695 window if it is on another frame.
c9d29fb8
SM
5696 (display-buffer-alist, display-buffer-default-specifiers):
5697 Don't make new frame unsplittable by default.
9e9de014
MR
5698 (display-buffer-normalize-argument): Fix doc-string typo and use
5699 'same-frame-other-window instead of 'other-window when associating
5700 with display-buffer-macro-specifiers.
327c8fb1 5701
7cf3f556
VB
57022011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5703
5704 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5705 New functions.
5706 (5x5-mode-map, 5x5-mode-menu): Bind them.
5707 (5x5-draw-grid): Tweak the solver's rendering.
5708
60a406cf
SM
57092011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
5712 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
5713
d8e4b68b 57142011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
5715
5716 * menu-bar.el: Use function variable instead of switch-to-buffer.
5717 (menu-bar-select-buffer-function): New variable.
60a406cf 5718 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 5719
478d6f95
SM
57202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
5723 variable's status.
5724
ca530739
JD
57252011-06-20 Jan Djärv <jan.h.d@swipnet.se>
5726
5727 * x-dnd.el (x-dnd-version-from-flags)
5728 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
5729 and long as number (Bug#8899).
5730 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
5731
bcd70d97
SM
57322011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5733
60a406cf 5734 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
5735 (completion-try-completion, completion-all-completions): Compute the
5736 metadata argument if it's missing; make it optional (bug#8795).
5737
60a406cf 5738 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
5739 (widget-complete): Use new :completion-function property.
5740 (widget-completions-at-point): New function.
5741 (default): Use :completion-function instead of :complete.
60a406cf
SM
5742 (widget-default-completions): Rename from widget-default-complete;
5743 Rewrite.
bcd70d97
SM
5744 (widget-string-complete, widget-file-complete, widget-color-complete):
5745 Remove functions.
5746 (file, symbol, function, variable, coding-system, color):
5747 * international/mule-cmds.el (default-input-method, charset)
5748 (language-info-custom-alist):
5749 * cus-edit.el (face): Use new property :completions.
5750
5751 * progmodes/pascal.el (pascal-completions-at-point): New function.
5752 (pascal-mode): Use it.
5753 (pascal-mode-map): Use completion-at-point.
5754 (pascal-toggle-completions): Make obsolete.
5755 (pascal-complete-word, pascal-show-completions):
5756 * progmodes/octave-mod.el (octave-complete-symbol):
5757 Redefine as obsolete alias.
5758 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
5759 Signal absence of completion info for old Octave,
5760 (inferior-octave-complete): Redefine as obsolete alias.
5761 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
5762 (meta-completions-at-point): Rename from meta-complete-symbol and
5763 adapt it for use on completion-at-point-functions.
5764 (meta-common-mode): Use it.
5765 (meta-looking-at-backward, meta-match-buffer): Remove.
5766 (meta-complete-symbol): Redefine as obsolete alias.
5767 (meta-common-mode-map): Use completion-at-point.
5768 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
5769 (makefile-mode-map): Use completion-at-point.
5770 (makefile-completions-at-point): Rename from makefile-complete and
5771 adapt it for use on completion-at-point-functions.
5772 (makefile-mode): Use it.
5773 (makefile-complete): Redefine as obsolete alias.
5774
aebf69c8
DD
57752011-06-20 Deniz Dogan <deniz@dogan.se>
5776
5777 * net/rcirc.el: Delete trailing whitespaces once and for all.
5778
bfbbb27d
DC
57792011-06-20 Daniel Colascione <dan.colascione@gmail.com>
5780
5781 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
5782
d264a46b
CY
57832011-06-19 Chong Yidong <cyd@stupidchicken.com>
5784
4ca009e5
CY
5785 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
5786
d264a46b
CY
5787 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
5788
fbf5b3ce
MR
57892011-06-19 Martin Rudalics <rudalics@gmx.at>
5790
5791 * window.el (display-buffer-other-window-means-other-frame):
5792 Call display-buffer-normalize-alist.
5793 (display-buffer-normalize-specifiers-1): Rename to
5794 display-buffer-normalize-argument. New argument other-frame.
5795 Rewrite.
5796 (display-buffer-normalize-specifiers-2): Rename to
5797 display-buffer-normalize-options.
5798 (display-buffer-normalize-alist-1): New function.
5799 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
5800 display-buffer-normalize-alist.
5801 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
5802 (display-buffer-normalize-options-inhibit): New variable.
5803 (display-buffer-normalize-specifiers): Rewrite calling
5804 display-buffer-normalize-alist,
5805 display-buffer-normalize-argument, and
5806 display-buffer-normalize-options. Don't call the latter if
5807 display-buffer-normalize-options-inhibit is non-nil.
5808 (frame-auto-delete): New option.
5809 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
5810 (window-list-no-nils, window-state-ignored-parameters)
5811 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
5812 (window-state-put-1, window-state-put-2, window-state-put):
5813 New functions.
9a028c23
MR
5814 (display-buffer-normalize-options): Move special-display-p group
5815 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 5816
6d10d800
CY
58172011-06-18 Chong Yidong <cyd@stupidchicken.com>
5818
6420d28b
CY
5819 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5820 groups (Bug#8776).
5821 (rx-submatch-n): New function.
5822 (rx): Document it.
5823
ddb8b596
CY
5824 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5825 (Bug#8768).
5826
5827 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5828
77080289
CY
5829 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5830
61dfb316
CY
5831 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5832 anytime existing face settings are present (Bug#8889).
5833
6d10d800
CY
5834 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5835 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5836 Remove unused argument.
5837
be3fb2b8
MR
58382011-06-18 Martin Rudalics <rudalics@gmx.at>
5839
bcd70d97
SM
5840 * window.el (display-buffer-default-specifiers):
5841 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
5842 pop-up-window-min-width, and another reuse-window specifier
5843 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
5844 (display-buffer-normalize-specifiers-2):
5845 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
5846 pop-up-windows is unset. Add a reuse-window specifier for the
5847 case popping up a new window fails.
5848 (special-display-popup-frame): Remove double quoting.
28dec25a 5849 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 5850
1c6d8c76
SM
58512011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5854 according to comint-completion-addsuffix.
5855
5856 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5857 (pcomplete-suffix-list): Mark as obsolete.
5858 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5859 pcomplete-seen in the closure.
5860 (pcomplete-comint-setup): Setup completion-at-point as well.
5861 (pcomplete--entries): New function.
5862 (pcomplete--env-regexp): New var.
5863 (pcomplete-entries): Rewrite to work with partial-completion and
5864 without relying on pcomplete-suffix-list.
5865 (pcomplete-pare-list): Remove, unused.
5866
25aef8b8
MR
58672011-06-17 Martin Rudalics <rudalics@gmx.at>
5868
5869 * window.el (display-buffer-alist): Set pop-up-window-min-height
5870 and pop-up-window-min-width in default value. Reported by
5871 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5872 other-window-means-other-frame.
5873 (display-buffer-macro-specifiers): Comment out entry for
5874 other-window specifier.
5875 (display-buffer-other-window-means-other-frame): New function.
5876 (display-buffer-normalize-specifiers-1): New arguments
5877 buffer-name and label. Treat other-window case specially.
5878 (display-buffer-normalize-specifiers-2): Treat other-window case
5879 specially.
5880 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
5881 (display-buffer-normalize-specifiers):
5882 Call display-buffer-normalize-specifiers-3.
25aef8b8 5883
dbad4f69
MR
58842011-06-17 Martin Rudalics <rudalics@gmx.at>
5885
5886 * window.el (same-window-p): Fix two typos introduced when
5887 adding with-no-warnings.
d1067961
MR
5888 (display-buffer-normalize-specifiers-1): Don't check
5889 pop-up-frames for 'unset initialization.
5890 (display-buffer-normalize-specifiers-2): Major rewrite using
5891 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5892 (pop-up-frames, display-buffer-reuse-frames)
5893 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5894 Suggested by David Engster <deng@randomsample.de>.
5895 (even-window-heights): Initialize to 'unset.
5896 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
5897 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5898 other window case.
dbad4f69 5899
9b9c9e3a
MR
59002011-06-16 Martin Rudalics <rudalics@gmx.at>
5901
bcd70d97
SM
5902 * window.el (display-buffer-normalize-specifiers-1):
5903 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 5904 second argument of display-buffer (Bug#8865).
981d5c09
MR
5905 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5906 (switch-to-buffer-other-window-same-frame)
5907 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5908 Adams (Bug#8875).
9c2755e9
MR
5909 (display-buffer): Don't check noninteractive when calling
5910 display-buffer-pop-up-frame.
5911 (display-buffer-pop-up-frame): Never pop up a frame in
5912 noninteractive mode (Bug#8857).
67222e1d
MR
5913 (enlarge-window, shrink-window): Don't report an error when the
5914 window can't be resized as requested (Bug#8862).
9b9c9e3a 5915
2b75be67
SM
59162011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5917
9ffdd3ba
SM
5918 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5919
cb581a67
SM
5920 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5921
2b75be67
SM
5922 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5923
8c0e3589
AM
59242011-06-15 Alan Mackenzie <acm@muc.de>
5925
cb581a67
SM
5926 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5927 for declarators, disable knr checking to speed up for normal files.
5928 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 5929
b96e6cde
LMI
59302011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5931
4bba86e6
LMI
5932 * net/network-stream.el (open-network-stream): Add the keyword
5933 :always-query-capabilities for the case where you want to force a
5934 `plain' network connection, but the protocol still requires the
5935 capabilitiy command (i.e., SMTP and EHLO).
5936
2b75be67 5937 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
5938 consistency with other `-live-p' functions.
5939
efdcdbf8
SM
59402011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * window.el (same-window-buffer-names, same-window-regexps)
5943 (special-display-frame-alist, special-display-popup-frame)
5944 (special-display-function, special-display-buffer-names)
5945 (special-display-regexps, pop-up-frame-alist)
5946 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5947 (pop-up-windows, split-window-preferred-function)
5948 (split-height-threshold, split-width-threshold, even-window-heights)
5949 (display-buffer-mark-dedicated): Don't encourage the use of
5950 display-buffer-alist from Elisp code.
5951
c5cde042
DN
59522011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * progmodes/python.el (python-mode): Derive from prog-mode.
5955 * progmodes/ps-mode.el (ps-mode):
5956 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 5957 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
5958 * progmodes/ld-script.el (ld-script-mode): Likewise.
5959
baa1c9ab
MR
59602011-06-15 Martin Rudalics <rudalics@gmx.at>
5961
5962 * window.el (display-buffer-alist): Trim default value to avoid
5963 popping up a new frame (Bug#8857) or reusing an arbitrary window
5964 on another frame.
5965 (display-buffer): Do not fall back on popping up a new frame in
5966 batch mode (Bug#8857).
5967
c5dd5a51
CY
59682011-06-14 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5971 (custom-theme-summary): New function.
5972 (customize-themes): Use it.
5973
d647b7c4
GM
59742011-06-13 Glenn Morris <rgm@gnu.org>
5975
5976 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5977
9481c002
MR
59782011-06-13 Martin Rudalics <rudalics@gmx.at>
5979
357f93d2
MR
5980 * help.el (help-window): Remove variable.
5981 (help-window-point-marker, temp-buffer-max-height)
5982 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5983 (help-print-return-message): Don't set help-window.
5984 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5985 (help-window-setup-finish): Remove.
5986 (help-window-display-message, help-window-setup)
5987 (with-help-window): Major rewrite based on new
5988 display-buffer-window variable.
5989
5990 * help-mode.el (help-mode-finish): Remove help-window related
5991 code.
5992
5993 * view.el (view-exits-all-viewing-windows): Remove reference to
5994 view-return-to-alist in doc-string.
5995 (view-return-to-alist): Make obsolete.
5996 (view-buffer): Call pop-to-buffer-same-window and remove
5997 undo-window code.
5998 (view-buffer-other-window): Call pop-to-buffer-other-window and
5999 simplify code. Ignore second argument.
6000 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6001 simplify code. Ignore second argument.
6002 (view-return-to-alist-update): Make obsolete.
6003 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6004 Rewrite using quit-restore window parameters.
2b75be67
SM
6005 (view-mode-exit): Rename second argument to EXIT-ONLY.
6006 Rewrite using quit-restore-window.
357f93d2
MR
6007 (View-exit, View-exit-and-edit, View-leave, View-quit)
6008 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6009 appropriate arguments.
6010 (view-end-message): Use quit-restore window parameter.
6011
9481c002
MR
6012 * window.el (display-buffer-function): Rewrite doc-string.
6013 (display-buffer-window, display-buffer-alist): New variables.
6014 (display-buffer-split-specifiers)
6015 (display-buffer-side-specifiers)
6016 (display-buffer-macro-specifiers): New constants.
6017 (display-buffer-even-window-sizes, display-buffer-set-height)
6018 (display-buffer-set-width, display-buffer-select-window)
6019 (display-buffer-in-window, display-buffer-reuse-window)
6020 (display-buffer-split-window-1, display-buffer-split-window)
6021 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6022 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6023 (display-buffer-in-side-window, normalize-buffer-to-display)
6024 (display-buffer-normalize-specifiers-1)
6025 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6026 (display-buffer-normalize-specifiers, display-buffer-frame):
6027 New functions.
9481c002
MR
6028 (display-buffer): Major rewrite.
6029 (display-buffer-other-window, display-buffer-other-frame)
6030 (pop-to-buffer, switch-to-buffer-other-window)
6031 (switch-to-buffer-other-frame): Rewrite.
6032 (display-buffer-same-window, display-buffer-same-frame)
6033 (display-buffer-same-frame-other-window)
6034 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6035 (pop-to-buffer-other-window)
6036 (pop-to-buffer-same-frame-other-window)
6037 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6038 (switch-to-buffer-other-window-same-frame): New functions.
6039 (same-window-p, special-display-p): Rewrite disabling warnings.
6040 Make obsolete.
6041 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6042 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6043 Make obsolete
6044 (same-window-buffer-names, same-window-regexps)
6045 (special-display-frame-alist, special-display-popup-frame)
6046 (special-display-function, special-display-buffer-names)
6047 (special-display-regexps, pop-up-frame-alist)
6048 (pop-up-frame-function, split-window-preferred-function)
6049 (split-height-threshold, split-width-threshold)
6050 (even-window-heights): Make obsolete.
6051
9db51aca
GM
60522011-06-12 Glenn Morris <rgm@gnu.org>
6053
6054 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6055 Misc simplifications.
9db51aca 6056
39cffb44
MR
60572011-06-12 Martin Rudalics <rudalics@gmx.at>
6058
6059 * window.el (window-safely-shrinkable-p): Restore function which
6060 was inadvertently removed in change from 2011-06-11. Declare as
6061 obsolete.
6062
2b75be67
SM
6063 * calendar/calendar.el (calendar-generate-window):
6064 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6065 window-safely-shrinkable-p.
6066
a8955be7
GM
60672011-06-12 Glenn Morris <rgm@gnu.org>
6068
6069 * progmodes/fortran.el (fortran-mode-syntax-table):
6070 * progmodes/f90.el (f90-mode-syntax-table):
6071 Set % to punctuation. (Bug#8820)
6072 (f90-find-tag-default): Remove, no longer needed.
6073
f0d4059d
DC
60742011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6075
6076 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6077
1100a63c
CY
60782011-06-11 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * image.el (image-animated-p): Return animation delay in seconds.
6081 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6082 (image-animate-timeout): Remove DELAY argument. Don't assume
6083 every subimage has the same delay; get it from image-animated-p.
6084 (image-animate): Caller changed.
6085
def722bf
MA
60862011-06-11 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6089 to ignored backtrace functions.
6090
0a2bb1a9
GM
60912011-06-11 Glenn Morris <rgm@gnu.org>
6092
6093 * calendar/appt.el (appt-disp-window-function): Doc fix.
6094 (appt-check): Handle overlapping appointments. (Bug#8337)
6095
6198ccd0
MR
60962011-06-11 Martin Rudalics <rudalics@gmx.at>
6097
6098 * window.el (window-tree-1, window-tree): New functions, moving
6099 the latter to window.el.
6100 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6101 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6102 (bw-refresh-edges): Remove.
6103 (balance-windows-1, balance-windows-2): New functions.
6104 (balance-windows): Rewrite in terms of window tree functions,
6105 balance-windows-1 and balance-windows-2.
6106 (bw-adjust-window): Remove.
6107 (balance-windows-area-adjust): New function with functionality of
6108 bw-adjust-window but using resize-window.
2b75be67
SM
6109 (set-window-text-height): Rewrite doc-string.
6110 Use normalize-live-window and resize-window.
6111 (enlarge-window-horizontally, shrink-window-horizontally):
6112 Rename argument to DELTA.
6198ccd0
MR
6113 (window-buffer-height): New function.
6114 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6115 Rewrite using new window resize routines.
2b75be67
SM
6116 (kill-buffer-and-window, mouse-autoselect-window-select):
6117 Use ignore-errors instead of condition-case.
6198ccd0
MR
6118 (quit-window): Call delete-frame instead of delete-windows-on
6119 for the only buffer on frame.
6120
9397e56f
MR
61212011-06-10 Martin Rudalics <rudalics@gmx.at>
6122
6123 * loadup.el (top-level): Load window before files for the sake
6124 of replace-buffer-in-windows.
6125
6126 * files.el (read-buffer-to-switch)
6127 (switch-to-buffer-other-window)
2b75be67
SM
6128 (switch-to-buffer-other-frame, display-buffer-other-frame):
6129 Move to window.el.
9397e56f
MR
6130
6131 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6132 (previous-buffer): Move to window.el.
6133
6134 * bindings.el (unbury-buffer): Move to window.el.
6135
6136 * window.el (delete-other-windows-vertically): Move after
6137 definition of delete-other-windows.
6138 (other-window, delete-windows-on, replace-buffer-in-windows):
6139 Move here from window.c.
6140 (record-window-buffer, unrecord-window-buffer)
6141 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6142 (switch-to-next-buffer): New functions.
6143 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6144 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6145 (previous-buffer): Move here from simple.el.
6146 Call switch-to-prev-buffer.
9397e56f
MR
6147 (bury-buffer): Move here from buffer.c. Switch to previous
6148 buffer when window cannot be deleted.
6149 (unbury-buffer): Move here from bindings.el.
6150 (ctl-x-map): Move binding for other-window from window.c to
6151 here.
6152 (read-buffer-to-switch, switch-to-buffer-other-window)
6153 (switch-to-buffer-other-frame): Move here from files.el.
6154 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6155 (switch-to-buffer): Move here from buffer.c.
6156 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6157
562dd5e9
MR
61582011-06-10 Martin Rudalics <rudalics@gmx.at>
6159
6160 * window.el (window-min-height, window-min-width): Move here
6161 from window.c. Add defcustoms and rewrite doc-strings.
6162 (resize-mini-window, resize-window): New functions.
6163 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6164 Move here from window.c.
6165 (maximize-window, minimize-window): New functions.
6166 (delete-window, delete-other-windows, split-window): Move here
6167 from window.c.
6168 (window-split-min-size): New function.
6169 (split-window-keep-point): Mention split-window-above-each-other
6170 instead of split-window-vertically.
2b75be67 6171 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6172 Rename split-window-vertically to split-window-above-each-other
6173 and provide defalias for old definition.
6174 (split-window-side-by-side, split-window-horizontally):
6175 Rename split-window-horizontally to split-window-side-by-side
6176 and provide defalias for the old definition.
562dd5e9
MR
6177 (ctl-x-map): Move bindings for delete-window,
6178 delete-other-windows and enlarge-window here from window.c.
6179 Replace bindings for split-window-vertically and
6180 split-window-horizontally by bindings for
6181 split-window-above-each-other and split-window-side-by-side.
6182
6183 * cus-start.el (all): Remove entries for window-min-height and
6184 window-min-width. Add entries for window-splits and
6185 window-nest.
6186
f0da764a
GM
61872011-06-09 Glenn Morris <rgm@gnu.org>
6188
80675c21
GM
6189 * calendar/appt.el (appt-mode-line): New function.
6190 (appt-check, appt-disp-window): Use it.
6191
f0da764a
GM
6192 * files.el (hack-one-local-variable-eval-safep):
6193 Allow minor-modes with explicit +/-1 arguments.
6194
59f623b7
TZ
61952011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * term/xterm.el (xterm): Add defgroup.
6198 (xterm-extra-capabilities): Add defcustom to supply known xterm
6199 capabilities, skip querying them, or query them (default).
6200 (terminal-init-xterm): Use it.
6201 (terminal-init-xterm-modify-other-keys): New function to set up
6202 modifyOtherKeys support to simplify `terminal-init-xterm'.
6203
9aab8e0d
MR
62042011-06-09 Martin Rudalics <rudalics@gmx.at>
6205
6206 * window.el (resize-window-reset, resize-window-reset-1)
6207 (resize-subwindows-skip-p, resize-subwindows-normal)
6208 (resize-subwindows, resize-other-windows, resize-this-window)
6209 (resize-root-window, resize-root-window-vertically)
6210 (window-deletable-p, window-or-subwindow-p)
6211 (frame-root-window-p): New functions.
6212
e8b08aee
GM
62132011-06-09 Glenn Morris <rgm@gnu.org>
6214
6215 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6216 (ange-ftp-get-files): Use it.
6217
254c37a5
AK
62182011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6219
6220 * mail/sendmail.el (mail-recover-1, mail-recover):
6221 * files.el (recover-file, recover-session):
6222 Handle dired-listing-switches not being just a single short option.
6223
35d7dbd3
GM
62242011-06-09 Glenn Morris <rgm@gnu.org>
6225
6226 * calendar/appt.el (appt-display-message, appt-disp-window):
6227 Handle lists of appointments.
6228
387522b2
MR
62292011-06-08 Martin Rudalics <rudalics@gmx.at>
6230
2b75be67
SM
6231 * window.el (one-window-p): Move down in code.
6232 Rewrite doc-string.
6233 (window-current-scroll-bars): Rewrite doc-string.
6234 Normalize live window argument.
387522b2
MR
6235 (walk-windows, get-window-with-predicate, count-windows):
6236 Rewrite doc-string. Use window-list-1.
6237 (window-in-direction-2, window-in-direction, get-mru-window):
6238 New functions.
6239
d8e4b68b 62402011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6241
6242 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6243 Doc fix (Bug#8713).
6244
62452011-06-08 Chong Yidong <cyd@stupidchicken.com>
6246
6247 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6248
62492011-06-08 Juanma Barranquero <lekktu@gmail.com>
6250
6251 * loadhist.el (unload-feature-special-hooks):
6252 Add `comint-output-filter-functions'.
6253
0de12c52
IK
62542011-06-08 Ivan Kanis <gnu@kanis.fr>
6255
6256 * calendar/appt.el (appt-check): Move some initializations into the let.
6257
f3d1777e
MR
62582011-06-08 Martin Rudalics <rudalics@gmx.at>
6259
6260 * window.el (window-height): Defalias to window-total-height.
6261 (window-width): Defalias to window-body-width.
6262
18af70d0
CY
62632011-06-07 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * image-mode.el (image-toggle-animation): New command.
6266 (image-mode-map): Bind it to RET.
6267 (image-mode): Update message.
6268 (image-toggle-display-image): Avoid a spurious cache flush.
6269 (image-transform-rotation): Doc fix.
6270 (image-transform-properties): Return quickly in the normal case.
6271 (image-animate-loop): Rename from image-animate-max-time.
6272
2b75be67 6273 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6274 (create-animated-image): Remove unnecessary function.
6275 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6276 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6277 (image-animate-timer): Use car-safe.
6278 (image-animate-timeout): Rename argument.
6279
190b47e6
MR
62802011-06-07 Martin Rudalics <rudalics@gmx.at>
6281
6282 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6283 window.c. Rename first argument to ALL-FRAMES.
6284 Rephrase doc-strings.
6285 (get-buffer-window-list): Rewrite using window-list-1.
6286 Rephrase doc-string.
a1511caf
MR
6287 (window-safe-min-height, window-safe-min-width): New constants.
6288 (window-size-ignore, window-min-size, window-min-size-1)
6289 (window-sizable, window-sizable-p, window-size-fixed-1)
6290 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6291 (window-max-delta-1, window-max-delta, window-resizable)
6292 (window-resizable-p, window-total-height, window-total-width)
6293 (window-body-width): New functions.
6294 (window-full-height-p, window-full-width-p): Rewrite using
6295 window-total-size.
6296 (window-body-height): Rewrite using window-body-size.
190b47e6 6297
85cc1f11
MR
62982011-06-06 Martin Rudalics <rudalics@gmx.at>
6299
6300 * window.el (window-right, window-left, window-child)
6301 (window-child-count, window-last-child, window-any-p)
6302 (normalize-live-buffer, normalize-live-frame)
6303 (normalize-any-window, normalize-live-window)
6304 (window-iso-combination-p, window-iso-combined-p)
6305 (window-iso-combinations)
6306 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6307 (windows-with-parameter, window-with-parameter)
6308 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6309 (window-atom-check, window-side-check, window-check):
6310 New functions.
85cc1f11
MR
6311 (ignore-window-parameters, window-sides, window-sides-vertical)
6312 (window-sides-slots): New variables.
6313 (window-size-fixed): Move down in code. Minor doc-string fix.
6314
e7156492
AS
63152011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6316
6317 * comint.el (comint-dynamic-complete-as-filename)
6318 (comint-dynamic-complete-filename): Correctly call
6319 completion-in-region.
6320
7e821d0d
DD
63212011-06-05 Deniz Dogan <deniz@dogan.se>
6322
6323 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6324 in last change.
6325
ac09b8a1
DD
63262011-06-05 Deniz Dogan <deniz@dogan.se>
6327
6328 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6329 (rcirc): Use it to prompt for encryption.
6330
34699b85
RW
63312011-06-05 Roland Winkler <winkler@gnu.org>
6332
6333 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6334 (bibtex-search-entries): New command bound to C-c C-a.
6335 (bibtex-display-entries): New function.
6336
004dedd3
RW
63372011-06-05 Roland Winkler <winkler@gnu.org>
6338
6339 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6340 (bibtex-insert-kill): After yanking insert newline if necessary.
6341 (bibtex-initialize): Call bibtex-string-files-init only once.
6342 (bibtex-mode): Do not call easy-menu-add.
6343 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6344 (bibtex-yank): Set arg properly if nil.
6345
022fe7ce
RW
63462011-06-05 Roland Winkler <winkler@gnu.org>
6347
2b75be67
SM
6348 * textmodes/bibtex.el (bibtex-search-entry-globally):
6349 New variable.
022fe7ce
RW
6350 (bibtex-search-entry): Use it.
6351
b7c3692a
RW
63522011-06-05 Roland Winkler <winkler@gnu.org>
6353
6354 * textmodes/bibtex.el (bibtex-entry-format): New option
6355 sort-fields.
6356 (bibtex-format-entry, bibtex-reformat): Honor this option.
6357 (bibtex-parse-entry): Return fields in proper order.
6358
8eda563d
JB
63592011-06-05 Juanma Barranquero <lekktu@gmail.com>
6360
6361 * doc-view.el (doc-view-remove-if): Move computation of result out
6362 of `dolist' to silence misleading lexical-binding warning.
6363
7dbe3dbc
CY
63642011-06-04 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6367 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6368
0c33dd17
MA
63692011-06-04 Michael Albinus <michael.albinus@gmx.de>
6370
6371 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6372 "SunOS 5.10".
6373
f8f91c2b
MA
63742011-06-04 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6377 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6378 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6379 (tramp-parse-putty):
6380 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6381 (tramp-completion-function-alist-ssh)
6382 (tramp-completion-function-alist-telnet)
6383 (tramp-completion-function-alist-su)
6384 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6385 cookie.
6386
6387 * net/tramp-ftp.el:
6388 * net/tramp-sh.el:
6389 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6390 load "tramp.el" `tramp-set-completion-function'.
6391
e17d9003
SM
63922011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * shell.el: Require and use pcomplete.
6395 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6396 (shell-completion-vars): Set pcomplete-default-completion-function.
6397
6c4cab03
DD
63982011-06-04 Deniz Dogan <deniz@dogan.se>
6399
6400 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6401 `memq' (Bug#8799).
6402
ea9fafe0
SM
64032011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6406
b3e945d3
JB
64072011-06-02 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6410 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6411 * vc/log-view.el (log-view-beginning-of-defun):
6412 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6413 (smerge-refine-forward, smerge-refine-chopup-region):
6414 Silence warning for unused `dotimes' counter variables.
6415
7d520089
SM
64162011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * net/tramp.el (tramp-with-progress-reporter): Rename from
6419 with-progress-reporter. Use `declare'.
6420 * net/tramp-smb.el:
6421 * net/tramp-sh.el:
6422 * net/tramp-gvfs.el: Update all uses.
6423
a1c2400f
JB
64242011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6425
6426 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6427 buffer isn't killed before making it current.
6428
2403c841
SM
64292011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 Silence various byte-compiler warnings.
6432 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6433 `access-type' and new obsolescence format.
6434 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6435 new format.
6436 (byte-compile-check-variable): New `access-type' argument.
6437 Only warn if the access-type is obsolete.
6438 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6439 (byte-compile-variable-set): Adjust callers.
6440 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6441 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6442 setting it as obsolete.
6443 * simple.el (minibuffer-completing-symbol):
6444 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6445 access as obsolete.
6446 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6447 obsolete yet.
6448 * international/quail.el (quail-mouse-choose-completion): Remove unused
6449 code referring to obsolete var.
6450 (quail-choose-completion-string): Remove.
6451 * server.el (server-clients-with, server-kill-buffer-query-function)
6452 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6453 * proced.el (proced-send-signal):
6454 * emacs-lisp/lisp.el (lisp-complete-symbol):
6455 Replace completion-annotate-function with completion-extra-properties.
6456
2462470b
SM
64572011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6458
fb5b2591
SM
6459 * simple.el (goto-line): Use read-number.
6460 (overriding-map-is-bound): Remove.
6461 (saved-overriding-map): Change default.
6462 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6463 Take the map as argument.
6464 (universal-argument, negative-argument, digit-argument): Use it.
6465 (restore-overriding-map): Adjust.
6466 (do-auto-fill): Use fill-forward-paragraph.
6467 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6468
fd6fa53f
SM
6469 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6470 (minibuffer-inactive-mode): New major mode.
6471 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6472 the *Messages* buffer" hack.
6473 (mouse-popup-menubar): Don't burp if the event is a normal key.
6474
2462470b
SM
6475 Miscellaneous tweaks.
6476 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6477 lexical scoping as in subr.el's dolist and dotimes.
6478 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6479 Silence compiler warning.
6480 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6481 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6482 * international/ccl.el (ccl-compile): Trivial simplification.
6483 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6484 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6485 `printflag' argument.
6486 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6487 Purecopy the whole obsolescence data.
6488
108bf785
LL
64892011-06-01 Leo Liu <sdl.web@gmail.com>
6490
6491 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6492 improve doc-string as suggested by Marco Pessotto
6493 <melmothx@gmail.com>.
6494 (rcirc-print): Fix last change.
6495
30a23501
SM
64962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * minibuffer.el (complete-with-action): Return nil for the metadata and
6499 boundaries of non-functional tables.
6500 (completion-table-dynamic): Return nil for the metadata.
6501 (completion-table-with-terminator): Add default case, using
6502 complete-with-action.
6503 (completion--metadata): New function.
6504 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6505 to try and avoid pathological performance problems.
6506 (completion--embedded-envvar-table): Return `category' metadata.
6507
bcd54f83
LMI
65082011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6509
6510 * subr.el (process-alive-p): New tiny convenience function.
6511
e227544d
SM
65122011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6515 content but also its previous major mode.
6516
e8296fdc
HE
65172011-05-31 Helmut Eller <eller.helmut@gmail.com>
6518
4d61f28d 6519 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6520 *Backtrace* buffer when we exit with C-M-c.
6521
620c53a6
SM
65222011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * minibuffer.el: Add metadata method to completion tables.
6525 (completion-category-overrides): New defcustom.
6526 (completion-metadata, completion--field-metadata)
6527 (completion-metadata-get, completion--styles)
6528 (completion--cycle-threshold): New functions.
6529 (completion-try-completion, completion-all-completions):
6530 Add `metadata' argument to choose completion-styles.
6531 (completion--do-completion): Use metadata to choose cycling.
6532 (completion-all-sorted-completions): Use metadata for sorting.
6533 Remove :completion-cycle-penalty which is not needed any more.
6534 (completion--try-word-completion): Add `metadata' argument.
6535 (minibuffer-completion-help): Check metadata for annotation function
6536 and sorting.
6537 (completion-file-name-table): Return `category' metadata.
6538 (minibuffer-completing-file-name): Make obsolete.
6539 * simple.el (minibuffer-completing-symbol): Make obsolete.
6540 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6541 completion-try-completion.
6542
1257e755
SM
65432011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6546
3767e706
LL
65472011-05-30 Leo Liu <sdl.web@gmail.com>
6548
6549 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
6550 (rcirc-print): Decode all incoming messages (bug#8744).
6551 (rcirc-decode-coding-system): Allow value nil for automatic coding
6552 system detection.
3767e706 6553
d1a5d56a
GM
65542011-06-01 Glenn Morris <rgm@gnu.org>
6555
6556 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6557
e8cbec34
CY
65582011-05-29 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * image.el (image-animate-max-time): Allow nil and t values.
6561 Default to nil.
6562 (create-animated-image): Doc fix.
6563 (image-animate-start): Remove second arg; just use
6564 image-animate-max-time.
6565 (image-animate-timeout): Doc fix. Args changed.
6566
6567 * image-mode.el (image-toggle-display-image): Ensure that the
6568 image spec passed to the animate timer is the same object as in
58179cce 6569 the buffer's display property (Bug#6981).
e8cbec34
CY
6570 (image-transform-properties): Doc fix.
6571
6572 * image.el (image-animate-max-time): Default to nil.
6573
159daf87
MR
65742011-05-29 Martin Rudalics <rudalics@gmx.at>
6575
6576 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6577 entire buffer list (Bug#8184).
6578
d66c4c7c
CY
65792011-05-29 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * image.el (imagemagick-types-inhibit)
6582 (imagemagick-register-types): Doc fix.
6583
80aec780
DD
65842011-05-29 Deniz Dogan <deniz@dogan.se>
6585
6586 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6587 default.
6588
1dd3c2d9
CY
65892011-05-29 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * select.el: Don't perform clipboard-manager saving in hooks;
6592 leave the hooks empty.
6593
60e56523
LL
65942011-05-28 Leo Liu <sdl.web@gmail.com>
6595
6596 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6597 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6598 (occur-edit-mode): New major mode (Bug#8463).
6599 (occur-after-change-function): New function.
6600 (occur-engine): Give Occur tags a read-only property.
6601
2b1e1a22
KR
66022011-05-28 Kevin Ryde <user42@zip.com.au>
6603
6604 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6605
5d344e88
CY
66062011-05-28 Chong Yidong <cyd@stupidchicken.com>
6607
8e6ca83d
CY
6608 * bindings.el (help-echo): Make the initial non-indicator dash
6609 empty on graphical terminals (Bug#7295).
6610
5d344e88
CY
6611 * files.el (auto-mode-alist): Move config rule after the
6612 in-stripping one (Bug#8547).
6613
bfbbace7
CY
6614 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6615
fbeba6e2
CY
6616 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6617 setting (Bug#8740).
6618
60ed8c72
AA
66192011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6620
4ac619f0
AA
6621 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6622 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6623 (Bug#8539).
60ed8c72 6624
23db196e
CY
66252011-05-28 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6628
5012f24c
DK
66292011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6630
6631 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6632 (hs-hide-block-at-point, hs-find-block-beginning)
6633 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6634 (Bug#8279).
6635
6a639b16
GM
66362011-05-28 Glenn Morris <rgm@gnu.org>
6637
6638 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6639
d43eaf2c
CY
66402011-05-28 Chong Yidong <cyd@stupidchicken.com>
6641
5199bde1
CY
6642 * help-fns.el (describe-function-1): If the function is a derived
6643 major mode, print the parent mode.
6644
d43eaf2c
CY
6645 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6646 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6647
423428a8
SM
66482011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6649
0ff8e1ba 6650 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 6651 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
6652 * progmodes/etags.el (tags-completion-at-point-function):
6653 * info-look.el (info-lookup-completions-at-point): Mark as
6654 non-exclusive.
6655 (info-complete): Adjust accordingly.
6656
423428a8
SM
6657 * info-look.el: Convert to lexical-binding and completion-at-point.
6658 (info-lookup-completions-at-point): New function.
6659 (info-complete): Use it and completion-in-region.
6660
b74aa22b
DA
66612011-05-28 Drew Adams <drew.adams@oracle.com>
6662
6663 * isearch.el: Let M-e start with point at the first mismatched char.
6664 (isearch-fail-pos): New function.
6665 (isearch-edit-string): Use it.
6666
66e2e71d
DK
66672011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6668
6669 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6670
eb95d01d
TC
66712009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6672
6673 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6674 traversal functions for avl-trees.
6675 (avl-tree--stack): New struct.
6676 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6677 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
6678 (avl-tree--do-enter): Add optional `updatefun' arg.
6679 Change return value.
eb95d01d 6680 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
6681 (avl-tree--do-delete): Add `test' and `nilflag' args.
6682 Change return value.
eb95d01d
TC
6683 (avl-tree-member): Add optional `nilflag'
6684 (avl-tree-member-p): New function.
6685 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6686 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6687 (avl-tree-stack-empty-p): New functions.
6688
3769ddcf
TC
66892009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6690
6691 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6692 avl-tree--del-balance1 and make it work both ways.
6693 (avl-tree--del-balance2): Remove.
6694 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6695 make it work both ways.
6696 (avl-tree--enter-balance2): Remove.
6697 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6698 New macros.
6699 (avl-tree--mapc, avl-tree-map): Add direction argument.
6700
eb95d01d 67012011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
6702
6703 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6704
a9f737ee
CY
67052011-05-27 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * select.el: Support clipboard managers with built-in function
6708 x-clipboard-manager-save, via delete-frame-functions and
6709 kill-emacs-hook.
6710 (xselect-convert-to-targets): Add MULTIPLE target to list.
6711 (xselect-convert-to-save-targets): New function.
6712
c92a1e54
KH
67132011-05-27 Kenichi Handa <handa@m17n.org>
6714
6715 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
6716 let-binding rfc2047-encode-encoded-words to nil.
6717
e145f188
GM
67182011-05-27 Glenn Morris <rgm@gnu.org>
6719
5ec8a862
GM
6720 * mail/emacsbug.el: Don't require url-util.
6721
4b29d9fb
GM
6722 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
6723
e145f188
GM
6724 * files.el (set-auto-mode):
6725 Also respect mode: entries at the end of the file. (Bug#8586)
6726
7d15102b
GM
67272011-05-26 Glenn Morris <rgm@gnu.org>
6728
98f593b8
GM
6729 * files.el (hack-local-variables-prop-line, hack-local-variables):
6730 Downcase mode names, as seems to be traditional.
27b48e63 6731 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 6732
7d15102b
GM
6733 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
6734 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
6735
51d5b4ec
JD
67362011-05-25 Julien Danjou <julien@danjou.info>
6737
6738 * textmodes/rst.el (rst-define-level-faces): Do not define face
6739 symbol if it is already defined.
6740
91513f63
VB
67412011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6742
6743 * play/5x5.el (5x5-new-game, 5x5-randomize):
6744 Reset 5x5-solver-output to nil when a new grid is cast.
6745 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
6746 these debugging traces, as defmacro breaks the compiled code.
6747
4d90d6d0
DK
67482011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6749
6750 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6751
e1b90ef6
LL
67522011-05-24 Leo Liu <sdl.web@gmail.com>
6753
6754 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
6755 (vc-bzr-sha1): Adapt.
6756
d8e4b68b 6757 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
6758
6759 * bindings.el: Provide sha1 feature.
6760
db0406bb 67612011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
6762
6763 * mail/sendmail.el: Require `rfc2047'.
6764 (mail-insert-from-field): Do not perform RFC2047 encoding.
6765 (mail-encode-header): New function.
6766 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
6767 buffer to the return value of select-message-coding-system.
6768 Call mail-encode-header.
b8d747b9
KH
6769
6770 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
6771
db0406bb 67722011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 6773
4d90d6d0
DK
6774 * mail/supercite.el (sc-default-cite-frame):
6775 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 6776
eb8a5e9b
GM
67772011-05-24 Glenn Morris <rgm@gnu.org>
6778
f8630703
GM
6779 * progmodes/python.el (brm-menu): Declare.
6780
8831bbed
GM
6781 * emulation/viper.el (viper-set-hooks): Declare.
6782
eb8a5e9b
GM
6783 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
6784 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
6785 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
6786 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
6787 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
6788 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
6789
a2a25d24
SM
67902011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 Add an :exit-function for completion-at-point.
6793
6794 * minibuffer.el (completion--done): New fun.
6795 (completion--do-completion): Use it. New arg `expect-exact'.
6796 (minibuffer-complete, minibuffer-complete-word): Don't output message,
6797 since completion--do-completion does it for us now.
6798 (minibuffer-force-complete): Use completion--done and
6799 completion--replace. Handle sole-completion case with more care.
6800 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
6801 (completion-extra-properties): New var.
6802 (completion-annotate-function): Make obsolete.
6803 (minibuffer-completion-help): Adjust accordingly.
6804 Use completion-list-insert-choice-function.
6805 (completion-at-point, completion-help-at-point):
6806 Bind completion-extra-properties.
6807 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6808 * simple.el (completion-list-insert-choice-function): New var.
6809 (completion-setup-function): Preserve it.
6810 (choose-completion): Pay attention to it, shuffle the code a bit.
6811 (choose-completion-string): New arg `insert-function'.
6812
6813 * textmodes/bibtex.el: Convert to lexical binding.
6814 (bibtex-mode-map): Use completion-at-point.
6815 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6816 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6817 (bibtex-complete): Define as obsolete alias.
6818 (bibtex-complete-internal): Remove.
6819 (bibtex-format-entry): Remove unused sub-group in regexp.
6820 * shell.el (shell--command-completion-data)
6821 (shell-environment-variable-completion):
6822 * pcomplete.el (pcomplete-completions-at-point):
6823 * comint.el (comint--complete-file-name-data): Use :exit-function
6824 instead of completion-table-with-terminator so it also works for
6825 choose-completion.
6826
e44e373d
SM
68272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6828
4f91a816
SM
6829 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6830
782fc819
SM
6831 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6832 (bug#8710).
6833
e44e373d
SM
6834 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6835
381987c3
KM
68362011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6837
6838 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6839 customization variable and implement: If non-nil, auto-fill will
6840 be inhibited while on topic's header line.
6841
b776bc70
VB
68422011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6843
6844 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 6845 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
6846 always have a solution in grid size = 5 cases.
6847 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6848 (5x5-solver-output, 5x5-log-buffer): New vars.
6849 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6850 Make these variables buffer local to achieve 5x5 multi-session-ness.
6851 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6852 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6853 (5x5-solve-suggest): New funs.
6854 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6855 randomize a grid so that we ensure that there is always a solution.
6856 (5x5-make-random-grid): Allow other movement than flipping.
6857
7de88b6e
KR
68582011-05-23 Kevin Ryde <user42@zip.com.au>
6859
6860 * emacs-lisp/advice.el (ad-read-advised-function):
6861 Use `function-called-at-point' as the default default, if it has
6862 advice and passes PREDICATE.
6863
b1ef1257
SM
68642011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6865
bbca48fe
SM
6866 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6867 byte-compile-lambda if it's actually a lambda.
6868
b1ef1257
SM
6869 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6870 Fix function quoting. Use backquote better.
6871
92a9cc65
YS
68722011-05-22 Yuanle Song <sylecn@gmail.com>
6873
6874 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6875 matching (Bug#8516).
6876
f0fb8059
JA
68772011-01-22 Jari Aalto <jari.aalto@cante.net>
6878
6879 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6880 different face (Bug#8178).
6881
d5b44c93
CY
68822011-05-22 Chong Yidong <cyd@stupidchicken.com>
6883
6884 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6885 defface (Bug#8144).
6886
79106a44
SM
68872011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6888
9c848d8a
SM
6889 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6890 funcall as well (bug#8712). Warn when performing those conversions.
6891 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6892
79106a44
SM
6893 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6894
88dfa756
GM
68952011-05-22 Glenn Morris <rgm@gnu.org>
6896
6897 * files.el (hack-local-variables-prop-line): Small simplifications.
6898 (hack-local-variables, hack-local-variables-prop-line):
6899 If MODE-ONLY, return the mode, rather than just `t'.
6900
b7cf2c79
SM
69012011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6904
3f1a8558
GM
69052011-05-21 Glenn Morris <rgm@gnu.org>
6906
7e4ccca3
GM
6907 * files.el (hack-local-variables-prop-line, hack-local-variables):
6908 If only interested in the mode, don't bother doing the other stuff.
6909
637d46ca
GM
6910 * image-mode.el (image-after-revert-hook):
6911 Redraw all frames on which the image is visible. (Bug#8567)
6912
973d955b
GM
6913 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6914
3f1a8558
GM
6915 * wid-edit.el (widget-checklist-match-inline):
6916 Fix 2011-04-19 change. (Bug#8649)
6917
96479927
SM
69182011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6919
1dcf791f
SM
6920 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6921 Also allow singlespace after single-letter capitals followed by a dot.
6922
96479927
SM
6923 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6924 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6925
35fd0881
N
69262011-05-20 Nix <nix@esperi.org.uk>
6927
6928 * files.el (basic-save-buffer-2):
6929 Fix handling of break-hardlink-on-save with non-existent files.
6930
82745640
DD
69312011-05-19 Deniz Dogan <deniz@dogan.se>
6932
6933 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 6934 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 6935
4a720484
GM
69362011-05-19 Glenn Morris <rgm@gnu.org>
6937
d1f21341
GM
6938 * progmodes/f90.el (f90-type-def-re):
6939 Handle "type, bind(c)". (Bug#8691)
6940
4a720484
GM
6941 * emacs-lisp/autoload.el (batch-update-autoloads):
6942 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6943
2fb0a219
MA
69442011-05-18 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6947 property for the correct connection in case of multihops.
6948
e565dd37
GM
69492011-05-18 Glenn Morris <rgm@gnu.org>
6950
c2571358 6951 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
6952 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6953
e565dd37
GM
6954 Rationalize calendar handling of day and month abbrev-arrays.
6955 * calendar/calendar.el (calendar-customized-p): New function.
6956 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6957 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6958 Add :set function.
6959 (calendar-abbrev-length, calendar-day-abbrev-array)
6960 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6961 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6962 Elements may no longer be nil.
6963 (calendar-day-name, calendar-month-name):
6964 Update for changed nature of abbrev arrays.
6965 * calendar/diary-lib.el (diary-name-pattern):
6966 Update for changed nature of abbrev arrays.
6967 (diary-mark-entries-1): Update calendar-make-alist calls.
6968 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6969 * calendar/cal-html.el (cal-html-day-abbrev-array):
6970 Simply inherit from calendar-day-abbrev-array.
6971
1d99a745
SM
69722011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * progmodes/grep.el (grep-mode): Disable default
6975 compilation-directory-matcher setting (bug#8684).
6976
7c1d9aa0
MA
69772011-05-17 Michael Albinus <michael.albinus@gmx.de>
6978
6979 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6980 instead of "head" and "tail". There were problems with SunOS 5.9,
6981 and it performs better.
6982
3952e9d8
GM
69832011-05-17 Glenn Morris <rgm@gnu.org>
6984
2dd12e7f
GM
6985 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6986
e4157b9c
GM
6987 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6988 Replace obsolete function.
6989
8e249bbd
GM
6990 * shell.el (pcomplete-parse-arguments-function): Declare.
6991
3952e9d8
GM
6992 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6993 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6994 (appt-check): Doc fixes.
6995 (appt-disp-window-function, appt-delete-window-function):
6996 Remove needless special case in custom :type.
6997 (appt-display-count): Default to 0, not nil.
6998 (appt-check): Reset appt-display-count to 0, not nil.
6999
c71a0d48 70002011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7001
c71a0d48
GM
7002 * progmodes/python.el (python-font-lock-keywords):
7003 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7004
31d55be9
SM
70052011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7008
3bfacb2f
KR
70092011-05-16 Kevin Ryde <user42@zip.com.au>
7010
7011 * info-look.el (makefile-automake-mode): New setups, looking in
7012 automake manual, then makefile-mode.
7013 (makefile-mode): Remove automake manual, have it just in
7014 makefile-automake-mode since there's various things different or
7015 not relevant to plain make.
7016 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7017 believe a hypothetical automake-mode would go to makefile-mode,
7018 not the other way around.
7019
c8e83751
CY
70202011-05-15 Chong Yidong <cyd@stupidchicken.com>
7021
5e9e35cd
CY
7022 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7023 hunk-end tags (Bug#8672).
7024
c8e83751
CY
7025 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7026 vc-annotate-show-diff-revision-at-line (Bug#8671).
7027
50b23e5a
GM
70282011-05-14 Glenn Morris <rgm@gnu.org>
7029
7210a739
GM
7030 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7031 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7032 (change-log-font-lock-keywords): Also handle multiple author lines
7033 with leading tabs. (Bug#8644)
7210a739 7034
4691905a
GM
7035 * calendar/appt.el (appt-check): Rename some local variables.
7036 Some simplification/reordering.
7037
50b23e5a
GM
7038 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7039 (feedmail-sendmail-f-doesnt-sell-me-out)
7040 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7041 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7042 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7043 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7044 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7045 (feedmail-binmail-gnulinuxish-template):
7046 Rename from feedmail-binmail-linuxish-template.
7047 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7048 Use insert-buffer-substring.
7049
215cda7c
BC
70502011-05-14 Bill Carpenter <bill@carpenter.org>
7051
7052 * mail/feedmail.el (feedmail-patch-level): Increase.
7053 (feedmail-debug): New custom group.
7054 (feedmail-confirm-outgoing-timeout)
7055 (feedmail-sendmail-f-doesnt-sell-me-out)
7056 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7057 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7058 (feedmail-sender-line, feedmail-from-line)
7059 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7060 (feedmail-spray-this-address)
215cda7c
BC
7061 (feedmail-spray-address-fiddle-plex-list)
7062 (feedmail-queue-use-send-time-for-date)
7063 (feedmail-queue-use-send-time-for-message-id)
7064 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7065 (feedmail-buffer-eating-function):
7066 Doc fixes.
7067 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7068 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7069 (feedmail-message-action-scroll-down): New functions.
7070 (feedmail-queue-directory, feedmail-queue-draft-directory):
7071 Use expand-file-name.
7072 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7073 Remove C-v help entry.
7074 (feedmail-queue-buffer-file-name): New variable.
7075 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7076 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7077 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7078 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7079 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7080 (feedmail-message-action-toggle-spray)
7081 (feedmail-run-the-queue-no-prompts)
7082 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7083 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7084 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7085 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7086 (feedmail-envelope-deducer, feedmail-fiddle-from)
7087 (feedmail-fiddle-sender, feedmail-default-date-generator)
7088 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7089 (feedmail-fiddle-spray-address)
7090 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7091 (feedmail-fiddle-list-of-fiddle-plexes)
7092 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7093 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7094 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7095 Change default. Doc fix.
7096 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7097 (feedmail-binmail-linuxish-template): New constant.
7098 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7099 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7100 (feedmail-send-it): Add debug call.
7101 Use feedmail-queue-buffer-file-name, and
7102 feedmail-send-it-immediately-wrapper.
7103 (feedmail-message-action-send): Add debug call.
7104 Use feedmail-send-it-immediately-wrapper.
7105 (feedmail-queue-express-to-queue): Add debug call.
7106 Run feedmail-queue-express-hook.
7107 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7108 (feedmail-message-action-help-blat):
7109 Rename from feedmail-queue-send-edit-prompt-help-first.
7110 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7111 Check line-endings. Handle errors better.
7112 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7113 Doc fix. Add debug call.
7114 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7115 Use feedmail-queue-send-edit-prompt-inner.
7116 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7117 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7118 from feedmail-queue-send-edit-prompt.
7119 (feedmail-queue-send-edit-prompt-help)
7120 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7121 (feedmail-tidy-up-slug): Add debug call.
7122 Respect feedmail-queue-slug-suspect-regexp.
7123 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7124 (feedmail-dump-message-to-queue): Add debug call.
7125 Expand queue-directory.
7126 (feedmail-dump-message-to-queue): Change message slightly.
7127 Use feedmail-say-chatter.
7128 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7129 (feedmail-send-it-immediately-wrapper): New function.
7130 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7131 Insert empty string rather than newline. Handle full-frame case.
7132 Use catch/throw. Use feedmail-say-chatter.
7133 (feedmail-fiddle-from): Try mail-host-address.
7134 (feedmail-default-message-id-generator): Doc fix.
7135 Bind system-time-locale. Handle missing end.
7136 (feedmail-fiddle-x-mailer): Add debug call.
7137 Handle feedmail-x-mailer-line being nil.
7138 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7139 Add debug call. Use buffer-substring-no-properties.
7140 (feedmail-say-debug, feedmail-say-chatter): New functions.
7141 (feedmail-find-eoh): Give an explicit error.
7142
42c7e61e
UJ
71432011-05-13 Ulf Jasper <ulf.jasper@web.de>
7144
c2571358 7145 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7146 family from helvetica to sans.
c2571358 7147 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7148 etc/images/newsticker.
7149
c2571358 7150 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7151 family from helvetica to sans.
7152
7153 * net/newst-plainview.el (newsticker-new-item-face)
7154 (newsticker-old-item-face, newsticker-immortal-item-face)
7155 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7156 (newsticker-statistics-face): Change default family from
42c7e61e 7157 helvetica to sans.
c2571358 7158 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7159 etc/images/newsticker.
7160
7161 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7162 (newsticker--process-auto-mark-filter-match): : Tell user about
7163 auto-marking.
7164
8497a297
DV
71652011-05-13 Didier Verna <didier@xemacs.org>
7166
7167 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7168 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7169 TODO entries.
8497a297
DV
7170 (lisp-lambda-list-keyword-parameter-indentation)
7171 (lisp-lambda-list-keyword-parameter-alignment)
7172 (lisp-lambda-list-keyword-alignment): New customizable user options.
7173 (lisp-indent-defun-method): Improve docstring.
7174 (extended-loop-p): Fix comment.
7175 (lisp-indent-lambda-list-keywords-regexp): New variable.
7176 (lisp-indent-lambda-list): New function.
7177 (lisp-indent-259): Use it.
7178 (lisp-indent-defmethod): Support for more than one
7179 method qualifier and properly indent methods lambda-lists.
7180 (defgeneric): Provide a missing common-lisp-indent-function property.
7181
f278f87f
SM
71822011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7185 bounds for the empty string (bug#8667).
7186
5233edd7
GM
71872011-05-13 Glenn Morris <rgm@gnu.org>
7188
5237a44f
GM
7189 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7190
8340026c 7191 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7192 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7193
5233edd7 7194 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7195 (appt-time-msg-list): Doc fix.
a5464014 7196 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7197
92d10796
AS
71982011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7199
7200 * progmodes/ld-script.el (ld-script-keywords)
7201 (ld-script-builtins): Update keywords list.
7202
914a0ae1
SM
72032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7204
c89be45f
SM
7205 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7206
914a0ae1
SM
7207 * shell.el (shell-completion-vars): New function.
7208 (shell-mode):
7209 * simple.el (read-shell-command): Use it.
7210 (blink-matching-open): No need for " [...]" in minibuffer-message.
7211
98dc3df3
GM
72122011-05-12 Glenn Morris <rgm@gnu.org>
7213
7214 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7215 (appt-check): Simplify.
7216
d2fc7e3d 72172011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7218
4d61f28d 7219 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7220 literal "/dev/null".
7221
d2fc7e3d 72222011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7223
7224 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7225 Fix typo.
7226
d2fc7e3d 72272011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7228
3f254caa
SM
7229 * progmodes/which-func.el (which-function):
7230 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7231 which might not be defined (Bug#8260).
7232
d45885f7
GM
72332011-05-12 Glenn Morris <rgm@gnu.org>
7234
7235 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7236 Let byte-compile-initial-macro-environment always take precedence.
7237
488086f4
SM
72382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * net/rcirc.el: Add support for SSL/TLS connections.
7241 (rcirc-server-alist): New field `encryption'.
7242 (rcirc): Check `encryption' settings.
7243 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7244 Merge make-local-variable into `set'.
7245 (rcirc--connection-open-p): New function.
7246 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7247 the process is not a network process (e.g. running gnutls-cli).
7248 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7249 Make rcirc-(en|de)code-coding-system local here.
7250 (rcirc-mode): Merge make-local-variable into `set'.
7251 (rcirc-parent-buffer): Make permanent buffer-local.
7252 (rcirc-multiline-minor-mode): Don't do it here.
7253 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7254 there's no server buffer.
7255
7d3b9d44
GM
72562011-05-11 Glenn Morris <rgm@gnu.org>
7257
f64049c6
GM
7258 * newcomment.el (comment-kill): Prefix "unused" local.
7259
93c9df73
GM
7260 * term/w32console.el (get-screen-color): Declare.
7261
7d3b9d44
GM
7262 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7263 Handle symbol elements of byte-compile-initial-macro-environment.
7264
9e2dd53f
LL
72652011-05-10 Leo Liu <sdl.web@gmail.com>
7266
488086f4
SM
7267 * bookmark.el (bookmark-bmenu-mode-map):
7268 Bind bookmark-bmenu-search to `/'.
8b340240 7269
9e2dd53f 7270 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7271 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7272 (Footnote-unicode): New function.
7273 (footnote-style-alist): Add unicode style to the list.
7274 (footnote-style): Doc fix.
9e2dd53f 7275
79b70037
GM
72762011-05-10 Jim Meyering <meyering@redhat.com>
7277
7278 Fix doubled-word typos.
7279 * international/quail.el (quail-insert-kbd-layout): and and -> and
7280 * kermit.el: and and -> and
7281 * net/ldap.el (ldap-search-internal): to to -> to
7282 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7283 * progmodes/js.el (js-mode): and and -> and
7284 * textmodes/artist.el (artist-move-to-xy): at at -> at
7285 (artist-draw-region-trim-line-endings): if if -> if
7286 And Safetyc -> Safety.
7287 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7288
b8f82dc1 72892011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7290 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7291
7292 * files.el (hack-one-local-variable-eval-safep):
7293 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7294
4f99f44b
GM
72952011-05-10 Glenn Morris <rgm@gnu.org>
7296
7297 * calendar/diary-lib.el (diary-list-entries-hook)
7298 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7299 (diary-nongregorian-marking-hook, diary-list-entries)
7300 (diary-include-other-diary-files, diary-mark-entries)
7301 (diary-mark-included-diary-files): Doc fixes.
7302
84f29e6b
JB
73032011-05-09 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * misc.el: Require tabulated-list.el during compilation.
7306
9bedd73a
CY
73072011-05-09 Chong Yidong <cyd@stupidchicken.com>
7308
488086f4
SM
7309 * progmodes/compile.el (compilation-start):
7310 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7311 (compilation-filter-hook): Doc fix.
7312
797c735c
DD
73132011-05-09 Deniz Dogan <deniz@dogan.se>
7314
7315 * wdired.el: Remove outdated installation comment. Fix usage
7316 comment.
7317
5f4b1dfe
JB
73182011-05-09 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * misc.el: Implement new command `list-dynamic-libraries'.
7321 (list-dynamic-libraries--loaded-only-p): New variable.
7322 (list-dynamic-libraries--refresh): New function.
7323 (list-dynamic-libraries): New command.
7324
4c44026c
CY
73252011-05-09 Chong Yidong <cyd@stupidchicken.com>
7326
488086f4
SM
7327 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7328 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7329 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7330 higher priority to avoid clobbering by gnu.
7331
027f966d
CY
73322011-05-08 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7335 if the face has existing theme settings (Bug#8454).
7336
085f5d7d
CY
73372011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7338
488086f4
SM
7339 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7340 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7341
2a86a00c
RS
7342 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7343 special file names `.' and `..' (Bug#8259).
7344
d9c54a06
CY
73452011-05-08 Chong Yidong <cyd@stupidchicken.com>
7346
488086f4
SM
7347 * progmodes/grep.el (grep-mode-font-lock-keywords):
7348 Remove buffer-changing entries.
d9c54a06
CY
7349 (grep-filter): New function.
7350 (grep-mode): Add it to compilation-filter-hook.
7351
7352 * progmodes/compile.el (compilation-filter-hook)
7353 (compilation-filter-start): New defvars.
7354 (compilation-filter): Call compilation-filter-hook prior to
7355 updating the process mark.
7356
c4662635
SM
73572011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7360
b0512a1d
EZ
73612011-05-07 Eli Zaretskii <eliz@gnu.org>
7362
605c9376
EZ
7363 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7364 mailclient-send-it even if window-system is nil. (Bug#8595)
7365
c4662635
SM
7366 * term/w32console.el (terminal-init-w32console):
7367 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7368 background-mode. (Bug#8597)
7369
d1dc2cc2
SM
73702011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7373 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7374 New functions.
7375 (defgeneric, eieio--defmethod): Use them.
7376 (eieio-defgeneric): Remove.
7377 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7378
915d1300
GM
73792011-05-07 Glenn Morris <rgm@gnu.org>
7380
a3961c3e
GM
7381 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7382 Use let rather than let*.
7383 (timeclock-find-discrep): Remove unused local.
7384
314347b9
GM
7385 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7386
915d1300
GM
7387 * calendar/appt.el (appt-time-msg-list): Doc fix.
7388
275b59b0
NF
73892011-05-06 Noah Friedman <friedman@splode.com>
7390
7391 * apropos.el (apropos-print-doc): Only use
7392 emacs-lisp-docstring-fill-column when it is bound to an integer,
7393 per that variable's documentation.
7394
6c19f744
SM
73952011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7398 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7399
60f884b2
GM
74002011-05-06 Glenn Morris <rgm@gnu.org>
7401
5006e634
GM
7402 * calendar/appt.el (appt-message-warning-time): Doc fix.
7403 (appt-warning-time-regexp): New option.
7404 (appt-make-list): Respect appt-message-warning-time.
7405
548d0a63
GM
7406 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7407 New options.
7408 (diary-add-to-list): Strip comments from the displayed string.
7409 (diary-mode): Set comment-start and comment-end.
7410
60f884b2
GM
7411 * vc/diff-mode.el (smerge-refine-subst): Declare.
7412 (diff-refine-hunk): Don't require smerge-mode when compiling.
7413
989681bb
JB
74142011-05-06 Juanma Barranquero <lekktu@gmail.com>
7415
7416 * simple.el (list-processes): Return nil as the docstring says.
7417
a6bc05e1
MA
74182011-05-05 Michael Albinus <michael.albinus@gmx.de>
7419
7420 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7421 to "".
7422 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7423 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7424 determining of binary transfer. (Bug#7383)
7425
23c22e9a
MA
74262011-05-05 Michael Albinus <michael.albinus@gmx.de>
7427
c4662635
SM
7428 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7429 Fix port computation bug. (Bug#8618)
23c22e9a 7430
0bff894f
GM
74312011-05-05 Glenn Morris <rgm@gnu.org>
7432
b8296902
GM
7433 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7434
1f522ce8
GM
7435 * simple.el (shell-dynamic-complete-functions)
7436 (comint-dynamic-complete-functions): Declare.
7437
cf5bee67
GM
7438 * net/network-stream.el (gnutls-negotiate):
7439 * simple.el (tabulated-list-print): Fix declarations.
7440
7441 * progmodes/gud.el (syntax-symbol, syntax-point):
7442 Remove unnecessary and incorrect declarations.
7443
0bff894f
GM
7444 * emacs-lisp/check-declare.el (check-declare-scan):
7445 Handle byte-compile-initial-macro-environment in bytecomp.el
7446
9869b3ae
SM
74472011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 Fix earlier half-done eieio-defmethod change (bug#8338).
7450 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7451 Streamline and change calling convention.
7452 (defmethod): Adjust accordingly and simplify.
7453 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7454 new eieio--defmethod.
7455 (slot-boundp): Minor CSE simplification.
7456
9c1d5ac5
MZ
74572011-05-05 Milan Zamazal <pdm@zamazal.org>
7458
7459 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7460 (glasses-make-readable): Use glasses-separate-capital-groups.
7461
455c834e
JB
74622011-05-05 Juanma Barranquero <lekktu@gmail.com>
7463
7464 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7465 (warning-series): Doc fix.
7466 (display-warning): Don't try to create the buffer if we just found it.
7467
9ed7c8cb
CY
74682011-05-04 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7471 (autoload-find-generated-file): New function.
7472 (generate-file-autoloads): Bind generated-autoload-file to
7473 buffer-file-name.
9869b3ae
SM
7474 (update-file-autoloads, update-directory-autoloads):
7475 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7476 output file (Bug#7989).
7477 (batch-update-autoloads): Doc fix.
7478
0898ca10
JB
74792011-05-04 Juanma Barranquero <lekktu@gmail.com>
7480
7481 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7482
31dfb76c
GM
74832011-05-04 Glenn Morris <rgm@gnu.org>
7484
f330b642
GM
7485 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7486 function, so it follows changes in calendar-date-style.
7487 (diary-fancy-date-matcher): New function.
7488 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7489 (diary-fancy-font-lock-fontify-region-function):
7490 Use diary-fancy-date-pattern as a function.
7491
31dfb76c
GM
7492 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7493 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7494
48e79d6a
TZ
74952011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7496
7497 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7498 instead of positional arguments. Allow :keylist and :crlfiles
7499 arguments.
7500 (open-gnutls-stream): Call it.
7501
7502 * net/network-stream.el (network-stream-open-starttls): Adjust to
7503 call `gnutls-negotiate' with :process and :hostname arguments.
7504
dd5a5ee0
SM
75052011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7506
ef80fc09
SM
7507 * minibuffer.el (completion--message): New function.
7508 (completion--do-completion, minibuffer-complete)
7509 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7510 (completion--do-completion): Don't ignore completion-auto-help when in
7511 icomplete-mode.
7512
dd5a5ee0
SM
7513 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7514 internal encoding (e.g. tibetan zero is not whitespace).
7515 (global-whitespace-mode): Prefer save-current-buffer.
7516 (whitespace-trailing-regexp): Remove useless save-match-data.
7517 (whitespace-empty-at-bob-regexp): Minor simplification.
7518
b7d22a83
CY
75192011-05-03 Chong Yidong <cyd@stupidchicken.com>
7520
7521 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7522
5192af46
AM
75232011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7524
7525 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7526 Use `concat' to create string for insertion.
5192af46 7527
5767d190
SM
75282011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7531 Avoid open-line which runs post-self-insert-hook.
7532 (bibtex-fill-entry): Remove unused `end' var.
7533
bf242939
AM
75342011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7535
5767d190
SM
7536 * textmodes/ispell.el (ispell-add-per-file-word-list):
7537 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 7538
25666126
LL
75392011-05-03 Leo Liu <sdl.web@gmail.com>
7540
7541 * isearch.el (isearch-yank-pop): New command.
5767d190 7542 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
7543 (isearch-forward): Mention it.
7544
52d3c2d0
SM
75452011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7546
1bcace58
SM
7547 * simple.el (minibuffer-complete-shell-command): Remove.
7548 (minibuffer-local-shell-command-map): Use completion-at-point.
7549 (read-shell-command): Setup completion vars here instead.
7550 (read-expression-map): Bind TAB to symbol completion.
7551
52d3c2d0
SM
7552 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7553 error directly rather via storing it into `results'.
7554
35813471
LL
75552011-05-02 Leo Liu <sdl.web@gmail.com>
7556
7557 * vc/diff.el: Fix description.
7558
e793a940
LMI
75592011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7560
7561 * server.el (server-eval-at): New function.
7562
8de66e05
LMI
75632011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
7565 * net/network-stream.el (open-network-stream): Take a :nowait
7566 parameter and pass it on to `make-network-process'.
7567 (network-stream-open-plain): Ditto.
7568
dcb79f20
AS
75692011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7570
7571 * faces.el (face-spec-set-match-display): Don't match toolkit
7572 options on terminal frames.
7573
14a7fbd8
SM
75742011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7eabc1be
SM
7576 * progmodes/pascal.el: Use lexical binding.
7577 (pascal-mode-map): Remove author preferences.
7578
14a7fbd8
SM
7579 * pcomplete.el (pcomplete-std-complete): Don't abuse
7580 completion-at-point.
7581
50f84510
JB
75822011-04-28 Juanma Barranquero <lekktu@gmail.com>
7583
6e087a44
JB
7584 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7585 removing code that has been dead since 1991 or so.
7586
50f84510
JB
7587 * startup.el (command-line): When warning about "_emacs", use a
7588 delayed warning to allow the user to filter it out.
7589
0ba690bd
DD
75902011-04-28 Deniz Dogan <deniz@dogan.se>
7591
7592 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7593 user has not joined.
7594
08abfaad
SM
75952011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7598 aren't any completions at point.
7599
638f053a
JB
76002011-04-28 Juanma Barranquero <lekktu@gmail.com>
7601
7602 * subr.el (display-delayed-warnings): New function.
7603 (delayed-warnings-hook): New variable.
7604
8fff8daa
SM
76052011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7606
08abfaad
SM
7607 * minibuffer.el (completion-at-point, completion-help-at-point):
7608 Don't presume that a given completion-at-point-function will always
7609 use the same calling convention.
7610
8fff8daa
SM
7611 * pcomplete.el (pcomplete-completions-at-point):
7612 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7613 pcomplete-seen is non-nil.
7614 (pcomplete-comint-setup): Also recognize the new comint/shell
7615 completion functions.
7616 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7617 pcomplete-seen is non-nil.
7618
841a1577 76192011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 7620
841a1577 7621 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 7622 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 7623 the first character in the entry. This allows for code to add its
211ec907
UJ
7624 own uid to the entry.
7625 (icalendar--convert-float-to-ical): Add export of
7626 `diary-float'-entries save for those with the optional DAY
7627 argument.
7628
2a782793
DC
76292011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7630
7631 * subr.el (shell-quote-argument): Use alternate escaping strategy
7632 when we spot a variable reference in a string.
7633
0438ce91
DC
76342011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7635
7636 * cus-start.el (all): Define customization for debug-on-event.
7637
841a1577 76382011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
7639
7640 * subr.el (shell-quote-argument): Escape correctly under Windows.
7641
d090ed6c
SM
76422011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7645
bfd31217
MA
76462011-04-25 Michael Albinus <michael.albinus@gmx.de>
7647
d090ed6c
SM
7648 * net/tramp.el (tramp-process-actions): Add POS argument.
7649 Delete region between POS and (pos).
bfd31217 7650
d090ed6c
SM
7651 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7652 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
7653 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7654
7655 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7656 position in `tramp-process-actions' call.
7657
7658 * net/trampver.el: Update release number.
7659
e92f3bd3
SM
76602011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7661
850256b5
SM
7662 * custom.el (defcustom): Obey lexical-binding.
7663
e92f3bd3
SM
7664 Fix octave-inf completion problems reported by Alexander Klimov.
7665 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7666 Inherit from octave-mode-syntax-table.
7667 (inferior-octave-mode): Set info-lookup-mode.
7668 (inferior-octave-completion-at-point): New function.
7669 (inferior-octave-complete): Use it and completion-in-region.
7670 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7671 comint-filename-completion.
7672 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7673 symbol elements which shouldn't be word elements.
7674 (octave-font-lock-keywords, octave-beginning-of-defun)
7675 (octave-function-header-regexp): Adjust regexps accordingly.
7676 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7677
cd22b309
JB
76782011-04-25 Juanma Barranquero <lekktu@gmail.com>
7679
7680 * net/gnutls.el (gnutls-errorp): Declare before first use.
7681
8b492194
TZ
76822011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7683
7684 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7685 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
7686 default trustfile exists before going to use it. Add missing
7687 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
7688 Reported by Claudio Bley <claudio.bley@gmail.com>.
7689 (open-gnutls-stream): Add usage example.
7690
7691 * net/network-stream.el (network-stream-open-starttls): Give host
7692 parameter to `gnutls-negotiate'.
7693 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 7694 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 7695
841a1577 76962011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 7697
cd22b309
JB
7698 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7699 Use correct match group (bug#8438).
05842630 7700
3ba7869c
CY
77012011-04-24 Chong Yidong <cyd@stupidchicken.com>
7702
512e3ae1
CY
7703 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7704 (package-menu--generate): New arg specifying packages to show.
7705 (package-menu-refresh, package-menu-execute, list-packages):
7706 Callers changed.
7707 (package-show-package-list): New function, replacing deleted
7708 package--list-packages (renamed because it is non-internal).
7709
7710 * finder.el (finder-list-matches): Use package-show-package-list
7711 instead of deleted package--list-packages.
7712
e92f3bd3
SM
7713 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
7714 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
7715 (vc-annotate-mode-map): Bind it to RET.
7716
7031be6d
UR
77172011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7718
7719 * progmodes/etags.el (next-file): Don't use set-buffer to change
7720 buffers (Bug#8478).
7721
4ef177aa
CY
77222011-04-24 Chong Yidong <cyd@stupidchicken.com>
7723
c8d173eb
CY
7724 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
7725
4ef177aa
CY
7726 * apropos.el (apropos-label-face): Avoid variable-pitch face.
7727 (apropos-accumulator): Doc fix.
7728 (apropos-function, apropos-macro, apropos-command)
7729 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7730 (apropos-plist): Add face property.
7731 (apropos-symbols-internal): Fix indentation.
7732 (apropos-print): Simplify help, and recognize apropos-multi-type.
7733 (apropos-print-doc): Use button-type-get to extract the button's
7734 face property. Fill docstring (Bug#8352).
7735
4ffd0d6b 77362011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
7737
7738 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
7739
c6c32125 7740 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 7741 (mpuz-mode-map): Use mapc.
c6c32125
JB
7742 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
7743 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
7744 Fix typos in docstrings.
7745
58d468b4
JB
7746 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
7747 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
7748
6470c3c6
JB
7749 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
7750
4ffd0d6b 77512011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
7752
7753 * minibuffer.el (completion--do-completion): Avoid the "Next char
7754 not unique" prompt if icomplete-mode is enabled (Bug#5849).
7755
3ad8bad0
CY
7756 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
7757 mouse-2 into unread-command-events, it is interpreted correctly.
7758
71d73c9c 7759 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 7760 (image-toggle-display): Doc fix.
71d73c9c 7761
841a1577 77622011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 7763
4ffd0d6b
GM
7764 * textmodes/page.el (what-page): Use line-number-at-pos to
7765 calculate line number (Bug#6825).
6e1dbaa9 7766
c2fb1b60
JB
77672011-04-22 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * eshell/esh-mode.el (find-tag-interactive): Declare function.
7770 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
7771 Pass argument NO-DEFAULT to `find-tag-interactive'.
7772
e02f48d7
JB
77732011-04-22 Juanma Barranquero <lekktu@gmail.com>
7774
7775 Lexical-binding cleanup.
7776
7777 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
7778 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
7779 * progmodes/ada-prj.el (ada-prj-initialize-values)
7780 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
7781 (ada-prj-show-value):
7782 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
7783 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
7784 (antlr-invalidate-context-cache, antlr-options-menu-filter)
7785 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
7786 * progmodes/bug-reference.el (bug-reference-push-button):
7787 * progmodes/fortran.el (fortran-line-length):
7788 * progmodes/glasses.el (glasses-change):
7789 * progmodes/octave-mod.el (octave-fill-paragraph):
7790 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
7791 (python-pdbtrack-grub-for-buffer, python-sentinel):
7792 * progmodes/sql.el (sql-save-connection):
7793 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
7794 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
7795 Mark unused parameters.
7796
7797 * progmodes/compile.el (compilation--flush-directory-cache)
7798 (compilation--flush-parse, compile-internal): Mark unused parameters.
7799 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
7800 (compilation-next-error-function): Remove unused variable `timestamp'.
7801
7802 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
7803 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
7804
7805 * progmodes/dcl-mode.el (dcl-end-of-command):
7806 Remove unused variable `start'.
7807 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7808 (dcl-option-value-basic, dcl-option-value-offset)
7809 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7810 Mark unused parameters.
7811 (dcl-save-local-variable): Remove unused variable `val'.
7812 (mode): Declare.
7813
7814 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7815 Mark unused parameters.
7816 (delphi-ignore-changes): Move before first use.
7817 (delphi-charset-token-at): Remove unused variable `start'.
7818 (delphi-else-start): Remove unused variable `if-count'.
7819 (delphi-comment-block-start, delphi-comment-block-end):
7820 Remove unused variable `kind'.
7821 (delphi-indent-line): Remove unused variable `new-point'.
7822
7823 * progmodes/ebrowse.el (ebrowse-files-list)
7824 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7825 Mark unused parameters. Don't quote `lambda'.
7826 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7827 Don't quote `lambda'.
7828 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7829 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7830 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7831 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7832 Use `ignore-errors'.
7833 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7834 (ebrowse-view/find-file-and-search-pattern)
7835 (ebrowse-view/find-member-declaration/definition):
7836 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7837 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7838 Rename parameter PREFIX-ARG to PREFIX.
7839 (ebrowse-tags-read-name): Remove unused variables `start' and
7840 `member-info'.
7841 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7842 to `tags-file'.
7843
7844 * progmodes/etags.el (local-find-tag-hook): Declare.
7845 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7846 Mark unused parameters.
7847
7848 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7849 (executable-interpret): Mark unused parameter.
7850
7851 * progmodes/flymake.el (flymake-process-sentinel)
7852 (flymake-after-change-function)
7853 (flymake-create-temp-with-folder-structure)
7854 (flymake-get-include-dirs-dot): Mark unused parameters.
7855 (flymake-safe-delete-directory): Remove unused variable `err'.
7856
7857 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7858 (speedbar-timer-fn, speedbar-line-text)
7859 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7860 (speedbar-center-buffer-smartly): Declare functions.
7861 (gdb-find-watch-expression): Remove unused variable `array'.
7862 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7863 (gdb-starting): Mark unused parameters.
7864 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7865 (gdb-table-string): Remove unused variable `res'.
7866 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7867 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7868 (gdb-display-buffer): Remove unused variable `cur-size'.
7869
7870 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7871 allow lexical-binding compilation.
7872 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7873 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7874 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7875 Mark unused parameters.
7876 (gud-gdb-marker-filter): Remove unused variable `match'.
7877 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7878 lambda expressions and funcall them, instead of using `fset'.
7879
7880 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7881 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7882
7883 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7884 variable `header-beg'; use `let'.
7885
7886 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7887 `restart', `last-sexp' and `at-do'.
7888
7889 * progmodes/js.el (js--debug): Mark unused parameter.
7890 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7891 (js--splice-into-items): Remove unused variable `item'.
7892 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7893
7894 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7895 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7896 (makefile-complete): Remove unused variable `try'.
7897 (makefile-fill-paragraph, makefile-match-function-end):
7898 Mark unused parameters.
7899
7900 * progmodes/octave-inf.el (inferior-octave-complete):
7901 Remove unused variable `proc'.
7902 (inferior-octave-output-digest): Mark unused parameter.
7903
7904 * progmodes/perl-mode.el (perl-calculate-indent):
7905 Remove unused variable `err'.
7906
7907 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7908 (prolog-indent-line): Mark unused parameters.
7909 (prolog-indent-line): Remove unused variable `beg'.
7910
7911 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7912 (reporter-dont-compact-list): Declare.
7913
7914 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7915 Remove unused variable `char'.
7916 (sh-debug): Mark unused parameter.
7917 (sh-get-indent-info): Remove unused variable `start'.
7918 (sh-calculate-indent): Remove unused variable `var'.
7919
7920 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7921 (simula-electric-keyword): Remove unused variable `null'.
7922 (simula-search-backward, simula-search-forward): Remove unused
7923 variables `begin' and `end'.
7924
7925 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7926 Remove unused variable `pos'.
7927 (vera-electric-tab, vera-comment-uncomment-region):
7928 Mark unused parameters.
7929 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7930
7ede3b65
CY
79312011-04-22 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * emacs-lisp/package.el (package--builtins, package-alist)
7934 (package-load-descriptor, package-built-in-p, package-activate)
7935 (define-package, package-installed-p)
7936 (package-compute-transaction, package-buffer-info)
7937 (package--push): Doc fix. Distinguish more clearly between
7938 version strings and version lists.
7939
121656e9
JB
79402011-04-21 Juanma Barranquero <lekktu@gmail.com>
7941
7942 Lexical-binding cleanup.
7943
7944 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7945 (5x5-make-mutate-best):
7946 * play/fortune.el (fortune-in-buffer):
7947 * play/gomoku.el (gomoku-init-display):
7948 * play/solitaire.el (solitaire, solitaire-do-check):
7949 * play/tetris.el (tetris-default-update-speed-function):
7950 Mark unused parameters.
7951
7952 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7953 (bubbles--shift): Remove unused variable `char-org'.
7954 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7955 (bubbles--show-images): Remove unused variable `char'.
7956
7957 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7958 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7959 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7960 (decipher-analyze-buffer): Use ?\s.
7961 (decipher-make-checkpoint): Remove unused variable `mapping'.
7962
7963 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7964
7965 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7966 Remove unused variable `result'; use `let'.
7967
7968 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7969 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7970 (gametree-children-shown-p, gametree-compute-reduced-score):
7971 Use `ignore-errors'.
7972
7973 * play/handwrite.el (ps-lpr-switches): Declare.
7974 (handwrite): Remove unused variables `pmin' and `lastp'.
7975
7976 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7977
7978 * play/landmark.el (landmark-init-display)
7979 (landmark-update-naught-weights): Mark unused parameters.
7980 (landmark-y): Remove unused variable `noise'. Simplify.
7981 (landmark-human-plays): Remove unused variable `score'.
7982
7983 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7984 (mpuz-try-proposal): Remove unused variable `game'.
7985
7986 * play/zone.el (life-patterns): Declare.
7987
80f499c7
JB
79882011-04-20 Juanma Barranquero <lekktu@gmail.com>
7989
7990 * vc/vc.el (ediff-vc-internal): Declare function.
7991
024ff170
SM
79922011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7993
c0a193ea
SM
7994 * shell.el: Use lexical-binding and std completion UI.
7995 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7996 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7997 comint-preoutput-filter-functions rather than on
7998 comint-output-filter-functions.
7999 (shell-command-completion, shell--command-completion-data)
8000 (shell-filename-completion, shell-environment-variable-completion)
8001 (shell-c-a-p-replace-by-expanded-directory): New functions.
8002 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8003 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8004 (shell-dynamic-complete-environment-variable): Use them.
8005 (shell-dynamic-complete-as-environment-variable)
8006 (shell-dynamic-complete-as-command): Remove.
8007 (shell-match-partial-variable): Match past point.
8008 * comint.el: Clean up use of completion-at-point-functions.
8009 (comint-completion-at-point): New function.
8010 (comint-mode): Use it completion-at-point-functions.
8011 (comint-dynamic-complete): Make it obsolete.
8012 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8013 (comint-c-a-p-replace-by-expanded-history): New function.
8014 (comint-dynamic-complete-functions)
8015 (comint-replace-by-expanded-history): Use it.
8016 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8017 termination strings. Try harder to avoid second try-completion.
8018 (completion-in-region-mode-map): Disable bindings that don't work yet.
8019
2dbaa080
SM
8020 * comint.el: Use lexical-binding. Require CL.
8021 (comint-dynamic-complete-functions): Use comint-filename-completion.
8022 (comint-completion-addsuffix): Tweak custom type.
8023 (comint-filename-completion, comint--common-suffix)
8024 (comint--common-quoted-suffix, comint--table-subvert)
8025 (comint--complete-file-name-data): New functions.
8026 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8027 (comint-dynamic-list-filename-completions): Use them.
8028 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8029
2dbaa080
SM
8030 * minibuffer.el (completion-in-region-mode):
8031 Keep completion-in-region-mode--predicate global.
8032 (completion-in-region--postch):
8033 Assume completion-in-region-mode--predicate is not null.
8034
c79a6f38
SM
8035 * progmodes/flymake.el (flymake-start-syntax-check-process):
8036 Obey `dir'. Simplify.
8037
024ff170
SM
8038 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8039 we're in VC after all.
8040
1c6c854e
CS
80412011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8042
8043 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8044 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8045 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8046
bed7f140
SM
80472011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8048
332e62ab
SM
8049 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8050 add sanity check.
8051
bed7f140
SM
8052 * obsolete/erc-hecomplete.el: Make obsolete.
8053 * obsolete/: Standardize obsolescence info in the header.
8054
f195c582
GM
80552011-04-20 Glenn Morris <rgm@gnu.org>
8056
8057 * calendar/solar.el (solar-horizontal-coordinates):
8058 Use the longitude argument rather than `calendar-longitude'.
8059 (solar-date-next-longitude): Remove unused locals.
8060
cb79b8c0
VJL
80612011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8062
8063 * whitespace.el: New version 13.2.1.
8064
80652011-04-20 felix <EmacsWiki> (tiny change)
8066
d8e4b68b 8067 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8068 switching between major modes on a file.
8069
602ea69d
SM
80702011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8073 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8074 multi-line comments as well.
8075
06b60517
JB
80762011-04-19 Juanma Barranquero <lekktu@gmail.com>
8077
8078 Lexical-binding cleanup.
8079
8080 * arc-mode.el (archive-mode-revert):
8081 * cmuscheme.el (scheme-interactively-start-process):
8082 * custom.el (custom-initialize-delay):
8083 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8084 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8085 * emacs-lock.el (emacs-lock-clear-sentinel):
8086 * ezimage.el (defezimage):
8087 * follow.el (follow-avoid-tail-recenter):
8088 * fringe.el (set-fringe-mode-1):
8089 * generic-x.el (bat-generic-mode-compile):
8090 * help-mode.el (help-info-variable, help-do-xref)
8091 (help-mode-revert-buffer):
8092 * help.el (view-emacs-todo):
8093 * iswitchb.el (iswitchb-completion-help):
8094 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8095 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8096 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8097 * locate.el (locate-update):
8098 * longlines.el (longlines-encode-region)
8099 (longlines-after-change-function):
8100 * outline.el (outline-isearch-open-invisible):
8101 * ps-def.el (declare-function, charset-dimension, char-width)
8102 (encode-char):
8103 * ps-mule.el (ps-mule-plot-string):
8104 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8105 (recentf-edit-list-select, recentf-edit-list-validate)
8106 (recentf-open-files-action):
8107 * rect.el (delete-whitespace-rectangle-line)
8108 (rectangle-number-line-callback):
8109 * register.el (window-configuration-to-register)
8110 (frame-configuration-to-register):
8111 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8112 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8113 (xselect-convert-to-targets, xselect-convert-to-delete)
8114 (xselect-convert-to-filename, xselect-convert-to-charpos)
8115 (xselect-convert-to-lineno, xselect-convert-to-colno)
8116 (xselect-convert-to-os, xselect-convert-to-host)
8117 (xselect-convert-to-user, xselect-convert-to-class)
8118 (xselect-convert-to-name, xselect-convert-to-integer)
8119 (xselect-convert-to-atom, xselect-convert-to-identity):
8120 * subr.el (declare, ignore, process-kill-without-query)
8121 (text-clone-maintain):
8122 * terminal.el (te-get-char, te-tic-sentinel):
8123 * tool-bar.el (tool-bar-make-keymap):
8124 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8125 * type-break.el (type-break-mode, type-break-noninteractive-query):
8126 * view.el (View-back-to-mark):
8127 * wid-browse.el (widget-browse-action, widget-browse-widget)
8128 (widget-browse-widgets, widget-browse-sexp):
8129 * widget.el (define-widget-keywords):
8130 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8131 Mark unused parameters.
8132
8133 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8134 (align-areas): Remove unused variable `look'.
8135 (align-region): Remove unused variables `real-end' and `pos-list'.
8136
8137 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8138
8139 * bindings.el (mode-line-modified, mode-line-remote):
8140 Mark unused parameters.
8141 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8142
8143 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8144 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8145
8146 * comint.el (comint-history-isearch-pop-state)
8147 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8148 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8149 (comint-substitute-in-file-name): Doc fix.
8150
8151 * completion.el (cmpl-statistics-block): Mark unused parameter.
8152 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8153 (save-completions-to-file, load-completions-from-file):
8154 Remove unused local variable `e'.
8155
8156 * composite.el (compose-chars): Remove unused variable `len'.
8157 (lgstring-insert-glyph): Remove unused variable `g'.
8158 (compose-glyph-string): Remove unused variables `ascent',
8159 `descent', `lbearing' and `rbearing'.
8160 (compose-glyph-string-relative): Remove unused variables
8161 `lbearing', `rbearing' and `wadjust'.
8162 (compose-gstring-for-graphic): Remove unused variables `header',
8163 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8164 (compose-gstring-for-terminal): Remove unused variables `header'
8165 and `nchars'. Use `let', not `let*'.
8166
8167 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8168 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8169 (Custom-buffer-done, custom-buffer-create-internal)
8170 (custom-browse-visibility-action, custom-browse-group-tag-action)
8171 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8172 (widget-magic-mouse-down-action, custom-toggle-parent)
8173 (custom-add-parent-links, custom-toggle-hide-variable)
8174 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8175 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8176 (custom-face-menu-create, custom-variable-menu-create, get)
8177 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8178 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8179 (customize-apropos): Remove unused variable `tests'.
8180 (custom-group-value-create): Remove unused variable `hidden-p'.
8181 (sort-fold-case): Declare.
8182
8183 * cus-theme.el (custom-reset-standard-faces-list)
8184 (custom-reset-standard-variables-list): Declare.
8185 (customize-create-theme, custom-theme-revert, custom-theme-write)
8186 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8187 Mark unused parameters.
8188
8189 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8190
8191 * delim-col.el (delimit-columns-max): Move defvar before first use.
8192
8193 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8194 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8195
8196 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8197 (auto-insert): Declare.
8198 (desktop-restore-file-buffer): Rename desktop-* parameters;
8199 mark unused ones.
8200 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8201 (desktop-buffer): Rename desktop-* parameters.
8202
8203 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8204 (dframe-reposition-frame-xemacs, dframe-help-echo)
8205 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8206 Mark unused parameters.
8207
8208 * dired-aux.el (backup-extract-version-start, overwrite-query)
8209 (overwrite-backup-query, rename-regexp-query)
8210 (rename-non-directory-query): Declare.
8211 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8212 (dired-add-entry): Remove unused variable `orig-file-name'.
8213 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8214 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8215 `dired-copy-preserve-time' directly.
8216 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8217 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8218
8219 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8220 (dired-virtual-revert, dired-make-relative-symlink):
8221 Mark unused parameters.
8222 (manual-program): Declare.
8223 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8224 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8225 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8226
8227 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8228
8229 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8230
8231 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8232 Declare.
8233
8234 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8235
8236 * electric.el (Electric-command-loop): Rename parameter
8237 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8238
8239 * expand.el (expand-in-literal): Remove unused variable `here'.
8240
8241 * facemenu.el (facemenu-add-new-color):
8242 Remove unused variable `docstring'.
8243
8244 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8245 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8246 (face-attr-construct): Mark unused parameter. Doc fix.
8247 (read-color): Remove unused variable `hex-string'.
8248
8249 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8250 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8251 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8252 (display-buffer-other-frame): Remove unused variable `old-window'.
8253 (kill-buffer-hook): Declare.
8254 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8255 Mark unused parameters.
8256 (after-find-file): Pass 1 to `auto-save-mode', not t.
8257
8258 * files-x.el (auto-insert): Declare.
8259 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8260
8261 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8262 variable `buf'. Mark unused parameter.
06b60517
JB
8263 (find-lisp-insert-directory): Mark unused parameter.
8264
8265 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8266 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8267 (format-common-tail): Remove, unused.
8268 (format-deannotate-region): Remove unused variable `loc'.
8269 (format-annotate-region): Remove unused variable `p'.
8270 (format-annotate-single-property-change): Remove unused variables
8271 `default' and `tail'.
8272
8273 * forms.el (read-file-filter): Declare.
8274 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8275
8276 * frame.el (frame-creation-function-alist): Mark unused parameter.
8277 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8278
8279 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8280 Remove unused parameters.
8281 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8282 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8283
8284 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8285 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8286 (hfy-prepare-tag-map): Mark unused parameters.
8287 (htmlfontify-buffer): Use `called-interactively-p'.
8288
8289 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8290 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8291 (ibuffer-do-occur): Mark unused parameters.
8292 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8293 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8294
8295 * ibuffer.el: Don't quote `lambda'.
8296 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8297 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8298 Mark unused parameters.
8299
8300 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8301 (ido-completing-read): Mark unused parameters.
8302 (ido-copy-current-word): Mark unused parameters;
8303 remove unused variable `name'.
8304 (ido-sort-merged-list): Remove unused parameter `dirs'.
8305
8306 * ielm.el (ielm-input-sender): Mark unused parameter.
8307 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8308 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8309 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8310 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8311 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8312
8313 * image-dired.el (image-dired-display-thumbs): Remove unused
8314 variables `curr-file' and `count'.
8315 (image-dired-remove-tag): Remove unused variable `start'.
8316 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8317 variable `curr-file'
8318 (image-dired-rotate-original): Remove unused variable `temp-file'.
8319 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8320 Remove unused variable `file'.
8321 (image-dired-gallery-generate): Remove unused variable `curr'.
8322 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8323
8324 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8325
8326 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8327
8328 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8329
8330 * isearch.el (minibuffer-history-symbol): Declare.
8331 (isearch-edit-string): Remove unused variable `err'.
8332 (isearch-message-prefix, isearch-message-suffix):
8333 Mark unused parameters.
8334
8335 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8336
8337 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8338
8339 * makesum.el (double-column): Remove unused variable `cnt'.
8340
8341 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8342 (ido-ignore-item-temp-list): Declare.
8343
8344 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8345 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8346 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8347 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8348 `mouse-col-delta'.
8349
8350 * mouse-sel.el (mouse-extend-internal):
8351 Remove unused variable `orig-window-frame'.
8352
8353 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8354 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8355 Move declarations before first use.
8356 (pcomplete-opt): Mark unused parameters; doc fix.
8357
8358 * proced.el (proced-revert): Mark unused parameter.
8359 (proced-send-signal): Remove unused variable `err'.
8360
8361 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8362 Rename parameter PREFIX-ARG to ARG.
8363 (ps-basic-plot-string, ps-basic-plot-whitespace):
8364 Mark unused parameters.
8365
8366 * replace.el (replace-count): Define.
8367 (occur-revert-function): Mark unused parameters.
8368 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8369 (isearch-case-fold-search, isearch-string): Declare.
8370 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8371 bind `case-fold-search'. Remove unused variables `beg' and `end',
8372 and simplify.
8373 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8374 COUNT and bind `replace-count'.
8375 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8376 to COUNT.
8377
8378 * savehist.el (print-readably, print-string-length): Declare.
8379
8380 * shadowfile.el (shadow-expand-cluster-in-file-name):
8381 Remove unused variable `cluster'.
8382 (shadow-copy-file): Remove unused variable `i'.
8383 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8384 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8385 (shadow-define-literal-group, shadow-define-regexp-group)
8386 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8387
8388 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8389 (shell): Use `called-interactively-p'.
8390 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8391
8392 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8393 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8394 (delete-backward-char): Remove unused variable `ocol'.
8395 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8396 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8397 (event-apply-hyper-modifier, event-apply-shift-modifier)
8398 (event-apply-control-modifier, event-apply-meta-modifier):
8399 Mark unused parameters.
8400 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8401 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8402
8403 * speedbar.el (speedbar-ignored-directory-expressions)
8404 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8405 (speedbar-find-file, speedbar-dir-follow)
8406 (speedbar-directory-buttons-follow, speedbar-tag-find)
8407 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8408 (speedbar-buffers-line-directory, speedbar-buffer-click):
8409 Mark unused parameters.
8410 (speedbar-tag-file): Remove unused variable `mode'.
8411 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8412
8413 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8414
8415 * talk.el (talk): Remove unused variable `display'.
8416
8417 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8418 (tar-write-region-annotate): Mark unused parameter.
8419
8420 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8421 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8422 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8423 warning by another.
8424
8425 * time-stamp.el (time-stamp-string-preprocess):
8426 Remove unused variable `require-padding'.
8427
8428 * tree-widget.el (widget-glyph-enable): Declare.
8429 (tree-widget-action): Mark unused parameter.
8430
8431 * w32-fns.el (x-get-selection): Mark unused parameter.
8432 (autoload-make-program, generated-autoload-file): Declare.
8433
8434 * wdired.el (wdired-revert): Mark unused parameters.
8435 (wdired-xcase-word): Remove unused variable `err'.
8436
8437 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8438 (whitespace-help-scroll): Remove unused variable `data-help'.
8439
8440 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8441 (widget-image-insert, widget-after-change, default)
8442 (widget-default-format-handler, widget-default-notify)
8443 (widget-default-prompt-value, widget-info-link-action)
8444 (widget-url-link-action, widget-function-link-action)
8445 (widget-variable-link-action, widget-file-link-action)
8446 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8447 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8448 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8449 (widget-insert-button-action, widget-delete-button-action, visibility)
8450 (widget-documentation-link-action, widget-documentation-string-action)
8451 (widget-const-prompt-value, widget-regexp-match, symbol)
8452 (widget-coding-system-prompt-value)
8453 (widget-key-sequence-value-to-external, sexp)
8454 (widget-sexp-value-to-internal, character, vector, cons)
8455 (widget-choice-prompt-value, widget-boolean-prompt-value)
8456 (widget-color--choose-action): Mark unused parameters.
8457 (widget-item-match-inline, widget-choice-match-inline)
8458 (widget-checklist-match, widget-checklist-match-inline)
8459 (widget-group-match): Rename parameter VALUES to VALS.
8460 (widget-field-value-set): Remove unused variable `size'.
8461 (widget-color-action): Remove unused variables `value' and `start'.
8462
8463 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8464 variable `dir'. Doc fix.
06b60517
JB
8465 (windmove-find-other-window): Don't pass it.
8466
8467 * window.el (count-windows): Mark unused parameter.
8468 (bw-adjust-window): Remove unused variable `err'.
8469
8470 * woman.el (woman-file-name): Remove unused variable `default'.
8471 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8472 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8473 (global-font-lock-mode): Declare.
8474 (woman-decode-region): Mark unused parameter.
8475 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8476
8477 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8478 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8479 (x-dnd-handle-moz-url): Remove unused variable `title'.
8480 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8481
8482 * xml.el (xml-parse-tag, xml-parse-attlist):
8483 Remove unused variable `pos'.
8484
bc4f7f3d
GM
84852011-04-19 Glenn Morris <rgm@gnu.org>
8486
8487 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8488 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8489 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8490 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8491 * calendar/cal-html.el (cal-html-insert-minical):
8492 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8493 (calendar-mark-date-pattern):
8494 Prefix "unused" locals.
8495
8496 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8497 optional argument `style'.
8498
8499 * calendar/appt.el (appt-make-list):
8500 * calendar/cal-china.el (calendar-chinese-date-string):
8501 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8502 (diary-hebrew-yahrzeit):
8503 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8504 * calendar/calendar.el (calendar-generate-window):
8505 * calendar/time-date.el (time-to-days):
8506 Remove unused local variables.
8507
16a43933
CY
85082011-04-18 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8511 glyphless-char-display table.
8512 (tabulated-list-glyphless-char-display): New var.
8513
7eed1860
SS
85142011-04-18 Sam Steingold <sds@gnu.org>
8515
8516 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8517 to acknowledgments.
8518
4d2d1ccd
GM
85192011-04-17 Glenn Morris <rgm@gnu.org>
8520
8521 * calendar/diary-lib.el (diary-sexp-entry):
8522 * calendar/holidays.el (holiday-sexp):
8523 Set debug-on-error rather than the removed stack-trace-on-error.
8524
239da61d
GM
85252011-04-16 Glenn Morris <rgm@gnu.org>
8526
8527 * progmodes/f90.el: Use lexical-binding.
8528 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8529
8b05752a
SM
85302011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8531
daca8ba5
SM
8532 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8533 (mail-mode): Setup mailalias completion here instead.
8534 * mail/mailalias.el: Use lexical-binding.
8535 (pattern, mailalias-done): Declare dynamic.
8536 (mail-completion-at-point-function): New function, from mail-complete.
8537 (mail-complete): Use it.
8538 (mail-completion-expand): New function.
8539 (mail-get-names): Use it.
8540 (mail-directory, mail-directory-process, mail-directory-stream):
8541 Don't use `pattern' for lexically bound arg.
8542
6f542485
SM
8543 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8544
037e7c3f
SM
8545 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8546 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8547 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8548
8b05752a
SM
8549 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8550 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8551 (byte-interactive-p): Define them again, for use when inlining
8552 old code.
8553
49093f60
JB
85542011-04-15 Juanma Barranquero <lekktu@gmail.com>
8555
8556 * loadup.el: Use `string-to-number', not `string-to-int'.
8557
b5b8e7de
SM
85582011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8561 gud-gdb-complete-command.
8562 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8563 (gud-gdb-completion-at-point): New function.
8564 (gud-gdb-completions): Remove.
8565
f42efeb5
MA
85662011-04-14 Michael Albinus <michael.albinus@gmx.de>
8567
49093f60
JB
8568 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8569 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8570 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8571 whether `executable-find' is bound.
f42efeb5
MA
8572
8573 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8574
e240cc21
SM
85752011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * minibuffer.el (completion-in-region-mode-predicate)
8578 (completion-in-region-mode--predicate): New vars.
8579 (completion-in-region, completion-in-region--postch)
8580 (completion-in-region-mode): Use them.
8581 (completion--capf-wrapper): Also return the hook function.
8582 (completion-at-point, completion-help-at-point):
8583 Adjust and provide a predicate.
c2bd2ab0
SM
8584
8585 Preserve arg names for advice of subr and lexical functions (bug#8457).
8586 * help-fns.el (help-function-arglist): Consolidate the subr and
8587 new-byte-code cases. Add argument `preserve-names' to extract names
8588 from the docstring when needed.
8589 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8590 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8591 (ad-arglist): Use help-function-arglist's new arg.
8592 (ad-definition-type): Use cond.
8593
c183f693
JB
85942011-04-13 Juanma Barranquero <lekktu@gmail.com>
8595
06641a47
JB
8596 * autorevert.el (auto-revert-handler):
8597 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8598 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8599 Don't quote lambda.
8600
c183f693
JB
8601 * image-mode.el (image-transform-set-scale):
8602 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8603
1e3b6001
G
86042011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8605
8606 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 8607 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
8608 Upgrades via gnutls-cli are too slow to be done opportunistically.
8609
2d6af8dd
JB
86102011-04-12 Juanma Barranquero <lekktu@gmail.com>
8611
8612 * dframe.el (dframe-current-frame): Remove spurious quote.
8613
c0749a51
GM
86142011-04-12 Glenn Morris <rgm@gnu.org>
8615
088d0d61
GM
8616 * calendar/cal-tex.el (cal-tex-end-document):
8617 Try to automatically use latin1 input if needed.
8618
c0749a51
GM
8619 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8620 Don't try to cons a mark onto an empty element.
8621
5c90fde0
LL
86222011-04-11 Leo Liu <sdl.web@gmail.com>
8623
8624 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8625 buffers.
8626 (ido-kill-buffer-at-head): Support killing virtual buffers.
8627
369e974d
CY
86282011-04-10 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * minibuffer.el (completion-show-inline-help): New var.
8631 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
8632 (minibuffer-force-complete, minibuffer-complete-word):
8633 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
8634
8635 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8636 to avoid interference from inline help (Bug#5849).
8637
37f1c930
LL
86382011-04-10 Leo Liu <sdl.web@gmail.com>
8639
099c39a4
JB
8640 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8641 Fix typo.
37f1c930 8642
a32d4040
CY
86432011-04-09 Chong Yidong <cyd@stupidchicken.com>
8644
8645 * image-mode.el (image-toggle-display-image): Signal an error if
8646 not in Image mode.
8647 (image-transform-mode, image-transform-resize)
8648 (image-transform-set-rotation): Doc fix.
daca8ba5 8649 (image-transform-set-resize): Delete.
a32d4040
CY
8650 (image-transform-set-scale, image-transform-fit-to-height)
8651 (image-transform-fit-to-width): Handle image-toggle-display-image
8652 and image-transform-resize directly.
8653
099c39a4 86542011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
8655
8656 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
8657 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8658 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
8659 (doc-view-mode-map): Add bindings for the new functions.
8660
099c39a4 86612011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 8662
4d61f28d 8663 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
8664 Fix typo in docstring.
8665
3726838a
EZ
86662011-04-08 Eli Zaretskii <eliz@gnu.org>
8667
04f33f1e
EZ
8668 * files.el (file-size-human-readable): Produce one digit after
8669 decimal, like "ls -lh" does.
8670
8671 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8672 the file size representation.
8673
3726838a
EZ
8674 * simple.el (list-processes): If async subprocesses are not
8675 available, error out with a clear error message.
8676
cbb59342
CY
86772011-04-08 Chong Yidong <cyd@stupidchicken.com>
8678
8679 * help.el (help-form-show): New function, to be called from C.
8680 Put help-form output in a buffer named differently than *Help*.
8681
e3971c44
EZ
86822011-04-08 Eli Zaretskii <eliz@gnu.org>
8683
8684 * files.el (file-size-human-readable): New function.
8685
8686 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8687 computing the representation inline. Don't require `cl'.
8688
12544bbe
GM
86892011-04-08 Glenn Morris <rgm@gnu.org>
8690
a1de6c6a
GM
8691 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8692
3c4671f4
GM
8693 * net/browse-url.el (browse-url-firefox):
8694 Test system-type, not system-configuration.
8695
b605679c
GM
8696 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8697 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8698 Use log-edit-empty-buffer-p. (Bug#7598)
8699
56442f0c
GM
8700 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8701 (rlogin-mode-map): Initialize in the defvar.
8702 (rlogin): Use ignore-errors.
8703
12544bbe
GM
8704 * replace.el (occur-mode-map): Some fixes for menu items.
8705
eb237b0f
AH
87062011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8707
8708 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
8709
7d668f2c
CY
87102011-04-06 Chong Yidong <cyd@stupidchicken.com>
8711
e67a13ab
CY
8712 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
8713 issuing unused warnings.
8714
8715 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
8716 macro directly.
8717
7d668f2c
CY
8718 * simple.el: Lisp reimplement of list-processes. Based on an
8719 earlier reimplementation by Leo Liu, but using tabulated-list.el.
8720 (process-menu-mode): New major mode.
8721 (list-processes--refresh, list-processes):
8722 (process-menu-visit-buffer): New functions.
8723
8724 * files.el (save-buffers-kill-emacs): Don't assume any return
8725 value of list-processes, which is undocumented anyway.
8726
a83ec3c9
CY
87272011-04-06 Chong Yidong <cyd@stupidchicken.com>
8728
8729 * emacs-lisp/tabulated-list.el: New file.
8730
e91a96fe
CY
8731 * emacs-lisp/package.el: Use Tabulated List mode.
8732 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
8733 (package-menu-mode): Derive from tabulated-list-mode. Set up the
8734 table format using Tabulated List mode variables.
8735 (package--push): New macro, replacing package-list-maybe-add.
8736 (package-menu--generate): Use package--push. Renamed from
8737 package--generate-package-list.
8738 (package-menu-refresh, list-packages): Use it.
daca8ba5 8739 (package-menu--print-info): Rename from package-print-package.
e91a96fe 8740 Return insertion data instead of inserting it directly.
099c39a4
JB
8741 (package-menu-describe-package, package-menu-execute):
8742 Use tabulated-list-get-id.
e91a96fe
CY
8743 (package-menu-mark-delete, package-menu-mark-install)
8744 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
8745 (package-menu-mark-obsolete-for-deletion):
8746 Use tabulated-list-put-tag.
e91a96fe
CY
8747 (package--list-packages, package-menu-revert)
8748 (package-menu-get-package, package-menu-get-version)
8749 (package-menu-sort-by-column): Functions deleted.
8750 (package-menu-package-list, package-menu-sort-key): Vars deleted.
8751 (package-menu--status-predicate, package-menu--version-predicate)
8752 (package-menu--name-predicate)
8753 (package-menu--description-predicate): Handle arguments in the
8754 Tabulated List format.
8755 (package-list-packages-no-fetch): Call list-packages.
8756
3e214b50
JB
87572011-04-06 Juanma Barranquero <lekktu@gmail.com>
8758
8759 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 8760 (after-find-file): Don't bind it.
3e214b50
JB
8761 (revert-buffer-in-progress-p): New variable.
8762 (revert-buffer): Bind it.
8763 Pass nil for `after-find-file-from-revert-buffer'.
8764
8765 * saveplace.el (save-place-find-file-hook): Use new variable
8766 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
8767
3f0f1700
GM
87682011-04-06 Glenn Morris <rgm@gnu.org>
8769
c0274801
GM
8770 * Makefile.in (AUTOGEN_VCS): New variable.
8771 (autoloads): Use $AUTOGEN_VCS.
8772
3f0f1700
GM
8773 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
8774 * calendar/calendar.el (calendar-mode-map):
8775 Check for toolkit scroll bars. (Bug#8305)
8776
41ea9e48
CY
87772011-04-05 Chong Yidong <cyd@stupidchicken.com>
8778
8779 * minibuffer.el (completion-in-region--postch)
8780 (completion-in-region-mode): Remove unnecessary messages.
8781
6194c800
JB
87822011-04-05 Juanma Barranquero <lekktu@gmail.com>
8783
33256f14
JB
8784 * font-lock.el (font-lock-refresh-defaults):
8785 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
8786 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
8787
6194c800
JB
8788 * info.el (Info-directory-list, Info-read-node-name-2)
8789 (Info-split-parameter-string): Doc fixes.
8790 (Info-virtual-nodes): Reflow docstring.
8791 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
8792 (Info-apropos-toc-nodes, info-finder, Info-get-token)
8793 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
8794 Fix typos in docstrings.
8795 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
8796 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
8797 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
8798 (Info-restore-desktop-buffer): Mark unused parameters.
8799 (Info-directory-find-file, Info-directory-find-node)
8800 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
8801 (Info-virtual-index-find-node, Info-apropos-find-file)
8802 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 8803 Mark unused parameters; fix typos in docstrings.
6194c800
JB
8804 (Info-virtual-index): Remove unused local variable `nodename'.
8805
b87a8200 88062011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 8807
b87a8200
DD
8808 * net/rcirc.el: Update my e-mail address.
8809 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 8810
3b2ff876
CY
88112011-04-05 Chong Yidong <cyd@stupidchicken.com>
8812
8813 * startup.el (command-line): Save the cursor's theme-face
8814 directly, instead of using face-override-spec.
8815
8816 * custom.el (load-theme): Minor optimization in assigning faces.
8817
8d17e7ca
JB
88182011-04-04 Juanma Barranquero <lekktu@gmail.com>
8819
8820 * help-fns.el (describe-variable): Complete all variables having
8821 documentation, including keywords.
8822 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8823
2fbc1934
JB
88242011-04-04 Juanma Barranquero <lekktu@gmail.com>
8825
8826 Convert to lexical-binding.
8827
8828 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8829 (bs--get-marked-string, bs--get-modified-string)
8830 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8831 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8832 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8833
8834 * ehelp.el (electric-help-execute-extended)
8835 (electric-help-ctrl-x-prefix):
8836 * hexl.el (hexl-revert-buffer-function):
8837 * linum.el (linum-after-change, linum-after-scroll):
8838 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8839
8840 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8841
74f50695
DU
88422011-04-04 Daiki Ueno <ueno@unixuser.org>
8843
8844 * epa-dired.el:
8845 * epa-mail.el:
8846 * epa-hook.el:
8847 * epa-file.el:
8848 * epa.el:
8849 * epg.el: Use lexical binding.
8850
c11325f7
CY
88512011-04-03 Chong Yidong <cyd@stupidchicken.com>
8852
0d9e9a12
CY
8853 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8854
c11325f7 8855 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
8856 dictionary case for flyspell-mark-duplications-exceptions.
8857 Use regexp matching for languages.
c11325f7
CY
8858 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8859 default dictionary (Bug#7926).
8860
da91b5f2
CY
88612011-04-02 Chong Yidong <cyd@stupidchicken.com>
8862
099c39a4
JB
8863 * emacs-lisp/package.el (package--with-work-buffer):
8864 Recognize https URLs.
da91b5f2 8865
099c39a4
JB
8866 * net/network-stream.el: Move from gnus/proto-stream.el.
8867 Change prefix to network-stream throughout.
da91b5f2
CY
8868 (open-protocol-stream): Merge into open-network-stream, leaving
8869 open-protocol-stream as an alias. Handle nil BUFFER args.
8870
8871 * subr.el (open-network-stream): Move to net/network-stream.el.
8872
afa8e9f6
GM
88732011-04-02 Glenn Morris <rgm@gnu.org>
8874
1d2e369d
GM
8875 * find-dired.el (find-exec-terminator): New option.
8876 (find-ls-option): Test for -ls support.
8877 (find-ls-subdir-switches): Test for -b in find-ls-option.
8878 (find-dired, find-grep-dired): Doc fixes.
8879 (find-dired): Use find-exec-terminator.
8880
8abb7da8 8881 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
8882 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8883 (find-name-arg): Remove purecopy.
8abb7da8 8884
f3ca7378
GM
8885 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8886 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8887 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8888 accordingly. Don't add the null-device if not needed.
8889
afa8e9f6
GM
8890 * files.el (save-some-buffers): Doc fix.
8891
35eae264
EZ
88922011-04-02 Eli Zaretskii <eliz@gnu.org>
8893
8894 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8895
26b51db5
JB
88962011-04-01 Juanma Barranquero <lekktu@gmail.com>
8897
8898 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8899 Use `dolist' rather than `mapcar'.
8900
7200d79c
SM
89012011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8902
03408648 8903 Add lexical binding.
7200d79c 8904
03408648
SM
8905 * subr.el (apply-partially): Use new closures rather than CL.
8906 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8907 (dolist, dotimes): Use slightly different expansion for lexical code.
8908 (functionp): Move to C.
8909 (letrec): New macro.
8910 (with-wrapper-hook): Use it and apply-partially instead of CL.
8911 (eval-after-load): Preserve lexical-binding.
8912 (save-window-excursion, with-output-to-temp-buffer): Turn them
8913 into macros.
7200d79c 8914
03408648
SM
8915 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8916
8917 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8918 than the arglist.
8919 (help-add-fundoc-usage): Don't add `Not documented'.
8920 (help-function-arglist): Handle closures, subroutines, and new
8921 byte-code-functions.
8922 (help-make-usage): Remove leading underscores.
8923 (describe-function-1): Handle closures.
8924 (describe-variable): Use special-variable-p for completion.
8925
8926 * files.el (lexical-binding): Declare safe.
f488fb65 8927
03408648
SM
8928 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8929 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8930 (pcase): Add `let' pattern.
8931 Change memoization so it actually works.
8932 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8933 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8934 <let>: New case.
f488fb65 8935
03408648
SM
8936 * emacs-lisp/macroexp.el: Use lexical binding.
8937 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8938 Don't convert ' to #' without checking that it's indeed quoting
8939 a lambda.
8940
8941 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 8942 Use eval-sexp-add-defvars.
03408648
SM
8943 (eval-sexp-add-defvars): New fun.
8944
8945 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8946
8947 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8948 Don't autoload.
8949 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8950 than the internal `byte-compile-lambda'.
8951 (defmethod): Don't hide code under quotes.
8952 (eieio-defmethod): New `code' argument.
8953
8954 * emacs-lisp/eieio-comp.el: Remove.
8955
8956 * emacs-lisp/edebug.el (edebug-eval-defun)
8957 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8958 (edebug-toggle): Avoid `eval'.
8959
8960 * emacs-lisp/disass.el (disassemble-internal): Handle new
8961 `closure' objects.
8962 (disassemble-1): Handle new byte codes.
8963
8964 * emacs-lisp/cl.el (pushnew): Silence warning.
8965
8966 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8967 (cl-byte-compile-throw): Remove.
8968 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8969
8970 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8971 closures.
8972
8973 * emacs-lisp/cconv.el: New file.
8974
8975 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8976 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8977 (byte-compile-initial-macro-environment):
8978 Handle declare-function here.
8979 (byte-compile--lexical-environment): New var.
8980 (byte-stack-ref, byte-stack-set, byte-discardN)
8981 (byte-discardN-preserve-tos): New lap codes.
8982 (byte-interactive-p): Don't use any more.
8983 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8984 New macros.
8985 (byte-compile-lapcode): Use them and handle new lap codes.
8986 (byte-compile-obsolete): Remove.
8987 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8988 (byte-compile-arglist-warn): Check late def of inlinable funs.
8989 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8990 since they should have been expanded by now.
8991 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8992 (byte-compile-from-buffer): Remove unused second arg.
8993 (byte-compile-preprocess): New function.
8994 (byte-compile-toplevel-file-form): New function to distinguish
8995 file-form calls from outside from file-form calls from hunk-handlers.
8996 (byte-compile-file-form): Simplify.
8997 (byte-compile-file-form-defsubst): Remove.
8998 (byte-compile-file-form-defmumble): Simplify now that
8999 byte-compile-lambda always returns a byte-code-function.
9000 (byte-compile): Preprocess.
9001 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9002 Remove, not used any more.
9003 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9004 (byte-compile-make-args-desc): New funs.
9005 (byte-compile-lambda): Handle lexical functions. Always return
9006 a byte-code-function.
9007 (byte-compile-reserved-constants): New var, to make up room for
9008 closed-over variables.
9009 (byte-compile-constants-vector): Obey it.
9010 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9011 (byte-compile-macroexpand-declare-function): New function.
9012 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9013 byte-code-functions.
9014 (byte-compile-form): Check obsolescence here.
9015 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9016 (byte-compile-variable-ref): Remove.
9017 (byte-compile-dynamic-variable-op): New fun.
9018 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9019 (byte-compile-variable-set): New funs.
9020 (byte-compile-discard): Add 2 args.
9021 (byte-compile-stack-ref, byte-compile-stack-set)
9022 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9023 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9024 macroexpand-all instead.
9025 (byte-compile-quote-form): Remove.
9026 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9027 (byte-compile-bind, byte-compile-unbind): New funs.
9028 (byte-compile-let): Handle let* and lexical binding.
9029 (byte-compile-let*): Remove.
9030 (byte-compile-catch, byte-compile-unwind-protect)
9031 (byte-compile-track-mouse, byte-compile-condition-case):
9032 Handle a new :fun-body form, used for lexical scoping.
9033 (byte-compile-save-window-excursion)
9034 (byte-compile-with-output-to-temp-buffer): Remove.
9035 (byte-compile-defun): Simplify.
9036 (byte-compile-stack-adjustment): New fun.
9037 (byte-compile-out): Use it.
9038 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9039
9040 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9041 handler any more.
9042
9043 * emacs-lisp/byte-opt.el: Use lexical binding.
9044 (byte-inline-lapcode): Remove (to bytecomp).
9045 (byte-compile-inline-expand): Pay attention to inlining to/from
9046 lexically bound code.
9047 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9048 any more.
9049 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9050 any more and don't call compiler-macros.
9051 (byte-compile-splice-in-already-compiled-code): Remove.
9052 (byte-code): Don't inline any more.
9053 (disassemble-offset): Receive `bytes' as argument rather than via
9054 dynamic scoping.
9055 (byte-compile-tag-number): Declare before first use.
9056 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9057 `return' even if make-spliceable.
9058 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9059 obsolete interactive-p.
9060 (byte-optimize-lapcode): Optimize new lap-codes.
9061 Don't trip up on new form of `byte-constant' lap code.
9062
9063 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9064
9065 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9066
9067 * custom.el (custom-initialize-default, custom-declare-variable):
9068 Use `defvar'.
9069
9070 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9071 New variables.
9072 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9073 (COMPILE_FIRST): Add macroexp and cconv.
9074 * makefile.w32-in: Mirror changes in Makefile.in.
9075
9076 * vc/cvs-status.el:
9077 * vc/diff-mode.el:
9078 * vc/log-edit.el:
9079 * vc/log-view.el:
9080 * vc/smerge-mode.el:
9081 * textmodes/bibtex-style.el:
9082 * textmodes/css.el:
9083 * startup.el:
9084 * uniquify.el:
da91b5f2
CY
9085 * minibuffer.el:
9086 * newcomment.el:
9087 * reveal.el:
9088 * server.el:
9089 * mpc.el:
9090 * emacs-lisp/smie.el:
9091 * doc-view.el:
9092 * dired.el:
03408648
SM
9093 * abbrev.el: Use lexical binding.
9094
0f0c1f27
EZ
90952011-04-01 Eli Zaretskii <eliz@gnu.org>
9096
9097 * info.el (info-display-manual): New function.
9098
c82b2579
SM
90992011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9102
221ddf68
TH
91032011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9104
9105 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9106 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9107
cba6e77e
GM
91082011-03-31 Glenn Morris <rgm@gnu.org>
9109
e040639f
GM
9110 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9111
cba6e77e
GM
9112 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9113
6d0f1c9e
CS
91142011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9115
9116 * progmodes/python.el (python-default-interpreter)
9117 (python-python-command-args, python-jython-command-args)
9118 (python-which-shell, python-which-args, python-which-bufname)
9119 (python-file-queue, python-comint-output-filter-function)
9120 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9121 variables and functions.
9122
3e2d70fd
SM
91232011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9126 (completion-in-region-mode): New minor mode.
9127 (completion-in-region): Use it.
9128 (completion-in-region--data, completion-in-region-mode-map): New vars.
9129 (completion-in-region--postch): New function.
9130 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9131 New vars.
9132 (completion--capf-wrapper): New function.
9133 (completion-at-point): Use it to track well-behavedness of
9134 hook functions.
9135 (completion-help-at-point): New command.
9136
f3e4086c
JM
91372011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9138
9139 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9140 syntax class to search for whitespace on a single line
9141 (Message-ID: <4D938140.4030905@redhat.com>).
9142
eb7ffc14
LL
91432011-03-30 Leo Liu <sdl.web@gmail.com>
9144
9145 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9146 New commands.
9147 (edit-abbrevs-map): Bind them here.
9148 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9149
d806ab68
KM
91502011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9151
9152 * allout.el (allout-hide-by-annotation, allout-flag-region):
9153 Reduce possibility of overlay leakage by making them volatile.
9154
9155 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9156 hash is not shared between buffers. Mode initialization is
9157 responsible for giving it a useful starting value.
9158 (allout-item-span): Reduce possibility of overlay leakage by
9159 making them volatile.
9160 (allout-widgets-count-buttons-in-region): Add diagnostic function
9161 for tracking down button overlay leaks.
9162
ea622834
LL
91632011-03-29 Leo Liu <sdl.web@gmail.com>
9164
9165 * ido.el (ido-read-internal): Use the default history var
9166 minibuffer-history if no HISTORY is specified.
9167
b62f8267
G
91682011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9169
03408648
SM
9170 * net/imap.el (imap-shell-open, imap-process-connection-type):
9171 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9172 Kerberos, SSL, other subprocesses.
9173
947b6566
LL
91742011-03-28 Leo Liu <sdl.web@gmail.com>
9175
9176 * abbrev.el (abbrev-table-empty-p): New function.
9177 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9178 nonempty ones. (Bug#5937)
9179
5ffb62aa
JD
91802011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9181
9182 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9183
7a097943
LL
91842011-03-27 Leo Liu <sdl.web@gmail.com>
9185
9186 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9187 for foreground and background colors.
9188 (ansi-color-make-color-map): Adapt.
9189
c5b40130
LL
91902011-03-25 Leo Liu <sdl.web@gmail.com>
9191
1f48f7d2
LL
9192 * midnight.el (midnight-time-float): Remove. Note it calculates
9193 the microsecond component incorrectly and seconds-to-time does the
9194 same job.
625897ec 9195 Remove redundant (require 'timer).
1f48f7d2 9196
c5b40130
LL
9197 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9198 (ido-completions): Remove unused arguments. (Bug#8329)
9199
d86d2721
SM
92002011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * minibuffer.el (completion--flush-all-sorted-completions):
9203 Remove itself from hook.
9204 (completion-at-point): Let the functions perform the completion
9205 immediately and return nil or t.
9206 * comint.el (comint-dynamic-complete-functions): Now identical to
9207 completion-at-point-functions.
9208 (comint-dynamic-list-input-ring): Remove unused var `index'.
9209 (comint--match-partial-filename, comint--unquote&expand-filename):
9210 New funs, split from comint-match-partial-filename.
9211 (comint-dynamic-complete): Use completion-at-point.
9212 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9213
e8974c48
DA
92142011-03-24 Drew Adams <drew.adams@oracle.com>
9215
9216 * thingatpt.el: Support `defun'.
9217
def71b5e
LL
92182011-03-23 Leo Liu <sdl.web@gmail.com>
9219
cb5af48e
LL
9220 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9221
def71b5e
LL
9222 * help-mode.el (help-mode-finish): Tweak regexp.
9223
927c53e7
GM
92242011-03-23 Glenn Morris <rgm@gnu.org>
9225
18d05bed
GM
9226 * eshell/esh-opt.el (eshell-eval-using-options):
9227 Do not bind unused local variable `eshell-option-stub'.
9228
927c53e7
GM
9229 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9230
9d0da923
JB
92312011-03-22 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9234 keymap variable in `with-no-warnings' to avoid a warning when the
9235 keymap has been already `defconst'ed.
9236
4b978a67
LL
92372011-03-22 Leo Liu <sdl.web@gmail.com>
9238
9239 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9240 encode all chars in abbrevs; otherwise use emacs-mule or
9241 utf-8-emacs. (Bug#8308)
9242
5fd62452
JB
92432011-03-22 Juanma Barranquero <lekktu@gmail.com>
9244
0b1596c6
JB
9245 * simple.el (backward-delete-char-untabify):
9246 Avoid warning about using `delete-backward-char'.
9247
5fd62452
JB
9248 * image.el (image-type-file-name-regexps): Make it variable.
9249 `imagemagick-register-types' modifies it, and the user may want
9250 to add new extensions for known image types.
9251 (imagemagick-register-types): Throw error if not using ImageMagick.
9252
0b4e93f1
LL
92532011-03-22 Leo Liu <sdl.web@gmail.com>
9254
9255 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9256 located before rcirc-prompt-end-marker.
9257 (rcirc-complete): Error if point is not after rcirc prompt.
9258 Handle the case when table is nil.
9882e214 9259 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9260
fccee4ab
CY
92612011-03-22 Chong Yidong <cyd@stupidchicken.com>
9262
9263 * custom.el (custom--inhibit-theme-enable): Make it affect only
9264 custom-theme-set-variables and custom-theme-set-faces.
9265 (provide-theme): Ignore custom--inhibit-theme-enable.
9266 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9267 (custom-enabling-themes): Delete variable.
d86d2721
SM
9268 (enable-theme): Accept only loaded themes as arguments.
9269 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9270 (custom-enabled-themes): Forbid themes from setting this.
9271 Eliminate use of custom-enabling-themes.
9272 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9273
af896da6
LL
92742011-03-21 Leo Liu <sdl.web@gmail.com>
9275
9276 * ido.el (ido-read-internal): Add ido-selected to history instead
9277 of user input.
9278
78f64af0
SM
92792011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * subr.el (deferred-action-list, deferred-action-function):
9282 Mark obsolete.
9283
b16ac1ec
LL
92842011-03-21 Leo Liu <sdl.web@gmail.com>
9285
810f7698
LL
9286 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9287 change on 2011-02-13 (bug#8309).
9288
b16ac1ec
LL
9289 * minibuffer.el (read-file-name-function): Change default value.
9290 (read-file-name--defaults): Rename from read-file-name-defaults.
9291 (read-file-name-default): Rename from read-file-name.
9292 (read-file-name): Call read-file-name-function.
9293
4e05e67e
GM
92942011-03-21 Glenn Morris <rgm@gnu.org>
9295
9296 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9297 Doc fixes.
9298
4359915b
CY
92992011-03-21 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * cus-theme.el: Add missing provide statement.
9302 (customize-create-theme): Extract theme value correctly.
9303 (custom-theme-visit-theme): Autoload.
9304 (customize-create-theme): Prompt before inserting default faces.
9305
1fe275ee
JB
93062011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9307
9308 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9309 units and musical notes.
9310
3ec03f7e
LL
93112011-03-20 Leo <sdl.web@gmail.com>
9312
9313 * ido.el (ido-read-internal): Use completing-read-default.
9314 (ido-completing-read): Fix compatibility with completing-read.
9315
7d476bde
CO
93162011-03-20 Christian Ohler <ohler@gnu.org>
9317
9318 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9319 (ert-delete-all-tests): Use `called-interactively-p' rather than
9320 `interactive-p'.
9321 (ert--make-xrefs-region): Respect END.
9322
fe0fb33e
CY
93232011-03-19 Chong Yidong <cyd@stupidchicken.com>
9324
ff854b0b
CY
9325 * dired-aux.el (dired-create-directory): Signal an error if the
9326 directory already exists (Bug#8246).
9327
fe0fb33e
CY
9328 * facemenu.el (list-colors-display): Call list-faces-display
9329 inside with-help-window.
9330 (list-colors-print): Use display property to align the final
9331 column, instead of checking window-width.
9332
576bce32
EZ
93332011-03-19 Eli Zaretskii <eliz@gnu.org>
9334
4d61f28d 9335 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9336 windows-nt systems.
9337 (emerge-protect-metachars): Quote correctly for ms-dos and
9338 windows-nt systems.
9339
89c41d68 93402011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9341
9342 * info.el (info-initialize): Replace all uses of `:' with
9343 path-separator for compatibility with non-Unix systems.
9344 Cache quoting of path-separator. (Bug#8258)
9345
b14e3e21 93462011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9347
9348 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9349 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9350 (mouse-avoidance-mode): Fix typos in docstrings.
9351
4525ce3e
CY
93522011-03-19 Chong Yidong <cyd@stupidchicken.com>
9353
9354 * startup.el (package-subdirectory-regexp): Move from package.el.
9355 Omit \\` and \\', and let callers add them.
9356
9357 * emacs-lisp/package.el (package-strip-version)
9358 (package-load-all-descriptors): Add \\` and \\' to
9359 package-subdirectory-regexp before using it.
9360 (package-untar-buffer): New arg DIR; ensure that file untars only
9361 into this expected directory. Remove superfluous delete-region.
9362 (package-unpack): Caller changed.
9363 (package-tar-file-info): Use package-subdirectory-regexp.
9364
a904a09a 93652011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9366
a904a09a
SM
9367 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9368 diff-mode-shared-map (bug#8284).
9369 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9370
93712011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9372
9373 * calendar/time-date.el (format-seconds): Use assoc instead of
9374 assoc-string, since assoc-string doesn't exist in XEmacs.
9375
171fc304
JB
93762011-03-17 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * custom.el (custom-known-themes): Reflow docstring.
9379 (custom-theme-load-path): Fix typo in docstring.
9380 (load-theme): Fix typo in error message.
9381 (custom-available-themes, custom-variable-theme-value):
9382 Use `let', not `let*'.
9383
d71990a1
JB
93842011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9385
9386 * calc/README: Mention inclusion of musical notes.
9387
9388 * calc/calc-units.el (calc-lu-quant): Rename from
9389 `calc-logunits-quantity'.
9390 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9391 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9392 (calc-db): Rename from `calc-dblevel'.
9393 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9394 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9395 (calc-np): Rename from `calc-nplevel'.
9396 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9397 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9398 (calc-lu-plus): Rename from `calc-logunits-add'.
9399 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9400 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9401 (calc-lu-minus): Rename from `calc-logunits-sub'.
9402 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9403 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9404 (calc-lu-times): Rename from `calc-logunits-mul'.
9405 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9406 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9407 (calc-lu-divide): Rename from `calc-logunits-div'.
9408 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9409 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9410
9411 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9412 functions being autoloaded.
9413
9414 * calc/calc.el (calc-lu-power-reference): Rename from
9415 `calc-logunits-power-reference'.
9416 (calc-lu-field-reference): Rename from
9417 `calc-logunits-field-reference'.
9418
9419 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9420
40c2934b
SM
94212011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * minibuffer.el (completion-all-sorted-completions):
9424 Use :completion-cycle-penalty text property if present.
9425
b0911414
KM
94262011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9427
9428 * allout.el (allout-yank-processing): Adjust for new rebulleting
9429 regime so bullet being yanked is used without prompting the user
9430 for a choice.
9431
8a05b668
JB
94322011-03-16 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * startup.el (command-line): Warn the user that _emacs is deprecated.
9435
5ba5fb81
JB
94362011-03-16 Juanma Barranquero <lekktu@gmail.com>
9437
9438 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9439 (delphi-verbose, delphi-comment-face, delphi-string-face)
9440 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9441 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9442 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9443 (delphi-new-comment-line, delphi-font-lock-defaults)
9444 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9445 Fix typos in docstrings.
9446
2dab465b
KM
94472011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9448
5ba5fb81 9449 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9450 Invert the roles of character and string values for INSTEAD, so a
9451 string is used for the more common case of a defaulting prompt.
9452
0adf5618
SM
94532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * progmodes/ruby-mode.el (ruby-backward-sexp):
9456 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9457 * play/gamegrid.el (gamegrid-make-face):
9458 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9459 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9460 * notifications.el (notifications-notify):
9461 * net/xesam.el (xesam-search-engines):
9462 * net/quickurl.el (quickurl-list-insert):
9463 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9464
d72700e5
CY
94652011-03-15 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * startup.el (command-line): Update package subdirectory regexp.
9468
49c5410a
SM
94692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9470
c6eee9aa
SM
9471 * allout.el (allout-abbreviate-flattened-numbering)
9472 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9473
49c5410a
SM
9474 * subr.el (read-char-choice): Only show the cursor after the prompt,
9475 not after the answer.
9476
047b2bb9
KR
94772011-03-15 Kevin Ryde <user42@zip.com.au>
9478
9479 * help-fns.el (variable-at-point): Skip leading quotes, if any
9480 (bug#8253).
9481
0a57d256
SM
94822011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9485 warning message.
9486
77c992bc
MA
94872011-03-14 Michael Albinus <michael.albinus@gmx.de>
9488
9489 * shell.el (shell): When called interactively, offer to change the
9490 shell file name on remote hosts.
9491
eebc475d
TZ
94922011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9493
9494 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9495 integration for LDAP parameters. The host, base, user or binddn,
9496 and secret tokens can be specified in a netrc file, for instance.
9497 This is optional because an `auth-source' parameter must be
9498 specified in the search attributes.
9499
9d05d1ba
JB
95002011-03-13 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9503
09d9db2c
GM
95042011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9507 into declaration. Remove redundant and harmful binding.
9508
95092011-03-12 Eli Zaretskii <eliz@gnu.org>
9510
9511 * files.el (file-ownership-preserved-p): Pass `integer' as an
9512 explicit 2nd argument to `file-attributes'. If the file's owner
9513 is the Administrators group on Windows, and the current user is
9514 Administrator, consider that a match.
9515
9516 * server.el (server-ensure-safe-dir): Consider server directory
9517 safe on MS-Windows if its owner is the Administrators group while
9518 the current Emacs user is Administrator. Use `=' to compare
9519 numerical UIDs, since they could be integers or floats.
9520
219bd536
JB
95212011-03-12 Juanma Barranquero <lekktu@gmail.com>
9522
9523 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9524
f3afd36b
MA
95252011-03-12 Michael Albinus <michael.albinus@gmx.de>
9526
9527 Sync with Tramp 2.2.1.
9528
9529 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9530
9531 * net/trampver.el: Update release number.
9532
3aaaa6f1
SM
95332011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9534
94642599
SM
9535 * progmodes/compile.el (compilation--previous-directory): Fix up
9536 various nil/dead-marker mismatches (bug#8014).
9537 (compilation-directory-properties, compilation-error-properties):
9538 Don't call it at a position past the one we're about to change.
9539
3aaaa6f1
SM
9540 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9541 Disable obsolescence warnings in the file that declares it.
9542
14239447
KM
95432011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9544
099c39a4
JB
9545 * allout-widgets.el (allout-widgets-tally):
9546 Initialize allout-widgets-tally as a hash table rather than nil to
9547 prevent mode-line redisplay warnings. Also, clarify the module
9548 description and fix a comment typo.
14239447 9549
135e287c
JB
95502011-03-11 Juanma Barranquero <lekktu@gmail.com>
9551
9552 * help-fns.el (describe-variable): Don't complete keywords.
9553 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9554
ffbf300e
CY
95552011-03-10 Chong Yidong <cyd@stupidchicken.com>
9556
ba08b241
CY
9557 * emacs-lisp/package.el (package-version-join): Impose a standard
9558 string representation for pre/alpha/beta version lists.
9559 (package-unpack-single): Standardize the directory name by passing
9560 it through package-version-join.
9561 (package-strip-rcs-id): Accept any version string that does not
9562 signal an error in version-to-list.
ffbf300e 9563
f346fd6b
MA
95642011-03-10 Michael Albinus <michael.albinus@gmx.de>
9565
9566 * simple.el (delete-trailing-whitespace): Return nil for the
9567 benefit of `write-file-functions'.
9568
ccb55d27
GM
95692011-03-10 Glenn Morris <rgm@gnu.org>
9570
5ceaac0c
GM
9571 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9572
02da65ff
GM
9573 * vc/vc-git.el (vc-git-program): New option.
9574 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9575 (vc-git--call): Use it.
9576
b2f603cc
GM
9577 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9578
5772caab
GM
9579 * cus-edit.el (Custom-newline): If no button at point, look
9580 for a subgroup button at start-of-line. (Bug#2298)
9581
ccb55d27
GM
9582 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9583
ec6ecaed
JD
95842011-03-10 Julien Danjou <julien@danjou.info>
9585
9586 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9587 `cursor-type' is nil.
9588
9d5aa01d
JB
95892011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9590
9591 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9592
b6a5875b
KM
95932011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9594
9595 * allout.el Summary: Change so yank of distinctive-bullet items
9596 preserves the existing header prefix, rebulleting it if necessary,
9597 rather than replacing it. This is necessary for proper operation
9598 of cooperative addons like allout-widgets.
1154d12e
JB
9599 (allout-make-topic-prefix, allout-rebullet-heading):
9600 Change SOLICIT arg to INSTEAD, and interpret additionally a string
9601 value as alternate bullet to be used, instead of prompting the user
9602 for a bullet character.
b6a5875b 9603
ee545c35
MA
96042011-03-09 Michael Albinus <michael.albinus@gmx.de>
9605
d86d2721
SM
9606 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9607 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
9608 `tramp-default-port'.
9609
c47971d7
DD
96102011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9611
9612 * net/rcirc.el (rcirc-handler-001): Remove useless
9613 with-rcirc-process-buffer.
9614 (rcirc-check-auth-status): Swap arguments to string-match.
9615
13522cb4
GM
96162011-03-09 Glenn Morris <rgm@gnu.org>
9617
0be6f4f1
GM
9618 * shell.el (shell-mode):
9619 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9620
13522cb4
GM
9621 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9622 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9623
515de2e3
CY
96242011-03-08 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * emacs-lisp/package.el (package-refresh-contents)
9627 (package-menu-execute): Use condition-case-no-debug.
9628
b511b994
MA
96292011-03-08 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * simple.el (shell-command-to-string): Use `process-file'.
9632
9633 * emacs-lisp/package.el (package-tar-file-info): Handle also
9634 remote files.
9635
d86d2721
SM
9636 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9637 Use `equal' for upload base check.
b511b994 9638
25bbfb31
AM
96392011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9640
9641 * textmodes/texinfo.el (texinfo-environments):
9642 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9643
be996521
GM
96442011-03-08 Glenn Morris <rgm@gnu.org>
9645
e9c8529f
GM
9646 * cus-start.el (cursor-in-non-selected-windows):
9647 Fix :set quoting oddness. (Bug#8192)
9648
be996521
GM
9649 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9650 in some setf expressions. (Bug#2159)
9651
2bb5649e
CY
96522011-03-08 Chong Yidong <cyd@stupidchicken.com>
9653
9654 * custom.el (custom-available-themes): Return themes in
9655 alphabetical order.
9656
33383987 9657See ChangeLog.15 for earlier changes.
e3d51b27
MR
9658
9659;; Local Variables:
9660;; coding: utf-8
e3d51b27
MR
9661;; End:
9662
33383987 9663 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
9664
9665 This file is part of GNU Emacs.
9666
9667 GNU Emacs is free software: you can redistribute it and/or modify
9668 it under the terms of the GNU General Public License as published by
9669 the Free Software Foundation, either version 3 of the License, or
9670 (at your option) any later version.
9671
9672 GNU Emacs is distributed in the hope that it will be useful,
9673 but WITHOUT ANY WARRANTY; without even the implied warranty of
9674 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9675 GNU General Public License for more details.
9676
9677 You should have received a copy of the GNU General Public License
9678 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.