* .bzrignore: Add config.cache.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6bdac736
MA
12011-12-02 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4 interrupt. (Bug#10187)
5
6131ba7f
SM
62011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7
99c79fee
SM
8 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
9 (bug#9160).
10
6131ba7f
SM
11 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12 (bug#10191).
13
cb0a02ea
JL
142011-12-02 Juri Linkov <juri@jurta.org>
15
16 * info.el (Info-search): Display "end of manual" when Isearch
17 reaches the end of single-file Info manual. (Bug#9918)
18
66e0570c
EZ
192011-12-02 Eli Zaretskii <eliz@gnu.org>
20
21 * isearch.el (isearch-message-prefix): Run the input method part
22 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
23
02b16839
JL
242011-12-02 Juri Linkov <juri@jurta.org>
25
26 * isearch.el (isearch-occur): Use `word-search-regexp' for
27 `isearch-word'.
28 (isearch-search-and-update): Add condition for `isearch-word' and
29 call `word-search-regexp'. (Bug#10145)
30
0b950688
GM
312011-12-01 Glenn Morris <rgm@gnu.org>
32
33 * eshell/em-hist.el (eshell-hist-initialize):
34 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 35 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 36
9505c3c7
SM
372011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
40
1bbe96b2 412011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 42
a1beca85
SM
43 * progmodes/verilog-mode.el (verilog-pretty-expr):
44 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
45 verilog, such as += *= and the like.
46 (verilog-assignment-operator-re): Regular expression to find the
47 assigment operator in a verilog assignment.
48 (verilog-assignment-operation-re): Regular expression to find an
49 assignment statement for pretty-expr.
50 (verilog-in-attribute-p): Query returns true if point is in an
51 attribute context; used to skip these for expression line up from
52 pretty-expr.
53 (verilog-in-parameter-p): Query returns true if point is in an
54 parameter definition context; used to skip these for expression
55 line up from pretty-expr.
56 (verilog-in-parenthesis-p): Query returns true if point is in a
57 parenthetical expression, specifically ( ) but not [ ] or { };
58 used by pretty-expr.
59 (verilog-just-one-space): If there is no space, don't add one.
60 (verilog-get-lineup-indent-2): Specifically skip just attribute
61 contexts for expression lineup, rather than skipping all
62 parenthetical expressions.
63 (verilog-calculate-indent): Fix comment, and fix indent.
64 (verilog-do-indent): Indent declarations in lists (suggested by
65 Joachim Lechner).
66 (verilog-mode-abbrev-table): Populate abbrev mode with the various
67 skeleton items.
68 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
69 by Alain Mellan).
70
1bbe96b2 712011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
72
73 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
74 parameters with embedded comments. Reported by Ray Stevens.
75 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
76 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
77 Reported by Tim Holt.
78 (verilog-auto): Fix AUTOing a upper module then AUTOing module
79 instantiated by upper module causing wrong expansion until AUTOed a
80 second time. Reported by K C Buckenmaier.
81 (verilog-diff-auto): Fix showing .* as a difference when
82 `verilog-auto-star-save' off. Reported by Dan Dever.
83 (verilog-auto-reset, verilog-read-always-signals)
84 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
85 temporary signals in reset list if
86 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
87 style to each signal's assignment type, bug381.
88 Reported by Thomas Esposito.
6288f0ca
WS
89 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
90 (verilog-uvm-statement-re): Support UVM indentation and
91 highlighting, with old OVM keywords only.
a1beca85
SM
92 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
93 Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan
6288f0ca
WS
94 Greenlaw.
95 (verilog-auto-insert-lisp, verilog-delete-to-paren)
96 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
97 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
98 (verilog-read-sub-decls, verilog-read-sub-decls-line):
99 Fix mismatching parenthesis inside commented out code when deleting
6288f0ca
WS
100 AUTOINST, bug383. Reported by Jonathan Greenlaw.
101 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
102 non-numeric vector width. Reported by Alex Reed.
103 (verilog-auto-ascii-enum): Add "onehot" option to work around not
104 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
105 (verilog-auto-delete-trailing-whitespace):
106 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
107 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
108 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
109 Fix verilog-scan-cache corruption when running user AUTO expansion
110 hooks that call indentation routines.
111 (verilog-simplify-range-expression): Fix typo ignoring lower case
112 identifiers.
113 (verilog-delete-auto): Fix delete-autos to also remove user created
114 automatics, as long as they start with AUTO.
115 (verilog-batch-diff-auto, verilog-diff-auto)
116 (verilog-diff-function): Add `verilog-diff-auto' and bind to
117 "C-c?" to report differences in AUTO expansion, ignoring spaces.
118 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
119 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
120 (verilog-re-search-forward-quick, verilog-syntax-ppss):
121 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
122 is disabled and its cache will get corrupt, causing AUTOS not to
123 expand. Instead use only -quick functions.
124 (verilog-scan-region): Fix scanning over escaped quotes.
125 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
126 (verilog-re-search-backward-quick)
127 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
128 related functions now ignore strings, to fix misparsing of strings
129 with magic comments embedded in them.
a1beca85
SM
130 (verilog-read-auto-template):
131 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
132 Reported by Brad Dobbie.
133 (verilog-read-auto-template):
134 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 135 Reported by Brad Dobbie.
6288f0ca
WS
136 (verilog-auto-inst, verilog-auto-inst-param)
137 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
138 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
139 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
140 debugging templates without merge conflicts, bug357.
141 Reported by Brad Dobbie.
142 (verilog-read-auto-template):
143 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
144 Reported by Brad Dobbie.
145 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
146 abbrevs so user won't be asked to save.
147 (verilog-read-auto-lisp-present): Fix to start at beginning of
148 buffer in case called outside of verilog-auto.
149 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
150 to "X-2". Reported by Matthew Myers.
151 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
152 all inputs from module templates. Reported by Leith Johnson.
153 (verilog-module-inside-filename-p): Fix locating programs as with
154 modules.
155 (verilog-auto-inst-port): Fix vl-width expressions when using
156 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
157 (verilog-decls-get-regs, verilog-decls-get-signals,
158 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
159 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
160 verilog-read-decls): Combine reg and wire structures into one var
161 structure to represent SystemVerilog concepts.
162 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
163 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
164 (verilog-auto-wire-type, verilog-insert-definition):
165 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
166 SystemVerilog "logic" keyword instead of "wire"/"reg".
167 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
168 to declares outputs that also have assignments (presumably in an
a1beca85
SM
169 ifdef or generate if so there's not a driver conflict).
170 Reported by Matthew Myers.
171 (verilog-auto-declare-nettype, verilog-insert-definition):
172 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
173 `default_nettype none. Reported by Julian Gorfajn.
174 (verilog-read-always-signals-recurse, verilog-read-decls)
175 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
176 malformed end statement, bug325. Reported by Joshua Wise and
177 Andrew Drake.
178 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
179 (verilog-inst-comment-re): Fix not deleting Interfaced comment
180 when expanding .* in interfaces, bug320. Reported by Pierre-David
181 Pfister.
182 (verilog-read-module-name): Fix import statements between module
183 name and open parenthesis, bug317. Reported by Pierre-David
184 Pfister.
185 (verilog-simplify-range-expression): Fix simplification of
186 multiplications inside AUTOWIRE connections, bug303.
187 (verilog-auto-inst-port): Support parameter expansion in
188 multidimensional arrays.
189 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
190 after "assert property". Reported by Julian Gorfajn.
191 (verilog-simplify-range-expression): Fix "couldn't merge" errors
192 with multiplication, bug303.
193 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
194 Reported by Jan Frode Lonnum.
195
1bbe96b2
GM
1962011-11-30 Juanma Barranquero <lekktu@gmail.com>
197
198 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
199 (hfy-shell-file-name, hfy-shell):
200 * international/fontset.el (x-decompose-font-name): Fix typos.
201
2022011-11-29 Ken Brown <kbrown@cornell.edu>
203
204 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
205 (gdb-version): Remove defvar.
206 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
207 (gdb-gud-context-command, gdb-non-stop-handler)
208 (gdb-current-context-command, gdb-stopped): Use it.
209 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
210 (gdb-non-stop-handler): Don't enable pretty-printing here.
211 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
212 non-stop mode. Use the following.
213 (gdb-check-target-async): New defun.
214 (gud-watch, gdb-stopped): Fix whitespace.
215 (gdb-get-source-file): Don't try to display the source file if
216 `gdb-main-file' is nil.
217
2182011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * align.el: Try to generate fewer markers (bug#10047).
221 (align--set-marker): New macro.
222 (align-region): Use it.
223
c935221f
SM
2242011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
227
e70b5064
CY
2282011-11-29 Chong Yidong <cyd@gnu.org>
229
230 * indent.el (indent-for-tab-command, indent-according-to-mode):
231 Doc fix.
232 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
233
f3af92b7
MA
2342011-11-29 Michael Albinus <michael.albinus@gmx.de>
235
236 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
237 aware of remote file names. (Bug#10124)
238
ed472be9
CY
2392011-11-29 Chong Yidong <cyd@gnu.org>
240
241 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
242
24510c22
SM
2432011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * files.el (find-file): Don't use force-same-window (bug#10144).
246 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
247 use pop-to-buffer if the selected window can't be used.
248 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
249
c60c3703
EZ
2502011-11-28 Eli Zaretskii <eliz@gnu.org>
251
252 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
253 special-mode-map.
254
e95def75
CY
2552011-11-28 Chong Yidong <cyd@gnu.org>
256
257 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
258
c3f1c606
NR
2592011-11-27 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
262 gdb-get-source-file-list on gdb-create-source-file-list.
263
00db469c
EZ
2642011-11-26 Eli Zaretskii <eliz@gnu.org>
265
266 * whitespace.el (whitespace-newline): Use a different foreground
267 color for 16-color light-background displays.
268
4ad3bc2a
CY
2692011-11-24 Chong Yidong <cyd@gnu.org>
270
271 * window.el (display-buffer--special-action): Doc fix.
272
e9fce1ac
JB
2732011-11-25 Juanma Barranquero <lekktu@gmail.com>
274
275 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
276 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
277 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
278 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
279 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
280 (avl-tree-stack-first):
281 * emacs-lisp/cconv.el (cconv--analyse-use):
282 * net/gnutls.el (gnutls-negotiate): Fix typos.
283
cb825e5d
GM
2842011-11-24 Glenn Morris <rgm@gnu.org>
285
3adbe224
GM
286 * lpr.el (lpr-windows-system, lpr-lp-system):
287 * mail/binhex.el (binhex-begin-line):
288 * progmodes/grep.el (grep-history, grep-find-history):
289 * textmodes/flyspell.el:
290 * vc/pcvs-defs.el (cvs-global-menu):
291 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
292 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
293 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
294
321decc8
GM
295 * net/tls.el: Fix case of "GnuTLS".
296
420b63ad
GM
297 * paths.el (rmail-file-name): Format doc-string for make-docfile.
298
cb825e5d
GM
299 * version.el (emacs-build-system): Give it a doc-string.
300
a0649f08
JL
3012011-11-24 Juri Linkov <juri@jurta.org>
302
303 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
304
c0bc0fd4
GM
3052011-11-24 Glenn Morris <rgm@gnu.org>
306
307 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
308 if called on a non-mime message just toggle the headers. (Bug#8006)
309
20db1522
JB
3102011-11-24 Juanma Barranquero <lekktu@gmail.com>
311
312 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
313 (allout-lead-with-comment-string, allout-structure-deleted-hook)
314 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
315 (allout-rebullet-heading, allout-open-sibtopic)
316 (allout-toggle-current-subtree-encryption)
317 (allout-toggle-subtree-encryption, allout-encrypt-string)
318 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
319 (allout-distinctive-bullets-string, allout-auto-activation):
320 * window.el (window-normalize-buffer-to-display):
321 * progmodes/verilog-mode.el (verilog-batch-indent):
322 * textmodes/bibtex.el (bibtex-field-braces-opt)
323 (bibtex-field-strings-opt):
324 * vc/cvs-status.el (cvs-tree-merge):
325 Fix typos.
326
7262a87c
MA
3272011-11-23 Michael Albinus <michael.albinus@gmx.de>
328
329 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
330 `non-essential' to t, in order to avoid remote connections.
331
283430a1
EZ
3322011-11-23 Eli Zaretskii <eliz@gnu.org>
333
a1beca85
SM
334 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
335 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
336 case-insensitively.
337
d2992a38
ML
3382011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
339
340 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
341
50419064
GM
3422011-11-23 Glenn Morris <rgm@gnu.org>
343
da94eca1
GM
344 * paths.el (rmail-file-name): Reformat the doc-string so that it
345 is picked up.
346
9aac4de2
GM
347 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
348 (rmail-auto-file): Ignore case in the "special" field names,
349 as mail-fetch-field does for all others.
350
8038d2d2
GM
351 * mail/rmail.el (rmail-forward):
352 * mail/rmailkwd.el (rmail-set-label):
353 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
354 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
355
f3fe222a
GM
356 * mail/rmail.el (rmail-current-message): Doc fix.
357
50419064
GM
358 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
359
28109f49
SM
3602011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * server.el (server-eval-and-print): Allow C-g (bug#6585).
363
394c65f1
GM
3642011-11-22 Glenn Morris <rgm@gnu.org>
365
366 * mail/rmailmm.el (test-rmail-mime-handler)
367 (test-rmail-mime-bulk-handler)
368 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
369
f2a0aa3a
JL
3702011-11-21 Juri Linkov <juri@jurta.org>
371
372 * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function'
373 to nil. (Bug#10018)
374
9c34a344
LMI
3752011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
376
377 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
378 Tell the caller that the next line needs recomputation, even
379 though it doesn't start a sexp (bug#10094).
380
f04a3be9
SM
3812011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
384
7978747f
SM
3852011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
386
f04a3be9
SM
387 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
388 Use force-same-window.
7978747f 389
fe7a3057
JB
3902011-11-20 Juanma Barranquero <lekktu@gmail.com>
391
392 * descr-text.el (describe-char-unicode-data):
393 * json.el (json-string-escape):
394 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
395 (Footnote-unicode, Footnote-style-p):
396 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
397
24901d61
CY
3982011-11-20 Chong Yidong <cyd@gnu.org>
399
400 * window.el (replace-buffer-in-windows): Restore interactive spec.
401
bac7ff22
SM
4022011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
403
24f3d7b9
SM
404 * electric.el (electric-indent-mode): Fix last change (too optimistic).
405
bac7ff22
SM
406 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
407 (byte-compile-global-not-obsolete-vars): New var.
408 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
409 Use it.
410 (byte-compile-warn-obsolete): Align text with the one in *Help*.
411
cd1181db
JB
4122011-11-20 Juanma Barranquero <lekktu@gmail.com>
413
414 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
415 * progmodes/pascal.el (electric-pascal-equal):
416 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
417 * xml.el (xml-substitute-special): Fix typos.
418
7fb18e9e
GM
4192011-11-20 Glenn Morris <rgm@gnu.org>
420
421 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
422 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
423 Doc fixes.
424 (rmail-decode-mime-charset): Mark as obsolete.
425
426 * mail/rmailsum.el (rmail-message-regexp-p-1):
427 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
428 Before using mime functions, check they are set. (Bug#10077)
429
d5a6b3ba
JL
4302011-11-19 Juri Linkov <juri@jurta.org>
431
432 * info.el (Info-finder-find-node): Use `package--builtins' instead
433 of `package-alist'. Use node names formed by the pattern "Keyword "
434 and the keyword name.
435
e981b61f
AS
4362011-11-19 Andreas Schwab <schwab@linux-m68k.org>
437
438 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
439 bash.
440
3ffbc301
JL
4412011-11-19 Juri Linkov <juri@jurta.org>
442
443 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
444 that calls `revert-buffer' on all Info buffers. (Bug#9915)
445 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
446 `old-history', `old-history-forward'. Add let-binding
447 `window-selected'. Remove calls to `kill-buffer',
448 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
449 before calling `Info-find-node', so `Info-find-node-2' will reread
450 the Info file. Restore window positions only when `window-selected'
451 is non-nil.
452
30c62133
JL
4532011-11-19 Juri Linkov <juri@jurta.org>
454
455 * isearch.el (isearch-lazy-highlight-new-loop):
456 Remove condition `(not isearch-error)'. (Bug#9918)
457
458 * misearch.el (multi-isearch-search-fun): Add condition
459 `(not bound)' to ignore lazy-highlighting search.
460 Add the search-failed message "end of multi" when the end of
461 multi-sequence is reached. Uncapitalize the search-failed
462 message "Repeat for next buffer".
463
464 * info.el (Info-search): Add the search-failed message
465 "end of the manual" when the end of the manual is reached
466 in Isearch mode.
467
645ca9cf
JL
4682011-11-19 Juri Linkov <juri@jurta.org>
469
470 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
471 Use non-destructive `remove' instead of `delete' because
472 `Info-history-list' stored to `Info-isearch-initial-history-list' in
473 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
474
df754f66
JL
4752011-11-19 Juri Linkov <juri@jurta.org>
476
477 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
478 to nil instead of binding `search-ring' and `regexp-search-ring'.
479 (Bug#9185)
480
0e23d96a
EZ
4812011-11-19 Eli Zaretskii <eliz@gnu.org>
482
483 * simple.el (line-move): Force movement by logical lines for any
484 hscrolled window, not only when auto-hscroll-mode is on.
485 (line-move-visual): Update doc string to that effect. (Bug#10076)
486
8a6ccb66
AS
4872011-11-19 Andreas Schwab <schwab@linux-m68k.org>
488
489 * language/european.el (macintosh): Define as alias for mac-roman.
490
49ae5b39
EZ
4912011-11-19 Eli Zaretskii <eliz@gnu.org>
492
493 * mail/rmailmm.el (rmail-mime-display-header)
494 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
495 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
496 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
497 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
498 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
499 of a raw aref.
500 (rmail-mime-entity-segment): To get past the tagline, move forward
501 2 more lines, to account for the 2 empty lines that precede and
502 follow the line with the buttons.
503 (rmail-mime-update-tagline): Move one more line, to get past the
504 empty line that follows the buttons in the tagline. (Bug#9520)
505
c56cad4a
MR
5062011-11-19 Martin Rudalics <rudalics@gmx.at>
507
508 * window.el (window-max-delta-1, window-min-delta-1)
509 (window-min-size-1, window-state-get-1, window-state-put-1)
510 (window-state-put-2): Use "window--" prefix.
511
cbe71af3
SM
5122011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
513
2ad52c60
SM
514 * emacs-lisp/smie.el: Improve warnings and conflict detection.
515 (smie-warning-count): New var.
516 (smie-set-prec2tab): Use it.
517 (smie-bnf->prec2): Improve warnings. Add docstring.
518 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
519 (smie-bnf--set-class): New function.
520 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
521 corner case.
522
6944dbc1
SM
523 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
524 (compilation-error-properties, compilation-move-to-column):
525 Handle compilation-first-column while in the target buffer.
526
c400c4d7
SM
527 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
528 Don't hardcode point-min==1.
529
6dbe3e96
SM
530 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
531 (eshell-rewrite-for-command): Remove workaround.
532 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
533 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
534 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
535
cbe71af3
SM
536 * files-x.el (modify-file-local-variable): Obey commenting conventions.
537
a8e1496d
GM
5382011-11-17 Glenn Morris <rgm@gnu.org>
539
540 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
541 Ignore buffer-local generated-autoload-file if it is the same
542 as the global value. (Bug#10049)
543
df85d315
JB
5442011-11-17 Juanma Barranquero <lekktu@gmail.com>
545
546 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
547 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
548 (reftex-toc-previous-heading, reftex-toc-max-level)
549 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
550 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
551 (reftex-toc-do-promote, reftex-toc-promote-prepare)
552 (reftex-toc-promote-action, reftex-toc-extract-section-number)
553 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
554 (reftex-toc-rename-label, reftex-toc-visit-location)
555 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
556 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
557 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
558 leaving "*toc*" only for references to the buffer.
559
a0c2d0ae
MR
5602011-11-17 Martin Rudalics <rudalics@gmx.at>
561
562 * window.el (window-resize, delete-window, split-window):
563 Replace window-splits by window-combination-resize.
564 * cus-start.el (window-splits): Replace by
565 window-combination-resize.
566
35c0bac8
GM
5672011-11-17 Glenn Morris <rgm@gnu.org>
568
569 * progmodes/sh-script.el (sh-font-lock-keywords-var):
570 Make bash entry derive from sh entry, not shell entry.
571
d0c8fc8a
MA
5722011-11-16 Michael Albinus <michael.albinus@gmx.de>
573
d0c8fc8a
MA
574 * net/tramp-cache.el (tramp-flush-file-property): Flush also
575 properties of linked files. (Bug#9879)
576
7262a87c
MA
577 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
578 local file name.
579
7877f373
JB
5802011-11-16 Juanma Barranquero <lekktu@gmail.com>
581
582 * menu-bar.el (menu-bar-file-menu):
583 * printing.el (pr-ps-utility):
584 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
585 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
586 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
587 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
588 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
589 (icalendar--convert-cyclic-to-ical)
590 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
591 (icalendar--convert-ical-to-diary)
592 (icalendar--convert-recurring-to-diary)
593 (icalendar--convert-non-recurring-all-day-to-diary)
594 (icalendar-import-format-sample):
595 * progmodes/idlw-shell.el (idlwave-shell-mode):
596 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
597 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
598 (vhdl-ps-print-init): Fix typos.
599
10649b82
KM
6002011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
601
9d0cfcd6
GM
602 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
603 FSF and collapse date sequence, obscure author/maintainer email address
604 better, remove extra version line, track relocation of author's webpage.
10649b82 605
9d0cfcd6
GM
606 * progmodes/python.el (python-pdbtrack-input-prompt)
607 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
608 regular python pdb prompts. Adjustments shamelessly taken exactly as
609 suggested in EmacsWiki page (tiny change):
610 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 611
58179cce
JB
6122011-11-16 Juanma Barranquero <lekktu@gmail.com>
613
614 * expand.el (expand-pos, expand-index, expand-point):
615 Remove redundant info from docstring.
616 (expand-add-abbrevs): Doc fix.
617 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
618 (expand-sample-perl-mode-expand-list): Fix typos.
619
620 * net/dbus.el (dbus-event-member-name):
621 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
622 * term/pc-win.el (msdos-create-frame-with-faces):
623 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
624
b6f67890
MR
6252011-11-16 Martin Rudalics <rudalics@gmx.at>
626
627 * window.el (split-window, window-state-get-1)
628 (window-state-put-1, window-state-put-2): Rename occurrences of
629 window-nest to window-combination-limit.
630 * cus-start.el (window-nest): Rename to
631 window-combination-limit.
632
ce7ddba0
CY
6332011-11-16 Chong Yidong <cyd@gnu.org>
634
635 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
636 regexp (Bug#10033).
637
3ae704f4
SM
6382011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
641 `completing-read' will remove *Completions* and will preserve
642 current-buffer for us.
643 (tmm-add-prompt): Users of *Completions* will always (re)set its
644 major mode.
645 (tmm-old-comp-map): Remove.
646
6ad1cdde
GM
6472011-11-16 Glenn Morris <rgm@gnu.org>
648
649 * mail/rmailedit.el: Require rmailmm when compiling.
650 (rmail-old-mime-state): New declaration.
651 (rmail-edit-current-message): If editing a mime message,
652 edit the "raw" message from the mbox buffer.
653 (rmail-cease-edit): Handle mime messages. (Bug#9840)
654
d20faa20
GM
6552011-11-15 Glenn Morris <rgm@gnu.org>
656
657 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
658 which wasn't being used. Add optional arg to force given state.
659 (rmail-mime): Add optional arg to force given state.
660
c7015153
JB
6612011-11-15 Juanma Barranquero <lekktu@gmail.com>
662
663 * allout.el (allout-encryption-plaintext-sanitization-regexps):
664 * frame.el (display-mm-dimensions-alist):
665 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
666 (outline-move-subtree-down):
667 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
668 (newsticker--treeview-do-get-node):
669 * net/quickurl.el (quickurl-list-buffer-name):
670 * progmodes/dcl-mode.el (dcl-mode):
671 * progmodes/gdb-mi.el (gdb-mapcar*):
672 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
673
45261b50
GM
6742011-11-15 Glenn Morris <rgm@gnu.org>
675
676 * mail/rmail.el (rmail-file-coding-system): It's only ever used
677 in a boolean sense, so just make it a boolean, and fix the doc.
678 (rmail-show-mime-function, rmail-mime-feature)
679 (rmail-require-mime-maybe): Doc fixes.
680 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
681
682 * mail/rmailmm.el (rmail-show-mime): Doc fix.
683
0d26e0b6
JB
6842011-11-15 Juanma Barranquero <lekktu@gmail.com>
685
686 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
687 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
688 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
689 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
690
447f30f6
GM
6912011-11-15 Glenn Morris <rgm@gnu.org>
692
672b871d
GM
693 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
694 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
695 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
696 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
697 (rmail-mime, rmail-show-mime): Doc fixes.
698
f6aa5bb1
GM
699 * term/ns-win.el (mode-line-frame-identification):
700 Leave it alone. (Bug#10051)
701
947cd66b
GM
702 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
703
447f30f6
GM
704 * mail/rmailout.el (rmail-output-to-rmail-buffer):
705 Handle empty buffers. (Bug#9978)
706
0b381c7e
JB
7072011-11-14 Juanma Barranquero <lekktu@gmail.com>
708
709 * international/mule.el (define-charset):
710 * mail/rmailmm.el (rmail-mime-find-header-encoding):
711 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
712 * progmodes/verilog-mode.el (verilog-backward-token):
713 * textmodes/ispell.el (lookup-words):
714 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
715
71e027ac
GM
7162011-11-14 Glenn Morris <rgm@gnu.org>
717
56632ce4
GM
718 * progmodes/executable.el
719 (executable-make-buffer-file-executable-if-script-p):
720 Handle file-modes returning nil.
721
40500957
GM
722 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
723 message - not necessary, and causes problems. (Bug#9831)
724
071c2340
GM
725 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
726
d3cfca60
GM
727 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
728
71e027ac
GM
729 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
730 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
731 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
732
89d61221
MR
7332011-11-12 Martin Rudalics <rudalics@gmx.at>
734
735 * window.el (window-resize, delete-window): Use window-splits
736 variable instead of function.
737 (window-state-get-1, window-state-put-2, window-state-put):
738 Don't deal with windows' splits status.
739
98282f6f
GM
7402011-11-12 Glenn Morris <rgm@gnu.org>
741
742 * apropos.el (apropos-do-all, apropos-library, apropos-value)
743 (apropos-documentation): Doc fixes.
744
40a8bdf6
JB
7452011-11-11 Juanma Barranquero <lekktu@gmail.com>
746
747 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
748 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
749
65bd19ff
SM
7502011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * electric.el (electric-indent-post-self-insert-function): Make it
753 possible for a char to only indent in some circumstances.
754 (electric-indent-mode): Simplify.
755
54f9154c
MR
7562011-11-11 Martin Rudalics <rudalics@gmx.at>
757
758 * window.el (windows-with-parameter): Remove unused function.
759 (windows-at-side): Rename to window-at-side-list.
760 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
761 (window-side-check, window-size-ignore, window-size-fixed-1)
762 (window-in-direction-2): Prefix with "window--".
763 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 764
68cbc58b
GM
7652011-11-11 Glenn Morris <rgm@gnu.org>
766
767 * subr.el (eval-after-load): If FILE is already loaded,
768 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
769
b2621720
GM
7702011-11-10 Glenn Morris <rgm@gnu.org>
771
9a4de110
GM
772 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
773 Call svn via vc-svn-command rather than vc-do-command.
774 (vc-svn-command): Add --non-interactive. (Bug#9993)
775 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
776
b2621720
GM
777 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
778 Add toggle-read-only. (Bug#7292)
779 * files.el (toggle-read-only): Mention that it should only
780 be used interactively. (Bug#10006)
781
1dce7193
SM
7822011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
783
d9ac1a1e
SM
784 * progmodes/compile.el (compilation-error-regexp-alist-alist):
785 Adjust regexp for OCaml warnings.
786
0c325082
SM
787 * electric.el (electric-pair-post-self-insert-function): Let user
788 turn it off buffer-locally (bug#9932).
789
90132c14
SM
790 * progmodes/python.el (python-beginning-of-statement):
791 Rewrite (bug#2703).
792
1dce7193
SM
793 * progmodes/compile.el: Better handle TABs (bug#9749).
794 (compilation-internal-error-properties)
795 (compilation-next-error-function): Obey the target buffer's
796 compilation-error-screen-columns.
797
c4e7c63a
JB
7982011-11-09 Juanma Barranquero <lekktu@gmail.com>
799
800 * progmodes/meta-mode.el: Remove obsolete comments.
801 (meta-right-comment-regexp, meta-ignore-comment-regexp):
802 Fix typos in docstrings.
803
2cffd681
MR
8042011-11-09 Martin Rudalics <rudalics@gmx.at>
805
806 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 807 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
808 (window--resizable): New function. Make all callers of
809 window-resizable call window--resizable instead.
810 (window-resizable): Rewrite in terms of window--resizable.
811
0edcba87
GM
8122011-11-08 Glenn Morris <rgm@gnu.org>
813
814 * progmodes/delphi.el (delphi-mode-syntax-table):
815 Let define-derived-mode define a proper syntax table. (Bug#9994)
816
4b0d61e3
SM
8172011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * window.el: Stay away from defsubst.
820 (window-list-no-nils): Remove.
821 (window-state-get-1, window-state-get): Use backquote instead.
822
fcbcac2e 8232011-11-08 thierry <thierry.volpiatto@gmail.com>
824
4b0d61e3 825 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 826 Fix incorrect use of default argument in `completing-read'.
827
e1c2c6f2
MR
8282011-11-08 Martin Rudalics <rudalics@gmx.at>
829
830 * window.el (display-buffer-function, special-display-function):
831 Mention display-buffer-record-window but do not mention
832 help-setup parameter in doc-strings.
b3f4a882 833 (window-min-delta): Fix doc-string typo.
e1c2c6f2 834
105216ed
CY
8352011-11-08 Chong Yidong <cyd@gnu.org>
836
837 * window.el (window-total-height, window-total-width): Doc fix.
838 (window-body-size): Move from C.
839 (window-body-height, window-body-width): Move to C.
840
0a9f9ab5
SM
8412011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * window.el: Make special-display like display-buffer-alist (bug#9532).
844 (display-buffer--special-action): New function, morphed
845 from display-buffer--special.
846 (display-buffer): Use it to handle special-display-buffers at higher
847 priority (just after display-buffer-alist).
848 (display-buffer-fallback-action, display-buffer--other-frame-action)
849 (pop-to-buffer-same-window): Remove display-buffer--special.
850
a769dd15
GM
8512011-11-07 Glenn Morris <rgm@gnu.org>
852
853 * calendar/cal-menu.el (cal-menu-set-date-title):
854 Do nothing if not in a calendar. (Bug#9976)
855
05a61ee3
SM
8562011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * files.el (find-file): Always use selected-window.
859
be7f5545
MR
8602011-11-07 Martin Rudalics <rudalics@gmx.at>
861
862 * window.el (window-combinations): Make WINDOW argument
863 mandatory. Rewrite doc-string.
864 (walk-window-subtree, window-atom-check, window-min-delta)
865 (window-max-delta, window--resize-this-window)
866 (window--resize-root-window-vertically, window-tree)
867 (balance-windows, window-state-put): Rewrite doc-strings as to
868 not mention the term "subwindow".
869 (window--resize-subwindows-skip-p): Rename to
870 window--resize-child-windows-skip-p.
871 (window--resize-subwindows-normal): Rename to
872 window--resize-child-windows-normal.
873 (window--resize-subwindows): Rename to
874 window--resize-child-windows.
875 (window-or-subwindow-p): Rename to window--in-subtree-p.
876
3c6702ef
ML
8772011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
878
879 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
880 Ensure that mbox format messages end in two newlines (Bug#9974).
881
49745b39
CY
8822011-11-06 Chong Yidong <cyd@gnu.org>
883
884 * window.el (window-combination-p): Function deleted; its
885 side-effect is not used in any existing code.
886 (window-combinations, window-combined-p): Call window-*-child
887 directly.
888
24300f5f
CY
8892011-11-05 Chong Yidong <cyd@gnu.org>
890
891 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
892 (window-size-ignore, window-state-get): Callers changed.
893 (window-normalize-window): Rename from window-normalize-any-window.
894 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 895 (window-normalize-live-window): Delete.
447f16b8
CY
896 (window-combination-p, window-combined-p, window-combinations)
897 (walk-window-subtree, window-atom-root, window-min-size)
898 (window-sizable, window-sizable-p, window-size-fixed-p)
899 (window-min-delta, window-max-delta, window-resizable)
900 (window-resizable-p, window-full-height-p, window-full-width-p)
901 (window-current-scroll-bars, window-point-1, set-window-point-1)
902 (window-at-side-p, window-in-direction, window-resize)
903 (adjust-window-trailing-edge, maximize-window, minimize-window)
904 (window-deletable-p, delete-window, delete-other-windows)
905 (record-window-buffer, unrecord-window-buffer)
906 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
907 (quit-window, split-window, window-state-put)
908 (set-window-text-height, fit-window-to-buffer)
909 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 910
89bd5ee1
EZ
9112011-11-04 Eli Zaretskii <eliz@gnu.org>
912
53479029
EZ
913 * mail/rmail.el (rmail-simplified-subject): Decode subject with
914 rfc2047-decode-string.
915 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
916 warnings.
917
89bd5ee1
EZ
918 * window.el (window-body-height, window-body-width): Mention in
919 the doc string that the return values are in frame's canonical
920 units. (Bug#9949)
921
bd17fdee
AM
9222011-11-03 Alan Mackenzie <acm@muc.de>
923
924 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
925 change in cc-engine.el.
926
acc825c5
SM
9272011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * window.el (switch-to-buffer): Use `force-same-window' interactively.
930
1885e5b8
MR
9312011-11-02 Martin Rudalics <rudalics@gmx.at>
932
933 * window.el (quit-window): Call unrecord-window-buffer after
934 showing another buffer in the window. (Bug#9937)
acc825c5 935 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 936
ebe06da9
JB
9372011-11-02 Juanma Barranquero <lekktu@gmail.com>
938
939 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
940 Accept status with more than 9 shelves. (Bug#9935)
941 Reported by Colin D Bennett <colin@gibibit.com>.
942
4ee88440
MR
9432011-11-01 Martin Rudalics <rudalics@gmx.at>
944
945 * help.el (with-help-window): Don't reference
946 temp-buffer-show-specifiers in doc-string.
947
08e1d82c
AS
9482011-10-31 Andreas Schwab <schwab@linux-m68k.org>
949
950 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
951 menu-item.
952
84bd6e9e
VJL
9532011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
954
955 * whitespace.el: New version 13.2.2.
956 (whitespace-newline-mode): Disable properly. Reported by Sarah
957 <EmacsWiki>.
958
dba0634a
UJ
9592011-10-30 Ulf Jasper <ulf.jasper@web.de>
960
961 * net/newst-treeview.el: Remove "Time-stamp".
962 (newsticker--group-manage-orphan-feeds): Do not call
963 newsticker--treeview-tree-update.
db22a3c2
JB
964 (newsticker-treeview-update, newsticker-treeview):
965 Call newsticker--treeview-tree-update if necessary.
dba0634a 966
3d8daefe
MR
9672011-10-30 Martin Rudalics <rudalics@gmx.at>
968
969 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
970 (window-iso-combinations): Remove "iso-" infix.
971 Suggested by Chong Yidong.
3d8daefe
MR
972 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
973 (window-max-delta-1, window-resize, window--resize-siblings)
974 (window--resize-this-window, adjust-window-trailing-edge)
975 (split-window, balance-windows-1)
976 (shrink-window-if-larger-than-buffer):
977 * calendar/calendar.el (calendar-generate-window):
db22a3c2 978 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 979
1bc4c3ae
SM
9802011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
983 in place (bug#9907).
984 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
985 (eshell-rewrite-if-command, eshell-rewrite-for-command)
986 (eshell-structure-basic-command, eshell-rewrite-while-command)
987 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
988 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
989 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
990 (eshell-do-pipelines-synchronously, eshell-eval-command):
991 Use backquotes and prefer setq to set.
992 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
993 (eshell-macrop): Use functionp.
c1e2f5fa 994 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 995
30b65d9c
CY
9962011-10-30 Chong Yidong <cyd@gnu.org>
997
998 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
999 instead of set-mark (Bug#9810).
1000
2d197ffb
CY
10012011-10-30 Chong Yidong <cyd@gnu.org>
1002
1003 * window.el (split-window-below, split-window-right): Rename from
1004 split-window-above-each-other and split-window-side-by-side
1005 respectively. All callers changed.
1006 (split-window-sensibly, split-window-sensibly): Use them.
1007 (split-window-keep-point): Doc fix.
1008
1009 * isearch.el: Add isearch-scroll property to split-window-below
1010 and split-window-right.
1011
1012 * follow.el (follow-mode):
1013 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1014 * progmodes/ada-xref.el (ada-gdb-application):
1015 * emulation/vip.el (vip-buffer-in-two-windows):
1016 * image-dired.el (image-dired-dired-with-window-configuration):
1017 * dired-x.el (dired-do-find-marked-files):
1018 * dired.el (dired-pop-to-buffer):
1019 * bs.el (bs--show-with-configuration):
1020 * vc/emerge.el (emerge-setup-windows):
1021 * textmodes/two-column.el (2C-two-columns):
1022 * textmodes/reftex-toc.el (reftex-toc):
1023 * progmodes/gdb-mi.el (gdb-setup-windows):
1024 * progmodes/fortran.el (fortran-window-create):
1025 * net/newst-treeview.el (newsticker--treeview-window-init):
1026 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1027 * emulation/tpu-edt.el (tpu-gold-map):
1028 * emulation/crisp.el (crisp-mode-map):
1029 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1030
38bb2ca8
CY
10312011-10-29 Chong Yidong <cyd@gnu.org>
1032
aa4de341
CY
1033 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1034
e1eb5385
CY
1035 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1036
5d2ece3c
CY
1037 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1038 forged Ispell output (Bug#7904).
1039
38bb2ca8
CY
1040 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1041
d0af9f77
SM
10422011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * doc-view.el: Avoid ugly errors about not finding nil.
1045 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1046 (doc-view-dvipdf-program, doc-view-unoconv-program)
1047 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1048 Avoid nil or absolute file name as default value.
1049 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1050
52bedd34
AM
10512011-10-28 Alan Mackenzie <acm@muc.de>
1052
db22a3c2 1053 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1054
7e43cfa5
AM
10552011-10-28 Alan Mackenzie <acm@muc.de>
1056
1057 Amend the handling of c-beginning/end-of-defun in nested declaration
1058 scopes.
1059
52bedd34
AM
1060 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1061 cc-langs.el. Change it to a defcustom.
7e43cfa5 1062
52bedd34
AM
1063 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1064 cc-vars.el.
7e43cfa5 1065
d0af9f77
SM
1066 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1067 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 1068
52bedd34 1069 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 1070 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
1071 (c-widen-to-enclosing-decl-scope): New function.
1072 (c-while-widening-to-decl-block): New macro.
1073 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1074 outward for defun boundaries, and correspondingly change symbol
1075 `respect-enclosure' to `go-outward'.
1076 (c-declaration-limits): Change algorithm to report only the "innermost"
1077 defun's boundaries.
1078
1a2ce9ee
DD
10792011-10-28 Deniz Dogan <deniz@dogan.se>
1080
1081 * net/rcirc.el (rcirc-mode): Use hard newlines.
1082
bc97a826
AM
10832011-10-28 Alan Mackenzie <acm@muc.de>
1084
1085 Amend to indent and fontify macros "which include their own semicolon"
1086 correctly, using the "virtual semicolon" mechanism.
1087
52bedd34 1088 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 1089
d0af9f77 1090 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 1091 Recode to scan one line at a time rather than having \n and \r
58179cce 1092 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 1093 (c-forward-label): Amend for virtual semicolons.
58179cce 1094 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 1095
52bedd34
AM
1096 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1097 of the new C macros.
bc97a826 1098
52bedd34 1099 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
1100 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1101 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
1102 (c-opt-cpp-macro-define): Make into a full language variable.
1103 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1104 AWK Mode (including \n, \r) removed, no longer needed.
1105
d0af9f77
SM
1106 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1107 Invoke c-make-macro-with-semi-re.
bc97a826 1108
52bedd34
AM
1109 * progmodes/cc-vars.el (c-macro-with-semi-re):
1110 (c-macro-names-with-semicolon): New variables.
58179cce 1111 (c-make-macro-with-semi-re): New function.
bc97a826 1112
7a6c0941
SM
11132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * vc/log-edit.el: Fill empty field rather than adding new one.
1116 (log-edit-add-field): New function.
1117 (log-edit-insert-changelog): Use it.
1118
b0c4cdcf
ML
11192011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1120
1121 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1122
ee1f1da9
SM
11232011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1126 (gdb--check-interpreter): New function.
1127 (gdb): Use it.
1128
51bc5f8b
GM
11292011-10-27 Glenn Morris <rgm@gnu.org>
1130
416a2c45
GM
1131 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1132 (least-positive-float, least-negative-float)
1133 (least-positive-normalized-float, least-negative-normalized-float)
1134 (float-epsilon, float-negative-epsilon):
1135 Remove unnecessary declarations.
1136
1137 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1138 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1139 (least-positive-float, least-negative-float)
1140 (least-positive-normalized-float, least-negative-normalized-float)
1141 (float-epsilon, float-negative-epsilon): Add doc-strings,
1142 based on those in cl.texi.
1143
51bc5f8b
GM
1144 * files.el (set-visited-file-name): If the major-mode changed,
1145 reload the local variables. (Bug#9796)
1146
15de15c6
CY
11472011-10-27 Chong Yidong <cyd@gnu.org>
1148
1149 * subr.el (change-major-mode-after-body-hook): New hook.
1150 (run-mode-hooks): Run it.
1151
ee1f1da9
SM
1152 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1153 Use change-major-mode-before-body-hook.
15de15c6
CY
1154
1155 * simple.el (fundamental-mode):
1156 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1157 change introducing fundamental-mode-hook.
1158
5430d399
JB
11592011-10-26 Juanma Barranquero <lekktu@gmail.com>
1160
acc825c5 1161 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 1162
ad74a69e
MA
11632011-10-26 Michael Albinus <michael.albinus@gmx.de>
1164
1165 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 1166 tramp.el explicitly. (Bug#7583)
ad74a69e 1167
71d4c2a5
SM
11682011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * progmodes/octave-mod.el:
1171 * progmodes/octave-inf.el: Update maintainer.
1172
b1f6fa26
CY
11732011-10-26 Chong Yidong <cyd@gnu.org>
1174
1175 * subr.el (with-wrapper-hook): Rewrite doc.
1176
3f04efd6
MA
11772011-10-25 Michael Albinus <michael.albinus@gmx.de>
1178
1179 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 1180 filenames "/method:foo:". (Bug#9793)
3f04efd6 1181
410488d3
SM
11822011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1185 (bug#9865).
1186
c1ebb47e
GM
11872011-10-24 Glenn Morris <rgm@gnu.org>
1188
1189 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1190
7f5c46c7
MA
11912011-10-24 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * notifications.el: Add the requirement of a running D-Bus session
1194 bus to the Commentary.
1195
db2440b6
JL
11962011-10-24 Juri Linkov <juri@jurta.org>
1197
1198 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1199 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1200 (Bug#9364)
1201
feecf435
JL
12022011-10-24 Juri Linkov <juri@jurta.org>
1203
1204 * info.el (Info-following-node-name-re): Add newline to the list
1205 of allowed characters for leading space. (Bug#9824)
1206
a3839de2
SM
12072011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1208
acc825c5
SM
1209 * progmodes/octave-inf.el (inferior-octave-mode-map):
1210 Fix C-c C-h binding.
a3839de2
SM
1211 * progmodes/octave-mod.el (octave-help): Remove.
1212
09388e76
MA
12132011-10-23 Michael Albinus <michael.albinus@gmx.de>
1214
1215 Sync with Tramp 2.2.3.
1216
1217 * net/tramp-cache.el (top): Pacify byte-compiler using
1218 `init-file-user' and `site-run-file'.
1219
1220 * net/trampver.el: Update release number.
1221
86c60681
CY
12222011-10-23 Chong Yidong <cyd@gnu.org>
1223
1224 * files.el (toggle-read-only): Remove obsolete comment about
1225 version control.
1226
1227 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1228 for toggle-read-only. Note that this hasn't called vc-next-action
1229 since 2008-05-02, though it wasn't documented at the time.
1230
a3839de2
SM
1231 * vc/ediff-init.el (ediff-toggle-read-only-function):
1232 Use toggle-read-only.
86c60681 1233
cd5495ff
AM
12342011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1235
1236 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1237 of c-parse-state.
1238
00b77525 1239 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 1240 correct faulty logical expression.
cd5495ff
AM
1241 (c-parse-state-state, c-record-parse-state-state):
1242 (c-replay-parse-state-state): New defvar/defuns.
1243 (c-debug-parse-state): Use new functions.
1244
42ee24ed
MR
12452011-10-22 Martin Rudalics <rudalics@gmx.at>
1246
1247 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 1248 last fix. Use window-in-direction correctly.
42ee24ed 1249
a7dee7e7
CY
12502011-10-21 Chong Yidong <cyd@gnu.org>
1251
1252 * progmodes/idlwave.el (idlwave-mode):
1253 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
1254 require-final-newline; that's done in prog-mode.
1255 Suggested by Stefan Monnier.
a7dee7e7 1256
e07b9a6d
MR
12572011-10-21 Martin Rudalics <rudalics@gmx.at>
1258
1259 * mouse.el (mouse-drag-window-above)
1260 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1261 (mouse-drag-mode-line-1, mouse-drag-header-line)
1262 (mouse-drag-vertical-line-rightward-window): Remove.
1263 (mouse-drag-line): New function.
1264 (mouse-drag-mode-line, mouse-drag-header-line)
1265 (mouse-drag-vertical-line): Call mouse-drag-line.
1266 * window.el (window-at-side-p, windows-at-side): New functions.
1267
7e1361d9
UM
12682011-10-21 Ulrich Mueller <ulm@gentoo.org>
1269
1270 * tar-mode.el (tar-grind-file-mode):
1271 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1272
30fcaf3a
CY
12732011-10-21 Chong Yidong <cyd@gnu.org>
1274
1275 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
1276 * progmodes/vera-mode.el (vera-mode):
1277 Use mode-require-final-newline.
30fcaf3a 1278
516eddb0
GM
12792011-10-20 Glenn Morris <rgm@gnu.org>
1280
db22a3c2 1281 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 1282
10d5f513
CS
12832011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1284
1285 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1286
ac6c8639
CY
12872011-10-20 Chong Yidong <cyd@gnu.org>
1288
1289 * emulation/cua-base.el (cua-mode):
1290 * mail/footnote.el (footnote-mode):
1291 * mail/mailabbrev.el (mail-abbrevs-mode):
1292 * net/xesam.el (xesam-minor-mode):
1293 * progmodes/bug-reference.el (bug-reference-mode):
1294 * progmodes/cap-words.el (capitalized-words-mode):
1295 * progmodes/compile.el (compilation-minor-mode)
1296 (compilation-shell-minor-mode):
1297 * progmodes/gud.el (gud-tooltip-mode):
1298 * progmodes/hideif.el (hide-ifdef-mode):
1299 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1300 * progmodes/subword.el (subword-mode):
1301 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1302 * progmodes/which-func.el (which-function-mode):
1303 * term/tvi970.el (tvi970-set-keypad-mode):
1304 * term/vt100.el (vt100-wide-mode):
1305 * textmodes/flyspell.el (flyspell-mode):
1306 * textmodes/ispell.el (ispell-minor-mode):
1307 * textmodes/nroff-mode.el (nroff-electric-mode):
1308 * textmodes/paragraphs.el (use-hard-newlines):
1309 * textmodes/refill.el (refill-mode):
1310 * textmodes/reftex.el (reftex-mode):
1311 * textmodes/rst.el (rst-minor-mode):
1312 * textmodes/sgml-mode.el (html-autoview-mode)
1313 (sgml-electric-tag-pair-mode):
1314 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1315 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1316 * emulation/crisp.el (crisp-mode):
1317 * emacs-lisp/eldoc.el (eldoc-mode):
1318 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1319 minor mode behavior.
1320
aa42ab43
JL
13212011-10-19 Juri Linkov <juri@jurta.org>
1322
1323 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1324 the list of hard-coded chars with escape-glyph face.
1325
89400f1d
SM
13262011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1329
305c07f6
MA
13302011-10-19 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1333 running process.
1334
13754b54
GM
13352011-10-19 Glenn Morris <rgm@gnu.org>
1336
1337 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1338 Ignore ignored files. (Bug#9726)
1339
06e21633
CY
13402011-10-19 Chong Yidong <cyd@gnu.org>
1341
1342 Doc fix for minor modes, stating that an omitted argument enables
1343 the mode unconditionally when called from Lisp.
1344
1345 * abbrev.el (abbrev-mode):
1346 * allout.el (allout-mode):
1347 * autoinsert.el (auto-insert-mode):
1348 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1349 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1350 (global-auto-revert-mode):
1351 * battery.el (display-battery-mode):
1352 * composite.el (global-auto-composition-mode)
1353 (auto-composition-mode):
1354 * delsel.el (delete-selection-mode):
1355 * desktop.el (desktop-save-mode):
1356 * dired-x.el (dired-omit-mode):
1357 * dirtrack.el (dirtrack-mode):
1358 * doc-view.el (doc-view-minor-mode):
1359 * double.el (double-mode):
1360 * electric.el (electric-indent-mode, electric-pair-mode):
1361 * emacs-lock.el (emacs-lock-mode):
1362 * epa-hook.el (auto-encryption-mode):
1363 * follow.el (follow-mode):
1364 * font-core.el (font-lock-mode):
1365 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1366 * help.el (temp-buffer-resize-mode):
1367 * hilit-chg.el (highlight-changes-mode)
1368 (highlight-changes-visible-mode):
1369 * hi-lock.el (hi-lock-mode):
1370 * hl-line.el (hl-line-mode, global-hl-line-mode):
1371 * icomplete.el (icomplete-mode):
1372 * ido.el (ido-everywhere):
1373 * image-file.el (auto-image-file-mode):
1374 * image-mode.el (image-minor-mode):
1375 * iswitchb.el (iswitchb-mode):
1376 * jka-cmpr-hook.el (auto-compression-mode):
1377 * linum.el (linum-mode):
1378 * longlines.el (longlines-mode):
1379 * master.el (master-mode):
1380 * mb-depth.el (minibuffer-depth-indicate-mode):
1381 * menu-bar.el (menu-bar-mode):
1382 * minibuf-eldef.el (minibuffer-electric-default-mode):
1383 * mouse-sel.el (mouse-sel-mode):
1384 * msb.el (msb-mode):
1385 * mwheel.el (mouse-wheel-mode):
1386 * outline.el (outline-minor-mode):
1387 * paren.el (show-paren-mode):
1388 * recentf.el (recentf-mode):
1389 * reveal.el (reveal-mode, global-reveal-mode):
1390 * rfn-eshadow.el (file-name-shadow-mode):
1391 * ruler-mode.el (ruler-mode):
1392 * savehist.el (savehist-mode):
1393 * scroll-all.el (scroll-all-mode):
1394 * scroll-bar.el (scroll-bar-mode):
1395 * server.el (server-mode):
1396 * shell.el (shell-dirtrack-mode):
1397 * simple.el (auto-fill-mode, transient-mark-mode)
1398 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1399 (line-number-mode, column-number-mode, size-indication-mode)
1400 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1401 * strokes.el (strokes-mode):
1402 * time.el (display-time-mode):
1403 * t-mouse.el (gpm-mouse-mode):
1404 * tool-bar.el (tool-bar-mode):
1405 * tooltip.el (tooltip-mode):
1406 * type-break.el (type-break-mode-line-message-mode)
1407 (type-break-query-mode):
1408 * view.el (view-mode):
1409 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1410 (global-whitespace-mode, global-whitespace-newline-mode):
1411 * xt-mouse.el (xterm-mouse-mode): Doc fix.
1412
a3839de2
SM
1413 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1414 Fix autogenerated docstring.
06e21633 1415
5214e501
JL
14162011-10-19 Juri Linkov <juri@jurta.org>
1417
1418 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
1419 by checking environment variables "DESKTOP_SESSION" and
1420 "XDG_CURRENT_DESKTOP". (Bug#9779)
1421
195f8db9
JL
14222011-10-19 Juri Linkov <juri@jurta.org>
1423
1424 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
1425 (browse-url-chromium-program, browse-url-chromium-arguments):
1426 New defcustoms.
1427 (browse-url-default-browser): Check for `browse-url-chromium' and
1428 call `browse-url-chromium-program'.
1429 (browse-url-chromium): New command. (Bug#9779)
1430
343a34ff
JB
14312011-10-18 Juanma Barranquero <lekktu@gmail.com>
1432
1433 * facemenu.el (list-colors-duplicates): On Windows, detect more
1434 duplicates by assuming that only colors matching "^System" are
1435 special "system colors". (Bug#9722)
1436
6978a151
SM
14372011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
1440 to distinguish the author from the committer.
1441
6a80b297
MA
14422011-10-18 Michael Albinus <michael.albinus@gmx.de>
1443
1444 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
1445
b31a5677
JK
14462011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
1447
1448 * international/mule.el (sgml-html-meta-auto-coding-function):
1449 Add support for detecting encoding in HTML5 specified only as
1450 <meta charset="UTF-8">. Implementation just makes http-equiv and
1451 content-type parts from HTML4 encoding string optional. (Bug#9716)
1452
80c6d77f
GM
14532011-10-18 Glenn Morris <rgm@gnu.org>
1454
1455 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
1456
08b0fee8
CY
14572011-10-18 Chong Yidong <cyd@gnu.org>
1458
1459 * faces.el (cursor): Doc fix.
1460
67e729a5
CY
14612011-10-17 Chong Yidong <cyd@gnu.org>
1462
1463 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
1464
343a34ff 14652011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
1466
1467 * dirtrack.el (dirtrack): Support shell buffers with path
1468 prefixes, e.g. tramp-based remote shells. (Bug#9647)
1469
0bc06380
TZ
14702011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
1471
1472 * json.el: Bump version to 1.3 and note change in History.
1473 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
1474
8b79f3e0
SM
14752011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1476
5a7c536b
SM
1477 * comint.el (comint-insert-input, comint-send-input)
1478 (comint-get-old-input-default, comint-backward-matching-input)
1479 (comint-next-prompt): Use nil instead of `input' for field property of
1480 past user input (bug#114).
1481
96a8a0df
SM
1482 * minibuffer.el (completion--replace): Inherit surrounding properties
1483 (bug#114).
1484 (minibuffer-complete-and-exit): Use it.
1485
8b79f3e0
SM
1486 * comint.el (comint--table-subvert): Quote the all-completions output
1487 (bug#9160).
1488
b8f7ff0d
MR
14892011-10-17 Martin Rudalics <rudalics@gmx.at>
1490
8b79f3e0 1491 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 1492
b8f7ff0d 1493 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 1494 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
1495 entries and separate them from frame entries.
1496
c235b555
GM
14972011-10-15 Glenn Morris <rgm@gnu.org>
1498
1499 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
1500 Doc fixes.
1501
6bbfa6e1
CY
15022011-10-15 Chong Yidong <cyd@stupidchicken.com>
1503
8b79f3e0
SM
1504 * net/network-stream.el (network-stream-open-starttls):
1505 Improve detection of failure due to lack of TLS support.
ec5c990d 1506
6bbfa6e1
CY
1507 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1508 putting the input text in front and in bold.
1509
98488977
SM
15102011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1511
3d1337be
SM
1512 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1513
ee0b45e4
SM
1514 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1515 empty buffer.
1516
98488977
SM
1517 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1518 unread-command-events rather than pushing yet-another event.
1519
186f4720
EZ
15202011-10-14 Eli Zaretskii <eliz@gnu.org>
1521
1522 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1523 the explanation of the possible choices. Make the options passed
1524 to completing-read shorter.
1525
8b7a997c
AM
15262011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1527
1528 * textmodes/flyspell.el (flyspell-large-region): Make sure
1529 extended character mode is used if defined (Bug#1339).
1530
12587bbb
EZ
15312011-10-13 Eli Zaretskii <eliz@gnu.org>
1532
1533 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
1534 character info for LRE, LRO, RLE, and RLO characters by appending
1535 an invisible PDF.
12587bbb 1536
bad41229
SM
15372011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1540 even in case of error; add debug spec; simplify data flow.
1541 (with-timeout-handler): Remove.
1542
28dbc92f
MA
15432011-10-12 Michael Albinus <michael.albinus@gmx.de>
1544
1545 Fix Bug#6019, Bug#9315.
1546
1547 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1548 complete `buffer-file-name', the local file name part could look
1549 remotely (for example on VMS).
1550
1551 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1552 `tramp-run-real-handler'.
1553 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1554 already quoted by '"'.
1555
1556 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1557 Let `file-name-handler-alist' be nil, the local file name part
1558 could look remotely (for example on VMS).
1559
e1b0b23a
SM
15602011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1563 from here...
1564 (flyspell-post-command-hook): ...to here.
1565
a120bde9
SM
15662011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1569 if not needed.
1570 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1571 using completion. Protect against "slow" callers.
1572 Remove the "message hack".
1573
7ce7717b
JL
15742011-10-11 Juri Linkov <juri@jurta.org>
1575
1576 * isearch.el (isearch-lazy-highlight-word): New variable.
1577 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1578 Use it. (Bug#9727)
1579
c02ee9d6
GM
15802011-10-11 Glenn Morris <rgm@gnu.org>
1581
1582 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1583 like f90-previous-statement does.
1584
93e616fd 15852011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1586
1f190e73 1587 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
1588 only in interactive use, to avoid error.
1589
af7b6078
SM
15902011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * minibuffer.el (completion-file-name-table): Fix last change,
1593 i.e. ignore normal errors but not the other ones.
1594
0563dae9
MR
15952011-10-10 Martin Rudalics <rudalics@gmx.at>
1596
1597 * window.el (special-display-buffer-names)
1598 (special-display-regexps): Remove some remnants of earlier
1599 changes from doc-strings.
366ca7f3
MR
1600 (quit-windows-on): New function.
1601
1602 * vc/vc.el (vc-revert, vc-rollback):
1603 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1604 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 1605 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 1606
49677495
MR
16072011-10-09 Martin Rudalics <rudalics@gmx.at>
1608
1609 * window.el (frame-auto-hide-function): Add version tag.
1610 (Bug#9699)
1611
56f2d1e1
MA
16122011-10-09 Michael Albinus <michael.albinus@gmx.de>
1613
1614 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1615 condition.
1616
112a6592
LL
16172011-10-09 Leo Liu <sdl.web@gmail.com>
1618
1619 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1620 (Bug#9701)
1621
0812589b
GM
16222011-10-08 Glenn Morris <rgm@gnu.org>
1623
1624 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1625 before the first code statement zero indent. (Bug#9690)
1626
b2b0776e
CY
16272011-10-08 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * simple.el (count-words-region): Always count in the region.
1630 Report the number of lines and characters too.
1631 (count-words): New command, which counts in the buffer if the
1632 region is inactive, as count-words-region used to.
1633 (count-words--message): New function. Handle plurals.
1634 (count-lines-region): Make it an alias for count-words-region.
1635
1636 * bindings.el (esc-map): Replace count-lines-region with
1637 count-words-region.
1638
c557cd6b
MR
16392011-10-08 Martin Rudalics <rudalics@gmx.at>
1640
1641 * window.el (window--delete): Delete dedicated frame
1642 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 1643 (switch-to-buffer): Fix doc-string typo.
c557cd6b 1644
61a57ef4 16452011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1646
1647 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1648
c3833279
CY
16492011-10-07 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * bindings.el ([M-left],[M-right]): Bind to left-word and
1652 right-word respectively.
1653
21ce8245
GM
16542011-10-07 Glenn Morris <rgm@gnu.org>
1655
1656 * cus-start.el (debug-on-quit): Fix custom type.
1657
6d823bb2
LMI
16582011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1659
0181e193
LMI
1660 * subr.el (define-key-after): Clarify that the function is not
1661 useful for non-menu keymaps.
1662
6d823bb2
LMI
1663 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1664
8e3459ce 16652011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1666
21ce8245 1667 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 1668 in current minibuffer (Fix bug with recursive minibuffers).
1669
a1c2d21e
CY
16702011-10-06 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * progmodes/gdb-mi.el (gdb): Doc fix.
1673
5a4cf282
MR
16742011-10-05 Martin Rudalics <rudalics@gmx.at>
1675
1676 * window.el (frame-auto-hide-function): New option replacing
1677 frame-auto-delete. Suggested by Stefan Monnier.
1678 (window--delete): Call frame-auto-hide-function instead of
1679 investigating frame-auto-delete.
c96111ea
MR
1680 (window-point-1, set-window-point-1): New functions.
1681 (window-in-direction, record-window-buffer, window-state-get-1)
1682 (display-buffer-record-window): Use window-point-1 instead of
1683 window-point.
1684 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 1685
9854542e
SM
16862011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1689
8943cfb0
GM
16902011-10-05 Glenn Morris <rgm@gnu.org>
1691
1692 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1693 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1694
647ab967
LL
16952011-10-05 Leo Liu <sdl.web@gmail.com>
1696
1697 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1698 works with buffer object.
1699
3ddfbced
SM
17002011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 * mpc.el (mpc-tool-bar-map): Add labels.
1703
bdfa5dd2
GM
17042011-10-04 Glenn Morris <rgm@gnu.org>
1705
1706 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1707
0e2070b5
MR
17082011-10-04 Martin Rudalics <rudalics@gmx.at>
1709
1710 * window.el (window--delete): New function.
1711 (frame-auto-delete): Resuscitate option.
1712 (bury-buffer, replace-buffer-in-windows)
1713 (quit-window): Rewrite using window--delete.
1714 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1715 Pass display-buffer-mark-dedicated to window--display-buffer-2
1716 (Bug#9639).
1717
3dc61a09
SM
17182011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1719
915a9b64
SM
1720 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1721 returns a list (bug#9554). Add remote file name completion.
1722 * comint.el (comint--table-subvert): Curry and get quote&unquote
1723 functions as arguments.
1724 (comint--complete-file-name-data): Adjust call accordingly.
1725 * pcomplete.el (pcomplete--table-subvert): Remove.
1726 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1727
3dc61a09
SM
1728 * minibuffer.el (completion-table-case-fold): Use currying.
1729 (completion--styles-type, completion--cycling-threshold-type):
1730 New constants.
1731 (completion-styles, completion-category-overrides)
1732 (completion-cycle-threshold): Use them.
1733 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1734 completion-table-case-fold.
1735
8ea0a993
SB
17362011-10-03 Stephen Berman <stephen.berman@gmx.net>
1737
1738 * minibuffer.el (completion-category-overrides): Fix type of styles
1739 and add more user friendly tags (bug#9660).
1740
8c24b7f6
SM
17412011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1744 (mule-input-method-string): New widget.
1745 (default-input-method, language-info-custom-alist): Use it.
1746
428fe61a
SM
17472011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1748
32c1fffd
SM
1749 * pcomplete.el: Require comint.
1750 (pcomplete--common-suffix): Remove.
1751 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1752 (pcomplete--table-subvert): Sync with comint--table-subvert.
1753 (pcomplete--entries): Use comint-completion-file-name-table.
1754 * comint.el (comint-unquote-filename): Simplify.
1755 (comint-completion-file-name-table): New function (bug#9616).
1756 (comint--complete-file-name-data): Use it.
1757
428fe61a
SM
1758 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1759 (pcmpl-gnu-tar-buffer): Remove.
1760 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
1761 around. Make sure pcomplete-suffix-list is only changed temporarily.
1762 Don't look inside the tar's file if it's too large.
428fe61a 1763
04c52e2f
CY
17642011-10-01 Chong Yidong <cyd@stupidchicken.com>
1765
ce3cefcc
CY
1766 * cus-edit.el (custom-mode-map):
1767 * epa.el (epa-key-list-mode-map):
1768 * man.el (Man-mode-map):
1769 * startup.el (splash-screen-keymap):
1770 * simple.el (special-mode-map): Use scroll-up-command and
1771 scroll-down-command.
1772
1773 * progmodes/idlw-help.el (idlwave-help-mode-map):
1774 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1775 * net/newst-plainview.el (newsticker-mode-map):
1776 * emulation/ws-mode.el (wordstar-mode-map):
1777 * emulation/vi.el (vi-com-map):
1778 * calc/calc-graph.el (calc-graph-show-dumb):
1779 * term/sun.el (terminal-init-sun):
1780 * term/ns-win.el (global-map):
1781 * progmodes/grep.el (grep-mode-map):
1782 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1783 * mail/rmail.el (rmail-mode-map):
1784 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1785
04c52e2f
CY
1786 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1787 custom-safe-themes as special.
1788
79adf8c8
JD
17892011-10-01 Julien Danjou <julien@danjou.info>
1790
1791 * notifications.el (notifications-notify): Fix docstring.
1792
63bd50d3
PS
17932011-10-01 Per Starbäck <per@starback.se>
1794
1795 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1796
199e4c7e
MR
17972011-09-30 Martin Rudalics <rudalics@gmx.at>
1798
1799 * startup.el (command-line-1): Fix last fix by inserting
1800 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 1801 (Bug#9605) and (Bug#9636)
199e4c7e 1802
fe5f08dd
EZ
18032011-09-29 Eli Zaretskii <eliz@gnu.org>
1804
1805 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1806 window is hscrolled, move by logical lines. (Bug#9607)
1807 (line-move-visual): Update the doc string to the above effect.
1808
b5516bbd
MR
18092011-09-29 Martin Rudalics <rudalics@gmx.at>
1810
ccee00c0
MR
1811 * window.el (display-buffer-record-window): When WINDOW is the
1812 selected window use `point' instead of `window-point'. (Bug#9626)
1813
b5516bbd
MR
1814 * startup.el (command-line-1): Use insert-before-markers when
1815 inserting initial-scratch-message. (Bug#9605)
ccee00c0 1816
b5516bbd
MR
1817 * help.el (help-window): Remove variable.
1818
52aa0014
GM
18192011-09-29 Glenn Morris <rgm@gnu.org>
1820
1821 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1822
df9a7357
JB
18232011-09-29 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * descr-text.el (describe-char-categories): Accept category
1826 descriptions more than one line long.
1827
a8406c20
SM
18282011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1829
88d9610c
SM
1830 * simple.el (delete-trailing-whitespace): Fix last change.
1831
a5daf810
SM
1832 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1833 Don't confuse "y => 3" as the beginning of a `y' operation.
1834
a8406c20
SM
1835 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1836 object has more than 4 slots (bug#9613).
1837
a239d4e9
JB
18382011-09-28 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * subr.el (with-output-to-temp-buffer):
1841 * net/quickurl.el (quickurl, quickurl-browse-url):
1842 Fix typos in docstrings.
1843
693fbdb6
EZ
18442011-09-27 Eli Zaretskii <eliz@gnu.org>
1845
1846 * minibuffer.el (completion-styles)
1847 (completion-category-overrides): Cross reference each other in doc
1848 strings.
1849
8b457e28
GM
18502011-09-27 Glenn Morris <rgm@gnu.org>
1851
1852 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1853 to split-string. (Bug#9606)
1854
85a16208
LMI
18552011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
1857 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1858 (bug#9615).
1859
502f9ebd
CY
18602011-09-27 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * emacs-lisp/package.el (list-packages): Fix echo area message.
1863
7690bdea
LL
18642011-09-27 Leo Liu <sdl.web@gmail.com>
1865
1866 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1867
e2ee6f30
MA
18682011-09-25 Michael Albinus <michael.albinus@gmx.de>
1869
1870 * net/dbus.el (dbus-unregister-object): Don't release services for
1871 registered signals. (Bug#9581)
1872
f3f98342
TZ
18732011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1874
1875 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1876 function that picks between cfengine 2 and 3 support
1877 automatically. Update docs accordingly.
1878
dd7aa8dd
KH
18792011-09-22 Kenichi Handa <handa@m17n.org>
1880
1881 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1882 ZERO.
1883 (indian-itrans-v5-table-for-tamil): New variable.
1884 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1885
3f2b07f8
KM
18862011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1887
1888 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1889 that's true if the current command involved collapsing of text.
1890 It's reset to false at the beginning of the next command.
1891 (allout-post-command-business): Move the cursor to the beginning
1892 of entry if the cursor is hidden and collapsing activity just
1893 happened.
1894
371d6a61
CY
18952011-09-24 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1898 tracking (Bug#9541).
1899
2ac2721a
UJ
19002011-09-24 Ulf Jasper <ulf.jasper@web.de>
1901
1902 * net/newst-reader.el (newsticker-html-renderer)
1903 (newsticker-show-news): Automatically
343a34ff
JB
1904 load html rendering package if newsticker-html-renderer is set.
1905 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
1906 let-bound" and the error "Symbol's value as variable is void:
1907 w3m-fill-column".
1908
fac7ae53
MA
19092011-09-24 Michael Albinus <michael.albinus@gmx.de>
1910
1911 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1912 Release services only if they are defined. (Bug#9581)
1913
e08b633b
RS
19142011-09-23 Richard Stallman <rms@gnu.org>
1915
e488d29c
RS
1916 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1917 distinguish start of paragraph from start of its text.
1918
19c38752
RS
1919 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1920
e08b633b
RS
1921 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1922 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1923 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1924
0a39f27e
AS
19252011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1926
1927 * international/mule-diag.el (mule-diag): Insert a newline after
1928 each fontset description.
1929
db4e950d
SM
19302011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * simple.el (delete-trailing-whitespace):
1933 Document last change; simplify.
1934
eca3f3ea
PW
19352011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1936
d68e189a
PW
1937 * simple.el (delete-trailing-whitespace): Also delete
1938 extra newlines at the end of the buffer.
1939
eca3f3ea
PW
1940 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1941 (picture-newline): Use forward-line so as to ignore fields.
1942
01c157cc
SM
19432011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * subr.el (with-wrapper-hook): Fix edebug spec.
1946
022de23e
LMI
19472011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1948
1949 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1950 (bug#4538).
1951
91683089
MA
19522011-09-23 Michael Albinus <michael.albinus@gmx.de>
1953
eca3f3ea
PW
1954 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1955 Fix nasty bug using wrong cached values.
91683089 1956
5bdd6fa4
AM
19572011-09-23 Alan Mackenzie <acm@muc.de>
1958
1959 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1960
97adfb97
CY
19612011-09-23 Chong Yidong <cyd@stupidchicken.com>
1962
1963 * window.el (pop-to-buffer): Ensure right window is selected if we
1964 chose another frame.
1965
d4ef2b50
EZ
19662011-09-22 Eli Zaretskii <eliz@gnu.org>
1967
1968 * simple.el (what-cursor-position): Use get-char-property-change
1969 and next-single-char-property-change, to be able to show display
1970 properties that come from overlays as well as text properties.
1971
72258fe5
CY
19722011-09-22 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1975
1976 * cmuscheme.el (run-scheme, switch-to-scheme):
1977 * cus-edit.el (customize-group, custom-buffer-create)
1978 (customize-browse):
1979 * info.el (info):
1980 * shell.el (shell):
1981 * mail/sendmail.el (mail):
1982 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1983
8f098516
RS
19842011-09-22 Richard Stallman <rms@gnu.org>
1985
1986 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1987 move back only to line beg, don't move back over blank lines.
1988
e74f1bb6
MA
19892011-09-22 Michael Albinus <michael.albinus@gmx.de>
1990
1991 * files.el (copy-directory): Set directory attributes only in case
1992 they could be retrieved from the source directory. (Bug#9565)
1993
bfeef8b6
DK
19942011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1995
1996 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1997 (hs-find-block-beginning, hs-hide-level-recursive):
1998 Ignore strings as well as comments. (Bug#9502)
1999
7e423bb8
AS
20002011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2001
2002 * progmodes/sql.el (sql-comint-postgres):
2003 Convert port number to a string. (Bug#9566)
2004
b4d72fcf
MR
20052011-09-22 Martin Rudalics <rudalics@gmx.at>
2006
2007 * window.el (quit-window): Undedicate window when switching to
2008 previous buffer. Reported by Thierry Volpiatto
2009 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2010 (special-display-popup-frame): When popping up a new frame reset
2011 its previous buffers to nil. Simplify code.
b4d72fcf 2012
a7b88dc6
MA
20132011-09-21 Michael Albinus <michael.albinus@gmx.de>
2014
2015 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2016 and process filter, as done also in `shell-command'.
2017
cf4eacfd
MR
20182011-09-21 Martin Rudalics <rudalics@gmx.at>
2019
eca3f3ea
PW
2020 * window.el (set-window-buffer-start-and-point):
2021 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
2022 Volpiatto <thierry.volpiatto@gmail.com>.
2023 (quit-window): Reword doc-string. Handle new format of
2024 quit-restore parameter. Don't delete window if it has a
2025 previous buffer we can show instead of the present one.
2026 (display-buffer-record-window): Rewrite using a new format for
2027 the quit-restore window parameter
2028 (special-display-popup-frame, display-buffer-same-window)
2029 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2030 (display-buffer-pop-up-window, display-buffer-use-some-window):
2031 Adapt symbol passed to display-buffer-record-window.
2032 * help.el (help-window-setup): Handle new format of quit-restore
2033 parameter.
2034
8d28cb95
SM
20352011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2036
94ab793f
SM
2037 * faces.el (face-list): Fix docstring (bug#9564).
2038
8d28cb95
SM
2039 * window.el (display-buffer--action-function-custom-type):
2040 Don't include internal functions in the Custom interface.
2041
3820edeb
JL
20422011-09-20 Juri Linkov <juri@jurta.org>
2043
2044 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2045 (Info-forward-node, Info-backward-node, Info-next-preorder)
2046 (Info-last-preorder): Use it. (Bug#9528)
2047
5147931d
JL
20482011-09-20 Juri Linkov <juri@jurta.org>
2049
2050 * info.el (Info-last-preorder): Visit last menu item only when
2051 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2052
cf499a1a
JD
20532011-09-20 Julien Danjou <julien@danjou.info>
2054
2055 * password-cache.el (password-cache-remove): Remove entries even if the
2056 value is nil, so that password with a nil value (negative caching) is
2057 possible to invalidate.
2058
f84e2fe2
LM
20592011-09-20 Lawrence Mitchell <wence@gmx.li>
2060
2061 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2062 all whitespace around breakpoint. (Bug#9553)
2063 (f90-find-breakpoint): Only break at whitespace inside a comment.
2064
78054a46
SM
20652011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * minibuffer.el (completion-file-name-table): Keep track of errors.
2068 (completion-table-with-predicate): Handle the case where pred1 is nil.
2069 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2070
345083b2
SM
20712011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2072
e24e27be
SM
2073 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2074 (debugger-return-value): Signal an error if the debugging context does
2075 not await any return value.
2076
345083b2
SM
2077 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2078 * image-mode.el (image-toggle-display-text)
2079 (image-toggle-display-image): Stay away from evil `intangible'.
2080
08d355e3
LL
20812011-09-19 Leo Liu <sdl.web@gmail.com>
2082
2083 * replace.el (occur-revert-arguments): Make it permanent-local.
2084 (occur-mode): Don't call font-lock-defontify.
2085
f01da43f
CY
20862011-09-19 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * net/ldap.el (ldap-search-internal): Don't push empty search
2089 result (Bug#9508).
2090
b6072fa6
SM
20912011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2092
2093 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2094
443d6696
MA
20952011-09-19 Michael Albinus <michael.albinus@gmx.de>
2096
2097 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2098 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2099
7cc6e154
JL
21002011-09-18 Juri Linkov <juri@jurta.org>
2101
2102 * buff-menu.el (Buffer-menu-mode-map):
2103 * dired.el (dired-mode-map):
2104 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2105 (lisp-interaction-mode-map):
2106 * emacs-lisp/package.el (package-menu-mode-map):
2107 * epa.el (epa-key-list-mode-map):
2108 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2109 (menu-bar-options-menu):
2110 * outline.el (outline-mode-menu-bar-map):
2111 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2112 * vc/vc-dir.el (vc-dir-menu-map):
2113 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2114 Capitalize non-function content words in menu item strings.
2115
2116 * dired.el (dired-mode-map): Add menu item for
2117 `image-dired-dired-toggle-marked-thumbs'.
2118
80302a81
JL
21192011-09-18 Juri Linkov <juri@jurta.org>
2120
2121 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2122 to `isearch-case-fold-search' and restore its original value
2123 after the `isearch-mode' call.
2124
46c5cf66
JL
21252011-09-18 Juri Linkov <juri@jurta.org>
2126
2127 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2128 because `zgrep' returns 1 for successful matches (bug#9226).
2129
d18b513b
JL
21302011-09-18 Juri Linkov <juri@jurta.org>
2131
2132 * info.el (Info-extract-menu-node-name): Check the second match
2133 for empty string (second test-case of bug#9528).
2134 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2135 intermediate nodes to the history (first test-case of bug#9528).
2136
72753f87
JL
21372011-09-18 Juri Linkov <juri@jurta.org>
2138
2139 * info.el (Info-mode-syntax-table): New variable.
2140 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
2141
c9384295
JL
21422011-09-18 Juri Linkov <juri@jurta.org>
2143
2144 * info.el (Info-file-supports-index-cookies): Increment
2145 line-beginning-position's arg from 3 to 4 because makeinfo outputs
2146 one more line for long file names (bug#4142).
2147
d473dce8
CY
21482011-09-18 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * newcomment.el (comment-normalize-vars): If prompting for
2151 comment-start, set comment-start-skip too (Bug#8424).
2152
2176854d
JB
21532011-09-18 Johan Bockgård <bojohan@gnu.org>
2154
2155 * icomplete.el: Fix previous fix of Bug#5849.
2156 (icomplete-mode): Don't set completion-show-inline-help.
2157 (icomplete-minibuffer-setup): Set completion-show-inline-help
2158 locally during icompletion.
2159
3aace4e4
CY
21602011-09-18 Chong Yidong <cyd@stupidchicken.com>
2161
c940224f
CY
2162 * woman.el (woman2-process-escapes): Don't delete unrecognized
2163 escapes (Bug#7843).
2164
3aace4e4
CY
2165 * files.el (inhibit-first-line-modes-regexps): Add image files.
2166 (hack-local-variables-prop-line): Return nil for malformed
2167 prop-lines (Bug#9044).
2168
710dec63
MA
21692011-09-18 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp.el (top): Don't require 'shell.
2172 (tramp-methods): Fix docstring.
2173 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
2174 Return complete remote file name. Handle "smb" case.
2175 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
2176 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2177
2178 * net/tramp-compat.el (top): Require 'shell.
2179
2180 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2181 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2182 `tramp-current-host'.
2183 (tramp-get-remote-tmpdir): Remove.
2184
2185 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2186 `tramp-tmpdir' entries.
2187 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2188 (tramp-smb-handle-file-attributes): Ignore errors.
2189 (tramp-smb-wait-for-output): Check also for process end.
2190
5d5ac8ec
LMI
21912011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
2193 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2194 when sending QUIT (bug#9312).
2195
8c0f49f0
CY
21962011-09-17 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2199 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2200 occur-mode-display-occurrence.
2201 (occur-edit-mode): Add usage message.
2202 (occur-cease-edit): New command.
2203 (occur-after-change-function): Use text properties to find the
2204 position of the prefix text.
2205 (occur-engine): Set stickiness of prefix text properties.
2206
8f1383f7
GM
22072011-09-17 Glenn Morris <rgm@gnu.org>
2208
2209 * progmodes/etags.el (complete-tag):
2210 Fix call to completion-in-region. (Bug#9526)
2211
744ba0e3
JL
22122011-09-17 Juri Linkov <juri@jurta.org>
2213
2214 * textmodes/ispell.el (ispell-word): Add to the error message
2215 the word, ispell program name and current dictionary (bug#9121).
2216 (ispell-tex-arg-end): Capitalize "error" in the error message.
2217
d9bbf400
AS
22182011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2219
2220 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2221 check. (Bug#4251)
2222
8da11505
JL
22232011-09-17 Juri Linkov <juri@jurta.org>
2224
2225 * window.el (window-safe-min-height, window-safe-min-width):
2226 Fix typos (followup to bug#9522).
2227
a91adc7e
SJ
22282011-09-17 Sven Joachim <svenjoac@gmx.de>
2229
2230 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2231
064f328a
EZ
22322011-09-16 Eli Zaretskii <eliz@gnu.org>
2233
2234 * simple.el (line-move): If goal-column is set, move by logical
2235 lines, not by display lines. (Bug#971)
2236 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2237 to reflect the above change.
2238
e69df516
SM
22392011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * image.el (imagemagick-register-types): Use regexp-opt.
2242
cbb0f9ab
CY
22432011-09-15 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * window.el (display-buffer-base-action): Rename from
2246 display-buffer-default-action. Make default value empty.
2247 (display-buffer-overriding-action): Convert to defvar.
2248 (display-buffer-fallback-action): New var.
2249
25322144
CY
22502011-09-15 Chong Yidong <cyd@stupidchicken.com>
2251
2252 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2253 declaration.
2254 (package--add-to-archive-contents): If there is a duplicate entry
2255 with an older version, remove it.
2256 (package-menu-mark-delete, package-menu-mark-install)
2257 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
2258 (package-menu-mark-obsolete-for-deletion):
2259 Use package-menu-get-status instead of a regexp search.
25322144
CY
2260 (package-menu-get-status): Use tabulated-list-entry.
2261 (package-menu-mark-upgrades): New command.
d770725a 2262 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
2263 (package-menu-execute): Do installation before deletion.
2264 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2265 instead of checking major-mode.
2266 (package-menu--find-upgrades): New function.
2267
7520339c
LMI
22682011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
2270 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2271 passwords in the log buffer.
65a046c4
LMI
2272 (smtpmail-process-filter): Update the process marker so that the
2273 "broken by peer" status message is inserted in the right place.
7520339c 2274
d3c30954
SM
22752011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2276
3fe48822
SM
2277 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2278 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2279 bibtex-completion-at-point-function.
2280 (bibtex-completion-at-point-function): Use them.
2281
1b8b3954
SM
2282 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2283
d3c30954
SM
2284 * mpc.el (mpc-constraints-tag-lookup): New function.
2285 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2286 also to browser "album|playlist".
2287
72779976
JL
22882011-09-14 Juri Linkov <juri@jurta.org>
2289
2290 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2291 (isearch-edit-string): Use length of `isearch-string' when
2292 `isearch-fail-pos' returns nil.
2293 (isearch-message): Remove duplicate code and call
2294 `isearch-fail-pos' with arg `t'.
2295
a0bf2bcd
CY
22962011-09-14 Chong Yidong <cyd@stupidchicken.com>
2297
17bb0a2d
CY
2298 * replace.el (occur-mode-goto-occurrence): Don't force using other
2299 window (Bug#9499).
2300
a0bf2bcd
CY
2301 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2302
f678e0b6
MR
23032011-09-14 Martin Rudalics <rudalics@gmx.at>
2304
2305 * window.el (display-buffer-window): Remove.
2306 (display-buffer-record-window): Use help-setup window parameter
2307 instead of variable display-buffer-window.
2308 (display-buffer-function, special-display-buffer-names)
2309 (special-display-function): Mention help-setup parameter instead
2310 of display-buffer-window in doc-string.
d3c30954
SM
2311 * help.el (help-window-setup): New argument help-window.
2312 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
2313 Reword some messages.
2314 (with-help-window): Pass window used for displaying the buffer
2315 to help-window-setup. Don't set display-buffer-window.
2316
8e39b2e8
GM
23172011-09-13 Glenn Morris <rgm@gnu.org>
2318
2319 * emacs-lisp/debug.el (debugger-make-xrefs):
2320 Preserve point. (Bug#9462)
2321
85e9c04b
CY
23222011-09-13 Chong Yidong <cyd@stupidchicken.com>
2323
2324 * window.el (window-deletable-p): Use next-frame.
2325
1b36ed6a
MR
23262011-09-13 Martin Rudalics <rudalics@gmx.at>
2327
2328 * window.el (window-auto-delete): Remove.
2329 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 2330 dedication and previous buffers.
1b36ed6a
MR
2331 (switch-to-prev-buffer): Don't delete window.
2332 (delete-windows-on): Delete a window's frame if and only if the
2333 window is dedicated.
2334 (replace-buffer-in-windows): Delete buffer's window or frame if
2335 and only if window is dedicated.
2336 (quit-window): Handle quit-restore as before last change.
4d61f28d 2337 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 2338
ef8ef9fb
CY
23392011-09-13 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * window.el (window-deletable-p): Never delete the last frame on a
2342 given terminal.
2343
b2cba41e
GM
23442011-09-13 Glenn Morris <rgm@gnu.org>
2345
2346 * help.el (describe-key-briefly): Copy previous standard-output change.
2347
51553db6 23482011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
2349
2350 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2351
b7556719
GM
23522011-09-13 Glenn Morris <rgm@gnu.org>
2353
2354 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2355 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2356
64b51947
CY
23572011-09-12 Chong Yidong <cyd@stupidchicken.com>
2358
2359 * dired-aux.el (dired-mark-read-string): Don't return default
2360 value on empty input (Bug#9361).
2361 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2362 Omit initial minibuffer contents.
2363 (dired-do-chmod): Signal an error on empty input.
2364 (dired-mark-read-string): Don't return default on empty input.
2365
2366 * files.el (file-modes-symbolic-to-number): Doc fix.
2367
393a301e
SM
23682011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * international/mule-cmds.el (ucs-completions): Remove.
2371 (read-char-by-name): Use complete-with-action instead; add metadata.
2372
fa5660f9
CY
23732011-09-11 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * window.el (display-buffer--action-function-custom-type)
2376 (display-buffer--action-custom-type): New vars.
2377 (display-buffer-alist, display-buffer-default-action)
2378 (display-buffer-overriding-action): Add defcustom types.
2379
4a592f66
CY
2380 * frame.el (delete-other-frames): Doc fix (Bug#276).
2381
73d56dbd
LMI
23822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2385
37ac18a3
CY
23862011-09-11 Chong Yidong <cyd@stupidchicken.com>
2387
2388 Change modes that used same-window-* vars to use switch-to-buffer.
2389
2390 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2391 Use switch-to-buffer.
2392
2393 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
2394 (customize-browse, custom-buffer-create-other-window):
2395 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
2396
2397 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2398 (Info-prev, Info-up, Info-speedbar-goto-node)
2399 (info-display-manual): Use switch-to-buffer.
2400 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2401
2402 * mail/sendmail.el (mail): Use switch-to-buffer.
2403 (mail-recover): Use switch-to-buffer-other-window.
2404
2405 * cmuscheme.el (run-scheme, switch-to-scheme):
2406 * ielm.el (ielm):
2407 * shell.el (shell):
2408 * net/rlogin.el (rlogin):
2409 * net/telnet.el (telnet, rsh):
2410 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
2411
10195bd6
AS
24122011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2413
2414 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
2415
b322f63a
LMI
24162011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417
39d7fed6
LMI
2418 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
2419 so don't mention it (bug#9301).
ba5a81f1 2420 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 2421
ee0e9f11
LMI
2422 * faces.el (face-spec-set-match-display): Make `(type graphic)'
2423 match `x', `w32' and `ns', like the manual says (bug#9029).
2424
0b1c89c1 2425 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
2426 (process-kill-buffer-query-function): Mention the buffer name in
2427 the query.
0b1c89c1 2428
77549ea8
LMI
2429 * image-mode.el (image-next-line): The line parameter is mandatory
2430 (bug#9258).
2431
803ef892
LMI
2432 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
2433 which can be useful (bug#9301).
2434
12980837
LMI
2435 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
2436
91054f8f
LMI
2437 * subr.el (match-string): Mention that the current buffer should
2438 be the same as the search was done in (bug#9282).
2439
b322f63a
LMI
2440 * facemenu.el: Disable the remove-* commands if the mark isn't
2441 active (bug#9162).
2442
3199b96f
CY
24432011-09-10 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
2446 of display-buffer.
2447 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
2448
2449 * replace.el (occur-mode-goto-occurrence)
2450 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
2451 and display-buffer.
2452
2453 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
2454 display-buffer.
2455
2456 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
2457 special-display and same-window variables.
2458 (mail-other-window): Use switch-to-buffer-other-window.
2459 (mail-other-frame): USe switch-to-buffer-other-frame.
2460
393a301e
SM
2461 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
2462 Use display-buffer-other-frame.
3199b96f
CY
2463 (gdb-display-gdb-buffer): Use pop-to-buffer.
2464
2465 * progmodes/gud.el (gud-goto-info): Use info-other-window.
2466
2467 * progmodes/python.el: Don't set same-window-buffer-names.
2468
2469 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2470
2471 * window.el (display-buffer-alist): Add *Python*.
2472
8319e0bf
CY
24732011-09-10 Chong Yidong <cyd@stupidchicken.com>
2474
2475 * window.el (display-buffer-alist): Add entry for buffers
2476 previously handled same-window-*.
2477 (display-buffer-alist, display-buffer-default-action)
2478 (display-buffer-overriding-action): Mark as risky.
2479 (display-buffer-alist): Document action function changes.
2480 (display-buffer--same-window-action)
2481 (display-buffer--other-frame-action): New variables.
2482 (switch-to-buffer, display-buffer-other-frame): Use them.
2483 (display-buffer): Rename reuse-frame entry to reusable-frames.
2484 (display-buffer-reuse-selected-window): Function deleted.
2485 (display-buffer-reuse-window): Handle reusable-frames alist entry.
2486 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
2487 (display-buffer-special): New function.
2488 (display-buffer--maybe-pop-up-frame-or-window): Rename from
2489 display-buffer-reuse-or-pop-window. Split off special-display
2490 part into display-buffer-special.
2491 (display-buffer-use-some-window): Don't perform any special
2492 pop-up-frames handling.
2493 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 2494 (display-buffer--maybe-same-window): Rename from
0d3ff375 2495 display-buffer-maybe-same-window.
8319e0bf 2496
919a69aa
CY
2497 * info.el: Don't set same-window-regexps.
2498 (info-setup): New function.
2499 (info-other-window, info): Call it.
2500
2501 * cus-edit.el: Don't set same-window-regexps.
2502 (customize-group): New argument.
2503 (customize-group-other-window): Use it.
2504 (customize-face, customize-face-other-window): Likewise.
2505 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2506
8319e0bf
CY
2507 * net/rlogin.el:
2508 * net/telnet.el:
2509 * progmodes/gud.el: Don't set same-window-regexps.
2510
2511 * cmuscheme.el:
2512 * ielm.el:
2513 * shell.el:
2514 * mail/sendmail.el:
2515 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2516
25173000
JL
25172011-09-10 Juri Linkov <juri@jurta.org>
2518
2519 * isearch.el (isearch-edit-string): Remove obsolete mention of
2520 `C-w' (`isearch-yank-word-or-char') from docstring.
2521 (isearch-query-replace): Fix typo in docstring (bug#9466).
2522
056e44ef
JL
25232011-09-10 Juri Linkov <juri@jurta.org>
2524
2525 * paren.el (show-paren-function): Don't show escaped parens.
2526 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2527
c3760c17
EZ
25282011-09-10 Eli Zaretskii <eliz@gnu.org>
2529
2530 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2531 (mm-default-file-encoding): Remove autoload forms, they are
2532 replaced with autoload cookies in mml.el and mm-encode.el.
2533 (mail-add-attachment): New command.
2534 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2535 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2536 the doc string.
2537 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2538
fece895e
RT
25392011-09-10 Reuben Thomas <rrt@sc3d.org>
2540
e69df516
SM
2541 * simple.el (count-words-region): Use buffer if there's no region
2542 (bug#9429).
fece895e 2543
5e68ce4a
JL
25442011-09-09 Juri Linkov <juri@jurta.org>
2545
2546 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2547 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2548 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2549
0a6b9622
AM
25502011-09-09 Alan Mackenzie <acm@muc.de>
2551
2552 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2553 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2554
14a29deb
EZ
25552011-09-09 Eli Zaretskii <eliz@gnu.org>
2556
2557 Fix for Savannah bug#9392.
2558 * simple.el (mail-encode-mml): New defvar.
2559
2560 * mail/rmail.el (mail-encode-mml): Add a defvar.
2561 (rmail-enable-mime-composing): Default to t.
2562 (rmail-forward): Use MIME method of forwarding only if both
2563 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2564 Set mail-encode-mml non-nil if the MIME method was used.
2565
2566 * mail/sendmail.el (mml-to-mime): Add autoload form.
2567 (mail-encode-mml): Add a defvar.
2568 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2569 to nil.
2570 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2571 message through mml-to-mime, and reset mail-encode-mml to nil.
2572
28c45130
GM
25732011-09-09 Glenn Morris <rgm@gnu.org>
2574
2575 * woman.el (woman-if-body): When processing an .el block,
2576 do not delete the next .el block as well. (Bug#9447)
69f4b618 2577 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 2578
9b1c252e
MR
25792011-09-08 Martin Rudalics <rudalics@gmx.at>
2580
2581 * window.el (window-deletable-p): Make sure window is live before
2582 invoking window-prev-buffers.
2583
567457e3
LL
25842011-09-08 Leo Liu <sdl.web@gmail.com>
2585
2586 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2587
97f05794
JL
25882011-09-08 Juri Linkov <juri@jurta.org>
2589
2590 * progmodes/compile.el (compilation-environment): Make it
2591 a defcustom (bug#8340).
2592
8b0874b5
MR
25932011-09-08 Martin Rudalics <rudalics@gmx.at>
2594
2595 * window.el (frame-auto-delete): Rename to window-auto-delete.
2596 Make it control auto-deletion of windows and/or frames.
2597 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 2598 for deleting window/frame. (Bug#9419)
8b0874b5
MR
2599 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2600 Rewrite handling of case when window/frame can be deleted.
2601 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 2602 argument t. (Bug#9456)
8b0874b5 2603
4feb6e73
CY
26042011-09-07 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * help-mode.el (help-mode): Restore autoload.
2607
91ab9c13
JL
26082011-09-07 Juri Linkov <juri@jurta.org>
2609
2610 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2611 `compilation-environment'. Set buffer-local
2612 `compilation-environment' to `thisenv' later after (funcall mode).
2613 (Bug#8340)
2614
2615 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2616 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2617 instead of replacing its value. (Bug#8340)
2618
0527e251
JL
26192011-09-07 Juri Linkov <juri@jurta.org>
2620
2621 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2622 based on text properties put by `grep-filter' instead of matching
2623 escape sequences.
2624 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2625 to the value of `grep-error-screen-columns' (bug#9438).
2626
249f792c
JL
26272011-09-07 Juri Linkov <juri@jurta.org>
2628
2629 * simple.el (next-error-highlight, next-error-highlight-no-select):
2630 Doc fix (bug#9432).
2631
ff7271b9
OT
26322011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2633
2634 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2635 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2636
183fc730
LL
26372011-09-07 Leo Liu <sdl.web@gmail.com>
2638
2639 * net/rcirc.el (rcirc-mode): Conditionally initialize
2640 rcirc-input-ring.
2641
77694924
SM
26422011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * emacs-lisp/find-func.el (find-function-C-source): Only set
2645 find-function-C-source-directory after checking that we found a source
2646 file there (bug#9440).
2647
d809b8eb
AM
26482011-09-06 Alan Mackenzie <acm@muc.de>
2649
2650 * isearch.el (isearch-other-meta-char): Wherever a key list is
2651 unread, "unread" the prefix arg, too. This fixes bug #8901.
2652
453de99f
OG
26532011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2654
2655 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2656
90439906
JL
26572011-09-05 Juri Linkov <juri@jurta.org>
2658
2659 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2660
f62bd846
JL
26612011-09-05 Juri Linkov <juri@jurta.org>
2662
2663 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2664 keeping point where processing of grep matches begins, and
2665 continue to delete remaining escape sequences from the same point.
2666 (grep-filter): Make leading zero optional in "0?1;31m" because
2667 git-grep emits "\033[1;31m" escape sequences unlike expected
2668 "\033[01;31m" as GNU Grep does (bug#9408).
2669 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2670
045820ec
JL
26712011-09-05 Juri Linkov <juri@jurta.org>
2672
2673 * subr.el (y-or-n-p): Capitalize "yes".
2674
f5e29b9b
MA
26752011-09-04 Michael Albinus <michael.albinus@gmx.de>
2676
2677 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2678 `tramp-cache-unload-hook' where appropriate.
2679 (tramp-methods): Rename `tramp-remote-sh' to
2680 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2681 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2682
2683 * net/tramp-sh.el (top): Don't require 'shell.
2684 (tramp-methods): Add `tramp-remote-shell' and
2685 `tramp-remote-shell-args' entries.
2686 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2687 (tramp-sh-handle-shell-command): Remove.
2688 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2689 Use `tramp-remote-shell'.
2690
2784c434
CY
26912011-09-03 Chong Yidong <cyd@stupidchicken.com>
2692
393a301e 2693 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
2694 (sendmail-query-once): Save directly to send-mail-function.
2695 Update message-send-mail-function too.
2696
2697 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2698
464cdf56
CS
26992011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2700
2701 * progmodes/python.el (python-mode-map): Use correct function to
2702 start python interpreter from menu-bar (as reported by Geert
2703 Kloosterman).
2704 (inferior-python-mode-map): Fix typo.
393a301e 2705 (python-shell-map): Remove.
464cdf56 2706
d37e5c87
DD
27072011-09-03 Deniz Dogan <deniz@dogan.se>
2708
2709 * net/rcirc.el (rcirc-print): Simplify code for
2710 rcirc-scroll-show-maximum-output. There is no need to walk
2711 through all windows to find the right one.
2712
f3ada0ee
CS
27132011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2714
2715 * help.el (help-return-method): Doc fix.
2716
1f3c99ca
MR
27172011-09-03 Martin Rudalics <rudalics@gmx.at>
2718
2719 * window.el (window-deletable-p): Don't return a non-nil value
2720 when there's a buffer that was shown in the window before.
2721 (Bug#9419)
393a301e
SM
2722 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2723 Set window's previous buffers to nil.
1f3c99ca 2724
a3cf097f
EZ
27252011-09-03 Eli Zaretskii <eliz@gnu.org>
2726
2727 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2728 newline before and after the tag line, so it doesn't interfere
2729 with determining the paragraph direction of bidirectional text.
2730
3d03de90
LL
27312011-09-03 Leo Liu <sdl.web@gmail.com>
2732
2733 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2734
c3313451
CY
27352011-09-02 Chong Yidong <cyd@stupidchicken.com>
2736
393a301e 2737 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
2738 (pop-to-buffer): Change interactive spec. Pass second argument
2739 directly to display-buffer.
2740 (display-buffer): Fix interactive spec. Use functionp to
2741 distinguish between a function and a list of functions.
2742
2743 * abbrev.el (edit-abbrevs):
2744 * arc-mode.el (archive-extract):
2745 * autoinsert.el (auto-insert):
2746 * bookmark.el (bookmark-bmenu-list):
2747 * files.el (find-file):
2748 * view.el (view-buffer):
2749 * progmodes/compile.el (compilation-goto-locus):
2750 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2751
89894cd8
CY
27522011-09-02 Chong Yidong <cyd@stupidchicken.com>
2753
2754 * window.el (display-buffer-alist): Doc fix.
2755 (display-buffer): Add docstring. Don't treat
2756 display-buffer-default specially.
2757 (display-buffer-reuse-selected-window)
2758 (display-buffer-same-window, display-buffer-maybe-same-window)
2759 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2760 (display-buffer-pop-up-window)
2761 (display-buffer-reuse-or-pop-window)
2762 (display-buffer-use-some-window): New functions.
2763 (display-buffer-default-action): Use them.
393a301e 2764 (display-buffer-default): Delete.
89894cd8
CY
2765 (pop-to-buffer-1): Fix choice of actions.
2766
ae0bc9fb
SM
27672011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * minibuffer.el (completion--insert-strings): Don't get confused by
2770 completion entries that end with an LF char.
2771
e9d90883
EZ
27722011-09-01 Eli Zaretskii <eliz@gnu.org>
2773
2774 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2775
437014c8
CY
27762011-09-01 Chong Yidong <cyd@stupidchicken.com>
2777
2778 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
2779 (display-buffer-same-window, display-buffer-other-window):
2780 New functions.
437014c8
CY
2781 (pop-to-buffer-1): New function. Use the above.
2782 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 2783 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
2784
2785 * view.el (view-buffer-other-window, view-buffer-other-frame):
2786 Just use pop-to-buffer.
2787
a5e063d5
TV
27882011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2789
2790 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2791
793d32bb
WH
27922011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2793
2794 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2795
d65e4c15
RS
27962011-08-31 Richard Stallman <rms@gnu.org>
2797
2798 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2799 of the separation of rmail-view-buffer from rmail-buffer.
2800 If you say no to "replace original", the decrypt is in the
2801 view buffer. If you say yes, the decrypt goes into the
2802 rmail buffer also.
2803
f818cd2a
MR
28042011-08-31 Martin Rudalics <rudalics@gmx.at>
2805
2806 * window.el (display-buffer-window): Rewrite doc-string.
2807 (display-buffer-record-window): New function.
2808 (display-buffer-macro-specifiers)
2809 (display-buffer-even-window-sizes, display-buffer-set-height)
2810 (display-buffer-set-width, display-buffer-in-window)
2811 (display-buffer-reuse-window, display-buffer-split-specifiers)
2812 (display-buffer-side-specifiers, display-buffer-split-window-1)
2813 (display-buffer-split-window, display-buffer-split-atom-window)
2814 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2815 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2816 (display-buffer-other-window-means-other-frame)
2817 (display-buffer-normalize-special)
2818 (display-buffer-normalize-default)
2819 (display-buffer-normalize-argument)
2820 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2821 (display-buffer-normalize-specifiers, display-buffer-frame)
2822 (display-buffer-same-window, display-buffer-same-frame)
2823 (display-buffer-other-window)
2824 (display-buffer-same-frame-other-window)
2825 (display-buffer-other-frame, pop-to-buffer-same-window)
2826 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2827 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2828 (switch-to-buffer-same-frame)
2829 (switch-to-buffer-other-window-same-frame)
2830 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2831 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2832 (display-buffer-alist-set): Remove.
2833 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
2834 (special-display-regexps, special-display-function):
2835 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
2836 parameter.
2837 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2838 (special-display-frame-alist, special-display-popup-frame)
2839 (same-window-buffer-names, same-window-regexps, same-window-p)
2840 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2841 (split-window-preferred-function, split-height-threshold)
2842 (split-width-threshold, window-splittable-p)
2843 (split-window-sensibly, window--try-to-split-window)
2844 (window--frame-usable-p, even-window-heights)
2845 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
2846 (window--display-buffer-2, display-buffer-other-frame):
2847 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
2848 (display-buffer-default, display-buffer-assq-regexp): New functions.
2849 (display-buffer-alist): Rewrite doc-string.
2850 (display-buffer-default-action)
2851 (display-buffer-overriding-action): New variables.
2852 (display-buffer, switch-to-buffer): Rewrite.
2853 (pop-to-buffer): Restore Emacs 23 behavior but use
2854 window-normalize-buffer-to-display.
2855 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2856 Restore Emacs 23 behavior but use
2857 window-normalize-buffer-to-switch-to.
2858 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
2859 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2860 Rewrite using Emacs 23 options.
f818cd2a 2861
5bc3b51d
MA
28622011-08-31 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (tramp-root-regexp): Remove.
2865 (tramp-completion-file-name-regexp-unified)
2866 (tramp-completion-file-name-regexp-separate)
2867 (tramp-completion-file-name-regexp-url): Don't use leading volume
2868 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
2869 (tramp-drop-volume-letter): Simplify definition.
2870 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 2871
b1a4f8e1
SM
28722011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2875 (bug#9356).
2876
5664fa7b
RT
28772011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2878
b1a4f8e1 2879 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 2880
9a45d6c3
JL
28812011-08-29 Juri Linkov <juri@jurta.org>
2882
2883 * isearch.el (isearch-done): Don't display message "Mark saved"
2884 when arg `edit' is non-nil to prevent its flicker in the echo area.
2885
fb87e0fb
CY
28862011-08-28 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2889 obsolete packages for deletion.
2890
09ac1c2a
CS
28912011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2892
2893 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 2894 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
2895 view-mode from help-mode.
2896 (help-xref-override-view-map): Remove.
2897 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2898 view-mode is not used anymore.
2899
7a1ff57f
CY
29002011-08-28 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * server.el (server-port): Doc fix.
2903
b9696605
CY
2904 * cus-theme.el (custom-theme-choose-mode): Inherit from
2905 special-mode (Bug#9124).
2906 (custom-theme-choose-mode-map): Add special-mode to parent.
2907
ef8cdf8c
AM
29082011-08-28 Alan Mackenzie <acm@muc.de>
2909
2910 * progmodes/cc-fonts.el
2911 (c-make-font-lock-BO-decl-search-function): New function.
2912 (c-basic-matchers-after - "Fontify the clauses after various
2913 keywords"): Extract the three keyword lists for the 3 erroneous
2914 constructs from the list of four, and use the new function above
2915 in place of an old one.
2916
27de4e20
DD
29172011-08-28 Deniz Dogan <deniz@dogan.se>
2918
2919 * net/rcirc.el (rcirc-insert-prev-input)
2920 (rcirc-insert-next-input): Remove unused argument.
2921
356a3681
SM
29222011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2925
3fc9b218
AM
29262011-08-27 Alan Mackenzie <acm@muc.de>
2927
2928 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2929 handle function pointer parameters properly.
2930
538a061c
MR
29312011-08-27 Martin Rudalics <rudalics@gmx.at>
2932
2933 * window.el (display-buffer-reuse-window): Fix case where
2934 selected window was reused with non-nil OTHER-WINDOW argument.
2935 (Bug#9381)
2936
35b1c40c
DD
29372011-08-27 Deniz Dogan <deniz@dogan.se>
2938
2939 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2940 oftc's NickServ messages.
2941
2f6a3e79
GM
29422011-08-27 Glenn Morris <rgm@gnu.org>
2943
2944 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2945
7254299e
CY
29462011-08-26 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * emacs-lisp/package.el (package-install): Call package-initialize
2949 if called interactively.
2950
f8ccf167
LL
29512011-08-26 Leo Liu <sdl.web@gmail.com>
2952
2953 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2954
3e8cd5ce
JL
29552011-08-25 Juri Linkov <juri@jurta.org>
2956
2957 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2958 `search-whitespace-regexp' (bug#9364).
2959
93eb7113
JL
29602011-08-25 Juri Linkov <juri@jurta.org>
2961
2962 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2963 `regexp-search-ring' to their global values to protect from
2964 updating by `read-from-minibuffer' (bug#9185).
2965
f65d1611
JL
29662011-08-25 Juri Linkov <juri@jurta.org>
2967
2968 * textmodes/ispell.el (ispell-command-loop): Add newline
2969 at the end of the "Use option `i'..." line.
2970
f1cf7a31
JL
29712011-08-25 Juri Linkov <juri@jurta.org>
2972
2973 * battery.el (display-battery-mode): If `battery-status-function'
2974 or `battery-mode-line-format' is nil, display the message and set
2975 `display-battery-mode' to nil (bug#9363).
2976
0c95fcf7
EZ
29772011-08-25 Eli Zaretskii <eliz@gnu.org>
2978
2979 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2980 bidi-string-mark-left-to-right; they are unnecessary now.
2981
a2ebe600
DD
29822011-08-25 Deniz Dogan <deniz@dogan.se>
2983
2984 * net/quickurl.el: Documentation typo fixes.
2985
e4ed06f1
CY
29862011-08-25 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2989
e5f1c99e
GM
29902011-08-25 Glenn Morris <rgm@gnu.org>
2991
b2948976
GM
2992 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2993
e5f1c99e
GM
2994 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2995 (smtpmail-via-smtp): Handle nil response from smtp.
2996
f22f4808
JL
29972011-08-24 Juri Linkov <juri@jurta.org>
2998
2999 * proced.el (proced-marked): Inherit from `error' instead of
3000 `font-lock-warning-face'.
3001
3002 * ibuffer.el (ibuffer-marked-face): Change default face from
3003 `font-lock-warning-face' to `warning'.
3004 (ibuffer-deletion-face): Change default face from
3005 `font-lock-type-face' to `error'.
3006
3007 * battery.el (battery-update): Use the face `error' instead of
3008 `font-lock-warning-face' (bug#6117).
3009
6a93965e
JL
30102011-08-24 Juri Linkov <juri@jurta.org>
3011
3012 * faces.el (success): Change face color from "Green3" to
3013 "ForestGreen" on light background (bug#9353).
3014
1ed43b09
CY
30152011-08-24 Chong Yidong <cyd@stupidchicken.com>
3016
5664fa7b
RT
3017 * window.el (quit-window): Rename from quit-restore-window.
3018 Use same arglist as old quit-window.
1ed43b09
CY
3019 (frame-auto-delete): Doc fix.
3020
3021 * view.el (view-mode-exit): Use quit-window.
3022
11dcdbb2
JL
30232011-08-24 Juri Linkov <juri@jurta.org>
3024
3025 * isearch.el (isearch-ring-adjust1): Start visiting previous
3026 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3027 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3028 for empty search string (when the last search string is reused
3029 automatically) to adjust the isearch ring to the last element and
3030 prepare the correct index for further M-p commands (bug#9185).
3031
de62b4df
KH
30322011-08-24 Kenichi Handa <handa@m17n.org>
3033
3034 * international/ucs-normalize.el: If decomposition property of
3035 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3036 nil.
3037 (nfd, nfkd): Likewise.
3038
963b492b
SM
30392011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3042 from process filters aren't reliably transmitted to the surrounding
3043 accept-process-output.
3044 (mpc-proc-check): New function.
3045 (mpc-proc-sync): Use it (bug#8293)
3046
93b6b5e1
SM
30472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3050 Add compatibility functions (bug#9313).
3051
bca633fb
EZ
30522011-08-23 Eli Zaretskii <eliz@gnu.org>
3053
b177498a
EZ
3054 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3055
bca633fb
EZ
3056 * international/uni-bidi.el: Regenerated.
3057
0902a04e
KH
30582011-08-23 Kenichi Handa <handa@m17n.org>
3059
3060 * international/charprop.el:
3061 * international/uni-bidi.el:
3062 * international/uni-category.el:
3063 * international/uni-combining.el:
3064 * international/uni-comment.el:
3065 * international/uni-decimal.el:
3066 * international/uni-decomposition.el:
3067 * international/uni-digit.el:
3068 * international/uni-lowercase.el:
3069 * international/uni-mirrored.el:
3070 * international/uni-name.el:
3071 * international/uni-numeric.el:
3072 * international/uni-old-name.el:
3073 * international/uni-titlecase.el:
3074 * international/uni-uppercase.el: Regenerate.
3075
3bbf23bc
MR
30762011-08-23 Martin Rudalics <rudalics@gmx.at>
3077
3078 * help.el (help-window-setup): Fix message displayed when other
3079 window is reused. (Bug#9341)
3080
b3fd59bd
SM
30812011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3082
1802e444
SM
3083 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3084 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3085
b3fd59bd
SM
3086 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3087 Mark obsolete.
3088 * shell.el (shell-parse-pcomplete-arguments): New function.
3089 (shell-completion-vars): Use it instead (bug#9160).
3090
4eb61348
SM
30912011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3092
867cab74
SM
3093 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3094 strings and comments (bug#9333).
3095
4eb61348
SM
3096 * emacs-lisp/debug.el (debug-arglist): New function.
3097 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3098 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3099
262a1439
JL
31002011-08-22 Juri Linkov <juri@jurta.org>
3101
56ee679c
JL
3102 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3103 Revert regexp that highlights output switches to its old
3104 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3105
262a1439
JL
3106 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3107 to check for empty output (bug#9226).
3108
f13f86fb
CY
31092011-08-22 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3112 symbol-constituent as the default, as that stops font-lock from
3113 working properly (Bug#8843).
3114
c65c9622
LMI
31152011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3118 `coding-system-for-*' around the process open call to avoid
3119 auth-source side effects.
e7f2c178 3120 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
3121 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3122 probe hangs.
c65c9622 3123
23a8a5ab
CY
31242011-08-21 Chong Yidong <cyd@stupidchicken.com>
3125
ff98b2dd
CY
3126 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3127
23a8a5ab
CY
3128 * emacs-lisp/find-func.el (find-function-noselect): New arg
3129 lisp-only.
3130
3131 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3132 signal an error for built-in functions (Bug#6664).
3133
f5e3c598
LMI
31342011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3135
3136 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3137 (smtpmail-try-auth-methods): Use it.
3138
a3f2468a
CY
31392011-08-21 Chong Yidong <cyd@stupidchicken.com>
3140
2c34e8da
CY
3141 * font-lock.el (font-lock-fontify-region)
3142 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3143 (font-lock-default-unfontify-buffer)
3144 (font-lock-default-fontify-region)
3145 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3146
b3fd59bd
SM
3147 * progmodes/compile.el (compilation-error-properties):
3148 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
3149 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3150 `ant' regexp.
ee31aabc 3151
a3f2468a
CY
3152 * net/browse-url.el (browse-url-firefox): Don't call
3153 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3154
8e999f70
GM
31552011-08-20 Glenn Morris <rgm@gnu.org>
3156
c21a496a
GM
3157 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3158
59ee0542
GM
3159 * tutorial.el (tutorial--default-keys): Update some default bindings.
3160
8e999f70
GM
3161 * files.el (hack-local-variables): Fully ignore case for "mode:".
3162
e3715033
AM
31632011-08-20 Alan Mackenzie <acm@muc.de>
3164
3165 Resolve invalid use of a regexp in regexp-opt.
3166
4d61f28d
JB
3167 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3168 detection for a java annotation.
e3715033 3169
4d61f28d 3170 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
3171 detection for a java annotation.
3172
4d61f28d
JB
3173 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3174 handling for java.
e3715033
AM
3175 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3176
04ed2e9c
CY
31772011-08-20 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3180 (Bug#9274).
3181
826cee64
AM
31822011-08-20 Alan Mackenzie <acm@muc.de>
3183
58179cce 3184 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
3185 such a construct. Mainly for when jit-lock etc. starts a chunk
3186 here.
3187
58179cce 3188 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 3189 variable.
58179cce 3190 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
3191 c-make-font-lock-search-function.
3192 (c-make-font-lock-search-function): Use the above function.
3193 (c-make-font-lock-context-search-function): New function.
3194 (c-cpp-matchers): Enhance the preprocessor expression case with
3195 the above function
3196 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3197 which takes an expression.
3198
3199 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3200
13009bd8
MR
32012011-08-20 Martin Rudalics <rudalics@gmx.at>
3202
3203 * window.el (display-buffer-reuse-window)
3204 (display-buffer-pop-up-window): Don't reuse or split a side
3205 window.
3206
9234ff7f
GM
32072011-08-19 Glenn Morris <rgm@gnu.org>
3208
3209 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 3210 Downcase "Mode:". (Bug#9331)
9234ff7f 3211
f635daa1
CY
32122011-08-18 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * international/characters.el: Add L and R categories.
3215
3216 * subr.el (bidi-string-mark-left-to-right): Rename from
3217 string-mark-left-to-right. Use category search.
3218
3219 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3220
bc987f8b
JL
32212011-08-18 Juri Linkov <juri@jurta.org>
3222
3223 * faces.el (error, warning, success): New faces with definitions
3224 copied from old default values of `font-lock-warning-face',
3225 `compilation-warning', `compilation-info' (bug#6117).
3226
3227 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3228
3229 * progmodes/compile.el (compilation-error): Inherit from `error'.
3230 (compilation-warning): Inherit from `warning'.
3231 (compilation-info): Inherit from `success'.
3232
3233 * dired.el (dired-marked): Inherit from `warning'.
3234 (dired-flagged): Inherit from `error'.
3235
57173b96
LMI
32362011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3237
3e79eb87
LMI
3238 * mail/smtpmail.el (auth-source): Require to avoid problems with
3239 binding variables (bug#9298). Also clean up some unused
3240 autoloads.
3241
b3fd59bd
SM
3242 * net/network-stream.el (network-stream-open-starttls):
3243 Support using starttls.el without using gnutls-cli.
57173b96 3244
02b404de
JL
32452011-08-17 Juri Linkov <juri@jurta.org>
3246
3247 * progmodes/grep.el (rgrep): Handle the case when
3248 `grep-find-command' is a cons cell (bug#9278).
3249
8c9177f2
MR
32502011-08-17 Martin Rudalics <rudalics@gmx.at>
3251
3252 * window.el (display-buffer-pop-up-frame): Run frame creation
3253 function with BUFFER current (as special-display-popup-frame
3254 does). Reported by Drew Adams.
3255
3644a0ab
DU
32562011-08-17 Daiki Ueno <ueno@unixuser.org>
3257
3258 * epa-mail.el: Simplify GnuPG group expansion using
3259 epg-expand-group.
3260 (epa-mail-group-alist, epa-mail-group-modtime)
3261 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3262 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3263 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3264 Remove.
3265
5e617bc2 32662011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
3267
3268 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3269
9c4aeabf
AM
32702011-08-16 Alan Mackenzie <acm@muc.de>
3271
3272 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3273 Correct, to avoid the inside of macros.
3274
3a99bf64
RS
32752011-08-16 Richard Stallman <rms@gnu.org>
3276
04963aa8
RS
3277 * epa-mail.el: Handle GnuPG group definitions.
3278 (epa-mail-group-alist, epa-mail-group-modtime)
3279 (epa-mail-gnupg-conf-file): New variables.
3280 (epa-mail-parse-groups, epa-mail-sync-groups)
3281 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3282 (epa-mail-expand-recipients): New functions.
3283 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3284
177549d0
RS
3285 * mail/rmail.el (rmail-epa-decrypt): New command.
3286
fe38beef
RS
3287 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3288 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
3289 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3290 (epa-decrypt-armor-in-region): Make error message clearer.
3291
934eacb9
SM
32922011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3295 and "a2b" to "ab" for `prefix'.
3296
d024fb4e
CY
32972011-08-14 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3300 filter groups.
de148fee
CY
3301 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3302 Fourquet (Bug#8804).
d024fb4e 3303
62f1ca49
JB
33042011-08-12 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * startup.el (argi): Declare as global variable (bug#9275).
3307
9ccaaa4b
CY
33082011-08-12 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * subr.el (string-mark-left-to-right): Search the entire string
3311 for RTL script, not just the terminating character. Doc fix.
3312
a3dae87a
SM
33132011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3314
6cd18349
SM
3315 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3316 New function.
3317 (js--regexp-literal, js-syntax-propertize-function): Remove.
3318 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3319 (js-mode-map): Don't rebind electric keys.
3320 (js-insert-and-indent): Remove.
3321 (js-mode): Setup electric-layout and electric-indent instead.
3322
a3dae87a
SM
3323 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3324
9d5cb631
DU
33252011-08-12 Daiki Ueno <ueno@unixuser.org>
3326
3327 * epa.el (epa-progress-callback-function): Fix the logic of
3328 displaying progress.
3329 * epa-file.el (epa-file-insert-file-contents): Make progress
3330 display more user-friendly.
3331 (epa-file-write-region): Ditto.
3332
3e26a4a2
CY
33332011-08-10 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * subr.el (string-mark-left-to-right): New function.
3336
3337 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3338 Use string-mark-left-to-right.
3339 (list-buffers-noselect): Caller changed.
3340
a3dae87a
SM
3341 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3342 Use string-mark-left-to-right.
3e26a4a2
CY
3343 (tabulated-list-print): Recenter after moving point.
3344
ac8cf6e6
JL
33452011-08-10 Juri Linkov <juri@jurta.org>
3346
3347 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3348 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3349 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3350
8d96c9a4
CY
33512011-08-09 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3354 (Bug#7554).
3355
7be1c708 33562011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
3357
3358 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3359 character. (Bug#6594)
3360
37e11a63
CY
33612011-08-08 Chong Yidong <cyd@stupidchicken.com>
3362
839dde57
CY
3363 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3364 (image-dired--with-db-file): New macro.
3365 (image-dired-write-tags, image-dired-remove-tag)
3366 (image-dired-create-gallery-lists, image-dired-write-comments)
3367 (image-dired-get-comment, image-dired-mark-tagged-files)
3368 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3369 (image-dired-gallery-generate): Use insert-file-contents.
3370
37e11a63
CY
3371 * time.el (display-time-world-list, display-time-world-display):
3372 * time-stamp.el (time-stamp-string):
3373 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3374 set-time-zone-rule (Bug#7337).
3375
0b4946c4
DU
33762011-08-08 Daiki Ueno <ueno@unixuser.org>
3377
3378 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3379 (epg-error-to-string, epg-errors-to-string): New function.
3380 (epg-wait-for-completion): Reverse errors list.
3381 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3382 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3383 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3384 (epg-sign-keys, epg-generate-key-from-file)
3385 (epg-generate-key-from-string): Format errors by using
3386 epg-errors-to-string (bug#9255).
3387 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3388
75bfc667
JL
33892011-08-07 Juri Linkov <juri@jurta.org>
3390
3391 * faces.el (list-faces-display): Remove extra angle bracket
3392 from `help-mode-map'.
3393
3394 * info.el (Info-history-toc-nodes): Doc fix.
3395
3396 * longlines.el (longlines-mode): Doc fix.
3397
673e08bb
SM
33982011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3399
4640dd88
SM
3400 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3401 of statements and in a few more cases (bug#9183).
3402
673e08bb
SM
3403 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
3404 New functions.
3405 (cl-transform-lambda): Use them (bug#9239).
3406
89b3f019
MR
34072011-08-05 Martin Rudalics <rudalics@gmx.at>
3408
3409 * window.el (display-buffer-same-window)
3410 (display-buffer-same-frame, display-buffer-other-window)
3411 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3412 (pop-to-buffer-other-window)
3413 (pop-to-buffer-same-frame-other-window)
3414 (pop-to-buffer-other-frame): Make them defuns.
3415 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
3416
640c8776
SM
34172011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * subr.el (make-composed-keymap): Move from C. Change calling
3420 convention, and improve docstring to bring attention to a subtle point.
3421 * minibuffer.el (completing-read-default): Adjust accordingly.
3422
63648a95
MA
34232011-08-03 Michael Albinus <michael.albinus@gmx.de>
3424
3425 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3426 (tramp-open-shell): Use `tramp-shell-quote-argument'.
3427
3428 * net/trampver.el: Update release number.
3429
b796c9b7
SM
34302011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
3433 "in" (bug#9190).
3434
2239d7d5
LMI
34352011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3436
e07dd7c3
LMI
3437 * mail/sendmail.el (sendmail-query-once): Restore the current
3438 buffer after querying (bug#9074).
3439
0e6a2bd7
LMI
3440 * dired.el (dired-flagged): Use different faces for marked and
3441 flagged files (bug#6117).
3442
ce887515
LMI
3443 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
3444 (bug#4433).
3445
92f2affc
LMI
3446 * ido.el (ido-mode): Switch off the message if called
3447 non-interactively.
3448
57d5aff0
LMI
3449 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
3450 before 587, since it appears that that's more likely to work for
3451 more people.
3452
98cd6c18 3453 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 3454 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
3455 exist.
3456
b96dec83
LMI
3457 * info.el: Remove the `Info-beginning-of-buffer' function
3458 (bug#8325).
3459
b796c9b7
SM
3460 * net/network-stream.el (network-stream-open-starttls):
3461 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 3462
d90e2ea0
MR
34632011-08-01 Martin Rudalics <rudalics@gmx.at>
3464
3465 * window.el (display-buffer-in-window): Don't set dedicated status
3466 of window here (Bug#9215).
3467 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3468 (display-buffer-pop-up-side-window)
b796c9b7 3469 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 3470
cca09170
SM
34712011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
3474 before binding generated-autoload-file.
3475
027b979c
DD
34762011-08-01 Deniz Dogan <deniz@dogan.se>
3477
3478 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
3479
3c7ee4f3
MA
34802011-07-30 Michael Albinus <michael.albinus@gmx.de>
3481
3482 Sync with Tramp 2.2.2.
3483
3484 * net/trampver.el: Update release number.
3485
2cc8e51a
JL
34862011-07-30 Juri Linkov <juri@jurta.org>
3487
3488 * dired-aux.el (dired-touch-initial): Remove function.
3489 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
3490 current time, and `default' to the last modification time of the
3491 current marked file (bug#6887).
3492
a514d856
JM
34932011-07-28 Jose E. Marchesi <jemarch@gnu.org>
3494
3495 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 3496 numeric argument to read-number (bug#9163).
a514d856 3497
8a7eddd7
MA
34982011-07-27 Michael Albinus <michael.albinus@gmx.de>
3499
3500 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
3501 connection process, it could be nil.
3502
1ddd96f5
LL
35032011-07-27 Leo Liu <sdl.web@gmail.com>
3504
3505 Simplify url handling in rcirc-mode.
3506
3507 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3508 (rcirc-browse-url-at-mouse): Remove.
3509 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3510
b248a85d
AM
35112011-07-26 Alan Mackenzie <acm@muc.de>
3512
3513 Fontify bitfield declarations properly.
3514
3515 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3516 (c-symbol-chars): Now exported as a lang variable.
3517 (c-not-primitive-type-keywords): New lang variable.
3518
3519 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3520 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 3521 parsed as a bitfield declaration.
b248a85d 3522
b796c9b7
SM
3523 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3524 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
3525 (c-punctuation-in): New function.
3526 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3527 declarations properly.
3528
68575ab0
UJ
35292011-07-26 Ulf Jasper <ulf.jasper@web.de>
3530
3531 * calendar/icalendar.el (icalendar--all-events): Take care of
3532 multiple vcalendars in a single file.
b796c9b7 3533 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 3534
0f0a88b9
DD
35352011-07-25 Deniz Dogan <deniz@dogan.se>
3536
3537 * image.el (insert-image): Clarifying docstring.
3538
0b3f36df
MA
35392011-07-24 Michael Albinus <michael.albinus@gmx.de>
3540
3541 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3542 `tramp-send-command-and-check' if there is no error.
3543 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3544
a9901f61
AM
35452011-07-22 Alan Mackenzie <acm@muc.de>
3546
3547 Prevent cc-langs.elc being loaded at run time.
3548
3549 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3550 cc-langs.
3551
4d61f28d 3552 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
3553 "(require 'cc-langs)". Quote a form so it will evaluate at
3554 (cc-mode's) compilation time.
3555
11d074b2
MA
35562011-07-22 Michael Albinus <michael.albinus@gmx.de>
3557
3558 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3559 loading. (Bug#9114)
3560
938b94c8
MR
35612011-07-21 Martin Rudalics <rudalics@gmx.at>
3562
3563 * window.el (display-buffer-pop-up-window)
3564 (display-buffer-pop-up-side-window)
3565 (display-buffer-in-side-window): Call display-buffer-set-height
3566 and display-buffer-set-width after setting the new window's
b796c9b7 3567 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 3568
bfa4f190
SS
35692011-07-20 Sam Steingold <sds@gnu.org>
3570
3571 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3572 (etags-tags-included-tables): Call `convert-standard-filename' on
3573 the file names contained in TAGS so that windows Emacs can handle
3574 TAGS files created by cygwin ctags.
3575
8ca42262
LMI
35762011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3577
3578 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3579 which apparently didn't work.
3580
5db2afd2 35812011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 3582
5db2afd2
RW
3583 * proced.el (proced-send-signal): For *Marked Processes* buffer
3584 put point at beginning of buffer.
3585
92e15d10
SB
35862011-07-19 Stephen Berman <stephen.berman@gmx.net>
3587
3588 * proced.el (proced-format): Make header lines align with the text
3589 (bug#1779).
3590
1bfd59e5
LMI
35912011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3592
3593 * view.el (view-buffer): Allow running in `special' modes if we're
3594 visiting a file (bug#8615).
3595
f5aae37c
MR
35962011-07-19 Martin Rudalics <rudalics@gmx.at>
3597
3598 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
3599 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3600 New functions.
f5aae37c
MR
3601 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3602 more accurately.
3603
bf2c1571
AM
36042011-07-18 Alan Mackenzie <acm@muc.de>
3605
3606 Fontify declarators properly when, e.g., a jit-lock chunk begins
3607 inside a declaration.
3608
3609 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3610
b796c9b7
SM
3611 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3612 New function.
bf2c1571
AM
3613 (c-complex-decl-matchers): Insert reference to
3614 c-font-lock-enclosing-decls.
3615
3616 * progmodes/cc-engine.el (c-backward-single-comment):
3617 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3618 to nil around calls to (forward-comment -1).
3619
4e190b80
LMI
36202011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3621
12dc863d
LMI
3622 * image.el (put-image): Doc typo fix.
3623
a762e966
LMI
3624 * progmodes/etags.el (tags-search): Doc typo fix.
3625
4e190b80
LMI
3626 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3627 password if we get errors 550 to 554.
3628
f019fb21
LMI
36292011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3630
b796c9b7 3631 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 3632
81746738
LMI
3633 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3634 indentation character (bug#6380).
3635
3ee3a1b5
LMI
3636 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3637
c82f64de
LMI
3638 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3639 to clarify what the problem is (bug#4291).
3640
f019fb21
LMI
3641 * simple.el (current-kill): Clarify what
3642 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
3643 (auto-fill-mode): Document `auto-fill-function' in relation to
3644 `auto-fill-mode' (bug#2470).
f019fb21 3645
0794775d
LM
36462011-07-16 Lawrence Mitchell <wence@gmx.li>
3647
3648 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3649 method if slot is read-only (bug#9035).
3650
be39b8cc
MR
36512011-07-16 Martin Rudalics <rudalics@gmx.at>
3652
b796c9b7 3653 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 3654 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
3655 selected before, see discussion of (Bug#8615), (Bug#6954).
3656 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 3657
6ccf7859
GM
36582011-07-15 Glenn Morris <rgm@gnu.org>
3659
3660 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 3661 Respect help-form.
6ccf7859 3662
87e86684
LM
36632011-07-09 Lawrence Mitchell <wence@gmx.li>
3664
3665 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3666 (gnutls-negotiate): Use it.
3667
d6066239
LMI
36682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3669
b796c9b7
SM
3670 * net/gnutls.el (gnutls-negotiate):
3671 Upcase `gnutls-algorithm-priority'.
d6066239 3672
bd23ebc0
GM
36732011-07-15 Glenn Morris <rgm@gnu.org>
3674
c65bca65
GM
3675 * jka-compr.el (jka-compr-verbose): Move from here...
3676 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3677 Add missing :version tag.
3678 * info.el: No need to require jka-compr when compiling.
bd23ebc0 3679
478615cc
LMI
36802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3681
7b41decb
LMI
3682 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3683 (gnutls-negotiate): Use it.
3684
dbc44fcd
LMI
3685 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3686
06789f97
LMI
3687 * info.el (Info-beginning-of-buffer): New command.
3688 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3689 announcing `b' as the key (bug#8325).
ab896c37 3690 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 3691
c39da690
LMI
3692 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3693
3aa5f34b
LMI
3694 * international/mule-cmds.el
3695 (describe-specified-language-support): Make the error message
3696 clearer (bug#8905).
3697
4bf0979f
LMI
3698 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3699
478615cc
LMI
3700 * isearch.el (isearch-barrier): Add a doc string, since it's
3701 mentioned in a function doc string (bug#8678).
3702
75c68aa1
MR
37032011-07-15 Martin Rudalics <rudalics@gmx.at>
3704
3705 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3706 buffer argument (Bug#9083) and self-identifying label argument.
3707
a7c33da2
GM
37082011-07-15 Glenn Morris <rgm@gnu.org>
3709
3710 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3711
2f5c6024
LMI
37122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * man.el (Man-fontify-manpage): Fix message when formatting the
3715 man page (bug#7929).
3716
0bb23927 37172011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
3718
3719 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3720 argument LRM; if non-nil, append an invisible LRM character to the
3721 buffer name.
3722 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3723 last argument non-nil, when formatting buffer names.
0bb23927
EZ
3724 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3725 paragraph direction.
cce4b0a7 3726
621ef9ab
LMI
37272011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728
d1583c48
LMI
3729 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3730 the man page name (bug#7929).
3731
6a57fb5f
LMI
3732 * image.el (put-image): Mention the `put-image' overlay property
3733 (bug#7834).
3734
d7956b14
LMI
3735 * scroll-bar.el (set-scroll-bar-mode): Mention that
3736 `scroll-bar-mode' lists the values (bug#7772).
3737
5b2d4a66
LMI
3738 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3739 command (bug#7729).
3740
7509a874
LMI
3741 * rect.el (apply-on-rectangle): Return the point after the last
3742 operation.
3743 (string-rectangle): Go to the point after the last operation
3744 (bug#7522).
3745
4fe74b19
LMI
3746 * printing.el (pr-toggle-region): Clarify the documentation
3747 slightly (bug#7493).
3748
b796c9b7
SM
3749 * time.el (display-time-update):
3750 Allow `display-time-mail-function' to return nil (bug#7158).
3751 Fix suggested by Detlev Zundel.
ab283561 3752
fc233c9d
LMI
3753 * vc/diff.el (diff): Clarify the order the file names are read
3754 (bug#7111).
3755
43f5740b
LMI
3756 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3757 the doc string (bug#7015).
3758
f2182a76
LMI
3759 * font-lock.el (font-lock-maximum-decoration): Mention what
3760 numeric levels mean (bug#6935).
3761
621ef9ab
LMI
3762 * startup.el (initial-buffer-choice): Don't mention the `none'
3763 selection, which is against policy.
3764
adc47434
MR
37652011-07-14 Martin Rudalics <rudalics@gmx.at>
3766
b796c9b7
SM
3767 * window.el (display-buffer-normalize-special):
3768 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 3769
7e5bfb8f
EZ
37702011-07-14 Eli Zaretskii <eliz@gnu.org>
3771
3772 * subr.el (version<, version<=, version=): Mention "-CVS" and
3773 "-12345" alpha version numbers.
3774
27fa387a
CY
37752011-07-14 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * bindings.el: Add advertised binding for set-mark-command
3778 (Bug#5772).
3779
8bdfa064
CY
37802011-07-14 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * bindings.el (mode-line-other-buffer):
3783 * bookmark.el (bookmark-bmenu-2-window):
3784 * bs.el (bs-cycle-next, bs-cycle-previous):
3785 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3786 switch-to-buffer.
3787
3788 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 3789 Delete.
8bdfa064 3790
5eba16a3
JB
37912011-07-14 Juanma Barranquero <lekktu@gmail.com>
3792
3793 * follow.el (follow-debug-message, follow-redisplay):
3794 * jka-cmpr-hook.el (with-auto-compression-mode):
3795 Fix typos in docstrings.
3796
15853710
LMI
37972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3798
a28e4607
LMI
3799 * subr.el (with-silent-modifications): Clarify somewhat what the
3800 macro inhibits (bug#6525).
3801
15853710
LMI
3802 * simple.el (eval-expression): Note what it does if called
3803 interactively (bug#6495).
3804
bee0fcef
CY
38052011-07-13 Chong Yidong <cyd@stupidchicken.com>
3806
b796c9b7
SM
3807 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3808 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
3809
3810 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3811 Remove switch-to-buffer.
3812
58274504
LMI
38132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3814
bd2fcc8d
LMI
3815 * files.el (make-directory): Clarify that an error will be raised
3816 if there's an error (bug#6397).
3817
0f04b32c
LMI
3818 * startup.el (initial-buffer-choice): Add `none' as a choice
3819 (bug#6234).
3820
465c5fc8
LMI
3821 * subr.el (add-hook): Clarify section about buffer-local hooks
3822 (bug#6218).
3823
58274504
LMI
3824 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3825
bead9a43
JB
38262011-07-13 Juanma Barranquero <lekktu@gmail.com>
3827
3828 * tabify.el (untabify): Preserve the current column so that point
3829 doesn't move (bug#6032).
3830
3af98a7b
LMI
38312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3832
b796c9b7
SM
3833 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3834 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 3835
6240145a
GM
38362011-07-13 Glenn Morris <rgm@gnu.org>
3837
3838 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3839 (dired-insert-directory): Give a message the first time
3840 if ls is found not to support --dired.
3841
1d8c2ccc
LMI
38422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3843
3844 * simple.el (toggle-truncate-lines): Clarify what is toggled
3845 (bug#5580). Text by Drew Adams.
3846
5fc4038e
CY
38472011-07-13 Chong Yidong <cyd@stupidchicken.com>
3848
3849 * simple.el (blink-matching-open): Make the error message from the
3850 last change less verbose.
3851
bf6012e5
DN
38522011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * font-lock.el (font-lock-comment-face): Use the high contrast
3855 "yellow" color for font-lock-comment-face on low color terminals
3856 using a dark background color (bug#4221).
3857
343c3b5a
LMI
38582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3859
7e9505c5
LMI
3860 * dired.el (dired-insert-set-properties): Make the doc string
3861 reflect what it does now (bug#5325).
3862
c26fdcf5
LMI
3863 * simple.el (blink-matching-open): Say that we were unable to find
3864 the match within the limit, if we're limited (bug#5122).
3865
bb388cc5
LMI
3866 * international/mule-cmds.el (prefer-coding-system): Add an
3867 example (bug#4869).
3868
343c3b5a
LMI
3869 * progmodes/etags.el (tags-search): Document `file-list-form'
3870 (bug#4731).
3871
2a517d45
LM
38722011-07-13 Lawrence Mitchell <wence@gmx.li>
3873
3874 * net/browse-url.el (browse-url-default-browser)
3875 (browse-url-browser-function): Make the default browser choice a
3876 bit more logical (bug#4300). Also clean up the doc string.
3877
b6c78ef2
JB
38782011-07-13 Juanma Barranquero <lekktu@gmail.com>
3879
3880 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3881 binary endings (bug#4440).
3882
1c4dd947
LMI
38832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884
a2014063
LMI
3885 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3886 which can be pretty annoying (bug#8971).
3887
9c9c2d88
LMI
3888 * jka-compr.el (jka-compr-verbose): New variable, and use
3889 throughout (bug#8971).
3890
1c4dd947
LMI
3891 * info.el (Info-find-file): Fall back on the installation
3892 directory if we can't find the info node anywhere else.
3893
a1c9f41b
SO
38942011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3895
3896 * vc/vc.el (vc-revert-file):
3897 Don't set file time-stamp in the past. (Bug#5181)
3898
536f3d36
LMI
38992011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3900
7152b011
LMI
3901 * files.el (after-find-file): Give a better error message when
3902 trying to find a symlink that points to a file that doesn't exist
3903 (bug#4398).
3904
536f3d36
LMI
3905 * progmodes/cc-vars.el: Remove (probably) misleading comment
3906 (bug#4396).
3907
460c0fba
JB
39082011-07-12 Johan Bockgård <bojohan@gnu.org>
3909
3910 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3911
7a6bda45
CY
39122011-07-12 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * mouse-sel.el: Hack restoring functionality, while keeping
3915 compatibility with 2010-07-03 changes to mouse selection.
3916 (mouse-sel-primary-overlay): New var.
3917 (mouse-sel-selection-alist): Use it.
3918 (mouse-sel-mode): Doc fix; remove points that are default features
3919 of mouse.el.
3920
c79598ef
JB
39212011-07-12 Johan Bockgård <bojohan@gnu.org>
3922
3923 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3924 Fix previous fix (bug#2490).
3925
ff8be6ef
RW
39262011-07-12 Roland Winkler <winkler@gnu.org>
3927
b796c9b7
SM
3928 * textmodes/bibtex.el (bibtex-initialize):
3929 Use pop-to-buffer-same-window.
ff8be6ef
RW
3930 (bibtex-search-entries): Fix interactive call.
3931
296ba3ee
LMI
39322011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
f5242a02 3934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
3935 Fontise bytecomp Error lines more correctly (bug#2490).
3936 Fix suggested by Johan Bockgård.
f5242a02 3937
296ba3ee
LMI
3938 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3939
3940 * dired-x.el (dired-guess-default): Use `delete-dups'.
3941
f69fd0d2
CY
39422011-07-12 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * dired.el (dired-mark-prompt):
3945 * dired-aux.el (dired-read-shell-command): Doc fix.
3946
eab5dc07
LMI
39472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3948
b796c9b7
SM
3949 * mail/sendmail.el (sendmail-query-once):
3950 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
3951 emacs -Q.
3952
3953 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3954
eab5dc07
LMI
3955 * cus-edit.el (custom-file): Take an optional no-error variable.
3956 (customize-save-variable): Set the variable, and give a warning if
3957 running under "emacs -q".
3958
a1e65d42
JB
39592011-07-11 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * loadhist.el (unload-feature-special-hooks):
3962 Add `auto-coding-functions', `fill-nobreak-predicate' and
3963 `find-directory-functions' (bug#5327).
3964
1d52da10
LMI
39652011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3966
be958f1d
LMI
3967 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3968
5bedb26c
LMI
3969 * cus-edit.el (custom-guess-name-alist): -alist variables should
3970 use the `alist' type (bug#3120). Suggested by Drew Adams.
3971
1d52da10
LMI
3972 * printing.el: Add documentation to all the `pr-toggle-' commands.
3973
481a51b6
LL
39742011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3975
3976 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3977 backends where it makes sense (bug#2623).
3978
dcc88d8a
LMI
39792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3980
c3de9feb
LMI
3981 * dired-x.el (dired-guess-default): Remove duplicate shell command
3982 entries (bug#2028).
8a93078b 3983 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 3984 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 3985
dcc88d8a
LMI
3986 * subr.el (remove-duplicates): New conveniency function.
3987
505e3645
LMI
39882011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3989
3990 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3991 (bug#1526).
3992
39932011-07-10 Martin Rudalics <rudalics@gmx.at>
3994
3995 * window.el (display-buffer-normalize-default): Don't invert
3996 meaning of even-window-heights. Reported by Eli Zaretskii
3997 <eliz@gnu.org>.
3998
455e4fa1
BR
39992011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4000
4001 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4002
8e0bc3e9
CY
40032011-07-10 Chong Yidong <cyd@stupidchicken.com>
4004
4005 * window.el (display-buffer): Fix arguments to
4006 display-buffer-reuse-window in last change.
4007
fa7c3228
CY
4008 * faces.el (link): Use a less saturated blue on light backgrounds.
4009
4010 * startup.el (fancy-startup-text, fancy-about-text)
4011 (fancy-startup-tail): Use font-lock faces, for background safety.
4012
c0a7f300
BN
40132011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4014
b796c9b7
SM
4015 * emulation/viper-cmd.el (viper-change-state-to-vi):
4016 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4017
4dc2a129
MR
40182011-07-09 Martin Rudalics <rudalics@gmx.at>
4019
4020 * window.el (display-buffer-default-specifiers): Remove.
4021 (display-buffer-macro-specifiers): Remove default specifiers.
4022 (display-buffer-alist): Default to nil.
b796c9b7 4023 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4024 (display-buffer-pop-up-window): Allow splitting internal
4025 windows. Check whether a live window was created.
4026 (display-buffer-other-window-means-other-frame)
4027 (display-buffer-normalize-arguments): Rename to
4028 display-buffer-normalize-argument and rewrite. Set the
4029 other-window specifier.
4030 (display-buffer-normalize-special): New function.
4031 (display-buffer-normalize-options): Rename to
4032 display-buffer-normalize-default and rewrite.
4033 (display-buffer-normalize-options-inhibit): Remove.
4034 (display-buffer-normalize-specifiers): Rewrite.
4035 (display-buffer): Process other-window specifier and call
4036 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4037 more faithfully.
b796c9b7 4038 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4039 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4040 (display-buffer-in-window, display-buffer-alist-set):
4041 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4042 <tassilo@member.fsf.org>.
4043
2d43b8c9
LL
40442011-07-09 Leo Liu <sdl.web@gmail.com>
4045
4046 * register.el (insert-register): Restore accidental change on
4047 2011-06-26. (Bug#9028)
4048
7f9b7c53
GM
40492011-07-09 Glenn Morris <rgm@gnu.org>
4050
4051 * subr.el (remq): Handle the empty list. (Bug#9024)
4052
f042cfd8
AS
40532011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4054
4055 * mail/sendmail.el (send-mail-function): No longer delay custom
4056 initialization.
4057 * custom.el (custom-initialize-delay): Doc fix.
4058
856b2f11
SM
40592011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4062
afae1d68
MA
40632011-07-08 Michael Albinus <michael.albinus@gmx.de>
4064
4065 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4066 human-friendly prompt.
4067
0757af94
SM
40682011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4071 provided by a particular plugin.
4072
d760b731
LMI
40732011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4074
4075 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4076 save customizations (with "emacs -Q"), just set the variable
4077 instead of erroring out.
4078
4079 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4080
cd79ce90
JL
40812011-07-08 Juri Linkov <juri@jurta.org>
4082
4083 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4084 (archive-zip-update-case): Use 7z if found by `executable-find'.
4085 The order of searching the available programs is the same as in
4086 `archive-zip-extract' (bug#8968).
4087
14cc04aa
CY
40882011-07-07 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4091 (menu-bar-options-menu): Tweak descriptions.
4092
0a1848ec
LMI
40932011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4094
4095 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4096 menu items into verb phrases (bug#1421). Also refill to fit under
4097 80 columns.
4098
f5bd0689
CY
40992011-07-07 Chong Yidong <cyd@stupidchicken.com>
4100
538e85c6
CY
4101 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4102 (Info-read-node-name): Doc fix (Bug#1084).
4103
f5bd0689
CY
4104 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4105 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4106 (end-of-sexp, beginning-of-sexp)
4107 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4108 (forward-symbol, forward-same-syntax, word-at-point)
4109 (sentence-at-point): Doc fix (Bug#1144).
4110
56ec5115
LMI
41112011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4112
f3f8e37f
LMI
4113 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4114 should cover it (bug#1281).
4115
0757af94 4116 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 4117
e9fce1ac 4118 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
4119 negotiation fails, then possibly try again with a non-encrypted
4120 connection (bug#9017).
4121
56ec5115
LMI
4122 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4123 be used.
4124
c2f9aec8
RS
41252011-07-07 Richard Stallman <rms@gnu.org>
4126
4127 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4128 property, and handle its changed format.
4129 Look for the correct line number.
4130 Use file's line contents (but not past first =) to find
4131 correct line in message.
4132
ef7b981d 41332011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
4134
4135 * international/characters.el (build-unicode-category-table):
4136 Delete it.
0757af94 4137 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 4138
0757af94 4139 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
4140 to src/chartab.c.
4141 (get-char-code-property): Call unicode-property-table-internal to
4142 load a file. Call get-unicode-property-internal where necessary.
4143 (put-char-code-property): Call unicode-property-table-internal to
4144 load a file. Call put-unicode-property-internal where necessary.
4145 put-unicode-property-internal where necessary.
0757af94
SM
4146 (char-code-property-description):
4147 Call unicode-property-table-internal to load a file.
c805dec0
KH
4148
4149 * international/charprop.el:
4150 * international/uni-bidi.el:
4151 * international/uni-category.el:
4152 * international/uni-combining.el:
4153 * international/uni-comment.el:
4154 * international/uni-decimal.el:
4155 * international/uni-decomposition.el:
4156 * international/uni-digit.el:
4157 * international/uni-lowercase.el:
4158 * international/uni-mirrored.el:
4159 * international/uni-name.el:
4160 * international/uni-numeric.el:
4161 * international/uni-old-name.el:
4162 * international/uni-titlecase.el:
4163 * international/uni-uppercase.el: Regenerate.
4164
4165 * loadup.el: Load international/charprop.el before
4166 international/characters.
4167
e14b388a
CY
41682011-07-07 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * window.el (next-buffer, previous-buffer): Signal an error if
4171 called from a minibuffer window.
4172
4173 * bindings.el: Revert 2011-07-04 change.
4174
354cf0ba
RS
41752011-07-06 Richard Stallman <rms@gnu.org>
4176
4177 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4178 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4179 Treat markers like ints.
4180 (rmail-mime-entity): Doc fix.
4181
a48868a7
LMI
41822011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4183
4906cd3d
LMI
4184 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4185 defcustom again for backwards compatibility.
4186
e0457abe
LMI
4187 * simple.el (shell-command-on-region): Fill.
4188
d67f7e1f
LMI
4189 * dired-aux.el (dired-kill-line): Add a doc string.
4190
fe204702
LMI
4191 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4192 to "\\sw\\|\\s_" (bug#358).
4193
a48868a7
LMI
4194 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4195 (dired-unmark-backward): Ditto.
4196 (dired-flag-backup-files): Ditto.
4197
4198 * dired-x.el (dired-mark-sexp): Ditto.
4199
aa8a705c
RS
42002011-07-06 Richard Stallman <rms@gnu.org>
4201
4202 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4203 (rmail-mime-entity): New arg TRUNCATED.
4204 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4205 New functions.
4206 (rmail-mime-save): Warn if entity is truncated.
4207 (rmail-mime-toggle-hidden): Likewise, for showing.
4208 (rmail-mime-process-multipart): Record when an entity is truncated.
4209
a9a936b9
RS
4210 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4211 if ENTITY is a string.
4212
1f2b92cb
LMI
42132011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
f4f73198 4215 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
4216 of faces when `M-C-x'-ing their definitions (bug#8378).
4217 Also clean up the code slightly.
f4f73198 4218
12b16734 4219 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 4220 because that makes the colors go away.
12b16734 4221
f0691d22
LMI
4222 * mail/sendmail.el (send-mail-function): Change the default to
4223 `sendmail-query-once'.
9e87df06 4224 (sendmail-query-once): Add an autoload cookie.
f0691d22 4225
1f2b92cb
LMI
4226 * net/network-stream.el (network-stream-open-starttls): Try using
4227 a plain connection even if the server offered STARTTLS, and we
4228 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4229 capability. This should make smtpmail.el work in slightly more
4230 configurations.
4231
1cdd2a1b
MA
42322011-07-06 Michael Albinus <michael.albinus@gmx.de>
4233
4234 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4235 New defun.
4236 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4237
fbcc67e2
MM
42382011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4239
4240 * progmodes/sql.el: Version 3.0
0757af94 4241 (sql-product-alist): Add product :completion-object,
fbcc67e2 4242 :completion-column, and :statement attributes.
0757af94 4243 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 4244 (sql-mode-syntax-table): Mark all punctuation.
0757af94 4245 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
4246 ansi keywords.
4247 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 4248 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
4249 (sql-oracle-show-reserved-words): New function for development.
4250 (sql-product-font-lock): Simplify for source code buffers.
4251 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4252 New functions.
4253 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
4254 (sql-mode-map): Add statement movement functions.
4255 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4256 New variable.
fbcc67e2
MM
4257 (sql-statement-regexp, sql-beginning-of-statement)
4258 (sql-end-of-statement, sql-signum): New functions.
0757af94 4259 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
4260 (sql-show-sqli-buffer): Bug fix.
4261 (sql-interactive-mode): Store connection data as buffer local.
0757af94 4262 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
4263 with sql-interactive-mode.
4264 (sql-save-connection): Save buffer local settings.
0757af94 4265 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
4266 (sql-product-interactive): Bug fix.
4267 (sql-preoutput-hold): New variable.
4268 (sql-interactive-remove-continuation-prompt): Bug fixes.
4269 (sql-debug-redirect): New variable.
4270 (sql-str-literal): New function.
4271 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 4272 Redesign.
fbcc67e2
MM
4273 (sql-oracle-save-settings, sql-oracle-restore-settings)
4274 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4275 (sql-completion-object, sql-completion-column)
4276 (sql-completion-sqlbuf): New variables.
4277 (sql-build-completions-1, sql-build-completions)
4278 (sql-try-completion): New functions.
4279 (sql-read-table-name): Use them.
4280 (sql-contains-names): New buffer local variable.
4281 (sql-list-all, sql-list-table): Use it.
4282 (sql-oracle-completion-types): New variable.
4283 (sql-oracle-completion-object, sql-sqlite-completion-object)
4284 (sql-postgres-completion-object): New functions.
4285
d4eaeab1
GM
42862011-07-06 Glenn Morris <rgm@gnu.org>
4287
4288 * window.el (pop-to-buffer): Doc fix.
4289
322b7dab 42902011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
4291
4292 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4293
322b7dab 42942011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 4295
322b7dab 4296 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 4297
322b7dab 4298 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 4299
605dd5bf
CY
43002011-07-05 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * button.el (button): Inherit from link face. Suggested by Dan
4303 Nicolaescu.
4304
7dbfa719
SM
43052011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4306
3db614b0
SM
4307 * progmodes/gdb-mi.el: Fit in 80 columns.
4308 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4309 switch-to-buffer.
4310
7dbfa719
SM
4311 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4312 if imenu is simply not configured (bug#8941).
4313
919d884a
KM
43142011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4315
4316 * allout.el (allout-post-undo-hook): New allout outline-change
4317 event hook to signal undo activity.
4318 (allout-post-command-business): Run allout-post-undo-hook if an
4319 undo just occurred.
7dbfa719
SM
4320 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4321 * allout-widgets.el (allout-widgets-after-undo-function):
4322 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
4323 in the vicinity of an undo.
4324 (allout-widgets-mode): Include allout-widgets-after-undo-function
4325 on the new allout-post-undo-hook.
4326
450a0f09
SM
43272011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4330 Let define-derived-mode define it.
4331 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4332 cycles of abbrev-table inheritance (bug#8998).
4333
2de69e00
RW
43342011-07-05 Roland Winkler <winkler@gnu.org>
4335
4336 * textmodes/bibtex.el: Add support for biblatex.
4337 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4338 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4339 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4340 (bibtex-entry-alist, bibtex-field-alist): New variables.
4341 (bibtex-entry-field-alist): Obsolete alias for
4342 bibtex-BibTeX-entry-alist.
4343 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4344 (bibtex-set-dialect): New command.
4345 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
4346 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4347 Bind via bibtex-set-dialect.
2de69e00
RW
4348 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4349 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4350 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4351 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4352 Define via bibtex-set-dialect.
450a0f09
SM
4353 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4354 Obey bibtex-no-opt-remove-re.
2de69e00
RW
4355 (bibtex-vec-push, bibtex-vec-incr): New functions.
4356 (bibtex-format-entry, bibtex-field-list)
4357 (bibtex-print-help-message, bibtex-validate)
4358 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4359
2dcdbdd9
SM
43602011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * progmodes/compile.el (compilation-goto-locus):
4363 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4364 * bs.el (bs-cycle-next, bs-cycle-previous):
4365 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4366 * bindings.el (mode-line-other-buffer):
4367 * autoinsert.el (auto-insert):
4368 * arc-mode.el (archive-extract):
4369 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4370
b27640fe
JB
43712011-07-05 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4374 Fix check of `emacs-lock-unlockable-modes'.
4375 Coerce true values of `emacs-lock--try-unlocking' to t.
4376
53bbe3ad
JB
43772011-07-05 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4380 * emacs-lock.el: New file.
4381
1d3cdbc7
JD
43822011-07-05 Julien Danjou <julien@danjou.info>
4383
4384 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4385 than `boundp' to check if face is set.
4386
9173deec
JB
43872011-07-05 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * register.el (registerv-make):
4390 * window.el (window-min-height): Fix typos in docstrings.
4391
869795d6
JD
43922011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4393
9173deec 4394 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
4395 Update doc string.
4396
b768cdcd
JB
43972011-07-04 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * server.el (server-execute): Catch quit and call
4400 `server-return-error' to pass the error back to emacsclient and
4401 close the connection (bug#8942).
4402
13aa217b
KM
44032011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
4404
4405 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4406 insecure exception for current topic. Also note that auto-saves
4407 are handled differently.
4408
4409 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
4410 State variables for tracking auto-save inhibition situation.
4411
4412 (allout-write-contents-hook-handler): Rename from
4413 'allout-write-file-hook-handler', and describe how it depends on
4414 write-contents-functions sensitivity to non-nil value to prevent
4415 file write.
4416
4417 (allout-auto-save-hook-handler): Remove. auto-save does not check
4418 this in individual buffers, only in the starting buffer, so this
4419 is not the right way for us to inhibit auto-save in a buffer
4420 according to its condition.
4421
4422 (allout-mode): Use new allout-write-contents-hook-handler, and
4423 only with write-contents-functions. Remove auto-save provisions -
4424 they're implemented elsewhere.
4425
4426 (allout-before-change-handler): If undo is in progress, note that
4427 for attention of allout-post-command-business.
4428
4429 (allout-post-command-business): If the command we're following was
4430 an undo, check for change in the status of encrypted items and
4431 adjust auto-save inhibitions accordingly.
4432
4433 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
4434 according to whether there are or aren't any plain-text topics
4435 pending encryption.
4436
2dcdbdd9
SM
4437 (allout-inhibit-auto-save-info-for-decryption):
4438 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
4439 there are plain-text topics pending encryption.
4440
4441 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
4442 buffer-saved-size and some allout state to not inhibit auto-saves
4443 if there are no longer any plain-text topics pending encryption.
4444
0757af94
SM
4445 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
4446 No longer provide for exemption of the current topic.
13aa217b 4447
ac89b32c
JL
44482011-07-04 Juri Linkov <juri@jurta.org>
4449
4450 Add 7z operations to delete and save changed members (bug#8968).
4451 * arc-mode.el (archive-7z-expunge, archive-7z-update):
4452 New defcustoms.
4453 (archive-7z-write-file-member): New function.
4454 (archive-7z-summarize): Fix the number of dashes in the
4455 listing output.
4456
8fa39615
SM
44572011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
4460 (bug#8958).
4461
2f11b3f1
CY
44622011-07-04 Chong Yidong <cyd@stupidchicken.com>
4463
d66fef2b
CY
4464 * bindings.el: Ignore next-buffer and previous-buffer in
4465 minibuffer-local-map.
4466
2f11b3f1
CY
4467 * font-lock.el (font-lock-builtin-face): Change light background
4468 color to dark slate blue (Bug#6693).
4469
f932a347
WD
44702011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4471
4472 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
4473
c8af70e1
SM
44742011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
4477 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4478 Add switch-to-buffer.
4479
f158badc
LMI
44802011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * isearch.el (isearch-search-fun-function): Clarify further the
4483 meaning of the function returned.
4484
6d95bd46
MA
44852011-07-04 Michael Albinus <michael.albinus@gmx.de>
4486
4487 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
4488
4489 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
4490 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
4491 Use it.
4492 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
4493 `tramp-default-remote-path' does not exist.
4494 (tramp-send-command-and-read): New optional argument NOERROR.
4495 (tramp-open-connection-setup-interactive-shell)
4496 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
4497 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
4498 (tramp-process-sentinel): Flush also process' connection property.
4499 (tramp-sh-handle-start-file-process): Do not set process
4500 sentinel. It is done now ...
4501 (tramp-maybe-open-connection): ... here. (Bug#8929)
4502
909e6b67
MK
45032011-07-04 MON KEY <monkey@sandpframing.com>
4504
4505 * play/animate.el (animate-string): Doc fixes and allow changing
4506 the buffer name (bug#5417).
4507
45082011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4509
c8af70e1 4510 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 4511
f34755dc
PE
45122011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4513
396cec72
PE
4514 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4515 This is simpler and helps future-proof the code.
4516 (timer-until): Use time-subtract and float-time.
08235028 4517 (timer--time-less-p): Use time-less-p.
f34755dc 4518
56e6cc31
JB
45192011-07-04 Juanma Barranquero <lekktu@gmail.com>
4520
3abb79e5
JB
4521 * type-break.el (timep): Use the value of `float-time' to avoid a
4522 byte-compiler warning.
4523
56e6cc31
JB
4524 * server.el (server-eval-and-print): Return any result, even nil.
4525
7b9430b4
PE
45262011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4527
4528 * type-break.el: Accept time formats that the builtins accept.
4529 (timep, type-break-time-difference): Accept any format that
4530 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4531 This is simpler and helps future-proof the code.
4532 (type-break-time-difference): Round rather than ignoring
4533 subseconds components.
4534
3034e9e7
LMI
45352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4536
4537 * info.el (Info-apropos-matches): Make non-interactive, since it
4538 doesn't seem to do anything useful as a command (bug#8829).
4539
1485f4c0
CY
45402011-07-03 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 4543 Move from faces.el.
1485f4c0
CY
4544 (frame-default-terminal-background): New function.
4545
4546 * custom.el (custom-push-theme): Don't record faces in `changed'
4547 theme; this doesn't work correctly for per-frame face settings.
4548 (disable-theme): Use face-set-after-frame-default to reset faces.
4549 (custom--frame-color-default): New function.
4550
9fa3dd45
LMI
45512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4552
c8af70e1 4553 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
4554 (bug#8769).
4555
6cbbc20c
KR
45562011-03-29 Kevin Ryde <user42@zip.com.au>
4557
4558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4559 `perl-Test2' extend to match possible "fail #N" rep count
4560 (bug#8377).
4561
c7f98048
LMI
45622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
65676592
LMI
4564 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4565 `smtpmail-via-smtp' now returns the error instead of nil.
4566
c7f98048
LMI
4567 * isearch.el (isearch-search-fun-function): Clarify the doc string
4568 (bug#8101).
4569
56e6cc31 45702011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
4571
4572 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4573 unnecessary spaces (bug#8987).
4574
2b216704
LMI
45752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * net/network-stream.el (open-network-stream): Use the
4578 :end-of-capability command thoughout.
4579
45802011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4581
4582 * net/network-stream.el (open-network-stream): Add the
4583 :end-of-capability command parameter, used by pop3.el.
4584
36adf6ce
LMI
45852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
1ca0da0e
LMI
4587 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4588
fc00f69c
LMI
4589 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4590 for list)" (bug#6475).
4591
28fd8759 4592 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 4593 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
4594 an error (bug#6297).
4595
0dd8b6da
LMI
4596 * man.el (Man-reference-regexp): Allow matching possible
4597 word-wrapped references (bug#6289).
4598
ce1438d6
LMI
4599 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4600 for consistency with the other vc buffers (bug#6197).
4601 (vc-checkin): Ditto.
4602
4603 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4604
36adf6ce
LMI
4605 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4606
e83cc1f7
LMI
46072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4608
8a20ca4c
LMI
4609 * custom.el (defcustom): Clarify that :set is only used in the
4610 Customize user interface (bug#6089).
4611
83319045
LMI
4612 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4613 associated with a file, refuse to run instead of erroring out
4614 (bug#6084).
4615
a8392169
LMI
4616 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4617 the doc string, since it appears that using `fill-column' always
4618 controls the width (bug#7845).
4619
e83cc1f7
LMI
4620 * simple.el (shell-command-on-region): Say where the error output
4621 went if `shell-command-default-error-buffer' is set (bug#6857).
4622
e47ca23b
KM
46232011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4624
4625 * allout.el (allout-yank-processing): Adjust cursor position for
4626 backwards-deleted space.
4627
4628 (allout-rebullet-heading): Register changes with
4629 allout-exposure-changed-hook, so the modified topic is properly
4630 decorated.
4631
5cf56143
LMI
46322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4633
08549772
LMI
4634 * minibuffer.el (completion-in-region): Document PREDICATE
4635 (bug#7136).
4636
48e96771
LMI
4637 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4638 of keyword/argument pairs (bug#6904).
4639
c8af70e1
SM
4640 * replace.el (multi-occur):
4641 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 4642
e17d05e2
LMI
46432011-07-02 Drew Adams <drew.adams@oracle.com>
4644
4645 * dired.el (dired-mark-if): Make the message about whether it's
4646 marking or unmarking clearer (bug#8523).
4647
063b0e45
LMI
46482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4649
4650 * disp-table.el (display-table-print-array): New function.
4651 (describe-display-table): Use it to print the vectors more pretty
4652 (Bug#8859).
4653
28545e04
MR
46542011-07-02 Martin Rudalics <rudalics@gmx.at>
4655
4656 * window.el (window-state-get-1): Don't assign clone numbers.
4657 Add clone-of item to list of window parameters.
4658 (window-state-put-2): Don't process clone numbers.
4659 (display-buffer-alist): Fix doc-string.
4660
3349e122
SM
46612011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * subr.el (remq): Don't allocate if it's not needed.
4664 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4665 (keymap--merge-bindings): New functions.
4666 (keymap-canonicalize): Use them to refine the canonicalization.
4667 * minibuffer.el (minibuffer-local-completion-map)
4668 (minibuffer-local-must-match-map): Move initialization from C.
4669 (minibuffer-local-filename-completion-map): Move initialization from C;
4670 don't inherit from anything here.
4671 (minibuffer-local-filename-must-match-map): Make obsolete.
4672 (completing-read-default): Use make-composed-keymap to combine
4673 minibuffer-local-filename-completion-map with either
4674 minibuffer-local-must-match-map or
4675 minibuffer-local-filename-completion-map.
4676
d224ac83
GM
46772011-07-01 Glenn Morris <rgm@gnu.org>
4678
3de63bf8
GM
4679 * type-break.el (type-break-time-sum): Use dolist.
4680
d224ac83
GM
4681 * textmodes/flyspell.el (flyspell-word-search-backward):
4682 Replace CL function.
4683
1a1e3f32
SM
46842011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4685
fe3f64d5
SM
4686 * mouse.el (mouse--strip-first-event): New function.
4687 (function-key-map): Use it to map fringe clicks to normal clicks
4688 by default.
4689
eb604e34
SM
4690 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4691 (vc-bzr-revision-completion-table): Add support for annotate and date.
4692
1a1e3f32
SM
4693 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4694 inherit from parent.
4695
5bd35902
LMI
46962011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
ace6c69c 4698 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 4699 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 4700
191e2bed
LMI
4701 * dired.el (dired-mode): Fix up the doc string as suggested by
4702 Drew Adams (bug#8817).
4703
5bd35902
LMI
4704 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4705 cookie, since the manual says that it should be possible to add
4706 this function to `find-file-hook' (bug#8709).
4707
eee8207a
TZ
47082011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4709
4710 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4711 here. Noted Ted Zlatanov as the maintainer.
4712 (cfengine-common-settings, cfengine-common-syntax): New functions
4713 to set up common things between `cfengine-mode' and
4714 `cfengine3-mode'.
4715 (cfengine3-mode): New mode.
4716 (cfengine3-defuns cfengine3-defuns-regex
4717 (cfengine3-class-selector-regex cfengine3-category-regex)
4718 (cfengine3-vartypes cfengine3-font-lock-keywords)
4719 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 4720 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 4721
36b148cf
MA
47222011-07-01 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4725
4726 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4727
0bf4ba9a
MR
47282011-07-01 Martin Rudalics <rudalics@gmx.at>
4729
4730 * window.el (same-window-buffer-names, same-window-regexps)
4731 (same-window-p, special-display-frame-alist)
4732 (special-display-popup-frame, special-display-function)
4733 (special-display-buffer-names, special-display-regexps)
4734 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4735 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4736 (split-window-preferred-function, split-height-threshold)
4737 (split-width-threshold, even-window-heights)
4738 (display-buffer-mark-dedicated, window-splittable-p)
4739 (split-window-sensibly, window-safely-shrinkable-p):
4740 Un-obsolete.
4741 (display-buffer): Don't spread args with function specifier
4742 because special-display-popup-frame won't like it.
4743
35837f51
PE
47442011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4745
d0672f86
PE
4746 Time-stamp simplifications and fixes.
4747 These improve accuracy slightly, and future-proof the code
4748 against some potential changes to current-time format.
4749
b9444d97
PE
4750 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4751 by using time-since and float-time.
4752
0ef923dc
PE
4753 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4754 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4755 + NNN microseconds".
4756
2f81380d
PE
4757 * type-break.el (type-break-time-sum): Rewrite using time-add.
4758
845b5c3e
PE
4759 * play/hanoi.el (hanoi-current-time-float): Remove.
4760 All uses replaced by float-time.
4761
ee6f1be0
PE
4762 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4763 This yields a more-accurate answer.
4764 (rng-time-to-float): Remove; no longer needed.
4765
fe955043
PE
4766 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4767
5777162a
PE
4768 * calendar/timeclock.el (timeclock-seconds-to-time):
4769 Defalias to seconds-to-time, since they're the same thing.
4770
3103f8b6 4771 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 4772 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
4773 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4774
0e61a35f
SM
47752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * window.el (bury-buffer): Don't iconify the only frame.
4778 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4779 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4780
ddd63a1e
CY
47812011-07-01 Chong Yidong <cyd@stupidchicken.com>
4782
0e61a35f
SM
4783 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4784 Add mouse-yank-primary.
ddd63a1e 4785
055f4923
TZ
47862011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4787
4788 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4789
6a2fb145
SM
47902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4791
4792 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4793 (find-library-name): Use it to find relative load names when provided
4794 absolute file name (bug#8803).
4795
fd4983f2
LMI
47962011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797
887d14ad
LMI
4798 * textmodes/flyspell.el (flyspell-word): Consider words that
4799 differ only in case as potential doublons (bug#5687).
4800
c53dc7fc
LMI
4801 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4802 Remove two rather uninteresting debugging-like messages to make
4803 debbugs.el more silent.
4804
fd4983f2
LMI
4805 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4806 a password-like phrase.
4807
b14c0c55
AM
48082011-06-30 Mastake YAMATO <yamato@redhat.com>
4809
4810 * progmodes/cc-guess.el: New file.
4811
6a2fb145 4812 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
4813
4814 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4815 derived from `c-basic-common-init'.
4816
4817 * progmodes/cc-mode.el (top-level): Require cc-guess.
4818 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4819
1fa280a3
LM
48202011-06-30 Lawrence Mitchell <wence@gmx.li>
4821
4822 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4823
e6597158
AM
48242011-06-30 Alan Mackenzie <acm@muc.de>
4825
1fa280a3
LM
4826 * progmodes/cc-engine.el (c-guess-continued-construct):
4827 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
4828 lock is disabled. Name this case as "CASE G".
4829
68ba37fb
KM
48302011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4831
4832 * allout.el (allout-yank-processing): Fix injection of extra space
4833 between bullet and non-whitespace character in first topic when
4834 pasting, ensuring that the actual spacing in the pasted topic
4835 following the bullet char is preserved. This extra space was
4836 causing pasted encrypted topics to get a decrypted status even
4837 when the content was actually still encrypted. Now the decryption
4838 status from before the paste is preserved.
4839
4840 (allout-flag-region): Set all allout overlays so they evaporate
4841 when reduced to zero length (evanescent), to prevent overlay
4842 leakage.
4843
887a0b34
GM
48442011-06-30 Glenn Morris <rgm@gnu.org>
4845
94b9acce
GM
4846 * w32-fns.el (w32-charset-info-alist): Declare.
4847
1d9b46d4
GM
4848 * find-dired.el (find-grep-options): Simplify.
4849
cc232200
GM
4850 * term/ns-win.el (ns-set-resource): Declare.
4851
28e77c46
GM
4852 * ses.el (row, col): Declare dynamic variables honestly.
4853
887a0b34
GM
4854 * textmodes/reftex-parse.el (index-tags): Declare.
4855
658d8eb8
CY
48562011-06-30 Chong Yidong <cyd@stupidchicken.com>
4857
4858 * cus-edit.el (customize-push-and-save): New function.
4859
4860 * files.el (hack-local-variables-confirm): Use it.
4861
1fa280a3
LM
4862 * custom.el (load-theme): New arg NO-CONFIRM.
4863 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
4864 (custom-enabled-themes): Doc fix.
4865
4866 * cus-theme.el (customize-create-theme)
4867 (custom-theme-merge-theme): Callers to load-theme changed.
4868
bb617717
LMI
48692011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
d61bdd5d
LMI
4871 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4872 short URLs have at least one dot in them (bug #7614).
4873
bb617717
LMI
4874 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4875 nil, because using a pty is apparently too slow (bug #895).
4876
2f31f37a
LMI
48772011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4878
4879 * mail/sendmail.el (sendmail-query-once): New function.
4880 (sendmail-query-once-function): New variable.
4881
3076b24e
GM
48822011-06-29 Glenn Morris <rgm@gnu.org>
4883
faf2a174
GM
4884 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4885
3076b24e
GM
4886 * ses.el (top-level): Require cl when compiling.
4887 (ses-set-localvars): Fix error statement.
4888 Call it at compile time to silence a storm of warnings.
4889
5386012d
MR
48902011-06-29 Martin Rudalics <rudalics@gmx.at>
4891
4892 * window.el (normalize-live-buffer): Rename to
4893 window-normalize-buffer.
4894 (normalize-live-frame): Rename to window-normalize-frame.
4895 (normalize-any-window): Rename to window-normalize-any-window.
4896 (normalize-live-window): Rename to window-normalize-live-window.
4897 (make-window-atom): Rename to window-make-atom.
4898 (window-resize-reset): Rename to window--resize-reset.
4899 (window-resize-reset-1): Rename to window--resize-reset-1.
4900 (resize-mini-window): Rename to window--resize-mini-window.
4901 (resize-subwindows-skip-p): Rename to
4902 window--resize-subwindows-skip-p.
4903 (resize-subwindows-normal): Rename to
4904 window--resize-subwindows-normal.
4905 (resize-subwindows): Rename to window--resize-subwindows.
4906 (resize-other-windows): Rename to window--resize-siblings.
4907 (resize-this-window): Rename to window--resize-this-window.
4908 (resize-root-window): Rename to window--resize-root-window.
4909 (resize-root-window-vertically): Rename to
4910 window--resize-root-window-vertically.
4911 (normalize-buffer-to-display): Rename to
4912 window-normalize-buffer-to-display.
4913 (normalize-buffer-to-switch-to): Rename to
4914 window-normalize-buffer-to-switch-to.
4915 Correspondingly update all callers of the functions listed
4916 above.
4917 (display-buffer-alist, display-buffer-normalize-arguments)
4918 (display-buffer-normalize-options, display-buffer)
4919 (display-buffer-alist-set): Use "function" instead of
4920 "fun-with-args".
4921
1176868d
CY
49222011-06-28 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4925 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4926 debbugs.gnu.org. Mention acknowledgment email.
4927
20a7a65f
LMI
49282011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4929
4930 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4931 buffer multibyteness, since it shouldn't matter.
4932
5f45cca5
MR
49332011-06-28 Martin Rudalics <rudalics@gmx.at>
4934
4935 * window.el (display-buffer-in-side-window): Handle dedicated
4936 windows as in display-buffer-reuse-window.
4937 (display-buffer-normalize-alist): Use value of override
4938 specifier.
4939 (display-buffer-normalize-specifiers): Use value of
4940 other-window-means-other-frame specifier.
4941 (display-buffer-alist): Rewrite some texts in widgets.
4942 (display-buffer): Spread arguments when calling function
4943 specified by fun-with-args.
4944
ad85fe1f
DD
49452011-06-28 Deniz Dogan <deniz@dogan.se>
4946
1fa280a3
LM
4947 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4948 Unnest `let'.
da68c4c8 4949
ad85fe1f
DD
4950 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4951 selectors (Bug#5732).
ec49bd31 4952 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 4953
a08cc025
JA
49542011-06-27 Jari Aalto <jari.aalto@cante.net>
4955
4956 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4957 (eshell-ls-date-format): New defcustom.
4958 (eshell-ls-file): Use it.
4959
e2b551c5
SM
49602011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4963
8982b231
KY
49642011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4965
4966 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4967 (ange-ftp-make-tmp-name): New arg.
4968 (ange-ftp-file-local-copy): Use it.
4969
36c9fa27
J
49702011-06-27 Jambunathan K <kjambunathan@gmail.com>
4971
4972 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4973 no-conversion (Bug#8870).
4974
d68443dc
MR
49752011-06-27 Martin Rudalics <rudalics@gmx.at>
4976
4977 * window.el (window-right, window-left, window-child)
4978 (window-child-count, window-last-child)
4979 (window-iso-combination-p, walk-window-tree-1)
4980 (window-atom-check-1, window-tree-1, delete-window)
4981 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4982 new naming conventions - window-vchild, window-hchild,
4983 window-next and window-prev are now called window-top-child,
4984 window-left-child, window-next-sibling and window-prev-sibling
4985 respectively.
d615d6d2
MR
4986 (resize-window-reset): Rename to window-resize-reset.
4987 (resize-window-reset-1): Rename to window-resize-reset-1.
4988 (resize-window): Rename to window-resize.
4989 (window-min-height, window-min-width)
4990 (resize-mini-window, resize-this-window, resize-root-window)
4991 (resize-root-window-vertically, adjust-window-trailing-edge)
4992 (enlarge-window, shrink-window, maximize-window)
4993 (minimize-window, delete-window, quit-restore-window)
4994 (split-window, balance-windows, balance-windows-area-adjust)
4995 (balance-windows-area, window-state-put-2)
4996 (display-buffer-even-window-sizes, display-buffer-set-height)
4997 (display-buffer-set-width, set-window-text-height)
4998 (fit-window-to-buffer): Rename all "resize-window" prefixed
4999 calls to use the "window-resize" prefix convention.
5000 (display-buffer-alist): Fix symbol for label specifier.
5001 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5002 corresponding specifier.
5003 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5004
b6458526
VB
50052011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5006
5007 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5008 convention.
5009 (ses-call-printer): Does not pass an empty string to formatter when the
5010 cell is empty to keep from barking printer Calc math-format-value.
5011
d31fd9ac
RS
50122011-06-27 Richard Stallman <rms@gnu.org>
5013
43d5bf84
RS
5014 * battery.el (battery-mode-line-limit): New variable.
5015 (battery-update): Handle it.
5016
d31fd9ac
RS
5017 * mail/rmailmm.el (rmail-mime-process-multipart):
5018 Handle truncated messages.
5019
819a6054
GM
50202011-06-27 Glenn Morris <rgm@gnu.org>
5021
5022 * progmodes/flymake.el (flymake-err-line-patterns):
5023 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5024
cedc73f2
VB
50252011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5026
819a6054 5027 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5028 (ses--clean-!, ses--clean-_): New functions.
5029 (ses-range): Add configurability of readout order, and conversion
5030 to Calc vector.
5031
5e5d49b6
VB
5032 * ses.el (ses-repair-cell-reference-all): New function.
5033 (ses-cell-symbol): Set macro as safe, so that it can be used in
5034 formulas.
5035
56e6cc31 5036 * ses.el: Update cycle detection algorithm.
90ca8b49 5037 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5038 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5039 (ses-set-localvars): New function.
5040 (ses-make-cell): Add property-list as a cell element.
5041 (ses-cell-property-get-fun, ses-cell-property-get)
5042 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5043 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5044 New functions.
90ca8b49
VB
5045 (ses-cell-property-set, ses-cell-property-pop)
5046 (ses-cell-property-get-handle): New macro.
5047 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5048 New aliases, used for code readability.
5049 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5050 cycle detection.
5051 (ses-self-reference-early-detection): New defcustom.
5052 (ses-formula-references): Robustify against self-refering cells.
5053 (ses-mode): Use ses-set-localvars.
5054 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5055 before lauching the update processing.
5056 (ses-initialize-Dijkstra-attempt): New function.
5057 (ses-recalculate-cell): Update for cycle detection based on
5058 Dijkstra algorithm.
5059
2bb63e81
VB
5060 * ses.el: Fix commenting and indenting convention.
5061
c9d29fb8
SM
50622011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * bs.el (bs-cycle-next): Complete last change.
5065
d8e4b68b
JB
50662011-06-27 Drew Adams <drew.adams@oracle.com>
5067
5068 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5069
40098786
LMI
50702011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5071
c9d29fb8
SM
5072 * net/network-stream.el (network-stream-open-starttls):
5073 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
5074 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5075
40098786
LMI
5076 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5077 to binary to possibly avoid line encoding issues on Windows (among
5078 other things).
5079
468d09d4
LMI
50802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5081
5082 * net/network-stream.el (open-network-stream): Return an :error
5083 saying what the problem was, if possible.
5084
5085 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5086 server.
5087
5088 * net/network-stream.el (network-stream-open-starttls): If we
5089 wanted to use STARTTLS, and the server offered it, but we weren't
5090 able to because we had no STARTTLS support, then close the connection.
5091 (open-network-stream): Return an :error element, if present.
5092
16f07dd7
CY
50932011-06-26 Chong Yidong <cyd@stupidchicken.com>
5094
88821ca0
CY
5095 * hl-line.el (hl-line-sticky-flag): Doc fix.
5096 (global-hl-line-sticky-flag): New option (Bug#8323).
5097 (global-hl-line-highlight): Obey it.
5098
16f07dd7
CY
5099 * vc/vc.el (vc-revert-show-diff): Default to t.
5100
6b5ccddf
KM
51012011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5102
c9d29fb8
SM
5103 * allout-widgets.el (allout-widgets-post-command-business):
5104 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
5105 undecorated when an isearch is continued past, and isearch
5106 automatically collapses them. This leads to "widget leaks", where
5107 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
5108 hidden widgets can slow down cursor travel, substantially.
5109 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
5110 so we're doing without this nicety.
5111
5112 (allout-widgets-tally-string): Don't try to do a hash-table-count
5113 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5114 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5115 *Messages* when allout-widgets-maintain-tally is t.
5116
355f2e07
MR
51172011-06-26 Martin Rudalics <rudalics@gmx.at>
5118
5119 * window.el (display-buffer-normalize-argument): Rename to
5120 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
5121 LABEL argument. Respect special-display-function when popping up
5122 a new frame. Fix code searching for a window showing the buffer
5123 on another frame.
c9d29fb8
SM
5124 (display-buffer-normalize-specifiers):
5125 Call display-buffer-normalize-arguments.
355f2e07
MR
5126 (display-buffer-in-window): Don't undedicate the window if its
5127 buffer remains the same.
5128 Reported by Drew Adams <drew.adams@oracle.com>.
5129 (display-buffer-alist): Add choice for same-window macro
5130 specfier.
5131 (display-buffer): Mention special meaning of LABEL argument in
5132 doc-string. Fix quoting. Don't pop up a new frame even as
5133 fallback.
5134
7ca8fc42
JB
51352011-06-26 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5138 avoid deleting the current window in some cases (bug#8911).
5139
bc312254
AS
51402011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5141
5142 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5143 (Bug#8934)
5144
2db18f3f
LMI
51452011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5146
c9d29fb8
SM
5147 * net/network-stream.el (network-stream-open-starttls):
5148 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
5149 (network-stream-open-tls): Ditto.
5150
6302e0d3
LL
51512011-06-26 Leo Liu <sdl.web@gmail.com>
5152
5153 * register.el (registerv): New struct.
5154 (registerv-make): New function.
c9d29fb8
SM
5155 (jump-to-register, describe-register-1, insert-register):
5156 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
5157 struct. (Bug#8415)
5158
5fdd4046
CY
51592011-06-26 Chong Yidong <cyd@stupidchicken.com>
5160
2afef60a
CY
5161 * vc/vc.el (vc-revert-show-diff): New defcustom.
5162 (vc-diff-internal): New arg specifying diff buffer.
5163 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5164 reuse an existing *vc-diff* buffer (Bug#8927).
5165
5fdd4046
CY
5166 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5167
e93db24a
GM
51682011-06-26 Glenn Morris <rgm@gnu.org>
5169
5170 * progmodes/f90.el (f90-critical-indent): New option.
5171 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5172 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5173 (f90-mode): Doc fix.
5174 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5175 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5176 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5177 (f90-match-end): Handle block, critical.
5178
eefff499
GM
51792011-06-25 Glenn Morris <rgm@gnu.org>
5180
f6ba4cc9
GM
5181 * calendar/diary-lib.el (diary-included-files): Doc fix.
5182 (diary-include-files): New function, extracted from
5183 diary-include-other-diary-files and diary-mark-included-diary-files.
5184 (diary-include-other-diary-files, diary-mark-included-diary-files):
5185 Just call diary-include-files.
5186 (diary-mark-entries): Reset diary-included-files on first call.
5187
16712304
GM
5188 * calendar/diary-lib.el (diary-mark-entries)
5189 (diary-mark-included-diary-files):
5190 Visit included diary-files in temp buffers.
5191
5d8e0d43
GM
5192 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5193 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5194 (f90-start-block-re, f90-imenu-generic-expression)
5195 (f90-looking-at-program-block-start, f90-no-block-limit):
5196 Add support for submodules.
5197
ccf7a5d5
GM
5198 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5199 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 5200
11fdef7d 52012011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
5202
5203 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5204 buffer-file-type before setting its value, to avoid disastrous
eefff499 5205 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 5206
74f53697
JB
52072011-06-25 Juanma Barranquero <lekktu@gmail.com>
5208
5209 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5210
5211 * ses.el (ses-unload-function):
5212 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5213
5214 * proced.el (proced-unload-function):
5215 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5216
18a4ce5e
AR
52172011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5218
5219 * server.el (server-create-window-system-frame): Add parameters arg.
5220 (server-process-filter): Doc fix. Handle frame-parameters.
5221
519d22cc
JB
52222011-06-25 Juanma Barranquero <lekktu@gmail.com>
5223
5224 Fix bug#8730, bug#8781.
5225
5226 * loadhist.el (unload--set-major-mode): New function.
5227 (unload-feature): Use it.
5228
5229 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5230 (python-unload-function): New function.
5231
c206f5b0
SM
52322011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5235
f9ad64f3
GS
52362011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5237
5238 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5239 the candidates list.
5240
7d0da90e
JB
52412011-06-24 Juanma Barranquero <lekktu@gmail.com>
5242
5243 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5244
14b4e83d
RS
52452011-06-23 Richard Stallman <rms@gnu.org>
5246
5247 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5248 (rmail-variables): Set next-error-move-function.
5249 (rmail-what-message): Take argument POS.
5250 (rmail-next-error-move): New function.
5251
273d2baf
SM
52522011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5253
5254 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5255 messages for adjacent non-terminals.
5256
56c2cc9a
RS
52572011-06-23 Richard Stallman <rms@gnu.org>
5258
5259 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 5260 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
5261 (rmail-start-mail): Don't specify use of rmail-mail-return;
5262 that's done by mail-bury now.
5263 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 5264
d59eb518
MA
52652011-06-23 Michael Albinus <michael.albinus@gmx.de>
5266
5267 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5268 SIZE is a number.
5269
02cfc6d6
MR
52702011-06-23 Martin Rudalics <rudalics@gmx.at>
5271
5272 * window.el (get-lru-window, get-mru-window)
5273 (get-largest-window): Never return a minibuffer window.
5274 (display-buffer-pop-up-window): Fix a bug that could lead to
5275 reusing the minibuffer window.
5276 (display-buffer): Pass original specifier argument to
5277 display-buffer-function instead of the normalized one.
5278 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5279
4e323265
LL
52802011-06-22 Leo Liu <sdl.web@gmail.com>
5281
5282 * minibuffer.el (completing-read-function)
5283 (completing-read-default): Move from minibuf.c
5284
7a70468f
RS
52852011-06-22 Richard Stallman <rms@gnu.org>
5286
50718fc2
RS
5287 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5288 to Rmail even if not started by a special Rmail command.
5289
7a70468f
RS
5290 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5291 Copy the buffer currently showing just one message.
5292
297dde5a
RW
52932011-06-22 Roland Winkler <winkler@gnu.org>
5294
5295 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5296 (bibtex-clean-entry): First delete the old key so that a
5297 customized algorithm for generating the new key does not get
5298 confused by the old key.
5299 (bibtex-url): Obey regexp of first step.
5300 (bibtex-search-entries): Do not use add-to-list with local
5301 list-var.
5302
97bb1093
LMI
53032011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5304
5305 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5306 stored a user name, then query for the password first, instead of
5307 waiting for SMTP to give an error message and the trying again.
5308
1c0f1a19
JD
53092011-06-22 Lawrence Mitchell <wence@gmx.li>
5310
5311 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5312 BUFFER in call-process.
5313
396f7c9d
LMI
53142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5317 QUIT twice.
ddb7ffee
LMI
5318 (smtpmail-try-auth-methods): Require user name and password from
5319 auth-source.
396f7c9d 5320
8998d1b3
MR
53212011-06-22 Martin Rudalics <rudalics@gmx.at>
5322
5323 * window.el (display-buffer-default-specifiers)
5324 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5325 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 5326 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
5327
5328 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5329 (special-display-frame-alist, special-display-popup-frame):
5330 Remove duplicate declarations. These are now in window.el.
5331
4ea31e07
LMI
53322011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5333
c9d29fb8
SM
5334 * mail/smtpmail.el (smtpmail-via-smtp):
5335 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
5336 server supports it. SMTP servers that support STARTTLS commonly
5337 require it.
5338
5339 * net/network-stream.el (network-stream-open-starttls): Support
5340 upgrading to STARTTLS always, even if we don't have built-in support.
5341 (open-network-stream): Add the :always-query-capabilies keyword.
5342
95f41d9a
LMI
5343 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5344 upgrades with `open-network-stream', and rely solely on
5345 auth-source for all credentials. Big changes throughout the file,
5346 but in particular:
c9d29fb8
SM
5347 (smtpmail-auth-credentials): Remove.
5348 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
5349 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5350 MAIL FROM, too.
95f41d9a 5351
c9d29fb8
SM
5352 * net/network-stream.el (network-stream-open-starttls):
5353 Provide support for client certificates both for external and built-in
4ea31e07
LMI
5354 STARTTLS.
5355 (auth-source): Require.
5356 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
5357 (network-stream-certificate): Change cert-cert to cert and
5358 cert-key to key.
4ea31e07 5359
065ec2c7
MA
53602011-06-21 Michael Albinus <michael.albinus@gmx.de>
5361
5362 * net/tramp-cache.el (top): Don't load the persistency file when
5363 "emacs -Q" has been called.
5364
cd93b359
DR
53652011-06-21 Tim Harper <timcharper@gmail.com>
5366
d8e4b68b
JB
5367 * term/ns-win.el (ns-initialize-window-system):
5368 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
5369 resource to NO as it is not yet supported by the NS port.
5370
ae9c0411
JB
53712011-06-21 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5374 (list-dynamic-libraries): ...not here.
5375
7f3f739f
LL
53762011-06-21 Leo Liu <sdl.web@gmail.com>
5377
5378 * subr.el (sha1): Implement sha1 using secure-hash.
5379
327c8fb1
MR
53802011-06-21 Martin Rudalics <rudalics@gmx.at>
5381
5382 * window.el (display-buffer-alist): In default value do not
5383 enforce searching a window on any but the selected frame.
5384 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5385 (display-buffer-select-window): Remove function.
5386 (display-buffer-in-window): When a window on another frame gets
5387 reused, do not select it any more but just raise its frame if
5388 necessary (Bug#8851) and (Bug#8856).
5389 (display-buffer-normalize-options): Handle pop-up-frames related
5390 options more faithfully.
5391 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5392 window if it is on another frame.
c9d29fb8
SM
5393 (display-buffer-alist, display-buffer-default-specifiers):
5394 Don't make new frame unsplittable by default.
9e9de014
MR
5395 (display-buffer-normalize-argument): Fix doc-string typo and use
5396 'same-frame-other-window instead of 'other-window when associating
5397 with display-buffer-macro-specifiers.
327c8fb1 5398
7cf3f556
VB
53992011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5400
5401 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5402 New functions.
5403 (5x5-mode-map, 5x5-mode-menu): Bind them.
5404 (5x5-draw-grid): Tweak the solver's rendering.
5405
60a406cf
SM
54062011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
5409 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
5410
d8e4b68b 54112011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
5412
5413 * menu-bar.el: Use function variable instead of switch-to-buffer.
5414 (menu-bar-select-buffer-function): New variable.
60a406cf 5415 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 5416
478d6f95
SM
54172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
5420 variable's status.
5421
ca530739
JD
54222011-06-20 Jan Djärv <jan.h.d@swipnet.se>
5423
5424 * x-dnd.el (x-dnd-version-from-flags)
5425 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
5426 and long as number (Bug#8899).
5427 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
5428
bcd70d97
SM
54292011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5430
60a406cf 5431 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
5432 (completion-try-completion, completion-all-completions): Compute the
5433 metadata argument if it's missing; make it optional (bug#8795).
5434
60a406cf 5435 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
5436 (widget-complete): Use new :completion-function property.
5437 (widget-completions-at-point): New function.
5438 (default): Use :completion-function instead of :complete.
60a406cf
SM
5439 (widget-default-completions): Rename from widget-default-complete;
5440 Rewrite.
bcd70d97
SM
5441 (widget-string-complete, widget-file-complete, widget-color-complete):
5442 Remove functions.
5443 (file, symbol, function, variable, coding-system, color):
5444 * international/mule-cmds.el (default-input-method, charset)
5445 (language-info-custom-alist):
5446 * cus-edit.el (face): Use new property :completions.
5447
5448 * progmodes/pascal.el (pascal-completions-at-point): New function.
5449 (pascal-mode): Use it.
5450 (pascal-mode-map): Use completion-at-point.
5451 (pascal-toggle-completions): Make obsolete.
5452 (pascal-complete-word, pascal-show-completions):
5453 * progmodes/octave-mod.el (octave-complete-symbol):
5454 Redefine as obsolete alias.
5455 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
5456 Signal absence of completion info for old Octave,
5457 (inferior-octave-complete): Redefine as obsolete alias.
5458 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
5459 (meta-completions-at-point): Rename from meta-complete-symbol and
5460 adapt it for use on completion-at-point-functions.
5461 (meta-common-mode): Use it.
5462 (meta-looking-at-backward, meta-match-buffer): Remove.
5463 (meta-complete-symbol): Redefine as obsolete alias.
5464 (meta-common-mode-map): Use completion-at-point.
5465 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
5466 (makefile-mode-map): Use completion-at-point.
5467 (makefile-completions-at-point): Rename from makefile-complete and
5468 adapt it for use on completion-at-point-functions.
5469 (makefile-mode): Use it.
5470 (makefile-complete): Redefine as obsolete alias.
5471
aebf69c8
DD
54722011-06-20 Deniz Dogan <deniz@dogan.se>
5473
5474 * net/rcirc.el: Delete trailing whitespaces once and for all.
5475
bfbbb27d
DC
54762011-06-20 Daniel Colascione <dan.colascione@gmail.com>
5477
5478 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
5479
d264a46b
CY
54802011-06-19 Chong Yidong <cyd@stupidchicken.com>
5481
4ca009e5
CY
5482 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
5483
d264a46b
CY
5484 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
5485
fbf5b3ce
MR
54862011-06-19 Martin Rudalics <rudalics@gmx.at>
5487
5488 * window.el (display-buffer-other-window-means-other-frame):
5489 Call display-buffer-normalize-alist.
5490 (display-buffer-normalize-specifiers-1): Rename to
5491 display-buffer-normalize-argument. New argument other-frame.
5492 Rewrite.
5493 (display-buffer-normalize-specifiers-2): Rename to
5494 display-buffer-normalize-options.
5495 (display-buffer-normalize-alist-1): New function.
5496 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
5497 display-buffer-normalize-alist.
5498 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
5499 (display-buffer-normalize-options-inhibit): New variable.
5500 (display-buffer-normalize-specifiers): Rewrite calling
5501 display-buffer-normalize-alist,
5502 display-buffer-normalize-argument, and
5503 display-buffer-normalize-options. Don't call the latter if
5504 display-buffer-normalize-options-inhibit is non-nil.
5505 (frame-auto-delete): New option.
5506 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
5507 (window-list-no-nils, window-state-ignored-parameters)
5508 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
5509 (window-state-put-1, window-state-put-2, window-state-put):
5510 New functions.
9a028c23
MR
5511 (display-buffer-normalize-options): Move special-display-p group
5512 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 5513
6d10d800
CY
55142011-06-18 Chong Yidong <cyd@stupidchicken.com>
5515
6420d28b
CY
5516 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5517 groups (Bug#8776).
5518 (rx-submatch-n): New function.
5519 (rx): Document it.
5520
ddb8b596
CY
5521 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5522 (Bug#8768).
5523
5524 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5525
77080289
CY
5526 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5527
61dfb316
CY
5528 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5529 anytime existing face settings are present (Bug#8889).
5530
6d10d800
CY
5531 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5532 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5533 Remove unused argument.
5534
be3fb2b8
MR
55352011-06-18 Martin Rudalics <rudalics@gmx.at>
5536
bcd70d97
SM
5537 * window.el (display-buffer-default-specifiers):
5538 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
5539 pop-up-window-min-width, and another reuse-window specifier
5540 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
5541 (display-buffer-normalize-specifiers-2):
5542 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
5543 pop-up-windows is unset. Add a reuse-window specifier for the
5544 case popping up a new window fails.
5545 (special-display-popup-frame): Remove double quoting.
28dec25a 5546 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 5547
1c6d8c76
SM
55482011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5551 according to comint-completion-addsuffix.
5552
5553 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5554 (pcomplete-suffix-list): Mark as obsolete.
5555 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5556 pcomplete-seen in the closure.
5557 (pcomplete-comint-setup): Setup completion-at-point as well.
5558 (pcomplete--entries): New function.
5559 (pcomplete--env-regexp): New var.
5560 (pcomplete-entries): Rewrite to work with partial-completion and
5561 without relying on pcomplete-suffix-list.
5562 (pcomplete-pare-list): Remove, unused.
5563
25aef8b8
MR
55642011-06-17 Martin Rudalics <rudalics@gmx.at>
5565
5566 * window.el (display-buffer-alist): Set pop-up-window-min-height
5567 and pop-up-window-min-width in default value. Reported by
5568 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5569 other-window-means-other-frame.
5570 (display-buffer-macro-specifiers): Comment out entry for
5571 other-window specifier.
5572 (display-buffer-other-window-means-other-frame): New function.
5573 (display-buffer-normalize-specifiers-1): New arguments
5574 buffer-name and label. Treat other-window case specially.
5575 (display-buffer-normalize-specifiers-2): Treat other-window case
5576 specially.
5577 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
5578 (display-buffer-normalize-specifiers):
5579 Call display-buffer-normalize-specifiers-3.
25aef8b8 5580
dbad4f69
MR
55812011-06-17 Martin Rudalics <rudalics@gmx.at>
5582
5583 * window.el (same-window-p): Fix two typos introduced when
5584 adding with-no-warnings.
d1067961
MR
5585 (display-buffer-normalize-specifiers-1): Don't check
5586 pop-up-frames for 'unset initialization.
5587 (display-buffer-normalize-specifiers-2): Major rewrite using
5588 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5589 (pop-up-frames, display-buffer-reuse-frames)
5590 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5591 Suggested by David Engster <deng@randomsample.de>.
5592 (even-window-heights): Initialize to 'unset.
5593 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
5594 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5595 other window case.
dbad4f69 5596
9b9c9e3a
MR
55972011-06-16 Martin Rudalics <rudalics@gmx.at>
5598
bcd70d97
SM
5599 * window.el (display-buffer-normalize-specifiers-1):
5600 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 5601 second argument of display-buffer (Bug#8865).
981d5c09
MR
5602 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5603 (switch-to-buffer-other-window-same-frame)
5604 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5605 Adams (Bug#8875).
9c2755e9
MR
5606 (display-buffer): Don't check noninteractive when calling
5607 display-buffer-pop-up-frame.
5608 (display-buffer-pop-up-frame): Never pop up a frame in
5609 noninteractive mode (Bug#8857).
67222e1d
MR
5610 (enlarge-window, shrink-window): Don't report an error when the
5611 window can't be resized as requested (Bug#8862).
9b9c9e3a 5612
2b75be67
SM
56132011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5614
9ffdd3ba
SM
5615 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5616
cb581a67
SM
5617 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5618
2b75be67
SM
5619 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5620
8c0e3589
AM
56212011-06-15 Alan Mackenzie <acm@muc.de>
5622
cb581a67
SM
5623 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5624 for declarators, disable knr checking to speed up for normal files.
5625 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 5626
b96e6cde
LMI
56272011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5628
4bba86e6
LMI
5629 * net/network-stream.el (open-network-stream): Add the keyword
5630 :always-query-capabilities for the case where you want to force a
5631 `plain' network connection, but the protocol still requires the
5632 capabilitiy command (i.e., SMTP and EHLO).
5633
2b75be67 5634 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
5635 consistency with other `-live-p' functions.
5636
efdcdbf8
SM
56372011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * window.el (same-window-buffer-names, same-window-regexps)
5640 (special-display-frame-alist, special-display-popup-frame)
5641 (special-display-function, special-display-buffer-names)
5642 (special-display-regexps, pop-up-frame-alist)
5643 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5644 (pop-up-windows, split-window-preferred-function)
5645 (split-height-threshold, split-width-threshold, even-window-heights)
5646 (display-buffer-mark-dedicated): Don't encourage the use of
5647 display-buffer-alist from Elisp code.
5648
c5cde042
DN
56492011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5650
5651 * progmodes/python.el (python-mode): Derive from prog-mode.
5652 * progmodes/ps-mode.el (ps-mode):
5653 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 5654 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
5655 * progmodes/ld-script.el (ld-script-mode): Likewise.
5656
baa1c9ab
MR
56572011-06-15 Martin Rudalics <rudalics@gmx.at>
5658
5659 * window.el (display-buffer-alist): Trim default value to avoid
5660 popping up a new frame (Bug#8857) or reusing an arbitrary window
5661 on another frame.
5662 (display-buffer): Do not fall back on popping up a new frame in
5663 batch mode (Bug#8857).
5664
c5dd5a51
CY
56652011-06-14 Chong Yidong <cyd@stupidchicken.com>
5666
5667 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5668 (custom-theme-summary): New function.
5669 (customize-themes): Use it.
5670
d647b7c4
GM
56712011-06-13 Glenn Morris <rgm@gnu.org>
5672
5673 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5674
9481c002
MR
56752011-06-13 Martin Rudalics <rudalics@gmx.at>
5676
357f93d2
MR
5677 * help.el (help-window): Remove variable.
5678 (help-window-point-marker, temp-buffer-max-height)
5679 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5680 (help-print-return-message): Don't set help-window.
5681 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5682 (help-window-setup-finish): Remove.
5683 (help-window-display-message, help-window-setup)
5684 (with-help-window): Major rewrite based on new
5685 display-buffer-window variable.
5686
5687 * help-mode.el (help-mode-finish): Remove help-window related
5688 code.
5689
5690 * view.el (view-exits-all-viewing-windows): Remove reference to
5691 view-return-to-alist in doc-string.
5692 (view-return-to-alist): Make obsolete.
5693 (view-buffer): Call pop-to-buffer-same-window and remove
5694 undo-window code.
5695 (view-buffer-other-window): Call pop-to-buffer-other-window and
5696 simplify code. Ignore second argument.
5697 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5698 simplify code. Ignore second argument.
5699 (view-return-to-alist-update): Make obsolete.
5700 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5701 Rewrite using quit-restore window parameters.
2b75be67
SM
5702 (view-mode-exit): Rename second argument to EXIT-ONLY.
5703 Rewrite using quit-restore-window.
357f93d2
MR
5704 (View-exit, View-exit-and-edit, View-leave, View-quit)
5705 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5706 appropriate arguments.
5707 (view-end-message): Use quit-restore window parameter.
5708
9481c002
MR
5709 * window.el (display-buffer-function): Rewrite doc-string.
5710 (display-buffer-window, display-buffer-alist): New variables.
5711 (display-buffer-split-specifiers)
5712 (display-buffer-side-specifiers)
5713 (display-buffer-macro-specifiers): New constants.
5714 (display-buffer-even-window-sizes, display-buffer-set-height)
5715 (display-buffer-set-width, display-buffer-select-window)
5716 (display-buffer-in-window, display-buffer-reuse-window)
5717 (display-buffer-split-window-1, display-buffer-split-window)
5718 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5719 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5720 (display-buffer-in-side-window, normalize-buffer-to-display)
5721 (display-buffer-normalize-specifiers-1)
5722 (display-buffer-normalize-specifiers-2)
2b75be67
SM
5723 (display-buffer-normalize-specifiers, display-buffer-frame):
5724 New functions.
9481c002
MR
5725 (display-buffer): Major rewrite.
5726 (display-buffer-other-window, display-buffer-other-frame)
5727 (pop-to-buffer, switch-to-buffer-other-window)
5728 (switch-to-buffer-other-frame): Rewrite.
5729 (display-buffer-same-window, display-buffer-same-frame)
5730 (display-buffer-same-frame-other-window)
5731 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5732 (pop-to-buffer-other-window)
5733 (pop-to-buffer-same-frame-other-window)
5734 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5735 (switch-to-buffer-other-window-same-frame): New functions.
5736 (same-window-p, special-display-p): Rewrite disabling warnings.
5737 Make obsolete.
5738 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5739 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5740 Make obsolete
5741 (same-window-buffer-names, same-window-regexps)
5742 (special-display-frame-alist, special-display-popup-frame)
5743 (special-display-function, special-display-buffer-names)
5744 (special-display-regexps, pop-up-frame-alist)
5745 (pop-up-frame-function, split-window-preferred-function)
5746 (split-height-threshold, split-width-threshold)
5747 (even-window-heights): Make obsolete.
5748
9db51aca
GM
57492011-06-12 Glenn Morris <rgm@gnu.org>
5750
5751 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 5752 Misc simplifications.
9db51aca 5753
39cffb44
MR
57542011-06-12 Martin Rudalics <rudalics@gmx.at>
5755
5756 * window.el (window-safely-shrinkable-p): Restore function which
5757 was inadvertently removed in change from 2011-06-11. Declare as
5758 obsolete.
5759
2b75be67
SM
5760 * calendar/calendar.el (calendar-generate-window):
5761 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
5762 window-safely-shrinkable-p.
5763
a8955be7
GM
57642011-06-12 Glenn Morris <rgm@gnu.org>
5765
5766 * progmodes/fortran.el (fortran-mode-syntax-table):
5767 * progmodes/f90.el (f90-mode-syntax-table):
5768 Set % to punctuation. (Bug#8820)
5769 (f90-find-tag-default): Remove, no longer needed.
5770
f0d4059d
DC
57712011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5772
5773 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5774
1100a63c
CY
57752011-06-11 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * image.el (image-animated-p): Return animation delay in seconds.
5778 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5779 (image-animate-timeout): Remove DELAY argument. Don't assume
5780 every subimage has the same delay; get it from image-animated-p.
5781 (image-animate): Caller changed.
5782
def722bf
MA
57832011-06-11 Michael Albinus <michael.albinus@gmx.de>
5784
5785 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5786 to ignored backtrace functions.
5787
0a2bb1a9
GM
57882011-06-11 Glenn Morris <rgm@gnu.org>
5789
5790 * calendar/appt.el (appt-disp-window-function): Doc fix.
5791 (appt-check): Handle overlapping appointments. (Bug#8337)
5792
6198ccd0
MR
57932011-06-11 Martin Rudalics <rudalics@gmx.at>
5794
5795 * window.el (window-tree-1, window-tree): New functions, moving
5796 the latter to window.el.
5797 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5798 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5799 (bw-refresh-edges): Remove.
5800 (balance-windows-1, balance-windows-2): New functions.
5801 (balance-windows): Rewrite in terms of window tree functions,
5802 balance-windows-1 and balance-windows-2.
5803 (bw-adjust-window): Remove.
5804 (balance-windows-area-adjust): New function with functionality of
5805 bw-adjust-window but using resize-window.
2b75be67
SM
5806 (set-window-text-height): Rewrite doc-string.
5807 Use normalize-live-window and resize-window.
5808 (enlarge-window-horizontally, shrink-window-horizontally):
5809 Rename argument to DELTA.
6198ccd0
MR
5810 (window-buffer-height): New function.
5811 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5812 Rewrite using new window resize routines.
2b75be67
SM
5813 (kill-buffer-and-window, mouse-autoselect-window-select):
5814 Use ignore-errors instead of condition-case.
6198ccd0
MR
5815 (quit-window): Call delete-frame instead of delete-windows-on
5816 for the only buffer on frame.
5817
9397e56f
MR
58182011-06-10 Martin Rudalics <rudalics@gmx.at>
5819
5820 * loadup.el (top-level): Load window before files for the sake
5821 of replace-buffer-in-windows.
5822
5823 * files.el (read-buffer-to-switch)
5824 (switch-to-buffer-other-window)
2b75be67
SM
5825 (switch-to-buffer-other-frame, display-buffer-other-frame):
5826 Move to window.el.
9397e56f
MR
5827
5828 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5829 (previous-buffer): Move to window.el.
5830
5831 * bindings.el (unbury-buffer): Move to window.el.
5832
5833 * window.el (delete-other-windows-vertically): Move after
5834 definition of delete-other-windows.
5835 (other-window, delete-windows-on, replace-buffer-in-windows):
5836 Move here from window.c.
5837 (record-window-buffer, unrecord-window-buffer)
5838 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5839 (switch-to-next-buffer): New functions.
5840 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5841 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
5842 (previous-buffer): Move here from simple.el.
5843 Call switch-to-prev-buffer.
9397e56f
MR
5844 (bury-buffer): Move here from buffer.c. Switch to previous
5845 buffer when window cannot be deleted.
5846 (unbury-buffer): Move here from bindings.el.
5847 (ctl-x-map): Move binding for other-window from window.c to
5848 here.
5849 (read-buffer-to-switch, switch-to-buffer-other-window)
5850 (switch-to-buffer-other-frame): Move here from files.el.
5851 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
5852 (switch-to-buffer): Move here from buffer.c.
5853 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 5854
562dd5e9
MR
58552011-06-10 Martin Rudalics <rudalics@gmx.at>
5856
5857 * window.el (window-min-height, window-min-width): Move here
5858 from window.c. Add defcustoms and rewrite doc-strings.
5859 (resize-mini-window, resize-window): New functions.
5860 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5861 Move here from window.c.
5862 (maximize-window, minimize-window): New functions.
5863 (delete-window, delete-other-windows, split-window): Move here
5864 from window.c.
5865 (window-split-min-size): New function.
5866 (split-window-keep-point): Mention split-window-above-each-other
5867 instead of split-window-vertically.
2b75be67
SM
5868 (split-window-above-each-other, split-window-vertically):
5869 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
5870 provide defalias for old definition.
5871 (split-window-side-by-side, split-window-horizontally): Rename
5872 split-window-horizontally to split-window-side-by-side and provide
5873 defalias for the old definition.
5874 (ctl-x-map): Move bindings for delete-window,
5875 delete-other-windows and enlarge-window here from window.c.
5876 Replace bindings for split-window-vertically and
5877 split-window-horizontally by bindings for
5878 split-window-above-each-other and split-window-side-by-side.
5879
5880 * cus-start.el (all): Remove entries for window-min-height and
5881 window-min-width. Add entries for window-splits and
5882 window-nest.
5883
f0da764a
GM
58842011-06-09 Glenn Morris <rgm@gnu.org>
5885
80675c21
GM
5886 * calendar/appt.el (appt-mode-line): New function.
5887 (appt-check, appt-disp-window): Use it.
5888
f0da764a
GM
5889 * files.el (hack-one-local-variable-eval-safep):
5890 Allow minor-modes with explicit +/-1 arguments.
5891
59f623b7
TZ
58922011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5893
5894 * term/xterm.el (xterm): Add defgroup.
5895 (xterm-extra-capabilities): Add defcustom to supply known xterm
5896 capabilities, skip querying them, or query them (default).
5897 (terminal-init-xterm): Use it.
5898 (terminal-init-xterm-modify-other-keys): New function to set up
5899 modifyOtherKeys support to simplify `terminal-init-xterm'.
5900
9aab8e0d
MR
59012011-06-09 Martin Rudalics <rudalics@gmx.at>
5902
5903 * window.el (resize-window-reset, resize-window-reset-1)
5904 (resize-subwindows-skip-p, resize-subwindows-normal)
5905 (resize-subwindows, resize-other-windows, resize-this-window)
5906 (resize-root-window, resize-root-window-vertically)
5907 (window-deletable-p, window-or-subwindow-p)
5908 (frame-root-window-p): New functions.
5909
e8b08aee
GM
59102011-06-09 Glenn Morris <rgm@gnu.org>
5911
5912 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5913 (ange-ftp-get-files): Use it.
5914
254c37a5
AK
59152011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5916
5917 * mail/sendmail.el (mail-recover-1, mail-recover):
5918 * files.el (recover-file, recover-session):
5919 Handle dired-listing-switches not being just a single short option.
5920
35d7dbd3
GM
59212011-06-09 Glenn Morris <rgm@gnu.org>
5922
5923 * calendar/appt.el (appt-display-message, appt-disp-window):
5924 Handle lists of appointments.
5925
387522b2
MR
59262011-06-08 Martin Rudalics <rudalics@gmx.at>
5927
2b75be67
SM
5928 * window.el (one-window-p): Move down in code.
5929 Rewrite doc-string.
5930 (window-current-scroll-bars): Rewrite doc-string.
5931 Normalize live window argument.
387522b2
MR
5932 (walk-windows, get-window-with-predicate, count-windows):
5933 Rewrite doc-string. Use window-list-1.
5934 (window-in-direction-2, window-in-direction, get-mru-window):
5935 New functions.
5936
d8e4b68b 59372011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
5938
5939 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5940 Doc fix (Bug#8713).
5941
59422011-06-08 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5945
59462011-06-08 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * loadhist.el (unload-feature-special-hooks):
5949 Add `comint-output-filter-functions'.
5950
0de12c52
IK
59512011-06-08 Ivan Kanis <gnu@kanis.fr>
5952
5953 * calendar/appt.el (appt-check): Move some initializations into the let.
5954
f3d1777e
MR
59552011-06-08 Martin Rudalics <rudalics@gmx.at>
5956
5957 * window.el (window-height): Defalias to window-total-height.
5958 (window-width): Defalias to window-body-width.
5959
18af70d0
CY
59602011-06-07 Chong Yidong <cyd@stupidchicken.com>
5961
5962 * image-mode.el (image-toggle-animation): New command.
5963 (image-mode-map): Bind it to RET.
5964 (image-mode): Update message.
5965 (image-toggle-display-image): Avoid a spurious cache flush.
5966 (image-transform-rotation): Doc fix.
5967 (image-transform-properties): Return quickly in the normal case.
5968 (image-animate-loop): Rename from image-animate-max-time.
5969
2b75be67 5970 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
5971 (create-animated-image): Remove unnecessary function.
5972 (image-animate): Rename from image-animate-start. New arg.
2b75be67 5973 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
5974 (image-animate-timer): Use car-safe.
5975 (image-animate-timeout): Rename argument.
5976
190b47e6
MR
59772011-06-07 Martin Rudalics <rudalics@gmx.at>
5978
5979 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
5980 window.c. Rename first argument to ALL-FRAMES.
5981 Rephrase doc-strings.
5982 (get-buffer-window-list): Rewrite using window-list-1.
5983 Rephrase doc-string.
a1511caf
MR
5984 (window-safe-min-height, window-safe-min-width): New constants.
5985 (window-size-ignore, window-min-size, window-min-size-1)
5986 (window-sizable, window-sizable-p, window-size-fixed-1)
5987 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5988 (window-max-delta-1, window-max-delta, window-resizable)
5989 (window-resizable-p, window-total-height, window-total-width)
5990 (window-body-width): New functions.
5991 (window-full-height-p, window-full-width-p): Rewrite using
5992 window-total-size.
5993 (window-body-height): Rewrite using window-body-size.
190b47e6 5994
85cc1f11
MR
59952011-06-06 Martin Rudalics <rudalics@gmx.at>
5996
5997 * window.el (window-right, window-left, window-child)
5998 (window-child-count, window-last-child, window-any-p)
5999 (normalize-live-buffer, normalize-live-frame)
6000 (normalize-any-window, normalize-live-window)
6001 (window-iso-combination-p, window-iso-combined-p)
6002 (window-iso-combinations)
6003 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6004 (windows-with-parameter, window-with-parameter)
6005 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6006 (window-atom-check, window-side-check, window-check):
6007 New functions.
85cc1f11
MR
6008 (ignore-window-parameters, window-sides, window-sides-vertical)
6009 (window-sides-slots): New variables.
6010 (window-size-fixed): Move down in code. Minor doc-string fix.
6011
e7156492
AS
60122011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6013
6014 * comint.el (comint-dynamic-complete-as-filename)
6015 (comint-dynamic-complete-filename): Correctly call
6016 completion-in-region.
6017
7e821d0d
DD
60182011-06-05 Deniz Dogan <deniz@dogan.se>
6019
6020 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6021 in last change.
6022
ac09b8a1
DD
60232011-06-05 Deniz Dogan <deniz@dogan.se>
6024
6025 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6026 (rcirc): Use it to prompt for encryption.
6027
34699b85
RW
60282011-06-05 Roland Winkler <winkler@gnu.org>
6029
6030 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6031 (bibtex-search-entries): New command bound to C-c C-a.
6032 (bibtex-display-entries): New function.
6033
004dedd3
RW
60342011-06-05 Roland Winkler <winkler@gnu.org>
6035
6036 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6037 (bibtex-insert-kill): After yanking insert newline if necessary.
6038 (bibtex-initialize): Call bibtex-string-files-init only once.
6039 (bibtex-mode): Do not call easy-menu-add.
6040 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6041 (bibtex-yank): Set arg properly if nil.
6042
022fe7ce
RW
60432011-06-05 Roland Winkler <winkler@gnu.org>
6044
2b75be67
SM
6045 * textmodes/bibtex.el (bibtex-search-entry-globally):
6046 New variable.
022fe7ce
RW
6047 (bibtex-search-entry): Use it.
6048
b7c3692a
RW
60492011-06-05 Roland Winkler <winkler@gnu.org>
6050
6051 * textmodes/bibtex.el (bibtex-entry-format): New option
6052 sort-fields.
6053 (bibtex-format-entry, bibtex-reformat): Honor this option.
6054 (bibtex-parse-entry): Return fields in proper order.
6055
8eda563d
JB
60562011-06-05 Juanma Barranquero <lekktu@gmail.com>
6057
6058 * doc-view.el (doc-view-remove-if): Move computation of result out
6059 of `dolist' to silence misleading lexical-binding warning.
6060
7dbe3dbc
CY
60612011-06-04 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6064 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6065
0c33dd17
MA
60662011-06-04 Michael Albinus <michael.albinus@gmx.de>
6067
6068 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6069 "SunOS 5.10".
6070
f8f91c2b
MA
60712011-06-04 Michael Albinus <michael.albinus@gmx.de>
6072
6073 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6074 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6075 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6076 (tramp-parse-putty):
6077 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6078 (tramp-completion-function-alist-ssh)
6079 (tramp-completion-function-alist-telnet)
6080 (tramp-completion-function-alist-su)
6081 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6082 cookie.
6083
6084 * net/tramp-ftp.el:
6085 * net/tramp-sh.el:
6086 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6087 load "tramp.el" `tramp-set-completion-function'.
6088
e17d9003
SM
60892011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6090
6091 * shell.el: Require and use pcomplete.
6092 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6093 (shell-completion-vars): Set pcomplete-default-completion-function.
6094
6c4cab03
DD
60952011-06-04 Deniz Dogan <deniz@dogan.se>
6096
6097 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6098 `memq' (Bug#8799).
6099
ea9fafe0
SM
61002011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6103
b3e945d3
JB
61042011-06-02 Juanma Barranquero <lekktu@gmail.com>
6105
6106 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6107 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6108 * vc/log-view.el (log-view-beginning-of-defun):
6109 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6110 (smerge-refine-forward, smerge-refine-chopup-region):
6111 Silence warning for unused `dotimes' counter variables.
6112
7d520089
SM
61132011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * net/tramp.el (tramp-with-progress-reporter): Rename from
6116 with-progress-reporter. Use `declare'.
6117 * net/tramp-smb.el:
6118 * net/tramp-sh.el:
6119 * net/tramp-gvfs.el: Update all uses.
6120
a1c2400f
JB
61212011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6122
6123 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6124 buffer isn't killed before making it current.
6125
2403c841
SM
61262011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 Silence various byte-compiler warnings.
6129 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6130 `access-type' and new obsolescence format.
6131 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6132 new format.
6133 (byte-compile-check-variable): New `access-type' argument.
6134 Only warn if the access-type is obsolete.
6135 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6136 (byte-compile-variable-set): Adjust callers.
6137 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6138 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6139 setting it as obsolete.
6140 * simple.el (minibuffer-completing-symbol):
6141 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6142 access as obsolete.
6143 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6144 obsolete yet.
6145 * international/quail.el (quail-mouse-choose-completion): Remove unused
6146 code referring to obsolete var.
6147 (quail-choose-completion-string): Remove.
6148 * server.el (server-clients-with, server-kill-buffer-query-function)
6149 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6150 * proced.el (proced-send-signal):
6151 * emacs-lisp/lisp.el (lisp-complete-symbol):
6152 Replace completion-annotate-function with completion-extra-properties.
6153
2462470b
SM
61542011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6155
fb5b2591
SM
6156 * simple.el (goto-line): Use read-number.
6157 (overriding-map-is-bound): Remove.
6158 (saved-overriding-map): Change default.
6159 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6160 Take the map as argument.
6161 (universal-argument, negative-argument, digit-argument): Use it.
6162 (restore-overriding-map): Adjust.
6163 (do-auto-fill): Use fill-forward-paragraph.
6164 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6165
fd6fa53f
SM
6166 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6167 (minibuffer-inactive-mode): New major mode.
6168 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6169 the *Messages* buffer" hack.
6170 (mouse-popup-menubar): Don't burp if the event is a normal key.
6171
2462470b
SM
6172 Miscellaneous tweaks.
6173 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6174 lexical scoping as in subr.el's dolist and dotimes.
6175 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6176 Silence compiler warning.
6177 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6178 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6179 * international/ccl.el (ccl-compile): Trivial simplification.
6180 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6181 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6182 `printflag' argument.
6183 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6184 Purecopy the whole obsolescence data.
6185
108bf785
LL
61862011-06-01 Leo Liu <sdl.web@gmail.com>
6187
6188 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6189 improve doc-string as suggested by Marco Pessotto
6190 <melmothx@gmail.com>.
6191 (rcirc-print): Fix last change.
6192
30a23501
SM
61932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * minibuffer.el (complete-with-action): Return nil for the metadata and
6196 boundaries of non-functional tables.
6197 (completion-table-dynamic): Return nil for the metadata.
6198 (completion-table-with-terminator): Add default case, using
6199 complete-with-action.
6200 (completion--metadata): New function.
6201 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6202 to try and avoid pathological performance problems.
6203 (completion--embedded-envvar-table): Return `category' metadata.
6204
bcd54f83
LMI
62052011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6206
6207 * subr.el (process-alive-p): New tiny convenience function.
6208
e227544d
SM
62092011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6212 content but also its previous major mode.
6213
e8296fdc
HE
62142011-05-31 Helmut Eller <eller.helmut@gmail.com>
6215
4d61f28d 6216 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
6217 *Backtrace* buffer when we exit with C-M-c.
6218
620c53a6
SM
62192011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * minibuffer.el: Add metadata method to completion tables.
6222 (completion-category-overrides): New defcustom.
6223 (completion-metadata, completion--field-metadata)
6224 (completion-metadata-get, completion--styles)
6225 (completion--cycle-threshold): New functions.
6226 (completion-try-completion, completion-all-completions):
6227 Add `metadata' argument to choose completion-styles.
6228 (completion--do-completion): Use metadata to choose cycling.
6229 (completion-all-sorted-completions): Use metadata for sorting.
6230 Remove :completion-cycle-penalty which is not needed any more.
6231 (completion--try-word-completion): Add `metadata' argument.
6232 (minibuffer-completion-help): Check metadata for annotation function
6233 and sorting.
6234 (completion-file-name-table): Return `category' metadata.
6235 (minibuffer-completing-file-name): Make obsolete.
6236 * simple.el (minibuffer-completing-symbol): Make obsolete.
6237 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6238 completion-try-completion.
6239
1257e755
SM
62402011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6243
3767e706
LL
62442011-05-30 Leo Liu <sdl.web@gmail.com>
6245
6246 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
6247 (rcirc-print): Decode all incoming messages (bug#8744).
6248 (rcirc-decode-coding-system): Allow value nil for automatic coding
6249 system detection.
3767e706 6250
d1a5d56a
GM
62512011-06-01 Glenn Morris <rgm@gnu.org>
6252
6253 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6254
e8cbec34
CY
62552011-05-29 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * image.el (image-animate-max-time): Allow nil and t values.
6258 Default to nil.
6259 (create-animated-image): Doc fix.
6260 (image-animate-start): Remove second arg; just use
6261 image-animate-max-time.
6262 (image-animate-timeout): Doc fix. Args changed.
6263
6264 * image-mode.el (image-toggle-display-image): Ensure that the
6265 image spec passed to the animate timer is the same object as in
58179cce 6266 the buffer's display property (Bug#6981).
e8cbec34
CY
6267 (image-transform-properties): Doc fix.
6268
6269 * image.el (image-animate-max-time): Default to nil.
6270
159daf87
MR
62712011-05-29 Martin Rudalics <rudalics@gmx.at>
6272
6273 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6274 entire buffer list (Bug#8184).
6275
d66c4c7c
CY
62762011-05-29 Chong Yidong <cyd@stupidchicken.com>
6277
6278 * image.el (imagemagick-types-inhibit)
6279 (imagemagick-register-types): Doc fix.
6280
80aec780
DD
62812011-05-29 Deniz Dogan <deniz@dogan.se>
6282
6283 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6284 default.
6285
1dd3c2d9
CY
62862011-05-29 Chong Yidong <cyd@stupidchicken.com>
6287
6288 * select.el: Don't perform clipboard-manager saving in hooks;
6289 leave the hooks empty.
6290
60e56523
LL
62912011-05-28 Leo Liu <sdl.web@gmail.com>
6292
6293 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6294 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6295 (occur-edit-mode): New major mode (Bug#8463).
6296 (occur-after-change-function): New function.
6297 (occur-engine): Give Occur tags a read-only property.
6298
2b1e1a22
KR
62992011-05-28 Kevin Ryde <user42@zip.com.au>
6300
6301 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6302
5d344e88
CY
63032011-05-28 Chong Yidong <cyd@stupidchicken.com>
6304
8e6ca83d
CY
6305 * bindings.el (help-echo): Make the initial non-indicator dash
6306 empty on graphical terminals (Bug#7295).
6307
5d344e88
CY
6308 * files.el (auto-mode-alist): Move config rule after the
6309 in-stripping one (Bug#8547).
6310
bfbbace7
CY
6311 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6312
fbeba6e2
CY
6313 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6314 setting (Bug#8740).
6315
60ed8c72
AA
63162011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6317
4ac619f0
AA
6318 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6319 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6320 (Bug#8539).
60ed8c72 6321
23db196e
CY
63222011-05-28 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6325
5012f24c
DK
63262011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6327
6328 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6329 (hs-hide-block-at-point, hs-find-block-beginning)
6330 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6331 (Bug#8279).
6332
6a639b16
GM
63332011-05-28 Glenn Morris <rgm@gnu.org>
6334
6335 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6336
d43eaf2c
CY
63372011-05-28 Chong Yidong <cyd@stupidchicken.com>
6338
5199bde1
CY
6339 * help-fns.el (describe-function-1): If the function is a derived
6340 major mode, print the parent mode.
6341
d43eaf2c
CY
6342 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6343 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6344
423428a8
SM
63452011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6346
0ff8e1ba 6347 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 6348 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
6349 * progmodes/etags.el (tags-completion-at-point-function):
6350 * info-look.el (info-lookup-completions-at-point): Mark as
6351 non-exclusive.
6352 (info-complete): Adjust accordingly.
6353
423428a8
SM
6354 * info-look.el: Convert to lexical-binding and completion-at-point.
6355 (info-lookup-completions-at-point): New function.
6356 (info-complete): Use it and completion-in-region.
6357
b74aa22b
DA
63582011-05-28 Drew Adams <drew.adams@oracle.com>
6359
6360 * isearch.el: Let M-e start with point at the first mismatched char.
6361 (isearch-fail-pos): New function.
6362 (isearch-edit-string): Use it.
6363
66e2e71d
DK
63642011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6365
6366 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6367
eb95d01d
TC
63682009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6369
6370 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6371 traversal functions for avl-trees.
6372 (avl-tree--stack): New struct.
6373 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6374 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
6375 (avl-tree--do-enter): Add optional `updatefun' arg.
6376 Change return value.
eb95d01d 6377 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
6378 (avl-tree--do-delete): Add `test' and `nilflag' args.
6379 Change return value.
eb95d01d
TC
6380 (avl-tree-member): Add optional `nilflag'
6381 (avl-tree-member-p): New function.
6382 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6383 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6384 (avl-tree-stack-empty-p): New functions.
6385
3769ddcf
TC
63862009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6387
6388 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6389 avl-tree--del-balance1 and make it work both ways.
6390 (avl-tree--del-balance2): Remove.
6391 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6392 make it work both ways.
6393 (avl-tree--enter-balance2): Remove.
6394 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6395 New macros.
6396 (avl-tree--mapc, avl-tree-map): Add direction argument.
6397
eb95d01d 63982011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
6399
6400 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6401
a9f737ee
CY
64022011-05-27 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * select.el: Support clipboard managers with built-in function
6405 x-clipboard-manager-save, via delete-frame-functions and
6406 kill-emacs-hook.
6407 (xselect-convert-to-targets): Add MULTIPLE target to list.
6408 (xselect-convert-to-save-targets): New function.
6409
c92a1e54
KH
64102011-05-27 Kenichi Handa <handa@m17n.org>
6411
6412 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
6413 let-binding rfc2047-encode-encoded-words to nil.
6414
e145f188
GM
64152011-05-27 Glenn Morris <rgm@gnu.org>
6416
5ec8a862
GM
6417 * mail/emacsbug.el: Don't require url-util.
6418
4b29d9fb
GM
6419 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
6420
e145f188
GM
6421 * files.el (set-auto-mode):
6422 Also respect mode: entries at the end of the file. (Bug#8586)
6423
7d15102b
GM
64242011-05-26 Glenn Morris <rgm@gnu.org>
6425
98f593b8
GM
6426 * files.el (hack-local-variables-prop-line, hack-local-variables):
6427 Downcase mode names, as seems to be traditional.
27b48e63 6428 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 6429
7d15102b
GM
6430 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
6431 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
6432
51d5b4ec
JD
64332011-05-25 Julien Danjou <julien@danjou.info>
6434
6435 * textmodes/rst.el (rst-define-level-faces): Do not define face
6436 symbol if it is already defined.
6437
91513f63
VB
64382011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6439
6440 * play/5x5.el (5x5-new-game, 5x5-randomize):
6441 Reset 5x5-solver-output to nil when a new grid is cast.
6442 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
6443 these debugging traces, as defmacro breaks the compiled code.
6444
4d90d6d0
DK
64452011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6446
6447 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6448
e1b90ef6
LL
64492011-05-24 Leo Liu <sdl.web@gmail.com>
6450
6451 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
6452 (vc-bzr-sha1): Adapt.
6453
d8e4b68b 6454 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
6455
6456 * bindings.el: Provide sha1 feature.
6457
db0406bb 64582011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
6459
6460 * mail/sendmail.el: Require `rfc2047'.
6461 (mail-insert-from-field): Do not perform RFC2047 encoding.
6462 (mail-encode-header): New function.
6463 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
6464 buffer to the return value of select-message-coding-system.
6465 Call mail-encode-header.
b8d747b9
KH
6466
6467 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
6468
db0406bb 64692011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 6470
4d90d6d0
DK
6471 * mail/supercite.el (sc-default-cite-frame):
6472 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 6473
eb8a5e9b
GM
64742011-05-24 Glenn Morris <rgm@gnu.org>
6475
f8630703
GM
6476 * progmodes/python.el (brm-menu): Declare.
6477
8831bbed
GM
6478 * emulation/viper.el (viper-set-hooks): Declare.
6479
eb8a5e9b
GM
6480 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
6481 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
6482 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
6483 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
6484 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
6485 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
6486
a2a25d24
SM
64872011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 Add an :exit-function for completion-at-point.
6490
6491 * minibuffer.el (completion--done): New fun.
6492 (completion--do-completion): Use it. New arg `expect-exact'.
6493 (minibuffer-complete, minibuffer-complete-word): Don't output message,
6494 since completion--do-completion does it for us now.
6495 (minibuffer-force-complete): Use completion--done and
6496 completion--replace. Handle sole-completion case with more care.
6497 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
6498 (completion-extra-properties): New var.
6499 (completion-annotate-function): Make obsolete.
6500 (minibuffer-completion-help): Adjust accordingly.
6501 Use completion-list-insert-choice-function.
6502 (completion-at-point, completion-help-at-point):
6503 Bind completion-extra-properties.
6504 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6505 * simple.el (completion-list-insert-choice-function): New var.
6506 (completion-setup-function): Preserve it.
6507 (choose-completion): Pay attention to it, shuffle the code a bit.
6508 (choose-completion-string): New arg `insert-function'.
6509
6510 * textmodes/bibtex.el: Convert to lexical binding.
6511 (bibtex-mode-map): Use completion-at-point.
6512 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6513 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6514 (bibtex-complete): Define as obsolete alias.
6515 (bibtex-complete-internal): Remove.
6516 (bibtex-format-entry): Remove unused sub-group in regexp.
6517 * shell.el (shell--command-completion-data)
6518 (shell-environment-variable-completion):
6519 * pcomplete.el (pcomplete-completions-at-point):
6520 * comint.el (comint--complete-file-name-data): Use :exit-function
6521 instead of completion-table-with-terminator so it also works for
6522 choose-completion.
6523
e44e373d
SM
65242011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6525
4f91a816
SM
6526 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6527
782fc819
SM
6528 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6529 (bug#8710).
6530
e44e373d
SM
6531 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6532
381987c3
KM
65332011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6534
6535 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6536 customization variable and implement: If non-nil, auto-fill will
6537 be inhibited while on topic's header line.
6538
b776bc70
VB
65392011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6540
6541 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 6542 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
6543 always have a solution in grid size = 5 cases.
6544 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6545 (5x5-solver-output, 5x5-log-buffer): New vars.
6546 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6547 Make these variables buffer local to achieve 5x5 multi-session-ness.
6548 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6549 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6550 (5x5-solve-suggest): New funs.
6551 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6552 randomize a grid so that we ensure that there is always a solution.
6553 (5x5-make-random-grid): Allow other movement than flipping.
6554
7de88b6e
KR
65552011-05-23 Kevin Ryde <user42@zip.com.au>
6556
6557 * emacs-lisp/advice.el (ad-read-advised-function):
6558 Use `function-called-at-point' as the default default, if it has
6559 advice and passes PREDICATE.
6560
b1ef1257
SM
65612011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6562
bbca48fe
SM
6563 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6564 byte-compile-lambda if it's actually a lambda.
6565
b1ef1257
SM
6566 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6567 Fix function quoting. Use backquote better.
6568
92a9cc65
YS
65692011-05-22 Yuanle Song <sylecn@gmail.com>
6570
6571 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6572 matching (Bug#8516).
6573
f0fb8059
JA
65742011-01-22 Jari Aalto <jari.aalto@cante.net>
6575
6576 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6577 different face (Bug#8178).
6578
d5b44c93
CY
65792011-05-22 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6582 defface (Bug#8144).
6583
79106a44
SM
65842011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6585
9c848d8a
SM
6586 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6587 funcall as well (bug#8712). Warn when performing those conversions.
6588 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6589
79106a44
SM
6590 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6591
88dfa756
GM
65922011-05-22 Glenn Morris <rgm@gnu.org>
6593
6594 * files.el (hack-local-variables-prop-line): Small simplifications.
6595 (hack-local-variables, hack-local-variables-prop-line):
6596 If MODE-ONLY, return the mode, rather than just `t'.
6597
b7cf2c79
SM
65982011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6601
3f1a8558
GM
66022011-05-21 Glenn Morris <rgm@gnu.org>
6603
7e4ccca3
GM
6604 * files.el (hack-local-variables-prop-line, hack-local-variables):
6605 If only interested in the mode, don't bother doing the other stuff.
6606
637d46ca
GM
6607 * image-mode.el (image-after-revert-hook):
6608 Redraw all frames on which the image is visible. (Bug#8567)
6609
973d955b
GM
6610 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6611
3f1a8558
GM
6612 * wid-edit.el (widget-checklist-match-inline):
6613 Fix 2011-04-19 change. (Bug#8649)
6614
96479927
SM
66152011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6616
1dcf791f
SM
6617 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6618 Also allow singlespace after single-letter capitals followed by a dot.
6619
96479927
SM
6620 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6621 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6622
35fd0881
N
66232011-05-20 Nix <nix@esperi.org.uk>
6624
6625 * files.el (basic-save-buffer-2):
6626 Fix handling of break-hardlink-on-save with non-existent files.
6627
82745640
DD
66282011-05-19 Deniz Dogan <deniz@dogan.se>
6629
6630 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 6631 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 6632
4a720484
GM
66332011-05-19 Glenn Morris <rgm@gnu.org>
6634
d1f21341
GM
6635 * progmodes/f90.el (f90-type-def-re):
6636 Handle "type, bind(c)". (Bug#8691)
6637
4a720484
GM
6638 * emacs-lisp/autoload.el (batch-update-autoloads):
6639 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6640
2fb0a219
MA
66412011-05-18 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6644 property for the correct connection in case of multihops.
6645
e565dd37
GM
66462011-05-18 Glenn Morris <rgm@gnu.org>
6647
c2571358 6648 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
6649 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6650
e565dd37
GM
6651 Rationalize calendar handling of day and month abbrev-arrays.
6652 * calendar/calendar.el (calendar-customized-p): New function.
6653 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6654 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6655 Add :set function.
6656 (calendar-abbrev-length, calendar-day-abbrev-array)
6657 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6658 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6659 Elements may no longer be nil.
6660 (calendar-day-name, calendar-month-name):
6661 Update for changed nature of abbrev arrays.
6662 * calendar/diary-lib.el (diary-name-pattern):
6663 Update for changed nature of abbrev arrays.
6664 (diary-mark-entries-1): Update calendar-make-alist calls.
6665 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6666 * calendar/cal-html.el (cal-html-day-abbrev-array):
6667 Simply inherit from calendar-day-abbrev-array.
6668
1d99a745
SM
66692011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * progmodes/grep.el (grep-mode): Disable default
6672 compilation-directory-matcher setting (bug#8684).
6673
7c1d9aa0
MA
66742011-05-17 Michael Albinus <michael.albinus@gmx.de>
6675
6676 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6677 instead of "head" and "tail". There were problems with SunOS 5.9,
6678 and it performs better.
6679
3952e9d8
GM
66802011-05-17 Glenn Morris <rgm@gnu.org>
6681
2dd12e7f
GM
6682 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6683
e4157b9c
GM
6684 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6685 Replace obsolete function.
6686
8e249bbd
GM
6687 * shell.el (pcomplete-parse-arguments-function): Declare.
6688
3952e9d8
GM
6689 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6690 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6691 (appt-check): Doc fixes.
6692 (appt-disp-window-function, appt-delete-window-function):
6693 Remove needless special case in custom :type.
6694 (appt-display-count): Default to 0, not nil.
6695 (appt-check): Reset appt-display-count to 0, not nil.
6696
c71a0d48 66972011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 6698
c71a0d48
GM
6699 * progmodes/python.el (python-font-lock-keywords):
6700 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 6701
31d55be9
SM
67022011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6705
3bfacb2f
KR
67062011-05-16 Kevin Ryde <user42@zip.com.au>
6707
6708 * info-look.el (makefile-automake-mode): New setups, looking in
6709 automake manual, then makefile-mode.
6710 (makefile-mode): Remove automake manual, have it just in
6711 makefile-automake-mode since there's various things different or
6712 not relevant to plain make.
6713 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6714 believe a hypothetical automake-mode would go to makefile-mode,
6715 not the other way around.
6716
c8e83751
CY
67172011-05-15 Chong Yidong <cyd@stupidchicken.com>
6718
5e9e35cd
CY
6719 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6720 hunk-end tags (Bug#8672).
6721
c8e83751
CY
6722 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6723 vc-annotate-show-diff-revision-at-line (Bug#8671).
6724
50b23e5a
GM
67252011-05-14 Glenn Morris <rgm@gnu.org>
6726
7210a739
GM
6727 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6728 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
6729 (change-log-font-lock-keywords): Also handle multiple author lines
6730 with leading tabs. (Bug#8644)
7210a739 6731
4691905a
GM
6732 * calendar/appt.el (appt-check): Rename some local variables.
6733 Some simplification/reordering.
6734
50b23e5a
GM
6735 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6736 (feedmail-sendmail-f-doesnt-sell-me-out)
6737 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6738 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6739 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
6740 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6741 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
6742 (feedmail-binmail-gnulinuxish-template):
6743 Rename from feedmail-binmail-linuxish-template.
6744 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6745 Use insert-buffer-substring.
6746
215cda7c
BC
67472011-05-14 Bill Carpenter <bill@carpenter.org>
6748
6749 * mail/feedmail.el (feedmail-patch-level): Increase.
6750 (feedmail-debug): New custom group.
6751 (feedmail-confirm-outgoing-timeout)
6752 (feedmail-sendmail-f-doesnt-sell-me-out)
6753 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6754 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6755 (feedmail-sender-line, feedmail-from-line)
6756 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 6757 (feedmail-spray-this-address)
215cda7c
BC
6758 (feedmail-spray-address-fiddle-plex-list)
6759 (feedmail-queue-use-send-time-for-date)
6760 (feedmail-queue-use-send-time-for-message-id)
6761 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6762 (feedmail-buffer-eating-function):
6763 Doc fixes.
6764 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6765 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6766 (feedmail-message-action-scroll-down): New functions.
6767 (feedmail-queue-directory, feedmail-queue-draft-directory):
6768 Use expand-file-name.
6769 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6770 Remove C-v help entry.
6771 (feedmail-queue-buffer-file-name): New variable.
6772 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6773 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6774 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6775 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6776 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6777 (feedmail-message-action-toggle-spray)
6778 (feedmail-run-the-queue-no-prompts)
6779 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6780 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6781 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6782 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6783 (feedmail-envelope-deducer, feedmail-fiddle-from)
6784 (feedmail-fiddle-sender, feedmail-default-date-generator)
6785 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6786 (feedmail-fiddle-spray-address)
6787 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6788 (feedmail-fiddle-list-of-fiddle-plexes)
6789 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6790 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6791 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6792 Change default. Doc fix.
6793 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6794 (feedmail-binmail-linuxish-template): New constant.
6795 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6796 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6797 (feedmail-send-it): Add debug call.
6798 Use feedmail-queue-buffer-file-name, and
6799 feedmail-send-it-immediately-wrapper.
6800 (feedmail-message-action-send): Add debug call.
6801 Use feedmail-send-it-immediately-wrapper.
6802 (feedmail-queue-express-to-queue): Add debug call.
6803 Run feedmail-queue-express-hook.
6804 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6805 (feedmail-message-action-help-blat):
6806 Rename from feedmail-queue-send-edit-prompt-help-first.
6807 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6808 Check line-endings. Handle errors better.
6809 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6810 Doc fix. Add debug call.
6811 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6812 Use feedmail-queue-send-edit-prompt-inner.
6813 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6814 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6815 from feedmail-queue-send-edit-prompt.
6816 (feedmail-queue-send-edit-prompt-help)
6817 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6818 (feedmail-tidy-up-slug): Add debug call.
6819 Respect feedmail-queue-slug-suspect-regexp.
6820 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6821 (feedmail-dump-message-to-queue): Add debug call.
6822 Expand queue-directory.
6823 (feedmail-dump-message-to-queue): Change message slightly.
6824 Use feedmail-say-chatter.
6825 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6826 (feedmail-send-it-immediately-wrapper): New function.
6827 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6828 Insert empty string rather than newline. Handle full-frame case.
6829 Use catch/throw. Use feedmail-say-chatter.
6830 (feedmail-fiddle-from): Try mail-host-address.
6831 (feedmail-default-message-id-generator): Doc fix.
6832 Bind system-time-locale. Handle missing end.
6833 (feedmail-fiddle-x-mailer): Add debug call.
6834 Handle feedmail-x-mailer-line being nil.
6835 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6836 Add debug call. Use buffer-substring-no-properties.
6837 (feedmail-say-debug, feedmail-say-chatter): New functions.
6838 (feedmail-find-eoh): Give an explicit error.
6839
42c7e61e
UJ
68402011-05-13 Ulf Jasper <ulf.jasper@web.de>
6841
c2571358 6842 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 6843 family from helvetica to sans.
c2571358 6844 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6845 etc/images/newsticker.
6846
c2571358 6847 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
6848 family from helvetica to sans.
6849
6850 * net/newst-plainview.el (newsticker-new-item-face)
6851 (newsticker-old-item-face, newsticker-immortal-item-face)
6852 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 6853 (newsticker-statistics-face): Change default family from
42c7e61e 6854 helvetica to sans.
c2571358 6855 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6856 etc/images/newsticker.
6857
6858 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6859 (newsticker--process-auto-mark-filter-match): : Tell user about
6860 auto-marking.
6861
8497a297
DV
68622011-05-13 Didier Verna <didier@xemacs.org>
6863
6864 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
6865 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6866 TODO entries.
8497a297
DV
6867 (lisp-lambda-list-keyword-parameter-indentation)
6868 (lisp-lambda-list-keyword-parameter-alignment)
6869 (lisp-lambda-list-keyword-alignment): New customizable user options.
6870 (lisp-indent-defun-method): Improve docstring.
6871 (extended-loop-p): Fix comment.
6872 (lisp-indent-lambda-list-keywords-regexp): New variable.
6873 (lisp-indent-lambda-list): New function.
6874 (lisp-indent-259): Use it.
6875 (lisp-indent-defmethod): Support for more than one
6876 method qualifier and properly indent methods lambda-lists.
6877 (defgeneric): Provide a missing common-lisp-indent-function property.
6878
f278f87f
SM
68792011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6882 bounds for the empty string (bug#8667).
6883
5233edd7
GM
68842011-05-13 Glenn Morris <rgm@gnu.org>
6885
5237a44f
GM
6886 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6887
8340026c 6888 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 6889 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 6890
5233edd7 6891 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 6892 (appt-time-msg-list): Doc fix.
a5464014 6893 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 6894
92d10796
AS
68952011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6896
6897 * progmodes/ld-script.el (ld-script-keywords)
6898 (ld-script-builtins): Update keywords list.
6899
914a0ae1
SM
69002011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6901
c89be45f
SM
6902 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6903
914a0ae1
SM
6904 * shell.el (shell-completion-vars): New function.
6905 (shell-mode):
6906 * simple.el (read-shell-command): Use it.
6907 (blink-matching-open): No need for " [...]" in minibuffer-message.
6908
98dc3df3
GM
69092011-05-12 Glenn Morris <rgm@gnu.org>
6910
6911 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6912 (appt-check): Simplify.
6913
d2fc7e3d 69142011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 6915
4d61f28d 6916 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
6917 literal "/dev/null".
6918
d2fc7e3d 69192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
6920
6921 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6922 Fix typo.
6923
d2fc7e3d 69242011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 6925
3f254caa
SM
6926 * progmodes/which-func.el (which-function):
6927 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
6928 which might not be defined (Bug#8260).
6929
d45885f7
GM
69302011-05-12 Glenn Morris <rgm@gnu.org>
6931
6932 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6933 Let byte-compile-initial-macro-environment always take precedence.
6934
488086f4
SM
69352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * net/rcirc.el: Add support for SSL/TLS connections.
6938 (rcirc-server-alist): New field `encryption'.
6939 (rcirc): Check `encryption' settings.
6940 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6941 Merge make-local-variable into `set'.
6942 (rcirc--connection-open-p): New function.
6943 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6944 the process is not a network process (e.g. running gnutls-cli).
6945 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6946 Make rcirc-(en|de)code-coding-system local here.
6947 (rcirc-mode): Merge make-local-variable into `set'.
6948 (rcirc-parent-buffer): Make permanent buffer-local.
6949 (rcirc-multiline-minor-mode): Don't do it here.
6950 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6951 there's no server buffer.
6952
7d3b9d44
GM
69532011-05-11 Glenn Morris <rgm@gnu.org>
6954
f64049c6
GM
6955 * newcomment.el (comment-kill): Prefix "unused" local.
6956
93c9df73
GM
6957 * term/w32console.el (get-screen-color): Declare.
6958
7d3b9d44
GM
6959 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6960 Handle symbol elements of byte-compile-initial-macro-environment.
6961
9e2dd53f
LL
69622011-05-10 Leo Liu <sdl.web@gmail.com>
6963
488086f4
SM
6964 * bookmark.el (bookmark-bmenu-mode-map):
6965 Bind bookmark-bmenu-search to `/'.
8b340240 6966
9e2dd53f 6967 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
6968 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6969 (Footnote-unicode): New function.
6970 (footnote-style-alist): Add unicode style to the list.
6971 (footnote-style): Doc fix.
9e2dd53f 6972
79b70037
GM
69732011-05-10 Jim Meyering <meyering@redhat.com>
6974
6975 Fix doubled-word typos.
6976 * international/quail.el (quail-insert-kbd-layout): and and -> and
6977 * kermit.el: and and -> and
6978 * net/ldap.el (ldap-search-internal): to to -> to
6979 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6980 * progmodes/js.el (js-mode): and and -> and
6981 * textmodes/artist.el (artist-move-to-xy): at at -> at
6982 (artist-draw-region-trim-line-endings): if if -> if
6983 And Safetyc -> Safety.
6984 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6985
b8f82dc1 69862011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 6987 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
6988
6989 * files.el (hack-one-local-variable-eval-safep):
6990 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6991
4f99f44b
GM
69922011-05-10 Glenn Morris <rgm@gnu.org>
6993
6994 * calendar/diary-lib.el (diary-list-entries-hook)
6995 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6996 (diary-nongregorian-marking-hook, diary-list-entries)
6997 (diary-include-other-diary-files, diary-mark-entries)
6998 (diary-mark-included-diary-files): Doc fixes.
6999
84f29e6b
JB
70002011-05-09 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * misc.el: Require tabulated-list.el during compilation.
7003
9bedd73a
CY
70042011-05-09 Chong Yidong <cyd@stupidchicken.com>
7005
488086f4
SM
7006 * progmodes/compile.el (compilation-start):
7007 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7008 (compilation-filter-hook): Doc fix.
7009
797c735c
DD
70102011-05-09 Deniz Dogan <deniz@dogan.se>
7011
7012 * wdired.el: Remove outdated installation comment. Fix usage
7013 comment.
7014
5f4b1dfe
JB
70152011-05-09 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * misc.el: Implement new command `list-dynamic-libraries'.
7018 (list-dynamic-libraries--loaded-only-p): New variable.
7019 (list-dynamic-libraries--refresh): New function.
7020 (list-dynamic-libraries): New command.
7021
4c44026c
CY
70222011-05-09 Chong Yidong <cyd@stupidchicken.com>
7023
488086f4
SM
7024 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7025 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7026 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7027 higher priority to avoid clobbering by gnu.
7028
027f966d
CY
70292011-05-08 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7032 if the face has existing theme settings (Bug#8454).
7033
085f5d7d
CY
70342011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7035
488086f4
SM
7036 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7037 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7038
2a86a00c
RS
7039 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7040 special file names `.' and `..' (Bug#8259).
7041
d9c54a06
CY
70422011-05-08 Chong Yidong <cyd@stupidchicken.com>
7043
488086f4
SM
7044 * progmodes/grep.el (grep-mode-font-lock-keywords):
7045 Remove buffer-changing entries.
d9c54a06
CY
7046 (grep-filter): New function.
7047 (grep-mode): Add it to compilation-filter-hook.
7048
7049 * progmodes/compile.el (compilation-filter-hook)
7050 (compilation-filter-start): New defvars.
7051 (compilation-filter): Call compilation-filter-hook prior to
7052 updating the process mark.
7053
c4662635
SM
70542011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7057
b0512a1d
EZ
70582011-05-07 Eli Zaretskii <eliz@gnu.org>
7059
605c9376
EZ
7060 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7061 mailclient-send-it even if window-system is nil. (Bug#8595)
7062
c4662635
SM
7063 * term/w32console.el (terminal-init-w32console):
7064 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
7065 background-mode. (Bug#8597)
7066
d1dc2cc2
SM
70672011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7070 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7071 New functions.
7072 (defgeneric, eieio--defmethod): Use them.
7073 (eieio-defgeneric): Remove.
7074 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7075
915d1300
GM
70762011-05-07 Glenn Morris <rgm@gnu.org>
7077
a3961c3e
GM
7078 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7079 Use let rather than let*.
7080 (timeclock-find-discrep): Remove unused local.
7081
314347b9
GM
7082 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7083
915d1300
GM
7084 * calendar/appt.el (appt-time-msg-list): Doc fix.
7085
275b59b0
NF
70862011-05-06 Noah Friedman <friedman@splode.com>
7087
7088 * apropos.el (apropos-print-doc): Only use
7089 emacs-lisp-docstring-fill-column when it is bound to an integer,
7090 per that variable's documentation.
7091
6c19f744
SM
70922011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 7095 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 7096
60f884b2
GM
70972011-05-06 Glenn Morris <rgm@gnu.org>
7098
5006e634
GM
7099 * calendar/appt.el (appt-message-warning-time): Doc fix.
7100 (appt-warning-time-regexp): New option.
7101 (appt-make-list): Respect appt-message-warning-time.
7102
548d0a63
GM
7103 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7104 New options.
7105 (diary-add-to-list): Strip comments from the displayed string.
7106 (diary-mode): Set comment-start and comment-end.
7107
60f884b2
GM
7108 * vc/diff-mode.el (smerge-refine-subst): Declare.
7109 (diff-refine-hunk): Don't require smerge-mode when compiling.
7110
989681bb
JB
71112011-05-06 Juanma Barranquero <lekktu@gmail.com>
7112
7113 * simple.el (list-processes): Return nil as the docstring says.
7114
a6bc05e1
MA
71152011-05-05 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7118 to "".
7119 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7120 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7121 determining of binary transfer. (Bug#7383)
7122
23c22e9a
MA
71232011-05-05 Michael Albinus <michael.albinus@gmx.de>
7124
c4662635
SM
7125 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7126 Fix port computation bug. (Bug#8618)
23c22e9a 7127
0bff894f
GM
71282011-05-05 Glenn Morris <rgm@gnu.org>
7129
b8296902
GM
7130 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7131
1f522ce8
GM
7132 * simple.el (shell-dynamic-complete-functions)
7133 (comint-dynamic-complete-functions): Declare.
7134
cf5bee67
GM
7135 * net/network-stream.el (gnutls-negotiate):
7136 * simple.el (tabulated-list-print): Fix declarations.
7137
7138 * progmodes/gud.el (syntax-symbol, syntax-point):
7139 Remove unnecessary and incorrect declarations.
7140
0bff894f
GM
7141 * emacs-lisp/check-declare.el (check-declare-scan):
7142 Handle byte-compile-initial-macro-environment in bytecomp.el
7143
9869b3ae
SM
71442011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 Fix earlier half-done eieio-defmethod change (bug#8338).
7147 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7148 Streamline and change calling convention.
7149 (defmethod): Adjust accordingly and simplify.
7150 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7151 new eieio--defmethod.
7152 (slot-boundp): Minor CSE simplification.
7153
9c1d5ac5
MZ
71542011-05-05 Milan Zamazal <pdm@zamazal.org>
7155
7156 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7157 (glasses-make-readable): Use glasses-separate-capital-groups.
7158
455c834e
JB
71592011-05-05 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7162 (warning-series): Doc fix.
7163 (display-warning): Don't try to create the buffer if we just found it.
7164
9ed7c8cb
CY
71652011-05-04 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7168 (autoload-find-generated-file): New function.
7169 (generate-file-autoloads): Bind generated-autoload-file to
7170 buffer-file-name.
9869b3ae
SM
7171 (update-file-autoloads, update-directory-autoloads):
7172 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
7173 output file (Bug#7989).
7174 (batch-update-autoloads): Doc fix.
7175
0898ca10
JB
71762011-05-04 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7179
31dfb76c
GM
71802011-05-04 Glenn Morris <rgm@gnu.org>
7181
f330b642
GM
7182 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7183 function, so it follows changes in calendar-date-style.
7184 (diary-fancy-date-matcher): New function.
7185 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7186 (diary-fancy-font-lock-fontify-region-function):
7187 Use diary-fancy-date-pattern as a function.
7188
31dfb76c
GM
7189 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7190 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7191
48e79d6a
TZ
71922011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7193
7194 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7195 instead of positional arguments. Allow :keylist and :crlfiles
7196 arguments.
7197 (open-gnutls-stream): Call it.
7198
7199 * net/network-stream.el (network-stream-open-starttls): Adjust to
7200 call `gnutls-negotiate' with :process and :hostname arguments.
7201
dd5a5ee0
SM
72022011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7203
ef80fc09
SM
7204 * minibuffer.el (completion--message): New function.
7205 (completion--do-completion, minibuffer-complete)
7206 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7207 (completion--do-completion): Don't ignore completion-auto-help when in
7208 icomplete-mode.
7209
dd5a5ee0
SM
7210 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7211 internal encoding (e.g. tibetan zero is not whitespace).
7212 (global-whitespace-mode): Prefer save-current-buffer.
7213 (whitespace-trailing-regexp): Remove useless save-match-data.
7214 (whitespace-empty-at-bob-regexp): Minor simplification.
7215
b7d22a83
CY
72162011-05-03 Chong Yidong <cyd@stupidchicken.com>
7217
7218 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7219
5192af46
AM
72202011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7221
7222 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 7223 Use `concat' to create string for insertion.
5192af46 7224
5767d190
SM
72252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7228 Avoid open-line which runs post-self-insert-hook.
7229 (bibtex-fill-entry): Remove unused `end' var.
7230
bf242939
AM
72312011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7232
5767d190
SM
7233 * textmodes/ispell.el (ispell-add-per-file-word-list):
7234 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 7235
25666126
LL
72362011-05-03 Leo Liu <sdl.web@gmail.com>
7237
7238 * isearch.el (isearch-yank-pop): New command.
5767d190 7239 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
7240 (isearch-forward): Mention it.
7241
52d3c2d0
SM
72422011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7243
1bcace58
SM
7244 * simple.el (minibuffer-complete-shell-command): Remove.
7245 (minibuffer-local-shell-command-map): Use completion-at-point.
7246 (read-shell-command): Setup completion vars here instead.
7247 (read-expression-map): Bind TAB to symbol completion.
7248
52d3c2d0
SM
7249 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7250 error directly rather via storing it into `results'.
7251
35813471
LL
72522011-05-02 Leo Liu <sdl.web@gmail.com>
7253
7254 * vc/diff.el: Fix description.
7255
e793a940
LMI
72562011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7257
7258 * server.el (server-eval-at): New function.
7259
8de66e05
LMI
72602011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7261
7262 * net/network-stream.el (open-network-stream): Take a :nowait
7263 parameter and pass it on to `make-network-process'.
7264 (network-stream-open-plain): Ditto.
7265
dcb79f20
AS
72662011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7267
7268 * faces.el (face-spec-set-match-display): Don't match toolkit
7269 options on terminal frames.
7270
14a7fbd8
SM
72712011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7eabc1be
SM
7273 * progmodes/pascal.el: Use lexical binding.
7274 (pascal-mode-map): Remove author preferences.
7275
14a7fbd8
SM
7276 * pcomplete.el (pcomplete-std-complete): Don't abuse
7277 completion-at-point.
7278
50f84510
JB
72792011-04-28 Juanma Barranquero <lekktu@gmail.com>
7280
6e087a44
JB
7281 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7282 removing code that has been dead since 1991 or so.
7283
50f84510
JB
7284 * startup.el (command-line): When warning about "_emacs", use a
7285 delayed warning to allow the user to filter it out.
7286
0ba690bd
DD
72872011-04-28 Deniz Dogan <deniz@dogan.se>
7288
7289 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7290 user has not joined.
7291
08abfaad
SM
72922011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7295 aren't any completions at point.
7296
638f053a
JB
72972011-04-28 Juanma Barranquero <lekktu@gmail.com>
7298
7299 * subr.el (display-delayed-warnings): New function.
7300 (delayed-warnings-hook): New variable.
7301
8fff8daa
SM
73022011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7303
08abfaad
SM
7304 * minibuffer.el (completion-at-point, completion-help-at-point):
7305 Don't presume that a given completion-at-point-function will always
7306 use the same calling convention.
7307
8fff8daa
SM
7308 * pcomplete.el (pcomplete-completions-at-point):
7309 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7310 pcomplete-seen is non-nil.
7311 (pcomplete-comint-setup): Also recognize the new comint/shell
7312 completion functions.
7313 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7314 pcomplete-seen is non-nil.
7315
841a1577 73162011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 7317
841a1577 7318 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 7319 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 7320 the first character in the entry. This allows for code to add its
211ec907
UJ
7321 own uid to the entry.
7322 (icalendar--convert-float-to-ical): Add export of
7323 `diary-float'-entries save for those with the optional DAY
7324 argument.
7325
2a782793
DC
73262011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7327
7328 * subr.el (shell-quote-argument): Use alternate escaping strategy
7329 when we spot a variable reference in a string.
7330
0438ce91
DC
73312011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7332
7333 * cus-start.el (all): Define customization for debug-on-event.
7334
841a1577 73352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
7336
7337 * subr.el (shell-quote-argument): Escape correctly under Windows.
7338
d090ed6c
SM
73392011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7342
bfd31217
MA
73432011-04-25 Michael Albinus <michael.albinus@gmx.de>
7344
d090ed6c
SM
7345 * net/tramp.el (tramp-process-actions): Add POS argument.
7346 Delete region between POS and (pos).
bfd31217 7347
d090ed6c
SM
7348 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7349 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
7350 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7351
7352 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7353 position in `tramp-process-actions' call.
7354
7355 * net/trampver.el: Update release number.
7356
e92f3bd3
SM
73572011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7358
850256b5
SM
7359 * custom.el (defcustom): Obey lexical-binding.
7360
e92f3bd3
SM
7361 Fix octave-inf completion problems reported by Alexander Klimov.
7362 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7363 Inherit from octave-mode-syntax-table.
7364 (inferior-octave-mode): Set info-lookup-mode.
7365 (inferior-octave-completion-at-point): New function.
7366 (inferior-octave-complete): Use it and completion-in-region.
7367 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7368 comint-filename-completion.
7369 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7370 symbol elements which shouldn't be word elements.
7371 (octave-font-lock-keywords, octave-beginning-of-defun)
7372 (octave-function-header-regexp): Adjust regexps accordingly.
7373 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7374
cd22b309
JB
73752011-04-25 Juanma Barranquero <lekktu@gmail.com>
7376
7377 * net/gnutls.el (gnutls-errorp): Declare before first use.
7378
8b492194
TZ
73792011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7380
7381 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7382 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
7383 default trustfile exists before going to use it. Add missing
7384 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
7385 Reported by Claudio Bley <claudio.bley@gmail.com>.
7386 (open-gnutls-stream): Add usage example.
7387
7388 * net/network-stream.el (network-stream-open-starttls): Give host
7389 parameter to `gnutls-negotiate'.
7390 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 7391 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 7392
841a1577 73932011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 7394
cd22b309
JB
7395 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7396 Use correct match group (bug#8438).
05842630 7397
3ba7869c
CY
73982011-04-24 Chong Yidong <cyd@stupidchicken.com>
7399
512e3ae1
CY
7400 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7401 (package-menu--generate): New arg specifying packages to show.
7402 (package-menu-refresh, package-menu-execute, list-packages):
7403 Callers changed.
7404 (package-show-package-list): New function, replacing deleted
7405 package--list-packages (renamed because it is non-internal).
7406
7407 * finder.el (finder-list-matches): Use package-show-package-list
7408 instead of deleted package--list-packages.
7409
e92f3bd3
SM
7410 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
7411 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
7412 (vc-annotate-mode-map): Bind it to RET.
7413
7031be6d
UR
74142011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7415
7416 * progmodes/etags.el (next-file): Don't use set-buffer to change
7417 buffers (Bug#8478).
7418
4ef177aa
CY
74192011-04-24 Chong Yidong <cyd@stupidchicken.com>
7420
c8d173eb
CY
7421 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
7422
4ef177aa
CY
7423 * apropos.el (apropos-label-face): Avoid variable-pitch face.
7424 (apropos-accumulator): Doc fix.
7425 (apropos-function, apropos-macro, apropos-command)
7426 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7427 (apropos-plist): Add face property.
7428 (apropos-symbols-internal): Fix indentation.
7429 (apropos-print): Simplify help, and recognize apropos-multi-type.
7430 (apropos-print-doc): Use button-type-get to extract the button's
7431 face property. Fill docstring (Bug#8352).
7432
4ffd0d6b 74332011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
7434
7435 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
7436
c6c32125 7437 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 7438 (mpuz-mode-map): Use mapc.
c6c32125
JB
7439 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
7440 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
7441 Fix typos in docstrings.
7442
58d468b4
JB
7443 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
7444 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
7445
6470c3c6
JB
7446 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
7447
4ffd0d6b 74482011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
7449
7450 * minibuffer.el (completion--do-completion): Avoid the "Next char
7451 not unique" prompt if icomplete-mode is enabled (Bug#5849).
7452
3ad8bad0
CY
7453 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
7454 mouse-2 into unread-command-events, it is interpreted correctly.
7455
71d73c9c 7456 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 7457 (image-toggle-display): Doc fix.
71d73c9c 7458
841a1577 74592011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 7460
4ffd0d6b
GM
7461 * textmodes/page.el (what-page): Use line-number-at-pos to
7462 calculate line number (Bug#6825).
6e1dbaa9 7463
c2fb1b60
JB
74642011-04-22 Juanma Barranquero <lekktu@gmail.com>
7465
7466 * eshell/esh-mode.el (find-tag-interactive): Declare function.
7467 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
7468 Pass argument NO-DEFAULT to `find-tag-interactive'.
7469
e02f48d7
JB
74702011-04-22 Juanma Barranquero <lekktu@gmail.com>
7471
7472 Lexical-binding cleanup.
7473
7474 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
7475 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
7476 * progmodes/ada-prj.el (ada-prj-initialize-values)
7477 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
7478 (ada-prj-show-value):
7479 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
7480 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
7481 (antlr-invalidate-context-cache, antlr-options-menu-filter)
7482 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
7483 * progmodes/bug-reference.el (bug-reference-push-button):
7484 * progmodes/fortran.el (fortran-line-length):
7485 * progmodes/glasses.el (glasses-change):
7486 * progmodes/octave-mod.el (octave-fill-paragraph):
7487 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
7488 (python-pdbtrack-grub-for-buffer, python-sentinel):
7489 * progmodes/sql.el (sql-save-connection):
7490 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
7491 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
7492 Mark unused parameters.
7493
7494 * progmodes/compile.el (compilation--flush-directory-cache)
7495 (compilation--flush-parse, compile-internal): Mark unused parameters.
7496 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
7497 (compilation-next-error-function): Remove unused variable `timestamp'.
7498
7499 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
7500 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
7501
7502 * progmodes/dcl-mode.el (dcl-end-of-command):
7503 Remove unused variable `start'.
7504 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7505 (dcl-option-value-basic, dcl-option-value-offset)
7506 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7507 Mark unused parameters.
7508 (dcl-save-local-variable): Remove unused variable `val'.
7509 (mode): Declare.
7510
7511 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7512 Mark unused parameters.
7513 (delphi-ignore-changes): Move before first use.
7514 (delphi-charset-token-at): Remove unused variable `start'.
7515 (delphi-else-start): Remove unused variable `if-count'.
7516 (delphi-comment-block-start, delphi-comment-block-end):
7517 Remove unused variable `kind'.
7518 (delphi-indent-line): Remove unused variable `new-point'.
7519
7520 * progmodes/ebrowse.el (ebrowse-files-list)
7521 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7522 Mark unused parameters. Don't quote `lambda'.
7523 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7524 Don't quote `lambda'.
7525 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7526 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7527 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7528 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7529 Use `ignore-errors'.
7530 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7531 (ebrowse-view/find-file-and-search-pattern)
7532 (ebrowse-view/find-member-declaration/definition):
7533 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7534 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7535 Rename parameter PREFIX-ARG to PREFIX.
7536 (ebrowse-tags-read-name): Remove unused variables `start' and
7537 `member-info'.
7538 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7539 to `tags-file'.
7540
7541 * progmodes/etags.el (local-find-tag-hook): Declare.
7542 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7543 Mark unused parameters.
7544
7545 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7546 (executable-interpret): Mark unused parameter.
7547
7548 * progmodes/flymake.el (flymake-process-sentinel)
7549 (flymake-after-change-function)
7550 (flymake-create-temp-with-folder-structure)
7551 (flymake-get-include-dirs-dot): Mark unused parameters.
7552 (flymake-safe-delete-directory): Remove unused variable `err'.
7553
7554 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7555 (speedbar-timer-fn, speedbar-line-text)
7556 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7557 (speedbar-center-buffer-smartly): Declare functions.
7558 (gdb-find-watch-expression): Remove unused variable `array'.
7559 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7560 (gdb-starting): Mark unused parameters.
7561 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7562 (gdb-table-string): Remove unused variable `res'.
7563 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7564 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7565 (gdb-display-buffer): Remove unused variable `cur-size'.
7566
7567 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7568 allow lexical-binding compilation.
7569 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7570 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7571 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7572 Mark unused parameters.
7573 (gud-gdb-marker-filter): Remove unused variable `match'.
7574 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7575 lambda expressions and funcall them, instead of using `fset'.
7576
7577 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7578 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7579
7580 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7581 variable `header-beg'; use `let'.
7582
7583 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7584 `restart', `last-sexp' and `at-do'.
7585
7586 * progmodes/js.el (js--debug): Mark unused parameter.
7587 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7588 (js--splice-into-items): Remove unused variable `item'.
7589 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7590
7591 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7592 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7593 (makefile-complete): Remove unused variable `try'.
7594 (makefile-fill-paragraph, makefile-match-function-end):
7595 Mark unused parameters.
7596
7597 * progmodes/octave-inf.el (inferior-octave-complete):
7598 Remove unused variable `proc'.
7599 (inferior-octave-output-digest): Mark unused parameter.
7600
7601 * progmodes/perl-mode.el (perl-calculate-indent):
7602 Remove unused variable `err'.
7603
7604 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7605 (prolog-indent-line): Mark unused parameters.
7606 (prolog-indent-line): Remove unused variable `beg'.
7607
7608 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7609 (reporter-dont-compact-list): Declare.
7610
7611 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7612 Remove unused variable `char'.
7613 (sh-debug): Mark unused parameter.
7614 (sh-get-indent-info): Remove unused variable `start'.
7615 (sh-calculate-indent): Remove unused variable `var'.
7616
7617 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7618 (simula-electric-keyword): Remove unused variable `null'.
7619 (simula-search-backward, simula-search-forward): Remove unused
7620 variables `begin' and `end'.
7621
7622 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7623 Remove unused variable `pos'.
7624 (vera-electric-tab, vera-comment-uncomment-region):
7625 Mark unused parameters.
7626 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7627
7ede3b65
CY
76282011-04-22 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * emacs-lisp/package.el (package--builtins, package-alist)
7631 (package-load-descriptor, package-built-in-p, package-activate)
7632 (define-package, package-installed-p)
7633 (package-compute-transaction, package-buffer-info)
7634 (package--push): Doc fix. Distinguish more clearly between
7635 version strings and version lists.
7636
121656e9
JB
76372011-04-21 Juanma Barranquero <lekktu@gmail.com>
7638
7639 Lexical-binding cleanup.
7640
7641 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7642 (5x5-make-mutate-best):
7643 * play/fortune.el (fortune-in-buffer):
7644 * play/gomoku.el (gomoku-init-display):
7645 * play/solitaire.el (solitaire, solitaire-do-check):
7646 * play/tetris.el (tetris-default-update-speed-function):
7647 Mark unused parameters.
7648
7649 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7650 (bubbles--shift): Remove unused variable `char-org'.
7651 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7652 (bubbles--show-images): Remove unused variable `char'.
7653
7654 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7655 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7656 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7657 (decipher-analyze-buffer): Use ?\s.
7658 (decipher-make-checkpoint): Remove unused variable `mapping'.
7659
7660 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7661
7662 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7663 Remove unused variable `result'; use `let'.
7664
7665 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7666 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7667 (gametree-children-shown-p, gametree-compute-reduced-score):
7668 Use `ignore-errors'.
7669
7670 * play/handwrite.el (ps-lpr-switches): Declare.
7671 (handwrite): Remove unused variables `pmin' and `lastp'.
7672
7673 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7674
7675 * play/landmark.el (landmark-init-display)
7676 (landmark-update-naught-weights): Mark unused parameters.
7677 (landmark-y): Remove unused variable `noise'. Simplify.
7678 (landmark-human-plays): Remove unused variable `score'.
7679
7680 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7681 (mpuz-try-proposal): Remove unused variable `game'.
7682
7683 * play/zone.el (life-patterns): Declare.
7684
80f499c7
JB
76852011-04-20 Juanma Barranquero <lekktu@gmail.com>
7686
7687 * vc/vc.el (ediff-vc-internal): Declare function.
7688
024ff170
SM
76892011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7690
c0a193ea
SM
7691 * shell.el: Use lexical-binding and std completion UI.
7692 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7693 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7694 comint-preoutput-filter-functions rather than on
7695 comint-output-filter-functions.
7696 (shell-command-completion, shell--command-completion-data)
7697 (shell-filename-completion, shell-environment-variable-completion)
7698 (shell-c-a-p-replace-by-expanded-directory): New functions.
7699 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7700 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7701 (shell-dynamic-complete-environment-variable): Use them.
7702 (shell-dynamic-complete-as-environment-variable)
7703 (shell-dynamic-complete-as-command): Remove.
7704 (shell-match-partial-variable): Match past point.
7705 * comint.el: Clean up use of completion-at-point-functions.
7706 (comint-completion-at-point): New function.
7707 (comint-mode): Use it completion-at-point-functions.
7708 (comint-dynamic-complete): Make it obsolete.
7709 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7710 (comint-c-a-p-replace-by-expanded-history): New function.
7711 (comint-dynamic-complete-functions)
7712 (comint-replace-by-expanded-history): Use it.
7713 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7714 termination strings. Try harder to avoid second try-completion.
7715 (completion-in-region-mode-map): Disable bindings that don't work yet.
7716
2dbaa080
SM
7717 * comint.el: Use lexical-binding. Require CL.
7718 (comint-dynamic-complete-functions): Use comint-filename-completion.
7719 (comint-completion-addsuffix): Tweak custom type.
7720 (comint-filename-completion, comint--common-suffix)
7721 (comint--common-quoted-suffix, comint--table-subvert)
7722 (comint--complete-file-name-data): New functions.
7723 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7724 (comint-dynamic-list-filename-completions): Use them.
7725 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 7726
2dbaa080
SM
7727 * minibuffer.el (completion-in-region-mode):
7728 Keep completion-in-region-mode--predicate global.
7729 (completion-in-region--postch):
7730 Assume completion-in-region-mode--predicate is not null.
7731
c79a6f38
SM
7732 * progmodes/flymake.el (flymake-start-syntax-check-process):
7733 Obey `dir'. Simplify.
7734
024ff170
SM
7735 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7736 we're in VC after all.
7737
1c6c854e
CS
77382011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7739
7740 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 7741 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
7742 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7743
bed7f140
SM
77442011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7745
332e62ab
SM
7746 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7747 add sanity check.
7748
bed7f140
SM
7749 * obsolete/erc-hecomplete.el: Make obsolete.
7750 * obsolete/: Standardize obsolescence info in the header.
7751
f195c582
GM
77522011-04-20 Glenn Morris <rgm@gnu.org>
7753
7754 * calendar/solar.el (solar-horizontal-coordinates):
7755 Use the longitude argument rather than `calendar-longitude'.
7756 (solar-date-next-longitude): Remove unused locals.
7757
cb79b8c0
VJL
77582011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7759
7760 * whitespace.el: New version 13.2.1.
7761
77622011-04-20 felix <EmacsWiki> (tiny change)
7763
d8e4b68b 7764 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
7765 switching between major modes on a file.
7766
602ea69d
SM
77672011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7770 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7771 multi-line comments as well.
7772
06b60517
JB
77732011-04-19 Juanma Barranquero <lekktu@gmail.com>
7774
7775 Lexical-binding cleanup.
7776
7777 * arc-mode.el (archive-mode-revert):
7778 * cmuscheme.el (scheme-interactively-start-process):
7779 * custom.el (custom-initialize-delay):
7780 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7781 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7782 * emacs-lock.el (emacs-lock-clear-sentinel):
7783 * ezimage.el (defezimage):
7784 * follow.el (follow-avoid-tail-recenter):
7785 * fringe.el (set-fringe-mode-1):
7786 * generic-x.el (bat-generic-mode-compile):
7787 * help-mode.el (help-info-variable, help-do-xref)
7788 (help-mode-revert-buffer):
7789 * help.el (view-emacs-todo):
7790 * iswitchb.el (iswitchb-completion-help):
7791 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7792 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7793 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7794 * locate.el (locate-update):
7795 * longlines.el (longlines-encode-region)
7796 (longlines-after-change-function):
7797 * outline.el (outline-isearch-open-invisible):
7798 * ps-def.el (declare-function, charset-dimension, char-width)
7799 (encode-char):
7800 * ps-mule.el (ps-mule-plot-string):
7801 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7802 (recentf-edit-list-select, recentf-edit-list-validate)
7803 (recentf-open-files-action):
7804 * rect.el (delete-whitespace-rectangle-line)
7805 (rectangle-number-line-callback):
7806 * register.el (window-configuration-to-register)
7807 (frame-configuration-to-register):
7808 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7809 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7810 (xselect-convert-to-targets, xselect-convert-to-delete)
7811 (xselect-convert-to-filename, xselect-convert-to-charpos)
7812 (xselect-convert-to-lineno, xselect-convert-to-colno)
7813 (xselect-convert-to-os, xselect-convert-to-host)
7814 (xselect-convert-to-user, xselect-convert-to-class)
7815 (xselect-convert-to-name, xselect-convert-to-integer)
7816 (xselect-convert-to-atom, xselect-convert-to-identity):
7817 * subr.el (declare, ignore, process-kill-without-query)
7818 (text-clone-maintain):
7819 * terminal.el (te-get-char, te-tic-sentinel):
7820 * tool-bar.el (tool-bar-make-keymap):
7821 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7822 * type-break.el (type-break-mode, type-break-noninteractive-query):
7823 * view.el (View-back-to-mark):
7824 * wid-browse.el (widget-browse-action, widget-browse-widget)
7825 (widget-browse-widgets, widget-browse-sexp):
7826 * widget.el (define-widget-keywords):
7827 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7828 Mark unused parameters.
7829
7830 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7831 (align-areas): Remove unused variable `look'.
7832 (align-region): Remove unused variables `real-end' and `pos-list'.
7833
7834 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7835
7836 * bindings.el (mode-line-modified, mode-line-remote):
7837 Mark unused parameters.
7838 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7839
7840 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7841 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7842
7843 * comint.el (comint-history-isearch-pop-state)
7844 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7845 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7846 (comint-substitute-in-file-name): Doc fix.
7847
7848 * completion.el (cmpl-statistics-block): Mark unused parameter.
7849 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7850 (save-completions-to-file, load-completions-from-file):
7851 Remove unused local variable `e'.
7852
7853 * composite.el (compose-chars): Remove unused variable `len'.
7854 (lgstring-insert-glyph): Remove unused variable `g'.
7855 (compose-glyph-string): Remove unused variables `ascent',
7856 `descent', `lbearing' and `rbearing'.
7857 (compose-glyph-string-relative): Remove unused variables
7858 `lbearing', `rbearing' and `wadjust'.
7859 (compose-gstring-for-graphic): Remove unused variables `header',
7860 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7861 (compose-gstring-for-terminal): Remove unused variables `header'
7862 and `nchars'. Use `let', not `let*'.
7863
7864 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7865 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7866 (Custom-buffer-done, custom-buffer-create-internal)
7867 (custom-browse-visibility-action, custom-browse-group-tag-action)
7868 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7869 (widget-magic-mouse-down-action, custom-toggle-parent)
7870 (custom-add-parent-links, custom-toggle-hide-variable)
7871 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7872 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7873 (custom-face-menu-create, custom-variable-menu-create, get)
7874 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7875 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7876 (customize-apropos): Remove unused variable `tests'.
7877 (custom-group-value-create): Remove unused variable `hidden-p'.
7878 (sort-fold-case): Declare.
7879
7880 * cus-theme.el (custom-reset-standard-faces-list)
7881 (custom-reset-standard-variables-list): Declare.
7882 (customize-create-theme, custom-theme-revert, custom-theme-write)
7883 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7884 Mark unused parameters.
7885
7886 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7887
7888 * delim-col.el (delimit-columns-max): Move defvar before first use.
7889
7890 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 7891 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
7892
7893 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7894 (auto-insert): Declare.
7895 (desktop-restore-file-buffer): Rename desktop-* parameters;
7896 mark unused ones.
7897 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7898 (desktop-buffer): Rename desktop-* parameters.
7899
7900 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7901 (dframe-reposition-frame-xemacs, dframe-help-echo)
7902 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7903 Mark unused parameters.
7904
7905 * dired-aux.el (backup-extract-version-start, overwrite-query)
7906 (overwrite-backup-query, rename-regexp-query)
7907 (rename-non-directory-query): Declare.
7908 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7909 (dired-add-entry): Remove unused variable `orig-file-name'.
7910 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7911 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7912 `dired-copy-preserve-time' directly.
7913 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7914 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7915
7916 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7917 (dired-virtual-revert, dired-make-relative-symlink):
7918 Mark unused parameters.
7919 (manual-program): Declare.
7920 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7921 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7922 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7923
7924 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7925
7926 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7927
7928 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7929 Declare.
7930
7931 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7932
7933 * electric.el (Electric-command-loop): Rename parameter
7934 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7935
7936 * expand.el (expand-in-literal): Remove unused variable `here'.
7937
7938 * facemenu.el (facemenu-add-new-color):
7939 Remove unused variable `docstring'.
7940
7941 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7942 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7943 (face-attr-construct): Mark unused parameter. Doc fix.
7944 (read-color): Remove unused variable `hex-string'.
7945
7946 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7947 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7948 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7949 (display-buffer-other-frame): Remove unused variable `old-window'.
7950 (kill-buffer-hook): Declare.
7951 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7952 Mark unused parameters.
7953 (after-find-file): Pass 1 to `auto-save-mode', not t.
7954
7955 * files-x.el (auto-insert): Declare.
7956 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7957
7958 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 7959 variable `buf'. Mark unused parameter.
06b60517
JB
7960 (find-lisp-insert-directory): Mark unused parameter.
7961
7962 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7963 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7964 (format-common-tail): Remove, unused.
7965 (format-deannotate-region): Remove unused variable `loc'.
7966 (format-annotate-region): Remove unused variable `p'.
7967 (format-annotate-single-property-change): Remove unused variables
7968 `default' and `tail'.
7969
7970 * forms.el (read-file-filter): Declare.
7971 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7972
7973 * frame.el (frame-creation-function-alist): Mark unused parameter.
7974 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7975
7976 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7977 Remove unused parameters.
7978 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7979 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7980
7981 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7982 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7983 (hfy-prepare-tag-map): Mark unused parameters.
7984 (htmlfontify-buffer): Use `called-interactively-p'.
7985
7986 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7987 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7988 (ibuffer-do-occur): Mark unused parameters.
7989 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7990 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7991
7992 * ibuffer.el: Don't quote `lambda'.
7993 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7994 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7995 Mark unused parameters.
7996
7997 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7998 (ido-completing-read): Mark unused parameters.
7999 (ido-copy-current-word): Mark unused parameters;
8000 remove unused variable `name'.
8001 (ido-sort-merged-list): Remove unused parameter `dirs'.
8002
8003 * ielm.el (ielm-input-sender): Mark unused parameter.
8004 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8005 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8006 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8007 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8008 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8009
8010 * image-dired.el (image-dired-display-thumbs): Remove unused
8011 variables `curr-file' and `count'.
8012 (image-dired-remove-tag): Remove unused variable `start'.
8013 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8014 variable `curr-file'
8015 (image-dired-rotate-original): Remove unused variable `temp-file'.
8016 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8017 Remove unused variable `file'.
8018 (image-dired-gallery-generate): Remove unused variable `curr'.
8019 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8020
8021 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8022
8023 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8024
8025 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8026
8027 * isearch.el (minibuffer-history-symbol): Declare.
8028 (isearch-edit-string): Remove unused variable `err'.
8029 (isearch-message-prefix, isearch-message-suffix):
8030 Mark unused parameters.
8031
8032 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8033
8034 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8035
8036 * makesum.el (double-column): Remove unused variable `cnt'.
8037
8038 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8039 (ido-ignore-item-temp-list): Declare.
8040
8041 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8042 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8043 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8044 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8045 `mouse-col-delta'.
8046
8047 * mouse-sel.el (mouse-extend-internal):
8048 Remove unused variable `orig-window-frame'.
8049
8050 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8051 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8052 Move declarations before first use.
8053 (pcomplete-opt): Mark unused parameters; doc fix.
8054
8055 * proced.el (proced-revert): Mark unused parameter.
8056 (proced-send-signal): Remove unused variable `err'.
8057
8058 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8059 Rename parameter PREFIX-ARG to ARG.
8060 (ps-basic-plot-string, ps-basic-plot-whitespace):
8061 Mark unused parameters.
8062
8063 * replace.el (replace-count): Define.
8064 (occur-revert-function): Mark unused parameters.
8065 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8066 (isearch-case-fold-search, isearch-string): Declare.
8067 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8068 bind `case-fold-search'. Remove unused variables `beg' and `end',
8069 and simplify.
8070 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8071 COUNT and bind `replace-count'.
8072 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8073 to COUNT.
8074
8075 * savehist.el (print-readably, print-string-length): Declare.
8076
8077 * shadowfile.el (shadow-expand-cluster-in-file-name):
8078 Remove unused variable `cluster'.
8079 (shadow-copy-file): Remove unused variable `i'.
8080 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8081 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8082 (shadow-define-literal-group, shadow-define-regexp-group)
8083 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8084
8085 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8086 (shell): Use `called-interactively-p'.
8087 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8088
8089 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8090 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8091 (delete-backward-char): Remove unused variable `ocol'.
8092 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8093 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8094 (event-apply-hyper-modifier, event-apply-shift-modifier)
8095 (event-apply-control-modifier, event-apply-meta-modifier):
8096 Mark unused parameters.
8097 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8098 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8099
8100 * speedbar.el (speedbar-ignored-directory-expressions)
8101 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8102 (speedbar-find-file, speedbar-dir-follow)
8103 (speedbar-directory-buttons-follow, speedbar-tag-find)
8104 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8105 (speedbar-buffers-line-directory, speedbar-buffer-click):
8106 Mark unused parameters.
8107 (speedbar-tag-file): Remove unused variable `mode'.
8108 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8109
8110 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8111
8112 * talk.el (talk): Remove unused variable `display'.
8113
8114 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8115 (tar-write-region-annotate): Mark unused parameter.
8116
8117 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8118 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8119 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8120 warning by another.
8121
8122 * time-stamp.el (time-stamp-string-preprocess):
8123 Remove unused variable `require-padding'.
8124
8125 * tree-widget.el (widget-glyph-enable): Declare.
8126 (tree-widget-action): Mark unused parameter.
8127
8128 * w32-fns.el (x-get-selection): Mark unused parameter.
8129 (autoload-make-program, generated-autoload-file): Declare.
8130
8131 * wdired.el (wdired-revert): Mark unused parameters.
8132 (wdired-xcase-word): Remove unused variable `err'.
8133
8134 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8135 (whitespace-help-scroll): Remove unused variable `data-help'.
8136
8137 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8138 (widget-image-insert, widget-after-change, default)
8139 (widget-default-format-handler, widget-default-notify)
8140 (widget-default-prompt-value, widget-info-link-action)
8141 (widget-url-link-action, widget-function-link-action)
8142 (widget-variable-link-action, widget-file-link-action)
8143 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8144 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8145 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8146 (widget-insert-button-action, widget-delete-button-action, visibility)
8147 (widget-documentation-link-action, widget-documentation-string-action)
8148 (widget-const-prompt-value, widget-regexp-match, symbol)
8149 (widget-coding-system-prompt-value)
8150 (widget-key-sequence-value-to-external, sexp)
8151 (widget-sexp-value-to-internal, character, vector, cons)
8152 (widget-choice-prompt-value, widget-boolean-prompt-value)
8153 (widget-color--choose-action): Mark unused parameters.
8154 (widget-item-match-inline, widget-choice-match-inline)
8155 (widget-checklist-match, widget-checklist-match-inline)
8156 (widget-group-match): Rename parameter VALUES to VALS.
8157 (widget-field-value-set): Remove unused variable `size'.
8158 (widget-color-action): Remove unused variables `value' and `start'.
8159
8160 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 8161 variable `dir'. Doc fix.
06b60517
JB
8162 (windmove-find-other-window): Don't pass it.
8163
8164 * window.el (count-windows): Mark unused parameter.
8165 (bw-adjust-window): Remove unused variable `err'.
8166
8167 * woman.el (woman-file-name): Remove unused variable `default'.
8168 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8169 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8170 (global-font-lock-mode): Declare.
8171 (woman-decode-region): Mark unused parameter.
8172 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8173
8174 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8175 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8176 (x-dnd-handle-moz-url): Remove unused variable `title'.
8177 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8178
8179 * xml.el (xml-parse-tag, xml-parse-attlist):
8180 Remove unused variable `pos'.
8181
bc4f7f3d
GM
81822011-04-19 Glenn Morris <rgm@gnu.org>
8183
8184 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8185 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8186 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8187 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8188 * calendar/cal-html.el (cal-html-insert-minical):
8189 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8190 (calendar-mark-date-pattern):
8191 Prefix "unused" locals.
8192
8193 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8194 optional argument `style'.
8195
8196 * calendar/appt.el (appt-make-list):
8197 * calendar/cal-china.el (calendar-chinese-date-string):
8198 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8199 (diary-hebrew-yahrzeit):
8200 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8201 * calendar/calendar.el (calendar-generate-window):
8202 * calendar/time-date.el (time-to-days):
8203 Remove unused local variables.
8204
16a43933
CY
82052011-04-18 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8208 glyphless-char-display table.
8209 (tabulated-list-glyphless-char-display): New var.
8210
7eed1860
SS
82112011-04-18 Sam Steingold <sds@gnu.org>
8212
8213 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8214 to acknowledgments.
8215
4d2d1ccd
GM
82162011-04-17 Glenn Morris <rgm@gnu.org>
8217
8218 * calendar/diary-lib.el (diary-sexp-entry):
8219 * calendar/holidays.el (holiday-sexp):
8220 Set debug-on-error rather than the removed stack-trace-on-error.
8221
239da61d
GM
82222011-04-16 Glenn Morris <rgm@gnu.org>
8223
8224 * progmodes/f90.el: Use lexical-binding.
8225 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8226
8b05752a
SM
82272011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8228
daca8ba5
SM
8229 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8230 (mail-mode): Setup mailalias completion here instead.
8231 * mail/mailalias.el: Use lexical-binding.
8232 (pattern, mailalias-done): Declare dynamic.
8233 (mail-completion-at-point-function): New function, from mail-complete.
8234 (mail-complete): Use it.
8235 (mail-completion-expand): New function.
8236 (mail-get-names): Use it.
8237 (mail-directory, mail-directory-process, mail-directory-stream):
8238 Don't use `pattern' for lexically bound arg.
8239
6f542485
SM
8240 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8241
037e7c3f
SM
8242 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8243 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8244 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8245
8b05752a
SM
8246 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8247 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8248 (byte-interactive-p): Define them again, for use when inlining
8249 old code.
8250
49093f60
JB
82512011-04-15 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * loadup.el: Use `string-to-number', not `string-to-int'.
8254
b5b8e7de
SM
82552011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8258 gud-gdb-complete-command.
8259 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8260 (gud-gdb-completion-at-point): New function.
8261 (gud-gdb-completions): Remove.
8262
f42efeb5
MA
82632011-04-14 Michael Albinus <michael.albinus@gmx.de>
8264
49093f60
JB
8265 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8266 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8267 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8268 whether `executable-find' is bound.
f42efeb5
MA
8269
8270 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8271
e240cc21
SM
82722011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * minibuffer.el (completion-in-region-mode-predicate)
8275 (completion-in-region-mode--predicate): New vars.
8276 (completion-in-region, completion-in-region--postch)
8277 (completion-in-region-mode): Use them.
8278 (completion--capf-wrapper): Also return the hook function.
8279 (completion-at-point, completion-help-at-point):
8280 Adjust and provide a predicate.
c2bd2ab0
SM
8281
8282 Preserve arg names for advice of subr and lexical functions (bug#8457).
8283 * help-fns.el (help-function-arglist): Consolidate the subr and
8284 new-byte-code cases. Add argument `preserve-names' to extract names
8285 from the docstring when needed.
8286 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8287 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8288 (ad-arglist): Use help-function-arglist's new arg.
8289 (ad-definition-type): Use cond.
8290
c183f693
JB
82912011-04-13 Juanma Barranquero <lekktu@gmail.com>
8292
06641a47
JB
8293 * autorevert.el (auto-revert-handler):
8294 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8295 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8296 Don't quote lambda.
8297
c183f693
JB
8298 * image-mode.el (image-transform-set-scale):
8299 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8300
1e3b6001
G
83012011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8302
8303 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 8304 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
8305 Upgrades via gnutls-cli are too slow to be done opportunistically.
8306
2d6af8dd
JB
83072011-04-12 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * dframe.el (dframe-current-frame): Remove spurious quote.
8310
c0749a51
GM
83112011-04-12 Glenn Morris <rgm@gnu.org>
8312
088d0d61
GM
8313 * calendar/cal-tex.el (cal-tex-end-document):
8314 Try to automatically use latin1 input if needed.
8315
c0749a51
GM
8316 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8317 Don't try to cons a mark onto an empty element.
8318
5c90fde0
LL
83192011-04-11 Leo Liu <sdl.web@gmail.com>
8320
8321 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8322 buffers.
8323 (ido-kill-buffer-at-head): Support killing virtual buffers.
8324
369e974d
CY
83252011-04-10 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * minibuffer.el (completion-show-inline-help): New var.
8328 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
8329 (minibuffer-force-complete, minibuffer-complete-word):
8330 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
8331
8332 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8333 to avoid interference from inline help (Bug#5849).
8334
37f1c930
LL
83352011-04-10 Leo Liu <sdl.web@gmail.com>
8336
099c39a4
JB
8337 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8338 Fix typo.
37f1c930 8339
a32d4040
CY
83402011-04-09 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * image-mode.el (image-toggle-display-image): Signal an error if
8343 not in Image mode.
8344 (image-transform-mode, image-transform-resize)
8345 (image-transform-set-rotation): Doc fix.
daca8ba5 8346 (image-transform-set-resize): Delete.
a32d4040
CY
8347 (image-transform-set-scale, image-transform-fit-to-height)
8348 (image-transform-fit-to-width): Handle image-toggle-display-image
8349 and image-transform-resize directly.
8350
099c39a4 83512011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
8352
8353 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
8354 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8355 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
8356 (doc-view-mode-map): Add bindings for the new functions.
8357
099c39a4 83582011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 8359
4d61f28d 8360 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
8361 Fix typo in docstring.
8362
3726838a
EZ
83632011-04-08 Eli Zaretskii <eliz@gnu.org>
8364
04f33f1e
EZ
8365 * files.el (file-size-human-readable): Produce one digit after
8366 decimal, like "ls -lh" does.
8367
8368 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8369 the file size representation.
8370
3726838a
EZ
8371 * simple.el (list-processes): If async subprocesses are not
8372 available, error out with a clear error message.
8373
cbb59342
CY
83742011-04-08 Chong Yidong <cyd@stupidchicken.com>
8375
8376 * help.el (help-form-show): New function, to be called from C.
8377 Put help-form output in a buffer named differently than *Help*.
8378
e3971c44
EZ
83792011-04-08 Eli Zaretskii <eliz@gnu.org>
8380
8381 * files.el (file-size-human-readable): New function.
8382
8383 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8384 computing the representation inline. Don't require `cl'.
8385
12544bbe
GM
83862011-04-08 Glenn Morris <rgm@gnu.org>
8387
a1de6c6a
GM
8388 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8389
3c4671f4
GM
8390 * net/browse-url.el (browse-url-firefox):
8391 Test system-type, not system-configuration.
8392
b605679c
GM
8393 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8394 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8395 Use log-edit-empty-buffer-p. (Bug#7598)
8396
56442f0c
GM
8397 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8398 (rlogin-mode-map): Initialize in the defvar.
8399 (rlogin): Use ignore-errors.
8400
12544bbe
GM
8401 * replace.el (occur-mode-map): Some fixes for menu items.
8402
eb237b0f
AH
84032011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8404
8405 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
8406
7d668f2c
CY
84072011-04-06 Chong Yidong <cyd@stupidchicken.com>
8408
e67a13ab
CY
8409 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
8410 issuing unused warnings.
8411
8412 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
8413 macro directly.
8414
7d668f2c
CY
8415 * simple.el: Lisp reimplement of list-processes. Based on an
8416 earlier reimplementation by Leo Liu, but using tabulated-list.el.
8417 (process-menu-mode): New major mode.
8418 (list-processes--refresh, list-processes):
8419 (process-menu-visit-buffer): New functions.
8420
8421 * files.el (save-buffers-kill-emacs): Don't assume any return
8422 value of list-processes, which is undocumented anyway.
8423
a83ec3c9
CY
84242011-04-06 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * emacs-lisp/tabulated-list.el: New file.
8427
e91a96fe
CY
8428 * emacs-lisp/package.el: Use Tabulated List mode.
8429 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
8430 (package-menu-mode): Derive from tabulated-list-mode. Set up the
8431 table format using Tabulated List mode variables.
8432 (package--push): New macro, replacing package-list-maybe-add.
8433 (package-menu--generate): Use package--push. Renamed from
8434 package--generate-package-list.
8435 (package-menu-refresh, list-packages): Use it.
daca8ba5 8436 (package-menu--print-info): Rename from package-print-package.
e91a96fe 8437 Return insertion data instead of inserting it directly.
099c39a4
JB
8438 (package-menu-describe-package, package-menu-execute):
8439 Use tabulated-list-get-id.
e91a96fe
CY
8440 (package-menu-mark-delete, package-menu-mark-install)
8441 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
8442 (package-menu-mark-obsolete-for-deletion):
8443 Use tabulated-list-put-tag.
e91a96fe
CY
8444 (package--list-packages, package-menu-revert)
8445 (package-menu-get-package, package-menu-get-version)
8446 (package-menu-sort-by-column): Functions deleted.
8447 (package-menu-package-list, package-menu-sort-key): Vars deleted.
8448 (package-menu--status-predicate, package-menu--version-predicate)
8449 (package-menu--name-predicate)
8450 (package-menu--description-predicate): Handle arguments in the
8451 Tabulated List format.
8452 (package-list-packages-no-fetch): Call list-packages.
8453
3e214b50
JB
84542011-04-06 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 8457 (after-find-file): Don't bind it.
3e214b50
JB
8458 (revert-buffer-in-progress-p): New variable.
8459 (revert-buffer): Bind it.
8460 Pass nil for `after-find-file-from-revert-buffer'.
8461
8462 * saveplace.el (save-place-find-file-hook): Use new variable
8463 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
8464
3f0f1700
GM
84652011-04-06 Glenn Morris <rgm@gnu.org>
8466
c0274801
GM
8467 * Makefile.in (AUTOGEN_VCS): New variable.
8468 (autoloads): Use $AUTOGEN_VCS.
8469
3f0f1700
GM
8470 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
8471 * calendar/calendar.el (calendar-mode-map):
8472 Check for toolkit scroll bars. (Bug#8305)
8473
41ea9e48
CY
84742011-04-05 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * minibuffer.el (completion-in-region--postch)
8477 (completion-in-region-mode): Remove unnecessary messages.
8478
6194c800
JB
84792011-04-05 Juanma Barranquero <lekktu@gmail.com>
8480
33256f14
JB
8481 * font-lock.el (font-lock-refresh-defaults):
8482 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
8483 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
8484
6194c800
JB
8485 * info.el (Info-directory-list, Info-read-node-name-2)
8486 (Info-split-parameter-string): Doc fixes.
8487 (Info-virtual-nodes): Reflow docstring.
8488 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
8489 (Info-apropos-toc-nodes, info-finder, Info-get-token)
8490 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
8491 Fix typos in docstrings.
8492 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
8493 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
8494 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
8495 (Info-restore-desktop-buffer): Mark unused parameters.
8496 (Info-directory-find-file, Info-directory-find-node)
8497 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
8498 (Info-virtual-index-find-node, Info-apropos-find-file)
8499 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 8500 Mark unused parameters; fix typos in docstrings.
6194c800
JB
8501 (Info-virtual-index): Remove unused local variable `nodename'.
8502
b87a8200 85032011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 8504
b87a8200
DD
8505 * net/rcirc.el: Update my e-mail address.
8506 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 8507
3b2ff876
CY
85082011-04-05 Chong Yidong <cyd@stupidchicken.com>
8509
8510 * startup.el (command-line): Save the cursor's theme-face
8511 directly, instead of using face-override-spec.
8512
8513 * custom.el (load-theme): Minor optimization in assigning faces.
8514
8d17e7ca
JB
85152011-04-04 Juanma Barranquero <lekktu@gmail.com>
8516
8517 * help-fns.el (describe-variable): Complete all variables having
8518 documentation, including keywords.
8519 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8520
2fbc1934
JB
85212011-04-04 Juanma Barranquero <lekktu@gmail.com>
8522
8523 Convert to lexical-binding.
8524
8525 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8526 (bs--get-marked-string, bs--get-modified-string)
8527 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8528 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8529 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8530
8531 * ehelp.el (electric-help-execute-extended)
8532 (electric-help-ctrl-x-prefix):
8533 * hexl.el (hexl-revert-buffer-function):
8534 * linum.el (linum-after-change, linum-after-scroll):
8535 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8536
8537 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8538
74f50695
DU
85392011-04-04 Daiki Ueno <ueno@unixuser.org>
8540
8541 * epa-dired.el:
8542 * epa-mail.el:
8543 * epa-hook.el:
8544 * epa-file.el:
8545 * epa.el:
8546 * epg.el: Use lexical binding.
8547
c11325f7
CY
85482011-04-03 Chong Yidong <cyd@stupidchicken.com>
8549
0d9e9a12
CY
8550 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8551
c11325f7 8552 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
8553 dictionary case for flyspell-mark-duplications-exceptions.
8554 Use regexp matching for languages.
c11325f7
CY
8555 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8556 default dictionary (Bug#7926).
8557
da91b5f2
CY
85582011-04-02 Chong Yidong <cyd@stupidchicken.com>
8559
099c39a4
JB
8560 * emacs-lisp/package.el (package--with-work-buffer):
8561 Recognize https URLs.
da91b5f2 8562
099c39a4
JB
8563 * net/network-stream.el: Move from gnus/proto-stream.el.
8564 Change prefix to network-stream throughout.
da91b5f2
CY
8565 (open-protocol-stream): Merge into open-network-stream, leaving
8566 open-protocol-stream as an alias. Handle nil BUFFER args.
8567
8568 * subr.el (open-network-stream): Move to net/network-stream.el.
8569
afa8e9f6
GM
85702011-04-02 Glenn Morris <rgm@gnu.org>
8571
1d2e369d
GM
8572 * find-dired.el (find-exec-terminator): New option.
8573 (find-ls-option): Test for -ls support.
8574 (find-ls-subdir-switches): Test for -b in find-ls-option.
8575 (find-dired, find-grep-dired): Doc fixes.
8576 (find-dired): Use find-exec-terminator.
8577
8abb7da8 8578 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
8579 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8580 (find-name-arg): Remove purecopy.
8abb7da8 8581
f3ca7378
GM
8582 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8583 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8584 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8585 accordingly. Don't add the null-device if not needed.
8586
afa8e9f6
GM
8587 * files.el (save-some-buffers): Doc fix.
8588
35eae264
EZ
85892011-04-02 Eli Zaretskii <eliz@gnu.org>
8590
8591 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8592
26b51db5
JB
85932011-04-01 Juanma Barranquero <lekktu@gmail.com>
8594
8595 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8596 Use `dolist' rather than `mapcar'.
8597
7200d79c
SM
85982011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8599
03408648 8600 Add lexical binding.
7200d79c 8601
03408648
SM
8602 * subr.el (apply-partially): Use new closures rather than CL.
8603 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8604 (dolist, dotimes): Use slightly different expansion for lexical code.
8605 (functionp): Move to C.
8606 (letrec): New macro.
8607 (with-wrapper-hook): Use it and apply-partially instead of CL.
8608 (eval-after-load): Preserve lexical-binding.
8609 (save-window-excursion, with-output-to-temp-buffer): Turn them
8610 into macros.
7200d79c 8611
03408648
SM
8612 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8613
8614 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8615 than the arglist.
8616 (help-add-fundoc-usage): Don't add `Not documented'.
8617 (help-function-arglist): Handle closures, subroutines, and new
8618 byte-code-functions.
8619 (help-make-usage): Remove leading underscores.
8620 (describe-function-1): Handle closures.
8621 (describe-variable): Use special-variable-p for completion.
8622
8623 * files.el (lexical-binding): Declare safe.
f488fb65 8624
03408648
SM
8625 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8626 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8627 (pcase): Add `let' pattern.
8628 Change memoization so it actually works.
8629 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8630 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8631 <let>: New case.
f488fb65 8632
03408648
SM
8633 * emacs-lisp/macroexp.el: Use lexical binding.
8634 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8635 Don't convert ' to #' without checking that it's indeed quoting
8636 a lambda.
8637
8638 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 8639 Use eval-sexp-add-defvars.
03408648
SM
8640 (eval-sexp-add-defvars): New fun.
8641
8642 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8643
8644 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8645 Don't autoload.
8646 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8647 than the internal `byte-compile-lambda'.
8648 (defmethod): Don't hide code under quotes.
8649 (eieio-defmethod): New `code' argument.
8650
8651 * emacs-lisp/eieio-comp.el: Remove.
8652
8653 * emacs-lisp/edebug.el (edebug-eval-defun)
8654 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8655 (edebug-toggle): Avoid `eval'.
8656
8657 * emacs-lisp/disass.el (disassemble-internal): Handle new
8658 `closure' objects.
8659 (disassemble-1): Handle new byte codes.
8660
8661 * emacs-lisp/cl.el (pushnew): Silence warning.
8662
8663 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8664 (cl-byte-compile-throw): Remove.
8665 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8666
8667 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8668 closures.
8669
8670 * emacs-lisp/cconv.el: New file.
8671
8672 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8673 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8674 (byte-compile-initial-macro-environment):
8675 Handle declare-function here.
8676 (byte-compile--lexical-environment): New var.
8677 (byte-stack-ref, byte-stack-set, byte-discardN)
8678 (byte-discardN-preserve-tos): New lap codes.
8679 (byte-interactive-p): Don't use any more.
8680 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8681 New macros.
8682 (byte-compile-lapcode): Use them and handle new lap codes.
8683 (byte-compile-obsolete): Remove.
8684 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8685 (byte-compile-arglist-warn): Check late def of inlinable funs.
8686 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8687 since they should have been expanded by now.
8688 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8689 (byte-compile-from-buffer): Remove unused second arg.
8690 (byte-compile-preprocess): New function.
8691 (byte-compile-toplevel-file-form): New function to distinguish
8692 file-form calls from outside from file-form calls from hunk-handlers.
8693 (byte-compile-file-form): Simplify.
8694 (byte-compile-file-form-defsubst): Remove.
8695 (byte-compile-file-form-defmumble): Simplify now that
8696 byte-compile-lambda always returns a byte-code-function.
8697 (byte-compile): Preprocess.
8698 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8699 Remove, not used any more.
8700 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8701 (byte-compile-make-args-desc): New funs.
8702 (byte-compile-lambda): Handle lexical functions. Always return
8703 a byte-code-function.
8704 (byte-compile-reserved-constants): New var, to make up room for
8705 closed-over variables.
8706 (byte-compile-constants-vector): Obey it.
8707 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8708 (byte-compile-macroexpand-declare-function): New function.
8709 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8710 byte-code-functions.
8711 (byte-compile-form): Check obsolescence here.
8712 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8713 (byte-compile-variable-ref): Remove.
8714 (byte-compile-dynamic-variable-op): New fun.
8715 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8716 (byte-compile-variable-set): New funs.
8717 (byte-compile-discard): Add 2 args.
8718 (byte-compile-stack-ref, byte-compile-stack-set)
8719 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8720 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8721 macroexpand-all instead.
8722 (byte-compile-quote-form): Remove.
8723 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8724 (byte-compile-bind, byte-compile-unbind): New funs.
8725 (byte-compile-let): Handle let* and lexical binding.
8726 (byte-compile-let*): Remove.
8727 (byte-compile-catch, byte-compile-unwind-protect)
8728 (byte-compile-track-mouse, byte-compile-condition-case):
8729 Handle a new :fun-body form, used for lexical scoping.
8730 (byte-compile-save-window-excursion)
8731 (byte-compile-with-output-to-temp-buffer): Remove.
8732 (byte-compile-defun): Simplify.
8733 (byte-compile-stack-adjustment): New fun.
8734 (byte-compile-out): Use it.
8735 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8736
8737 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8738 handler any more.
8739
8740 * emacs-lisp/byte-opt.el: Use lexical binding.
8741 (byte-inline-lapcode): Remove (to bytecomp).
8742 (byte-compile-inline-expand): Pay attention to inlining to/from
8743 lexically bound code.
8744 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8745 any more.
8746 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8747 any more and don't call compiler-macros.
8748 (byte-compile-splice-in-already-compiled-code): Remove.
8749 (byte-code): Don't inline any more.
8750 (disassemble-offset): Receive `bytes' as argument rather than via
8751 dynamic scoping.
8752 (byte-compile-tag-number): Declare before first use.
8753 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8754 `return' even if make-spliceable.
8755 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8756 obsolete interactive-p.
8757 (byte-optimize-lapcode): Optimize new lap-codes.
8758 Don't trip up on new form of `byte-constant' lap code.
8759
8760 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8761
8762 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8763
8764 * custom.el (custom-initialize-default, custom-declare-variable):
8765 Use `defvar'.
8766
8767 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8768 New variables.
8769 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8770 (COMPILE_FIRST): Add macroexp and cconv.
8771 * makefile.w32-in: Mirror changes in Makefile.in.
8772
8773 * vc/cvs-status.el:
8774 * vc/diff-mode.el:
8775 * vc/log-edit.el:
8776 * vc/log-view.el:
8777 * vc/smerge-mode.el:
8778 * textmodes/bibtex-style.el:
8779 * textmodes/css.el:
8780 * startup.el:
8781 * uniquify.el:
da91b5f2
CY
8782 * minibuffer.el:
8783 * newcomment.el:
8784 * reveal.el:
8785 * server.el:
8786 * mpc.el:
8787 * emacs-lisp/smie.el:
8788 * doc-view.el:
8789 * dired.el:
03408648
SM
8790 * abbrev.el: Use lexical binding.
8791
0f0c1f27
EZ
87922011-04-01 Eli Zaretskii <eliz@gnu.org>
8793
8794 * info.el (info-display-manual): New function.
8795
c82b2579
SM
87962011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8799
221ddf68
TH
88002011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8801
8802 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 8803 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 8804
cba6e77e
GM
88052011-03-31 Glenn Morris <rgm@gnu.org>
8806
e040639f
GM
8807 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8808
cba6e77e
GM
8809 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8810
6d0f1c9e
CS
88112011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8812
8813 * progmodes/python.el (python-default-interpreter)
8814 (python-python-command-args, python-jython-command-args)
8815 (python-which-shell, python-which-args, python-which-bufname)
8816 (python-file-queue, python-comint-output-filter-function)
8817 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8818 variables and functions.
8819
3e2d70fd
SM
88202011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8823 (completion-in-region-mode): New minor mode.
8824 (completion-in-region): Use it.
8825 (completion-in-region--data, completion-in-region-mode-map): New vars.
8826 (completion-in-region--postch): New function.
8827 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8828 New vars.
8829 (completion--capf-wrapper): New function.
8830 (completion-at-point): Use it to track well-behavedness of
8831 hook functions.
8832 (completion-help-at-point): New command.
8833
f3e4086c
JM
88342011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8835
8836 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8837 syntax class to search for whitespace on a single line
8838 (Message-ID: <4D938140.4030905@redhat.com>).
8839
eb7ffc14
LL
88402011-03-30 Leo Liu <sdl.web@gmail.com>
8841
8842 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8843 New commands.
8844 (edit-abbrevs-map): Bind them here.
8845 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8846
d806ab68
KM
88472011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8848
8849 * allout.el (allout-hide-by-annotation, allout-flag-region):
8850 Reduce possibility of overlay leakage by making them volatile.
8851
8852 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8853 hash is not shared between buffers. Mode initialization is
8854 responsible for giving it a useful starting value.
8855 (allout-item-span): Reduce possibility of overlay leakage by
8856 making them volatile.
8857 (allout-widgets-count-buttons-in-region): Add diagnostic function
8858 for tracking down button overlay leaks.
8859
ea622834
LL
88602011-03-29 Leo Liu <sdl.web@gmail.com>
8861
8862 * ido.el (ido-read-internal): Use the default history var
8863 minibuffer-history if no HISTORY is specified.
8864
b62f8267
G
88652011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8866
03408648
SM
8867 * net/imap.el (imap-shell-open, imap-process-connection-type):
8868 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
8869 Kerberos, SSL, other subprocesses.
8870
947b6566
LL
88712011-03-28 Leo Liu <sdl.web@gmail.com>
8872
8873 * abbrev.el (abbrev-table-empty-p): New function.
8874 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8875 nonempty ones. (Bug#5937)
8876
5ffb62aa
JD
88772011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8878
8879 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8880
7a097943
LL
88812011-03-27 Leo Liu <sdl.web@gmail.com>
8882
8883 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8884 for foreground and background colors.
8885 (ansi-color-make-color-map): Adapt.
8886
c5b40130
LL
88872011-03-25 Leo Liu <sdl.web@gmail.com>
8888
1f48f7d2
LL
8889 * midnight.el (midnight-time-float): Remove. Note it calculates
8890 the microsecond component incorrectly and seconds-to-time does the
8891 same job.
625897ec 8892 Remove redundant (require 'timer).
1f48f7d2 8893
c5b40130
LL
8894 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8895 (ido-completions): Remove unused arguments. (Bug#8329)
8896
d86d2721
SM
88972011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * minibuffer.el (completion--flush-all-sorted-completions):
8900 Remove itself from hook.
8901 (completion-at-point): Let the functions perform the completion
8902 immediately and return nil or t.
8903 * comint.el (comint-dynamic-complete-functions): Now identical to
8904 completion-at-point-functions.
8905 (comint-dynamic-list-input-ring): Remove unused var `index'.
8906 (comint--match-partial-filename, comint--unquote&expand-filename):
8907 New funs, split from comint-match-partial-filename.
8908 (comint-dynamic-complete): Use completion-at-point.
8909 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8910
e8974c48
DA
89112011-03-24 Drew Adams <drew.adams@oracle.com>
8912
8913 * thingatpt.el: Support `defun'.
8914
def71b5e
LL
89152011-03-23 Leo Liu <sdl.web@gmail.com>
8916
cb5af48e
LL
8917 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8918
def71b5e
LL
8919 * help-mode.el (help-mode-finish): Tweak regexp.
8920
927c53e7
GM
89212011-03-23 Glenn Morris <rgm@gnu.org>
8922
18d05bed
GM
8923 * eshell/esh-opt.el (eshell-eval-using-options):
8924 Do not bind unused local variable `eshell-option-stub'.
8925
927c53e7
GM
8926 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8927
9d0da923
JB
89282011-03-22 Juanma Barranquero <lekktu@gmail.com>
8929
8930 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8931 keymap variable in `with-no-warnings' to avoid a warning when the
8932 keymap has been already `defconst'ed.
8933
4b978a67
LL
89342011-03-22 Leo Liu <sdl.web@gmail.com>
8935
8936 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8937 encode all chars in abbrevs; otherwise use emacs-mule or
8938 utf-8-emacs. (Bug#8308)
8939
5fd62452
JB
89402011-03-22 Juanma Barranquero <lekktu@gmail.com>
8941
0b1596c6
JB
8942 * simple.el (backward-delete-char-untabify):
8943 Avoid warning about using `delete-backward-char'.
8944
5fd62452
JB
8945 * image.el (image-type-file-name-regexps): Make it variable.
8946 `imagemagick-register-types' modifies it, and the user may want
8947 to add new extensions for known image types.
8948 (imagemagick-register-types): Throw error if not using ImageMagick.
8949
0b4e93f1
LL
89502011-03-22 Leo Liu <sdl.web@gmail.com>
8951
8952 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8953 located before rcirc-prompt-end-marker.
8954 (rcirc-complete): Error if point is not after rcirc prompt.
8955 Handle the case when table is nil.
9882e214 8956 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8957
fccee4ab
CY
89582011-03-22 Chong Yidong <cyd@stupidchicken.com>
8959
8960 * custom.el (custom--inhibit-theme-enable): Make it affect only
8961 custom-theme-set-variables and custom-theme-set-faces.
8962 (provide-theme): Ignore custom--inhibit-theme-enable.
8963 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8964 (custom-enabling-themes): Delete variable.
d86d2721
SM
8965 (enable-theme): Accept only loaded themes as arguments.
8966 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
8967 (custom-enabled-themes): Forbid themes from setting this.
8968 Eliminate use of custom-enabling-themes.
8969 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 8970
af896da6
LL
89712011-03-21 Leo Liu <sdl.web@gmail.com>
8972
8973 * ido.el (ido-read-internal): Add ido-selected to history instead
8974 of user input.
8975
78f64af0
SM
89762011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * subr.el (deferred-action-list, deferred-action-function):
8979 Mark obsolete.
8980
b16ac1ec
LL
89812011-03-21 Leo Liu <sdl.web@gmail.com>
8982
810f7698
LL
8983 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8984 change on 2011-02-13 (bug#8309).
8985
b16ac1ec
LL
8986 * minibuffer.el (read-file-name-function): Change default value.
8987 (read-file-name--defaults): Rename from read-file-name-defaults.
8988 (read-file-name-default): Rename from read-file-name.
8989 (read-file-name): Call read-file-name-function.
8990
4e05e67e
GM
89912011-03-21 Glenn Morris <rgm@gnu.org>
8992
8993 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8994 Doc fixes.
8995
4359915b
CY
89962011-03-21 Chong Yidong <cyd@stupidchicken.com>
8997
8998 * cus-theme.el: Add missing provide statement.
8999 (customize-create-theme): Extract theme value correctly.
9000 (custom-theme-visit-theme): Autoload.
9001 (customize-create-theme): Prompt before inserting default faces.
9002
1fe275ee
JB
90032011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9004
9005 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9006 units and musical notes.
9007
3ec03f7e
LL
90082011-03-20 Leo <sdl.web@gmail.com>
9009
9010 * ido.el (ido-read-internal): Use completing-read-default.
9011 (ido-completing-read): Fix compatibility with completing-read.
9012
7d476bde
CO
90132011-03-20 Christian Ohler <ohler@gnu.org>
9014
9015 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9016 (ert-delete-all-tests): Use `called-interactively-p' rather than
9017 `interactive-p'.
9018 (ert--make-xrefs-region): Respect END.
9019
fe0fb33e
CY
90202011-03-19 Chong Yidong <cyd@stupidchicken.com>
9021
ff854b0b
CY
9022 * dired-aux.el (dired-create-directory): Signal an error if the
9023 directory already exists (Bug#8246).
9024
fe0fb33e
CY
9025 * facemenu.el (list-colors-display): Call list-faces-display
9026 inside with-help-window.
9027 (list-colors-print): Use display property to align the final
9028 column, instead of checking window-width.
9029
576bce32
EZ
90302011-03-19 Eli Zaretskii <eliz@gnu.org>
9031
4d61f28d 9032 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9033 windows-nt systems.
9034 (emerge-protect-metachars): Quote correctly for ms-dos and
9035 windows-nt systems.
9036
89c41d68 90372011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9038
9039 * info.el (info-initialize): Replace all uses of `:' with
9040 path-separator for compatibility with non-Unix systems.
9041 Cache quoting of path-separator. (Bug#8258)
9042
b14e3e21 90432011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9044
9045 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9046 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9047 (mouse-avoidance-mode): Fix typos in docstrings.
9048
4525ce3e
CY
90492011-03-19 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * startup.el (package-subdirectory-regexp): Move from package.el.
9052 Omit \\` and \\', and let callers add them.
9053
9054 * emacs-lisp/package.el (package-strip-version)
9055 (package-load-all-descriptors): Add \\` and \\' to
9056 package-subdirectory-regexp before using it.
9057 (package-untar-buffer): New arg DIR; ensure that file untars only
9058 into this expected directory. Remove superfluous delete-region.
9059 (package-unpack): Caller changed.
9060 (package-tar-file-info): Use package-subdirectory-regexp.
9061
a904a09a 90622011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 9063
a904a09a
SM
9064 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9065 diff-mode-shared-map (bug#8284).
9066 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
9067
90682011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9069
9070 * calendar/time-date.el (format-seconds): Use assoc instead of
9071 assoc-string, since assoc-string doesn't exist in XEmacs.
9072
171fc304
JB
90732011-03-17 Juanma Barranquero <lekktu@gmail.com>
9074
9075 * custom.el (custom-known-themes): Reflow docstring.
9076 (custom-theme-load-path): Fix typo in docstring.
9077 (load-theme): Fix typo in error message.
9078 (custom-available-themes, custom-variable-theme-value):
9079 Use `let', not `let*'.
9080
d71990a1
JB
90812011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9082
9083 * calc/README: Mention inclusion of musical notes.
9084
9085 * calc/calc-units.el (calc-lu-quant): Rename from
9086 `calc-logunits-quantity'.
9087 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9088 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9089 (calc-db): Rename from `calc-dblevel'.
9090 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9091 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9092 (calc-np): Rename from `calc-nplevel'.
9093 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9094 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9095 (calc-lu-plus): Rename from `calc-logunits-add'.
9096 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9097 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9098 (calc-lu-minus): Rename from `calc-logunits-sub'.
9099 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9100 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9101 (calc-lu-times): Rename from `calc-logunits-mul'.
9102 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9103 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9104 (calc-lu-divide): Rename from `calc-logunits-div'.
9105 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9106 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9107
9108 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9109 functions being autoloaded.
9110
9111 * calc/calc.el (calc-lu-power-reference): Rename from
9112 `calc-logunits-power-reference'.
9113 (calc-lu-field-reference): Rename from
9114 `calc-logunits-field-reference'.
9115
9116 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9117
40c2934b
SM
91182011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * minibuffer.el (completion-all-sorted-completions):
9121 Use :completion-cycle-penalty text property if present.
9122
b0911414
KM
91232011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9124
9125 * allout.el (allout-yank-processing): Adjust for new rebulleting
9126 regime so bullet being yanked is used without prompting the user
9127 for a choice.
9128
8a05b668
JB
91292011-03-16 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * startup.el (command-line): Warn the user that _emacs is deprecated.
9132
5ba5fb81
JB
91332011-03-16 Juanma Barranquero <lekktu@gmail.com>
9134
9135 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9136 (delphi-verbose, delphi-comment-face, delphi-string-face)
9137 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9138 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9139 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9140 (delphi-new-comment-line, delphi-font-lock-defaults)
9141 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9142 Fix typos in docstrings.
9143
2dab465b
KM
91442011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9145
5ba5fb81 9146 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
9147 Invert the roles of character and string values for INSTEAD, so a
9148 string is used for the more common case of a defaulting prompt.
9149
0adf5618
SM
91502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * progmodes/ruby-mode.el (ruby-backward-sexp):
9153 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9154 * play/gamegrid.el (gamegrid-make-face):
9155 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9156 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9157 * notifications.el (notifications-notify):
9158 * net/xesam.el (xesam-search-engines):
9159 * net/quickurl.el (quickurl-list-insert):
9160 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9161
d72700e5
CY
91622011-03-15 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * startup.el (command-line): Update package subdirectory regexp.
9165
49c5410a
SM
91662011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9167
c6eee9aa
SM
9168 * allout.el (allout-abbreviate-flattened-numbering)
9169 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9170
49c5410a
SM
9171 * subr.el (read-char-choice): Only show the cursor after the prompt,
9172 not after the answer.
9173
047b2bb9
KR
91742011-03-15 Kevin Ryde <user42@zip.com.au>
9175
9176 * help-fns.el (variable-at-point): Skip leading quotes, if any
9177 (bug#8253).
9178
0a57d256
SM
91792011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9182 warning message.
9183
77c992bc
MA
91842011-03-14 Michael Albinus <michael.albinus@gmx.de>
9185
9186 * shell.el (shell): When called interactively, offer to change the
9187 shell file name on remote hosts.
9188
eebc475d
TZ
91892011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9190
9191 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9192 integration for LDAP parameters. The host, base, user or binddn,
9193 and secret tokens can be specified in a netrc file, for instance.
9194 This is optional because an `auth-source' parameter must be
9195 specified in the search attributes.
9196
9d05d1ba
JB
91972011-03-13 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9200
09d9db2c
GM
92012011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9204 into declaration. Remove redundant and harmful binding.
9205
92062011-03-12 Eli Zaretskii <eliz@gnu.org>
9207
9208 * files.el (file-ownership-preserved-p): Pass `integer' as an
9209 explicit 2nd argument to `file-attributes'. If the file's owner
9210 is the Administrators group on Windows, and the current user is
9211 Administrator, consider that a match.
9212
9213 * server.el (server-ensure-safe-dir): Consider server directory
9214 safe on MS-Windows if its owner is the Administrators group while
9215 the current Emacs user is Administrator. Use `=' to compare
9216 numerical UIDs, since they could be integers or floats.
9217
219bd536
JB
92182011-03-12 Juanma Barranquero <lekktu@gmail.com>
9219
9220 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9221
f3afd36b
MA
92222011-03-12 Michael Albinus <michael.albinus@gmx.de>
9223
9224 Sync with Tramp 2.2.1.
9225
9226 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9227
9228 * net/trampver.el: Update release number.
9229
3aaaa6f1
SM
92302011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9231
94642599
SM
9232 * progmodes/compile.el (compilation--previous-directory): Fix up
9233 various nil/dead-marker mismatches (bug#8014).
9234 (compilation-directory-properties, compilation-error-properties):
9235 Don't call it at a position past the one we're about to change.
9236
3aaaa6f1
SM
9237 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9238 Disable obsolescence warnings in the file that declares it.
9239
14239447
KM
92402011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9241
099c39a4
JB
9242 * allout-widgets.el (allout-widgets-tally):
9243 Initialize allout-widgets-tally as a hash table rather than nil to
9244 prevent mode-line redisplay warnings. Also, clarify the module
9245 description and fix a comment typo.
14239447 9246
135e287c
JB
92472011-03-11 Juanma Barranquero <lekktu@gmail.com>
9248
9249 * help-fns.el (describe-variable): Don't complete keywords.
9250 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9251
ffbf300e
CY
92522011-03-10 Chong Yidong <cyd@stupidchicken.com>
9253
ba08b241
CY
9254 * emacs-lisp/package.el (package-version-join): Impose a standard
9255 string representation for pre/alpha/beta version lists.
9256 (package-unpack-single): Standardize the directory name by passing
9257 it through package-version-join.
9258 (package-strip-rcs-id): Accept any version string that does not
9259 signal an error in version-to-list.
ffbf300e 9260
f346fd6b
MA
92612011-03-10 Michael Albinus <michael.albinus@gmx.de>
9262
9263 * simple.el (delete-trailing-whitespace): Return nil for the
9264 benefit of `write-file-functions'.
9265
ccb55d27
GM
92662011-03-10 Glenn Morris <rgm@gnu.org>
9267
5ceaac0c
GM
9268 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9269
02da65ff
GM
9270 * vc/vc-git.el (vc-git-program): New option.
9271 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9272 (vc-git--call): Use it.
9273
b2f603cc
GM
9274 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9275
5772caab
GM
9276 * cus-edit.el (Custom-newline): If no button at point, look
9277 for a subgroup button at start-of-line. (Bug#2298)
9278
ccb55d27
GM
9279 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9280
ec6ecaed
JD
92812011-03-10 Julien Danjou <julien@danjou.info>
9282
9283 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9284 `cursor-type' is nil.
9285
9d5aa01d
JB
92862011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9287
9288 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9289
b6a5875b
KM
92902011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9291
9292 * allout.el Summary: Change so yank of distinctive-bullet items
9293 preserves the existing header prefix, rebulleting it if necessary,
9294 rather than replacing it. This is necessary for proper operation
9295 of cooperative addons like allout-widgets.
219bd536 9296 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
9297 SOLICIT arg to INSTEAD, and interpret additionally a string value
9298 as alternate bullet to be used, instead of prompting the user for
9299 a bullet character.
9300
ee545c35
MA
93012011-03-09 Michael Albinus <michael.albinus@gmx.de>
9302
d86d2721
SM
9303 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9304 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
9305 `tramp-default-port'.
9306
c47971d7
DD
93072011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9308
9309 * net/rcirc.el (rcirc-handler-001): Remove useless
9310 with-rcirc-process-buffer.
9311 (rcirc-check-auth-status): Swap arguments to string-match.
9312
13522cb4
GM
93132011-03-09 Glenn Morris <rgm@gnu.org>
9314
0be6f4f1
GM
9315 * shell.el (shell-mode):
9316 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9317
13522cb4
GM
9318 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9319 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9320
515de2e3
CY
93212011-03-08 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * emacs-lisp/package.el (package-refresh-contents)
9324 (package-menu-execute): Use condition-case-no-debug.
9325
b511b994
MA
93262011-03-08 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * simple.el (shell-command-to-string): Use `process-file'.
9329
9330 * emacs-lisp/package.el (package-tar-file-info): Handle also
9331 remote files.
9332
d86d2721
SM
9333 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9334 Use `equal' for upload base check.
b511b994 9335
25bbfb31
AM
93362011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9337
9338 * textmodes/texinfo.el (texinfo-environments):
9339 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9340
be996521
GM
93412011-03-08 Glenn Morris <rgm@gnu.org>
9342
e9c8529f
GM
9343 * cus-start.el (cursor-in-non-selected-windows):
9344 Fix :set quoting oddness. (Bug#8192)
9345
be996521
GM
9346 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9347 in some setf expressions. (Bug#2159)
9348
2bb5649e
CY
93492011-03-08 Chong Yidong <cyd@stupidchicken.com>
9350
9351 * custom.el (custom-available-themes): Return themes in
9352 alphabetical order.
9353
33383987 9354See ChangeLog.15 for earlier changes.
e3d51b27
MR
9355
9356;; Local Variables:
9357;; coding: utf-8
e3d51b27
MR
9358;; End:
9359
33383987 9360 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
9361
9362 This file is part of GNU Emacs.
9363
9364 GNU Emacs is free software: you can redistribute it and/or modify
9365 it under the terms of the GNU General Public License as published by
9366 the Free Software Foundation, either version 3 of the License, or
9367 (at your option) any later version.
9368
9369 GNU Emacs is distributed in the hope that it will be useful,
9370 but WITHOUT ANY WARRANTY; without even the implied warranty of
9371 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9372 GNU General Public License for more details.
9373
9374 You should have received a copy of the GNU General Public License
9375 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.