* doc/misc/Makefile.in (info): Make it the first target again.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8a61ee22
SM
12012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
66408d1e
SM
3 * dabbrev.el (dabbrev--ignore-case-p): New function.
4 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
5 Use it.
6
8a61ee22
SM
7 * files.el (automount-dir-prefix): Mark as obsolete.
8
3c74813a
GM
92012-05-04 Glenn Morris <rgm@gnu.org>
10
11 * patcomp.el, play/bruce.el: Move to obsolete/.
12
0bfcf5c5
PE
132012-05-04 Paul Eggert <eggert@cs.ucla.edu>
14
15 Fix minor Y10k bugs.
16 * arc-mode.el (archive-unixdate):
17 * autoinsert.el (auto-insert-alist):
18 * calc/calc-forms.el (math-this-year):
19 * emacs-lisp/copyright.el (copyright-current-year)
20 (copyright-update-year, copyright):
21 * tar-mode.el (tar-clip-time-string):
22 * time.el (display-time-update):
23 Don't assume years have 4 digits.
24
78f3273a
CY
252012-05-04 Chong Yidong <cyd@gnu.org>
26
27 * dos-w32.el (file-name-buffer-file-type-alist)
28 (direct-print-region-use-command-dot-com):
29 * ffap.el (ffap-menu-regexp):
30 * find-file.el (ff-special-constructs):
31 * follow.el (follow-debug):
32 * forms.el (forms--debug):
33 * iswitchb.el (iswitchb-all-frames):
34 * ido.el (ido-all-frames):
35 * emacs-lisp/timer.el (timer-max-repeats):
36 * mail/feedmail.el (feedmail-mail-send-hook)
37 (feedmail-mail-send-hook-queued):
38 * mail/footnote.el (footnote-signature-separator):
39 * mail/mailabbrev.el (mail-alias-separator-string)
40 (mail-abbrev-mode-regexp):
41 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
42 * progmodes/idlwave.el (idlwave-libinfo-file)
43 (idlwave-default-completion-case-is-down)
44 (idlwave-library-routines): Convert defvars to defcustoms.
45
46 * mail/rmail.el (rmail-decode-mime-charset):
47 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
48 (idlwave-shell-fix-inserted-breaks)
49 (idlwave-shell-activate-alt-keybindings)
50 (idlwave-shell-use-breakpoint-glyph):
51 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
52
f7ae6719
SM
532012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
56
47086495
WS
572012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
58
59 * progmodes/verilog-mode.el (font-lock-keywords):
60 Fix mis-highligting auto. Reported by Craig Barner.
61 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
62 defines from global name space. Reported by Dan Dever.
63 (verilog-auto-reset, verilog-auto-reset-widths)
64 (verilog-auto-tieoff): Support using unbased numbers for
65 AUTORESET and AUTOTIEOFF.
66 (verilog-submit-bug-report): Update variable list.
67 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
68 parenthesis from not matching. Reported by Michael Rytting.
69 (verilog-auto-template-lint): Fix hash error when linting modules
70 with no used templates.
71 (verilog-warn, verilog-warn-error)
72 (verilog-warn-fatal): When non-interactive report multiple
73 warnings before exiting. Suggested by Brad Dobbie.
74 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
75 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
76 to report unused template errors. Reported by Brad Dobbie.
77 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
78 nets, bug438. Reported by Vns Blore.
79 (verilog-auto-inout-module, verilog-auto-reg)
80 (verilog-read-decls, verilog-read-sub-decls-sig)
81 (verilog-signals-edit-wire-reg, verilog-signals-with):
82 Fix passing of Verilog data types in ANSI input/output ports
83 such as "output logic" into the AUTOs. Special case "wire" and
84 "reg" for backwards compatibility presuming Verilog 2001.
85 (verilog-auto-ascii-enum): Add "auto enum" as alias.
86 (verilog-preprocess): Fix replication of preprocess output.
87 Reported by Brad Dobbie.
88 (verilog-auto-inst-interfaced-ports):
89 Create verilog-auto-inst-interfaced-ports, bug429.
90 Reported by Julian Gorfajn.
91 (verilog-after-save-font-hook)
92 (verilog-before-save-font-hook): New variable.
93 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
94 (verilog-save-font-mods): Wrap disabling fontification, reported
95 by David Rogoff.
96 (verilog-do-indent, verilog-pretty-declarations-auto)
97 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
98 Reported by Pierre-David Pfister.
99 (verilog-set-auto-endcomments): Fix endtask auto comments outside
100 of class declarations, bug292. Reported by Kevin Heilman.
101 (verilog-read-decls): Fix 'parameter type' not appearing in
102 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
103 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
104 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
105 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
106 Reported by David Kravitz.
107
1082012-05-03 Michael McNamara <mac@mail.brushroad.com>
109
110 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
111 assignment with tests in ifs and for loops.
112 (verilog-extended-complete-re, verilog-complete-reg): Change so
113 that DPI inport functions don't look like fuction declarations.
114 (verilog-pretty-expr): Don't line up assignment
115 operations to the test and increment in if and for loops
116 (verilog-extended-complete-re, verilog-complete-reg): Change so
117 that DPI inport functions don't look like fuction declarations
118
2e51d4b5
KH
1192012-05-03 Kenichi Handa <handa@m17n.org>
120
121 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
122 decoding, and show a warning message without signalling an error
123 (Bug#11282).
124
2bd785a2
SM
1252012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * emacs-lisp/bytecomp.el
128 (byte-compile-file-form-custom-declare-variable): Compile all elements,
129 since cconv.el might have introduced :fun-body, internal-make-closure,
130 and friends for bytecomp to handle (bug#11391).
131 * custom.el (defcustom): Avoid ((λ ..) ..).
132
99d27583
SM
1332012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
136
55a71479
JB
1372012-05-02 Juanma Barranquero <lekktu@gmail.com>
138
139 * notifications.el (dbus-debug):
140 * term/linux.el (gpm-mouse-enable):
141 * term/screen.el (xterm-register-default-colors): Declare.
142
7b97c764
CY
1432012-05-02 Chong Yidong <cyd@gnu.org>
144
2bc356d7
CY
145 * cus-start.el (gc-cons-percentage, exec-suffixes)
146 (dos-display-scancodes, dos-hyper-key, dos-super-key)
147 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
148 (make-cursor-line-fully-visible, void-text-area-pointer)
149 (font-list-limit): Add customization data.
150
7b97c764
CY
151 * allout.el (allout-exposure-change-functions)
152 (allout-structure-added-functions)
153 (allout-structure-deleted-functions)
154 (allout-structure-shifted-functions): Rename abnormal hooks from
155 *-hook, and convert to defcustoms.
5d3385a0
JB
156 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
157 Convert to defcustoms.
7b97c764
CY
158 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
159
160 * allout-widgets.el: Hook callers changed.
161
90207a15 1622012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
163
164 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
165 the yanked message in preference to the default value of
166 buffer-file-coding-system.
167
90207a15 1682012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 169
5d3385a0
JB
170 * window.el (display-buffer--action-function-custom-type):
171 Fix entry.
d9558cad 172
90207a15 1732012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
174
175 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
176
d80ac57b
GM
1772012-05-01 Glenn Morris <rgm@gnu.org>
178
976f7668
GM
179 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
180
beb83b5a
GM
181 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
182
d80ac57b
GM
183 * cus-edit.el (custom-variable-documentation): Simplify with format.
184
b593d6a9
AH
1852012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
186 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * simple.el (suggest-key-bindings, execute-extended-command):
189 Move from keyboard.c.
190
782fbf2a
CY
1912012-05-01 Chong Yidong <cyd@gnu.org>
192
193 * follow.el: Eliminate advice.
194 (set-process-filter, process-filter, sit-for): Advice deleted.
195 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
196 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
197 Vars deleted.
782fbf2a
CY
198 (follow-auto): Use a :set function.
199 (follow-mode): Rewritten. Don't advise process filters.
200 (follow-switch-to-current-buffer-all, follow-scroll-up)
201 (follow-scroll-down): Assume follow-mode is bound.
202 (follow-comint-scroll-to-bottom)
203 (follow-align-compilation-windows): New functions.
204 (follow--window-sorter): New function.
205 (follow-all-followers): Use it to explicitly sort windows by their
206 positions; don't make assumptions about next-window order.
207 (follow-windows-start-end, follow-delete-other-windows-and-split)
208 (follow-calc-win-start): Doc fix.
209 (follow-windows-aligned-p, follow-select-if-visible): Don't call
210 vertical-motion unnecessarily.
211 (follow-adjust-window): New function.
212 (follow-post-command-hook): Use it.
213 (follow-call-set-process-filter, follow-call-process-filter)
214 (follow-intercept-process-output, follow-tidy-process-filter-alist)
215 (follow-stop-intercept-process-output, follow-generic-filter):
216 Functions deleted.
217 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
218 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
219 New functions, replacing advice on scroll-bar-* commands.
87233a14 220 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
221
222 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
223 (comint-postoutput-scroll-to-bottom): Use it.
224 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 225
290af740
GM
2262012-05-01 Glenn Morris <rgm@gnu.org>
227
228 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
229 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
230 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
231 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
232 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
233 Remove no-byte-compile setting.
234
6eac8dc9
SM
2352012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
236
237 * minibuffer.el (completion-table-with-quoting): Fix compatibility
238 all-completions code to not return a number in the last cdr.
239
9cc7819c
LL
2402012-04-30 Leo Liu <sdl.web@gmail.com>
241
242 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
243 read-only error.
244
c93b886f
CY
2452012-04-29 Chong Yidong <cyd@gnu.org>
246
247 * follow.el (follow-calc-win-end): Rewrite to handle partial
248 screen lines correctly (Bug#8390).
249 (follow-avoid-tail-recenter): Minor cleanup.
250
8b6c19f4
SM
2512012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 Avoid the obsolete `assoc' package.
254 * speedbar.el (speedbar-refresh): Avoid adelete.
255 (speedbar-file-lists): Simplify and avoid aput.
256 * man.el (Man--sections, Man--refpages): New vars, replacing
257 Man-sections-alist and Man-refpages-alist.
258 (Man-build-section-alist, Man-build-references-alist):
259 Use them; avoid aput.
260 (Man--last-section, Man--last-refpage): New vars.
261 (Man-follow-manual-reference): Use them.
262 Use the `default' arg of completing-read.
263 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
264
c5bb7569
CY
2652012-04-27 Chong Yidong <cyd@gnu.org>
266
d1d2e2e8
CY
267 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
268
15cd8efd
CY
269 * startup.el (x-apply-session-resources): New function.
270
271 * term/ns-win.el (ns-initialize-window-system):
272 * term/w32-win.el (w32-initialize-window-system):
273 * term/x-win.el (x-initialize-window-system): Use it to properly
274 set menu-bar-mode and other vars from X resources, even if the
275 initial frame is not a window-system frame (Bug#2299).
276
c5bb7569
CY
277 * subr.el (read-key): Avoid running filter function when setting
278 up temporary tool bar entries (Bug#9922).
279
a8e7d6d7 2802012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
281
282 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
283 (Bug#11344)
284
a8e7d6d7 2852012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
286
287 * select.el (xselect--encode-string): New function, split from
288 xselect-convert-to-string.
289 (xselect-convert-to-string): Use it.
290 (xselect-convert-to-filename, xselect-convert-to-os)
291 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
292 returned strings are properly encoded (Bug#11315).
293
a8e7d6d7 2942012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
295
296 * simple.el (delete-active-region): Move to killing custom group.
297
a8e7d6d7 2982012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
299
300 * progmodes/which-func.el (which-func-current): Quote %
301 characters for mode-line processing.
302
578c1d4b 3032012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
304
305 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
306 reaching eob (Bug#11286).
307
a8e7d6d7 3082012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
309
310 * progmodes/gdb-mi.el (gdb-control-level): New variable.
311 (gdb): Make it buffer-local and init to zero.
312 (gdb-control-commands-regexp): New variable.
313 (gdb-send): Don't wrap in "-interpreter-exec console" if
314 gdb-control-level is positive. Increment gdb-control-level
315 whenever the command matches gdb-control-commands-regexp, and
316 decrement it each time the command is "end". (Bug#11279)
317
a8e7d6d7 3182012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
319
320 * window.el (adjust-window-trailing-edge, enlarge-window)
321 (shrink-window, window-resize):
322 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
323 windows (Bug#11276).
324
b3608390
CY
3252012-04-27 Chong Yidong <cyd@gnu.org>
326
327 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 328 fix "missing prefix" warning. All callers changed.
b3608390 329
797e6e88
SM
3302012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emacs-lisp/assoc.el: Move to obsolete/.
333
e95a67dc
SM
3342012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
335
657c21e4 336 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
337
338 * term/ns-win.el (ns-define-service):
339 * progmodes/pascal.el (pascal-goto-defun):
340 * progmodes/js.el (js--read-tab):
341 * progmodes/etags.el (tags-lazy-completion-table):
342 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
343 * emacs-lisp/ewoc.el (ewoc--wrap):
344 * emacs-lisp/assoc.el (aput, adelete, amake):
345 * doc-view.el (doc-view-convert-current-doc):
346 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
347
cb3e7ae0
CY
3482012-04-26 Chong Yidong <cyd@gnu.org>
349
dce04f7f
CY
350 * image.el (image-type-from-buffer): Only return supported image
351 type (Bug#9045).
352
cb3e7ae0
CY
353 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
354 value, for symmetry with diff-end-of-hunk.
355 (diff-split-hunk, diff-find-source-location)
356 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
357 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
358 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
359 compute the relevant hunk or file properly (Bug#6005).
360 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
361
0d42eb3e
SM
3622012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * vc/vc-mtn.el:
365 * vc/vc-hg.el:
366 * vc/vc-git.el:
367 * vc/vc-dir.el:
368 * vc/vc-cvs.el:
369 * vc/vc-bzr.el:
370 * vc/vc-arch.el:
371 * vc/vc.el: Replace lexical-let by lexical-binding.
372 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
373 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
374 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
375
f08ae1c9
CY
3762012-04-26 Chong Yidong <cyd@gnu.org>
377
8b71081d
CY
378 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
379 (diff-mode-shared-map): Bind it to / and [remap undo].
380
f08ae1c9
CY
381 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
382 (ediff-window-setup-function): Use it as the default, to set up
383 windows based on whether the current frame is graphical (Bug#2138).
384 (ediff-choose-window-setup-function-automatically): Make obsolete.
385
386 * vc/ediff-init.el: Always define ediff-pixel-width/height.
387
ef24141c
SM
3882012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
389
cc356a5d
SM
390 * ffap.el: Remove old code for obsolete package.
391 (ffap-complete-as-file-p): Remove.
392
b4ff4f1f
SM
393 Use completion-table-with-quoting for comint and pcomplete.
394 * comint.el (comint--unquote&requote-argument)
395 (comint--unquote-argument, comint--requote-argument): New functions.
396 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
397 (comint-quote-filename): Use regexp-opt-charset.
398 (comint--common-suffix, comint--common-quoted-suffix)
399 (comint--table-subvert): Remove.
400 (comint-unquote-function, comint-requote-function): New vars.
401 (comint--complete-file-name-data): Use them with
402 completion-table-with-quoting.
403 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
404 * pcomplete.el (pcomplete-arg-quote-list)
405 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
406 (pcomplete-unquote-argument-function): Default to non-nil.
407 (pcomplete-unquote-argument): Simplify.
408 (pcomplete--common-quoted-suffix): Remove.
409 (pcomplete-requote-argument-function): New var.
410 (pcomplete--common-suffix): New function.
411 (pcomplete-completions-at-point): Use completion-table-with-quoting
412 and completion-table-subvert.
413
79c4eeb4
SM
414 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
415 (minibuffer--double-dollars): Preserve properties.
416 (completion--sifn-requote): New function.
417 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
418
ef24141c
SM
419 * minibuffer.el: Add support for completion of quoted/escaped data.
420 (completion-table-with-quoting, completion-table-subvert): New funs.
421 (completion--twq-try, completion--twq-all): New functions.
422 (completion--nth-completion): New function.
423 (completion-try-completion, completion-all-completions): Use it.
424
784e7d6e
LL
4252012-04-25 Leo Liu <sdl.web@gmail.com>
426
dd2ac746
SM
427 * progmodes/python.el (python-pdbtrack-get-source-buffer):
428 Use compilation-message if available to find real filename.
784e7d6e 429
07875ee7
CY
4302012-04-25 Chong Yidong <cyd@gnu.org>
431
432 * vc/diff-mode.el (diff-setup-whitespace): New function.
433 (diff-mode): Use it.
434
435 * vc/diff.el (diff-sentinel):
436 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
437 Whitespace mode variables based on diff style (Bug#8612).
438
5055880d
LL
4392012-04-25 Leo Liu <sdl.web@gmail.com>
440
daf75653
LL
441 * progmodes/python.el (python-send-region): Add suffix .py to the
442 temp file.
443
5055880d
LL
444 * files.el (auto-mode-alist): Use javascript-mode instead.
445
db9b177b
AH
4462012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
447
ef24141c 448 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
449
450 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 451 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 452 references, see Bug#9.
ef24141c 453 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 454 when receiving a fault reply.
ef24141c 455 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
456
457 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 458 (soap-inspect-simple-type): New function.
db9b177b 459
ef24141c 460 * soap-client.el (soap-simple-type): New struct.
db9b177b 461 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
462 (soap-decode-basic-type, soap-encode-basic-type):
463 support unsignedInt and double basic types.
db9b177b 464 (soap-resolve-references-for-simple-type)
ef24141c
SM
465 (soap-parse-simple-type, soap-encode-simple-type): New function.
466 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
467
468 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
469 (soap-default-soapenc-types): Add integer, byte and anyURI types.
470 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
471 the local name of "soapenc:Array".
472 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
473 decoding integer, byte and anyURI xsd types.
474
1fc6097b
CY
4752012-04-25 Chong Yidong <cyd@gnu.org>
476
477 * cus-edit.el (custom-buffer-create-internal): Update header text.
478
afc6df87
EZ
4792012-04-25 Eli Zaretskii <eliz@gnu.org>
480
481 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
482 settings on 'system-type', not on 'window-system'. On MS-Windows,
483 set interactive-mode on in GDB.
484
dfbd787f
SM
4852012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
488 (ruby-syntax-propertize-regexp): Remove.
489 (ruby-syntax-propertize-function): Split regexp into chunks.
490 Match following code directly.
491
85222d44
DG
4922012-04-24 Dmitry Gutov <dgutov@yandex.ru>
493
51a8ea2a
DG
494 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
495 (ruby-syntax-propertize-regexp): New function.
496 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
497 by a special keyword.
498
85222d44
DG
499 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
500 (ruby-syntax-general-delimiters-goto-beg)
501 (ruby-syntax-propertize-general-delimiters): New functions.
502 (ruby-syntax-propertize-function): Use them to handle GDL.
503 (ruby-font-lock-keywords): Move old handling of GDL...
504 (ruby-font-lock-syntactic-keywords): .. to here.
505 (ruby-calculate-indent): Adjust indentation for GDL.
506
b613912b
MA
5072012-04-24 Michael Albinus <michael.albinus@gmx.de>
508
b5380639
MA
509 * notifications.el (top): Remove unneeded declarations.
510 (notifications-specification-version): Change to "1.2".
e43042fe 511 (notifications-interface, notifications-notify-method)
b613912b
MA
512 (notifications-close-notification-method): Fix docstring.
513 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
514 (notifications-notify): Add :action-items, :resident and
515 :transient hints. Change "image_data" to "image-data" and
516 "image_path" to "image-path".
b613912b
MA
517 (notifications-get-capabilities): New defun.
518
257440aa
LL
5192012-04-24 Leo Liu <sdl.web@gmail.com>
520
521 * progmodes/python.el: Move hideshow setup to the end.
522
b1bac16e
MR
5232012-04-24 Martin Rudalics <rudalics@gmx.at>
524
525 * window.el (handle-select-window): Clear echo area since this is
526 no more done by read_char (Bug#11304).
527
d81bd059
SM
5282012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
531 and `/ M' to filter-derived-mode.
532 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
533 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
534 (ibuffer-mark-by-mode): Use default rather than initial-input.
535 (ibuffer-filter-by-derived-mode): Autoload and require-match.
536
c4cf6d91
IA
5372012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
538
539 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
540 (ibuffer-filter-by-derived-mode): New filter.
541 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
542
7511ded8
CY
5432012-04-23 Andreas Politz <politza@fh-trier.de>
544
545 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
546
775c916b
CY
5472012-04-23 Chong Yidong <cyd@gnu.org>
548
549 * cus-edit.el (customize-apropos, customize-apropos-options):
550 Disable matching of non-option variables (Bug#11176).
551 (customize-option, customize-option-other-window)
552 (customize-changed-options): Doc fix.
553 (customize-apropos-options, customize-apropos-faces)
554 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
555
556 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 557 Fix word list splitting (Bug#11132).
46c71e23
CY
558 (apropos-symbol, apropos-keybinding, apropos-label)
559 (apropos-property, apropos-function-button)
560 (apropos-variable-button, apropos-misc-button): New faces.
561 (apropos-symbol-face, apropos-keybinding-face)
562 (apropos-label-face, apropos-property-face, apropos-match-face):
563 Variables removed (Bug#8396).
564 (apropos-library-button, apropos-format-plist, apropos-print)
565 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 566
2df41f9c
MA
5672012-04-23 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/xesam.el (xesam-mode-map): Use let-bound map in
570 initialization. (Bug#11292)
571
da00640a
AM
5722012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
573
574 Preserve ispell session localwords when switching back to
575 original buffer.
576
577 * ispell.el (ispell-buffer-session-localwords): New buffer-local
578 variable to hold buffer session localwords.
579 (ispell-kill-ispell): add option 'clear to delete session
580 localwords.
581 (ispell-command-loop, ispell-change-dictionary)
582 (ispell-buffer-local-words): Preserve session localwords when
583 needed.
584
585 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
586 Preserve session localwords when needed.
587
f621ccf5
AM
5882012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
589
590 * ispell.el (ispell-insert-word) Remove unneeded function using
591 obsolete `translation-table-for-input'.
ef24141c
SM
592 (ispell-word, ispell-process-line, ispell-complete-word):
593 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 594
c2d1019e
CY
5952012-04-22 Chong Yidong <cyd@gnu.org>
596
597 * cus-edit.el (custom-variable-menu)
598 (custom-variable-reset-saved, custom-face-menu)
599 (custom-face-reset-saved): If there is no saved value, make the
600 "reset-saved" operation bring back the default (Bug#9509).
601 (custom-face-state): Properly detect themed faces.
602
eeddc531
CY
603 * faces.el (face-spec-set): Stop supporting deprecated form of
604 third arg.
605
dcbf5805
MA
6062012-04-22 Michael Albinus <michael.albinus@gmx.de>
607
608 Move functions from C to Lisp. Make non-blocking method calls
609 the default. Implement further D-Bus standard interfaces.
610
ef24141c
SM
611 * net/dbus.el (dbus-message-internal): Declare function.
612 Remove unneeded function declarations.
dcbf5805
MA
613 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
614 (dbus-message-type-method-return, dbus-message-type-error)
615 (dbus-message-type-signal): Declare variables. Remove local
616 definitions.
617 (dbus-interface-dbus, dbus-interface-peer)
618 (dbus-interface-introspectable, dbus-interface-properties)
619 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
620 Adapt docstring.
621 (dbus-interface-objectmanager): New defconst.
622 (dbus-call-method, dbus-call-method-asynchronously)
623 (dbus-send-signal, dbus-method-return-internal)
624 (dbus-method-error-internal, dbus-register-service)
625 (dbus-register-signal, dbus-register-method): New defuns, moved
626 from dbusbind.c
627 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
628 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
629 New defuns.
dcbf5805
MA
630 (dbus-call-method-non-blocking): Make it an obsolete function.
631 (dbus-unregister-object, dbus-unregister-service)
632 (dbus-handle-event, dbus-register-property)
633 (dbus-property-handler): Obey the new structure of
634 `bus-registered-objects'.
635 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
636 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
637 Use `dbus-call-method'.
638
cf20dee0
CY
6392012-04-22 Chong Yidong <cyd@gnu.org>
640
641 * cus-edit.el (custom-commands, custom-reset-menu)
642 (Custom-reset-standard): Tweak labels.
643 (custom-reset-button-menu): Change default to t.
644 (custom-buffer-create-internal): For the custom-reset-button-menu
645 case, put the revert button first.
646 (custom-group-subtitle): New face.
647 (custom-group-value-create): Align docstring to a specific column.
648
649 * wid-edit.el (widget-documentation-link-add): Don't handle
650 indentation in this function.
651 (widget-documentation-string-indent-to): New function.
652 (widget-documentation-string-value-create): Use it.
653
654 * autorevert.el (auto-revert):
655 * epg-config.el (epg):
656 * ibuffer.el (ibuffer):
657 * mpc.el (mpc):
658 * ses.el (ses):
659 * eshell/eshell.el (eshell):
660 * net/ange-ftp.el (ange-ftp):
661 * progmodes/ebnf2ps.el (postscript):
662 * progmodes/flymake.el (flymake):
663 * progmodes/prolog.el (prolog):
664 * progmodes/verilog-mode.el (verilog-mode):
665 * progmodes/which-func.el (which-func):
666 * term/xterm.el (xterm):
667 * textmodes/picture.el (picture):
668 * textmodes/tildify.el (tildify):
669 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
670 customization buffers.
671
583e23bd
AM
6722012-04-22 Alan Mackenzie <acm@muc.de>
673
674 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
675 Adding a ) can hide the resulting (..) from searches. Fix it.
676 Bound the backward search to the position of the existing (.
677
7dd51bf1
JB
6782012-04-21 Juanma Barranquero <lekktu@gmail.com>
679
680 * progmodes/verilog-mode.el (verilog-mode): Check whether
681 which-func-modes is t before adding verilog-mode.
682 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
683
d64a438f
LL
6842012-04-21 Leo Liu <sdl.web@gmail.com>
685
7dd51bf1 686 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 687
081e8d65
MV
6882012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
689
690 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
691 filling of the last column of a table (Bug#5635).
692 (woman-find-next-control-line): New arg, specifying an additional
693 regexp component for the control line.
694 (woman2-roff-buffer): Use it.
695 (woman-break-table): New function.
696 (woman2-TS): Use it.
697
6982012-04-21 Chong Yidong <cyd@gnu.org>
699
700 * woman.el (woman-set-buffer-display-table, woman-decode-region)
701 (woman-horizontal-escapes, woman-negative-vertical-space)
702 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
703 (WoMan-warn-ignored): Use ?\s instead of ?\ .
704
ed571ccb
SM
7052012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * minibuffer.el (completion-file-name-table): Complete user names.
708
39773899
LL
7092012-04-20 Leo Liu <sdl.web@gmail.com>
710
711 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
712 and pcase-let*.
713
de6ff46d
CY
7142012-04-20 Chong Yidong <cyd@gnu.org>
715
716 * server.el (server-execute): Respect initial-buffer-choice if it
717 is a string and there are no files to open (Bug#2825).
718 (server-create-window-system-frame, server-create-tty-frame):
719 Don't switch buffers here.
2d0e8e61
CY
720 (server-process-filter): Only try to open a window system frame if
721 compiled with graphical support (Bug#8314).
de6ff46d 722
54071013
DN
7232012-04-20 Dan Nicolaescu <dann@gnu.org>
724
725 * battery.el (battery-echo-area-format): Display remaining time
726 for sysfs backend too (Bug#11269).
727 (battery-linux-sysfs): Fix conditional for the charge.
728
f30d612a
CY
7292012-04-20 Chong Yidong <cyd@gnu.org>
730
c07a4c0b 731 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
732 (gdb-inferior-io--init-proc): New function.
733 (gdb-init-1): Use it.
734 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
735 responsible for allocating a new pty and hooking it to gdb when
736 the old pty gets an EIO due to process exit.
737 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
738 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
739 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
740
2116e93c
EZ
7412012-04-20 Eli Zaretskii <eliz@gnu.org>
742
743 * window.el (window-min-size, window-sizable, window-min-delta)
744 (window-max-delta, window--resizable, window-resizable)
745 (window-total-size, window-full-height-p, window-full-width-p)
746 (window-in-direction, window--resize-mini-window, window-resize)
747 (window--resize-child-windows-normal)
748 (window--resize-child-windows, window--resize-siblings)
749 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 750 (enlarge-window, shrink-window): Doc fixes.
2116e93c 751
c07a4c0b 7522012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 753
ef24141c
SM
754 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
755 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
756 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
757 pty process (Bug#11273).
758 (gdb-update): New arg to suppress talking to the gdb process.
759 (gdb-done-or-error): Use it.
760 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
761 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
762 sentinel not being called.
763
764 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
765
d02766ab
CY
766 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
767
c07a4c0b 7682012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
769
770 * net/network-stream.el (open-network-stream): Doc fix.
771
c07a4c0b 7722012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
773
774 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
775
c07a4c0b 7762012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
777
778 Ensure searching for keywords is case sensitive.
779
780 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
781 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
782 (c-defun-name, c-mark-function, c-cpp-define-name)
783 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 784 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 785
ef24141c
SM
786 * progmodes/cc-mode.el (c-font-lock-fontify-region):
787 Bind case-fold-search to nil.
f0f6bc35 788
c07a4c0b 7892012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
790
791 * mail/sendmail.el (mail-bury): Call return action with the right
792 Rmail buffer (Bug#11242).
793
9a864fa2
CY
794 * server.el (server-process-filter): Handle corner case where both
795 tty and nowait options are present (Bug#11102).
796
539aa513
EZ
7972012-04-20 Eli Zaretskii <eliz@gnu.org>
798
799 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
800 (top level): Put into the executable the ident-style '$Id:' tag on
801 windows-nt as well.
539aa513 802
cfc7d5da
SM
8032012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * electric.el (electric-indent-post-self-insert-function): Check that
806 electric-indent-mode is enabled in current buffer.
807
5b01685c
JB
8082012-04-19 Juanma Barranquero <lekktu@gmail.com>
809
810 * imenu.el (imenu-progress-message): Restore; it is "used" in
811 erc/erc-imenu.el and net/snmp-mode.el.
812
4d6769e1
JB
8132012-04-19 Juanma Barranquero <lekktu@gmail.com>
814
815 * avoid.el (mouse-avoidance-mode): Mark unused arg.
816 (mouse-avoidance-nudge-mouse): Remove unused binding.
817
818 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
819
820 * descr-text.el (describe-char):
821 * progmodes/python.el (python-describe-symbol):
822 Don't call `toggle-read-only', set `buffer-read-only'.
823
824 * imenu.el (imenu-default-goto-function): Mark unused args.
825 (imenu-progress-message): Remove obsolete macro; all callers changed.
826
827 * subr.el (keymap-canonicalize): Remove unused binding.
828 (read-passwd): Mark unused arg.
829
830 * tutorial.el (tutorial--display-changes): Remove unused binding.
831 (tutorial--save-tutorial-to): Remove unused variable.
832
833 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
834 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
835 (package-generate-autoloads, package-menu--generate)
836 (package-menu--find-upgrades): Remove unused bindings.
837
838 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
839 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
840 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
841 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
842 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
843 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
844 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
845 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
846 (cua-delete-char-rectangle): Mark unused args.
847 (cua-align-rectangle): Remove unused binding.
848
849 * mail/rmail.el (compilation--message->loc)
850 (epa--find-coding-system-for-mime-charset): Declare.
851
852 * net/dbus.el (dbus-register-service): Declare.
853 (dbus-name-owner-changed-handler): Remove unused binding.
854
855 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
856 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
857 (nxml-scan-backward-within): Mark unused arg.
858 (nxml-dynamic-markup-word): Remove unused binding.
859
860 * mouse.el (mouse-menu-major-mode-map):
861 * emacs-lisp/authors.el (authors-scan-change-log)
862 (authors-add-to-author-list):
863 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
864 * emacs-lisp/smie.el (smie-auto-fill):
865 * mail/sendmail.el (mail-bury):
866 * mail/unrmail.el (unrmail):
867 * net/tls.el (open-tls-stream):
868 * textmodes/picture.el (picture-mouse-set-point):
869 Remove unused bindings.
870
8c8fc5df
MA
8712012-04-19 Michael Albinus <michael.albinus@gmx.de>
872
873 * net/tramp.el (tramp-action-password): Let-bind
874 `enable-recursive-minibuffers' to t.
875
a77b0ac9
SS
8762012-04-18 Sam Steingold <sds@gnu.org>
877
878 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
879 instead of 'string to accommodate values like [f11].
880 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
881 * progmodes/gdb-mi.el: Likewise.
882
12a106a9
LL
8832012-04-18 Leo Liu <sdl.web@gmail.com>
884
885 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
886 current buffer.
887 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
888 LOCAL is nil.
889
bc6494ef
CY
8902012-04-18 Chong Yidong <cyd@gnu.org>
891
892 * simple.el (line-move): Use forward-line if in batch mode
893 (Bug#11053).
894
c09c46b2
CS
8952012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
896
897 * files.el (after-find-file): Do not try to add a final newline if
898 the buffer is read-only (Bug#11156).
899
5f6530ea
RS
9002012-04-17 Richard Stallman <rms@gnu.org>
901
902 * mail/rmail.el (rmail-start-mail):
903 Pass (rmail-mail-return...) for the return-action.
904 Pass (rmail-yank-current-message...) for the yank-action.
905 (rmail-yank-current-message): New function.
906 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
907 (rmail-reply): Likewise.
908 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
909
910 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 911 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
912 buffer, not newbuf.
913
197b6f3c
JB
9142012-04-17 Juanma Barranquero <lekktu@gmail.com>
915
916 * server.el (server-ensure-safe-dir): Simplify.
917
2311d8e5 9182012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 919
2311d8e5
GM
920 * emacs-lisp/smie.el: Provide smarter auto-filling.
921 (smie-auto-fill): New function.
922 (smie-setup): Use it.
98fb480e 923
2311d8e5
GM
924 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
925
9262012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
927
928 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
929 (comment-indent): Use it.
930
2311d8e5 9312012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
932
933 * ses.el: The overall change is to add cell renaming, that is
934 setting fancy names for cell symbols other than name matching
935 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 936 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 937 (ses-create-cell-variable): New defun.
2311d8e5 938 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
939 (ses-relocate-formula): Relocate formulas only for cells the
940 symbols of which are not renamed, i.e. symbols whose names do not
941 match regexp "\\`[A-Z]+[0-9]+\\'".
942 (ses-relocate-all): Relocate values only for cells the symbols of
943 which are not renamed.
944 (ses-load): Create cells variables as the (ses-cell ...) are read,
945 in order to check row col consistency with cell symbol name only
946 for cells that are not renamed.
947 (ses-replace-name-in-formula): New defun.
948 (ses-rename-cell): New defun.
4bdf2ad2 949
fc72b15c
PO
9502012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
951
952 * progmodes/perl-mode.el (perl-indent-parens-as-block):
953 New option (bug#11118).
954 (perl-calculate-indent): Respect it.
955
12e10e61
GM
9562012-04-17 Glenn Morris <rgm@gnu.org>
957
958 * dired-aux.el (dired-mark-read-string): Doc fix.
959
30009afd
DA
9602012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
961
962 * dired-aux.el (dired-mark-read-string): Offer optional completion.
963 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
964
41f03f4d
GM
9652012-04-17 Glenn Morris <rgm@gnu.org>
966
967 * mouse.el (mouse-drag-track):
968 * speedbar.el (speedbar-frame-mode):
969 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
970
f45f90f3
LL
9712012-04-16 Leo Liu <sdl.web@gmail.com>
972
973 * progmodes/python.el: Trivial cleanup.
974
94ee8db5
GM
9752012-04-16 Glenn Morris <rgm@gnu.org>
976
121b8917
GM
977 * vc/vc.el (vc-string-prefix-p):
978 * vc/pcvs-util.el (cvs-string-prefix-p):
979 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
980 * mpc.el (mpc-string-prefix-p):
981 Make all of these into obsolete aliases for string-prefix-p.
982 Update callers.
983 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
984
1197ecfa
GM
985 * textmodes/two-column.el: Move custom options to the start.
986 (frame-width): Remove compat definition.
987 (2C-associate-buffer, 2C-dissociate):
988 Use with-current-buffer rather than save-excursion.
989 (2C-dissociate): Force a mode-line update.
990 (2C-autoscroll): Use ignore-errors.
991
099e7202
GM
992 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
993 Autoload trivia.
994
bf350d6a
GM
995 * emacs-lisp/cl-extra.el (*random-state*):
996 Remove unnecessary declaration.
997
0e829eab
GM
998 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
999
e3ad7552
GM
1000 * play/cookie1.el (cookie-snarf):
1001 Give an explicit error if input file cannot be read.
1002
68892d27
GM
1003 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1004
20f0c46d
GM
1005 * progmodes/perl-mode.el (c-macro-expand):
1006 Remove unnecessary autoload (it is in loaddefs.el).
1007
5a0978ce
GM
1008 * textmodes/picture.el (picture-desired-column)
1009 (picture-update-desired-column): Convert comments to doc-strings.
1010 (picture-substitute): Remove function.
1011 (picture-mode-map): Initialize in the defvar.
1012
6b955486
GM
1013 * woman.el: Remove eval-after-load for tar-mode.
1014 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1015 (woman-tar-extract-file): Autoload it.
1016
94ee8db5
GM
1017 * frame.el (automatic-hscrolling): Make this alias obsolete.
1018
177eca34
AM
10192012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1020
1021 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1022 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1023 (ispell-dictionary-base-alist): Revert to original XEmacs
1024 friendly version for default. [:alpha:] will be added in
1025 `ispell-set-spellchecker-params' if needed
177eca34 1026
c505aaeb
CY
10272012-04-16 Chong Yidong <cyd@gnu.org>
1028
1029 * image.el (imagemagick--extension-regexp): New variable.
1030 (imagemagick-register-types): Use it.
1031 (imagemagick-types-inhibit): Add :set function. Allow new value
1032 of t to inhibit all types.
1033
1034 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1035 so we can preload it.
1036
1037 * loadup.el (fboundp): Preload regexp-opt, needed by
1038 imagemagick-register-types.
1039
60efac0f
CY
10402012-04-15 Chong Yidong <cyd@gnu.org>
1041
1042 * frame.el (scrolling): Remove nearly unused customization group.
1043
1044 * scroll-all.el (scroll-all-mode): Move to windows group.
1045
5dd1713e
CY
10462012-04-15 Chong Yidong <cyd@gnu.org>
1047
1048 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1049
e6fd457e
CY
10502012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1053 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1054
e153c136
GM
10552012-04-15 Glenn Morris <rgm@gnu.org>
1056
1057 * simple.el (process-file-side-effects): Doc fix.
1058
e6fd457e 10592012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1060
1061 * international/mule-cmds.el (set-language-environment): Doc fix.
1062
3603c3b1
JB
10632012-04-14 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * server.el (server-auth-key, server-generate-key): Doc fixes.
1066 (server-get-auth-key): Doc fix. Use `string-match-p'.
1067 (server-start): Reflow docstring.
1068
e6de100c
LI
10692012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1070
1071 * server.el (server-generate-key): `called-interactively-p'
1072 requires a parameter.
1073
29734c21
MN
10742012-04-14 Michal Nazarewicz <mina86@mina86.com>
1075
1076 * server.el (server-auth-key): New variable.
75f1671a 1077 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1078 (server-start): Use the new variable and functions to allow
1079 setting a permanent server key (bug#9423).
1080
d65c9521
LL
10812012-04-14 Leo Liu <sdl.web@gmail.com>
1082
1083 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1084
5ae255c7
PE
10852012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 Spelling fixes.
1088 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1089 Emacs uses American spelling.
1090
d5e6342e
JB
10912012-04-14 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1094 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1095 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1096 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1097
ab036cd7
SM
10982012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * progmodes/which-func.el (which-func-modes): Change default.
1101
35dc09a1 11022012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1103
1104 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1105 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1106
35dc09a1 11072012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1108
1109 * custom.el (custom-theme-set-variables): Doc fix.
1110
35dc09a1 11112012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1112
1113 * international/mule.el (set-auto-coding-for-load): Doc fix.
1114
35dc09a1 11152012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1116
35dc09a1
GM
1117 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1118 imenu work again for Objective C Mode. Correct the *-index values,
1119 these having been disturbed by a previous change in 2011-08.
57f845ee 1120
0de3da9f
AM
1121 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1122 Correct two search limits.
1123
35dc09a1 11242012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1125
1126 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1127
35dc09a1 11282012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1129
1130 * international/characters.el: Fix sorting.
1131
35dc09a1 11322012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1133
1134 * international/characters.el: Add more missing Latin case pairs.
1135
35dc09a1 11362012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1137
1138 * files.el (dir-locals-set-class-variables): Doc fix.
1139
35dc09a1 11402012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1141
3f1b5bf8
EZ
1142 * international/characters.el: Add set-case-syntax-pair call for
1143 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1144 counterpart. (Bug#11209)
1145
9f847f41
EZ
1146 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1147
35dc09a1 11482012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1149
1150 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1151
35dc09a1 11522012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1153
35dc09a1
GM
1154 * textmodes/ispell.el (ispell-dictionary-base-alist):
1155 Add data for Hebrew.
e2627d21 1156
35dc09a1 11572012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1158
35dc09a1
GM
1159 * net/rcirc.el (rcirc-cmd-quit):
1160 Revert 2012-03-18 change (Bug#11192).
5c14e333 1161
35dc09a1 11622012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1163
1164 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1165
35dc09a1 11662012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1167
4517fe3a
SM
1168 * minibuffer.el (completion-in-region-mode-map):
1169 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1170
b472a594
VD
11712012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1172
1173 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1174
09b95ce3
MY
11752012-04-13 Masatake YAMATO <yamato@redhat.com>
1176
1177 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1178 to allow `C-M-f' and `C-M-b' to move to the nearest path
1179 separator (bug#9511).
1180
4b63a9ca
LI
11812012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1182
1183 * avoid.el: Require cl when compiling. And also move the
1184 `provide' to the end.
1185
7b55b8bf
TV
11862012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1187
1188 * avoid.el (mouse-avoidance-banish-position): New variable.
1189 (mouse-avoidance-banish-destination): Use it (bug#10165).
1190
adedaa1f
LL
11912012-04-13 Leo Liu <sdl.web@gmail.com>
1192
1193 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1194
70e74021
KB
11952012-04-13 Ken Brown <kbrown@cornell.edu>
1196
1197 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1198 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1199 (browse-url-filename-alist): For the same reason, don't modify
1200 file:// URLs on Cygwin.
1201
e75e89ba
SM
12022012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1205 the region on shift if the binding is already shifted (bug#11221).
1206
82f289a4
GM
12072012-04-12 Glenn Morris <rgm@gnu.org>
1208
1209 * mail/mailpost.el: Move to obsolete/.
1210
d333dc4c
DA
12112012-04-12 Drew Adams <drew.adams@oracle.com>
1212
1213 * imenu.el (imenu--generic-function): Ignore invisible definitions
1214 (bug#10123).
1215
0d15b5ba
VD
12162012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1217
1218 * hexl.el (hexl-bits): New variable.
1219 (hexl-options): Mention the variable in the doc string.
75f1671a 1220 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1221 (hexl-mode): Mention the new variable.
75f1671a
JB
1222 (hexl-mode, hexl-current-address, hexl-current-address):
1223 Use the displen.
0d15b5ba
VD
1224 (hexl-ascii-start-column): New function.
1225 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1226 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1227
64a440db
AM
12282012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1229
1230 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1231 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1232 the encoding, as expected by hunspell.
1233
6decb6c2
SM
12342012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * battery.el (battery--linux-sysfs-regexp): New const.
1237 (battery-status-function): Use it. Remove yeeloong special case.
1238 (battery-yeeloong-sysfs): Remove.
1239 (battery-echo-area-format): Remove yeeloong special case.
1240
088be6fb
SM
12412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1242
6622e416
SM
1243 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1244 Reported by Noah Friedman.
1245
088be6fb
SM
1246 * subr.el (read-passwd): Use read-string.
1247
b49f886e
LMI
12482012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1249
1250 * vcursor.el (vcursor-move): Increase the priority of the overlay
1251 (bug#9663).
1252
a63067fc
DD
12532012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1254
1255 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1256 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1257
ac3cf14a
WS
12582012-04-11 William Stevenson <yhvh2000@gmail.com>
1259
1260 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1261 define-minor-mode (bug#10760).
1262
c4fc691b 12632012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1264
4d6769e1 1265 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1266 that directories matching `grep-find-ignored-files' won't be
1267 pruned (bug#10351).
1268
af23e2e5
CY
12692012-04-11 Chong Yidong <cyd@gnu.org>
1270
1271 * startup.el (command-line): Remove support for long-obsolete
1272 variable font-lock-face-attributes.
1273
ab7ce8c1
GM
12742012-04-11 Glenn Morris <rgm@gnu.org>
1275
1276 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1277
de8c03dc
SM
12782012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * window.el (window--state-get-1): Obey window-point-insertion-type.
1281
050cc68b
LB
12822012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1283
1284 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1285 to previous function when point is on the first character of a
75f1671a 1286 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1287
a38c310c
GM
12882012-04-11 Glenn Morris <rgm@gnu.org>
1289
effed0c2
GM
1290 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1291 not just file-errors.
1292
a38c310c
GM
1293 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1294 (vc-bzr-sha1): Use internal sha1.
1295
0221e323
SM
12962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1299
43956923
SG
13002012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1301
1302 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1303 that start in the middle of the line (bug#10496).
1304
6a8c9eaf
DN
13052012-04-10 Dan Nicolaescu <dann@gnu.org>
1306
1307 * battery.el (battery-linux-proc-acpi): Only one battery is
1308 discharged at a time, but that seems to confuse battery.el when
1309 computing `rate-type' for the battery not being discharged
1310 (bug#10332).
1311
1930bf5d
SM
13122012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1313
2a718f6f
SM
1314 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1315
599430d0
SM
1316 * international/quail.el: Use dolist and simplify.
1317 (quail-define-package, quail-update-keyboard-layout)
1318 (quail-define-rules): Use dolist.
1319 (quail-insert-kbd-layout, quail-get-translation): CSE.
1320
a2754b6c
SM
1321 * tmm.el: Use dolist, remove left over hook.
1322 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1323 Use dolist.
1324 (calendar-load-hook): Don't mess with it.
1325
1930bf5d
SM
1326 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1327 Use derived-mode-p. Run the diff asynchronously.
1328
9f67961c
LMI
13292012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1330
1331 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1332
2a8ce227
JB
13332012-04-10 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1336 (list-dynamic-libraries--loaded): New function.
1337 (list-dynamic-libraries--refresh): Use it.
1338
8f33b5f8
NW
13392012-04-10 Nathan Weizenbaum <nweiz@google.com>
1340
1930bf5d
SM
1341 * progmodes/python.el (python-fill-paragraph):
1342 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1343 disabled (bug#7018).
1344
b12f0439
L
13452012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1346
1930bf5d 1347 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1348 DOS/MS Windows for the Baltic languages. There are still plenty
1349 of texts written in this encoding/codepage (bug#6519).
b12f0439 1350
57c3bd01
GM
13512012-04-10 Glenn Morris <rgm@gnu.org>
1352
1353 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1354 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1355
6c3eab30
FA
13562012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1357
1930bf5d 1358 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1359 next-line "n" and previous-line "p" in order to make recentf more
1360 consistent with ibuffer, dired or org-mode (bug#9387).
1361
24d78a88
LMI
13622012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
bc72b5d9
LMI
1364 * image.el (put-image): Return the overlay created instead of the
1365 optional input string (bug#7834). Note that this may break code
1366 that is (for some reason or other) depending on `put-image'
1367 returning the string.
1368
bd2dba5a
LMI
1369 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1370
74beb59f
LMI
1371 * simple.el (zap-to-char): Allow zapping using input methods
1372 (bug#1580).
1373
24d78a88
LMI
1374 * textmodes/fill.el (fill-region): Leave point and mark where they
1375 were before filling (bug#5399).
1376
263f20cd
GM
13772012-04-09 Glenn Morris <rgm@gnu.org>
1378
1379 * version.el (emacs-bzr-get-version):
1380 Handle lightweight checkouts of local branches.
1381
58d1f797
AS
13822012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1383
263f20cd 1384 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1385
b4d3bc10
CY
13862012-04-09 Chong Yidong <cyd@gnu.org>
1387
1388 * custom.el (custom-variable-p): Return nil for non-symbol
1389 arguments instead of signaling an error.
1390 (user-variable-p): Obsolete alias for custom-variable-p.
1391
1392 * apropos.el (apropos-variable):
1393 * files-x.el (read-file-local-variable):
1394 * simple.el (set-variable):
1395 * woman.el (woman-mini-help):
1396 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1397
fd06db5d
GM
13982012-04-09 Glenn Morris <rgm@gnu.org>
1399
e5fcdb5e
GM
1400 * startup.el (normal-top-level): Don't look for leim-list.el
1401 in places where it will not be found. (Bug#910)
1402
fd06db5d
GM
1403 * international/mule-cmds.el (set-default-coding-systems):
1404 * files.el (normal-mode):
1405 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1406 This function was removed with ucs-tables.el in 2008.
1407
b39bb7e1
EZ
14082012-04-08 Eli Zaretskii <eliz@gnu.org>
1409
1410 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1411 ispell-encoding8-command to "-i", without a trailing space.
1412 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1413 separate command-line arguments, to specify the encoding, since
1414 that's how hunspell expects it.
1415
5c5b8e23
GM
14162012-04-08 Glenn Morris <rgm@gnu.org>
1417
1418 * loadup.el: Load bindings before cus-start.
1419 This reduces somewhat the number of "rogue" settings in emacs -Q.
1420
a1ed8b05
GM
14212012-04-07 Glenn Morris <rgm@gnu.org>
1422
1423 * version.el (emacs-bzr-get-version): New function.
dfae128a 1424 (emacs-bzr-version): New variable.
a1ed8b05
GM
1425 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1426 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1427
b142f158
EZ
14282012-04-07 Eli Zaretskii <eliz@gnu.org>
1429
dfae128a
GM
1430 * international/uni-bidi.el, international/uni-category.el:
1431 * international/uni-combining.el, international/uni-decimal.el:
1432 * international/uni-decomposition.el, international/uni-digit.el:
1433 * international/uni-lowercase.el, international/uni-mirrored.el:
1434 * international/uni-name.el, international/uni-numeric.el:
1435 * international/uni-titlecase.el, international/uni-uppercase.el:
1436 Update for Unicode 6.1.
b142f158 1437
9078ead6
EZ
14382012-04-07 Eli Zaretskii <eliz@gnu.org>
1439
1440 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1441
f23d2c7d
LMI
14422012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1443
1444 * window.el (shrink-window): Mention the `window-min-height'
1445 variable in the doc string.
1446
0a0a3573
BG
14472012-04-05 Bastien Guerry <bzg@altern.org>
1448
1449 * color.el (color-lighten-name): Fix typo.
1450
e5248ac9
SM
14512012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * server.el (server--on-display-p): New function.
1454 (server--on-display-p): Use it.
1455
b4243e22
GV
14562012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1457
1458 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1459 (bug#11145).
1460
305d9f44
SM
14612012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * comint.el (comint--common-quoted-suffix): Check string boundary
1464 before comparing (bug#11158).
1465 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1466
3d439cd1
CY
14672012-04-04 Chong Yidong <cyd@gnu.org>
1468
321cc491
CY
1469 * minibuffer.el (completion-extra-properties): Doc fix.
1470
3d439cd1
CY
1471 * subr.el (delayed-warnings-hook): Doc fix.
1472
2d562c0f
DU
14732012-04-04 Daiki Ueno <ueno@unixuser.org>
1474
1475 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1476 selection (Bug#11159).
1477 (epa-insert-keys): Inform that the default public key will be
1478 exported if no key is selected.
1479
4443f204
RS
14802012-04-04 Richard Stallman <rms@gnu.org>
1481
1482 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1483
529c06b6
CY
14842012-04-03 Chong Yidong <cyd@gnu.org>
1485
1486 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1487 mail-insert-file, not its obsolete alias mail-attach-file.
1488
66b907dc
MA
14892012-04-03 Michael Albinus <michael.albinus@gmx.de>
1490
1491 * notifications.el (notifications-notify): Fix docstring.
1492
c0ea195d
GM
14932012-04-02 Glenn Morris <rgm@gnu.org>
1494
1495 * emacs-lisp/authors.el (authors-aliases): Another addition.
1496
5ca64e00
MA
14972012-04-02 Michael Albinus <michael.albinus@gmx.de>
1498
1499 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1500 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1501 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1502
42ee526b
CY
15032012-04-01 Chong Yidong <cyd@gnu.org>
1504
1505 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1506 Handle root directory properly.
1507 (copy-directory): Caller changed.
1508
1509 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1510 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1511
0b021094
GM
15122012-03-31 Glenn Morris <rgm@gnu.org>
1513
40f86458
GM
1514 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1515
7019c177
GM
1516 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1517
a1daddd6
GM
1518 * calendar/calendar.el (calendar-window-list)
1519 (calendar-hide-window): Restore. (Bug#11140)
1520 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1521
0b021094
GM
1522 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1523
40311efc
TV
15242012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1525
1526 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1527 Check if file is a symlink (Bug#10489).
1528
1529 * files.el (copy-directory): Likewise.
1530
5319014e
CY
15312012-03-30 Chong Yidong <cyd@gnu.org>
1532
1533 * image.el (imagemagick-types-inhibit)
1534 (imagemagick-register-types): Doc fix.
1535
935d1290
AM
15362012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1537
ef24141c
SM
1538 * ispell.el (ispell-get-extended-character-mode):
1539 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1540 and treats ~word as ordinary words in pipe mode.
935d1290 1541
61c6e8fd
GM
15422012-03-30 Glenn Morris <rgm@gnu.org>
1543
1544 * tutorial.el (help-with-tutorial): Ensure local variables don't
1545 happen to make the buffer read-only. (Bug#11127)
1546
81fdff00
SM
15472012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1550 (perl-calculate-indent): Return `noindent' in strings.
1551
6e7a6ec0
SS
15522012-03-28 Sam Steingold <sds@gnu.org>
1553
1554 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1555 instead of the broken adhockery which does not prevent calendar
1556 buffers from being displayed at random after exit.
1557 (calendar-window-list, calendar-hide-window): Remove the broken
1558 adhockery.
1559
fee88ca0
GM
15602012-03-28 Glenn Morris <rgm@gnu.org>
1561
1562 * replace.el (query-replace-map): Doc fix.
1563
38de3354
AS
15642012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1565
1566 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1567 contents. (Bug#11109)
1568
b973155e
SM
15692012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1572 (bug#11077).
1573 (avl-tree--check, avl-tree--check-node): New funs.
1574
dcb6e7b3
MR
15752012-03-27 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1578 (switch-to-prev-buffer, switch-to-next-buffer):
1579 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1580 showing a buffer already is done on the same frame.
1581
b4fa35fa
GM
15822012-03-27 Glenn Morris <rgm@gnu.org>
1583
1584 * startup.el (mail-host-address): Doc fix.
1585
f9210e18
SM
15862012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1589 than 197 variables.
1590
c0bf7753
AF
15912012-03-26 Ami Fischman <ami@fischman.org>
1592
1593 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1594
33da7b16
GM
15952012-03-26 Glenn Morris <rgm@gnu.org>
1596
02243d9d
GM
1597 * files.el (save-buffers-kill-emacs): Doc fix.
1598
33da7b16
GM
1599 * startup.el (normal-top-level, command-line, command-line-1):
1600 Give them doc strings.
1601
e5a69fd0
EZ
16022012-03-25 Eli Zaretskii <eliz@gnu.org>
1603
1604 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1605 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1606
9a69676a
CY
16072012-03-25 Chong Yidong <cyd@gnu.org>
1608
4125cb8b
CY
1609 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1610 theme if it was previously enabled before (Bug#11031).
1611
dd470960
CY
1612 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1613 spec with custom-face-get-current-spec if its :shown-value is not
1614 determined yet (Bug#9337).
4125cb8b 1615 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1616
9a69676a
CY
1617 * button.el (button-at): Minor addition to docstring.
1618
6e7e90fa
SL
16192012-03-24 Simon Leinen <simon.leinen@gmail.com>
1620
1621 * vc/vc.el (vc-merge): Fix a prompt.
1622
f06e2758
CY
16232012-03-24 Chong Yidong <cyd@gnu.org>
1624
1625 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1626 point (Bug#9623).
1627
6e7e90fa
SL
1628 * button.el (button-at): Minor addition to docstring.
1629
b9d0879b
SM
16302012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * newcomment.el (comment-choose-indent): No space after BOL.
1633
e71cebb3
SS
16342012-03-22 Sam Steingold <sds@gnu.org>
1635
1636 * window.el (switch-to-prev-buffer): Revert last patch because the
1637 bug turned out to be an advertised feature (Elisp manual 28.14).
1638
335aff35
GM
16392012-03-22 Glenn Morris <rgm@gnu.org>
1640
1641 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1642 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1643
c676576a
LMI
16442012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * net/network-stream.el (network-stream-open-starttls): Make error
1647 message under Windows be less misleading.
1648
126f3d39
LW
16492012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1650
1651 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1652 understands (bug#9942).
1653
64fee311
CY
16542012-03-22 Chong Yidong <cyd@gnu.org>
1655
1656 * simple.el (end-of-visible-line): Handle return value of
1657 next-single-property-change properly (Bug#9371).
1658
a640d29a
KH
16592012-03-22 Kenichi Handa <handa@m17n.org>
1660
1661 * international/quail.el (quail-insert-kbd-layout): Fix previous
1662 change. To avoid unwanted bidi reordering, use
1663 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1664
39675016
DG
16652012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1666
1667 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1668 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1669 (ruby-beginning-of-indent): Be more careful with the difference
1670 between word-boundary and symbol boundary.
1671 (ruby-mode-syntax-table): Make : a symbol constituent.
1672
0a6934fc 16732012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1674
3d008e4f
SM
1675 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1676
0a6934fc
SM
16772012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1678
af67c9d7
SM
1679 * progmodes/etags.el (tags-completion-at-point-function):
1680 Improve last fix.
1681
1acad97c
SM
1682 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1683
e298b5da
SS
16842012-03-21 Sam Steingold <sds@gnu.org>
1685
1686 * progmodes/etags.el (tags-completion-at-point-function):
1687 Avoid the error when point is inside the pattern.
1688
91d82a70
JY
16892012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1690
1691 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1692 line (Bug#10855).
1693
69188b79
CY
16942012-03-21 Drew Adams <drew.adams@oracle.com>
1695
1696 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1697
99fc91fe
AK
16982012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1699
1700 * ido.el (ido-set-current-directory, ido-read-internal)
1701 (ido-choose-completion-string, ido-completion-help): Handle nil
1702 value of ido-completion-buffer (Bug#11008).
1703
087bbb4c
SS
17042012-03-21 Sam Steingold <sds@gnu.org>
1705
1706 * window.el (switch-to-prev-buffer): Do not switch to a visible
1707 window previous buffer, just like with the frame previous buffers.
1708
fb5b8aca
CY
17092012-03-21 Chong Yidong <cyd@gnu.org>
1710
1711 * faces.el (make-face, make-empty-face, copy-face):
1712 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1713 Doc fixes.
1714
dc9924b8
SM
17152012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1718 (widget-complete): Remove broken use of it.
1719
f0bcceb9
CY
17202012-03-20 Chong Yidong <cyd@gnu.org>
1721
dc9924b8
SM
1722 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1723 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1724 characters.
1725
ee52ebf3
TH
17262012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1727
1728 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1729 to draw rectangles, not squares. (Regression introduced by revno
1730 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1731
4c5779ab
CY
17322012-03-18 Chong Yidong <cyd@gnu.org>
1733
1734 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1735 it is not yet defined (for temacs).
1736
15360934
LL
17372012-03-18 Leo Liu <sdl.web@gmail.com>
1738
dc9924b8 1739 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1740
d9a8eb66
EZ
17412012-03-17 Eli Zaretskii <eliz@gnu.org>
1742
1743 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1744 (ispell-choices-win-default-height, ispell-silently-savep)
1745 (ispell-dictionary-alist, ispell-encoding8-command)
1746 (ispell-check-version, ispell-aspell-find-dictionary)
1747 (ispell-valid-dictionary-list, ispell-words-keyword)
1748 (ispell-get-word, ispell-internal-change-dictionary)
1749 (ispell-region, ispell-skip-region-list)
1750 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1751 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1752 (ispell-message-text-end, ispell-message)
1753 (ispell-buffer-local-parsing): Doc fix.
1754
f02ff80d
J
17552012-03-13 Jambunathan K <kjambunathan@gmail.com>
1756
1757 * htmlfontify.el: Add support for code block fontification for ODT
1758 export (Bug #9914).
1759 (hfy-optimisations): Define new option
1760 `body-text-only'
1761 (hfy-fontify-buffer): Honor above setting.
1762 (hfy-begin-span, hfy-end-span): New routines factored out form
1763 `hfy-fontify-buffer'.
1764 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1765 that permit insertion of custom tags.
1766 (hfy-fontify-buffer): Use above handlers.
1767 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1768 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1769 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1770 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1771 bind a special variable `hfy-user-sheet-assoc'.
1772 (htmlfontify-string): New defun.
1773 (hfy-compile-face-map): Make sure that the last char in the
1774 buffer is correctly fontified.
1775 (hfy-face-resolve-face): Whitespace only change.
1776
9ac7a13f
EZ
17772012-03-17 Eli Zaretskii <eliz@gnu.org>
1778
1779 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1780 message more clear.
1781
e2b5bdd7
LL
17822012-03-16 Leo Liu <sdl.web@gmail.com>
1783
1784 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1785
2e492df3
AM
17862012-03-16 Alan Mackenzie <acm@muc.de>
1787
1788 Further optimise the handling of large macros.
1789
1790 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1791 limit to a call of `c-literal-limits'.
1792 (c-determine-+ve-limit): New function.
dc9924b8
SM
1793 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1794 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1795 In CASE 5B, restrict a search limit to 500.
1796 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1797
1798 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1799 Restrict macro bounds to +-500 from after-change's BEG END.
1800
50e94f0c
LL
18012012-03-16 Leo Liu <sdl.web@gmail.com>
1802
1803 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1804
6f09f6ed
AH
18052012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1806
1807 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1808 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1809
c7e73d51
GM
18102012-03-16 Glenn Morris <rgm@gnu.org>
1811
da986230
GM
1812 * view.el (view-buffer, view-buffer-other-window)
1813 (view-buffer-other-frame): Doc fixes re special mode-class.
1814
0835f01e
GM
1815 * subr.el (eval-after-load): If named feature is provided not from
1816 a file, run after-load forms. (Bug#10946)
1817
c7e73d51
GM
1818 * calendar/calendar.el (calendar-insert-at-column):
1819 Handle non-unit-width characters a bit better. (Bug#10978)
1820
3f2eafd1
CY
18212012-03-15 Chong Yidong <cyd@gnu.org>
1822
1823 * emacs-lisp/ring.el (ring-extend): New function.
1824 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1825
1826 * comint.el (comint-read-input-ring)
1827 (comint-add-to-input-history): Grow comint-input-ring lazily.
1828
103af3fe
SM
18292012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1830
663b1677
SM
1831 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1832 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1833
103af3fe
SM
1834 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1835 (imenu-add-to-menubar): Don't add a redundant index.
1836 (imenu-update-menubar): Handle a dynamically composed keymap.
1837
899cb7cb
KY
18382012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1839
1840 * mail/sendmail.el (mail-encode-header):
1841 Bind rfc2047-encode-encoded-words to nil.
1842
3809f91d
GM
18432012-03-13 Glenn Morris <rgm@gnu.org>
1844
1845 * calendar/calendar.el (calendar-string-spread):
1846 Handle non-unit-width characters a bit better. (Bug#10978)
1847
9e345a01
LL
18482012-03-13 Leo Liu <sdl.web@gmail.com>
1849
1850 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1851 directory and file as argument (Bug#10822).
1852
4a07df36
KS
18532012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1854
1855 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1856 For dynamically generated code, follow $PC.
1857 (gdb-disassembly-handler-custom): Handle no function name case.
1858
4aaa9356
TL
18592012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1860
1861 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1862 * emulation/ws-mode.el (ws-query-replace):
1863 * sort.el (sort-regexp-fields):
1864 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1865
225979da
SM
18662012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * dabbrev.el: Fix cycle completion order (bug#10963).
1869 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1870 (dabbrev-completion): Don't use an obarray; provide
1871 a cycle-sort-function.
1872
e2f1fdab
LL
18732012-03-12 Leo Liu <sdl.web@gmail.com>
1874
dc9924b8 1875 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1876 (kill-do-not-save-duplicates): Doc fix.
1877
b19490ed
SM
18782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * dabbrev.el: Fix cycle completion (bug#10963).
1881 Use lexical binding and wrap to 80 columns.
1882 (dabbrev-completion): Delay computing the list of completions.
1883
4b05d722
KH
18842012-03-12 Kenichi Handa <handa@m17n.org>
1885
1886 * international/quail.el (quail-insert-kbd-layout): Surround each
1887 row by LRO and PDF instead of inserting many LRMs. Pad the left
1888 and right of each non-spacing marks. Insert invisible space
1889 between lower and upper characters to prevent composition.
1890
dbbc2e69
SM
18912012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1892
1893 * minibuffer.el (minibuffer-complete): Don't get confused when the
1894 function is run twice via different commands (bug#10958).
1895 (complete-with-action): Fix docstring.
1896
292112ed
CY
18972012-03-12 Chong Yidong <cyd@gnu.org>
1898
5d1ac394
CY
1899 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1900 (nxml-completion-at-point-function): New function.
1901 (nxml-mode): Use it.
1902 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1903
292112ed
CY
1904 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1905 Load generated autoloads file before byte compiling (Bug#10970).
1906 (package--make-autoloads-and-compile): New helper fun.
1907
4098f8f7
CS
19082012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1909
1910 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1911
8f754691
MA
19122012-03-11 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * autorevert.el (auto-revert-handler): Ensure, that
1915 file-readable-p is applied only for local files or in
1916 auto-revert-tail-mode.
1917
e29ab36b
AS
19182012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1919
dbbc2e69
SM
1920 * server.el (server-eval-at): Handle non-tcp connections.
1921 Decode result string.
ad0bf5b6 1922
e29ab36b
AS
1923 * server.el (server-msg-size): New constant.
1924 (server-reply-print): New function.
1925 (server-eval-and-print): Use it.
1926 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1927 Handle -print-nonl.
1928
de5939ba
CS
19292012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1930
1931 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1932 (Bug#10987).
1933
0c93eabf
CY
19342012-03-11 Chong Yidong <cyd@gnu.org>
1935
397a688f
CY
1936 * simple.el (goto-line): Doc fix (Bug#9938).
1937
2cc775f9
CY
1938 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1939
0c93eabf
CY
1940 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1941 when finished (Bug#10963).
1942
c491fa41
MR
19432012-03-11 Martin Rudalics <rudalics@gmx.at>
1944
1945 * window.el (split-window-below): Fix bug in case where
1946 split-window-keep-point is nil (Bug#10971).
1947
300e8fa5
JL
19482012-03-11 Juri Linkov <juri@jurta.org>
1949
1950 * replace.el (replace-highlight): Set isearch-word to nil
1951 unconditionally. (Bug#10887)
1952
dbf6c5a1
EZ
19532012-03-10 Eli Zaretskii <eliz@gnu.org>
1954
1955 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1956 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1957 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1958 (mairix-widget-create-query): Add usage information about mairix
1959 search forms: negating words, searching for substrings, etc.
1960
b9e501de
JP
19612012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1962
1963 * international/fontset.el (font-encoding-alist): Add an entry for
1964 ksx1001 (Bug#5667).
1965
92795c91
RS
19662012-03-10 Richard Stallman <rms@gnu.org>
1967
1694e6c1
RS
1968 * mail/sendmail.el (mail-encode-header):
1969 Set rfc2047-encode-encoded-words.
1970
607e8555
RS
1971 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1972
de3bc99a
RS
1973 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1974 view buffer means not swapped.
1975 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1976 (rmail-write-region-annotate): Error if real text has disappeared.
1977
92795c91
RS
1978 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1979
699bd04e
CY
19802012-03-10 Chong Yidong <cyd@gnu.org>
1981
1982 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1983 * emulation/cua-base.el (cua--init-keymaps):
1984 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1985
570a1714
MR
19862012-03-10 Martin Rudalics <rudalics@gmx.at>
1987
dbbc2e69
SM
1988 * speedbar.el (speedbar-unhighlight-one-tag-line):
1989 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1990
82dcf4e4
CY
19912012-03-10 Chong Yidong <cyd@gnu.org>
1992
7a2c7ca7
CY
1993 * minibuffer.el (completion-in-region, completion-help-at-point):
1994 Give the completion field overlay a high priority (Bug#6830).
1995
82dcf4e4
CY
1996 * dired.el (dired-goto-file): Recognize absolute file name
1997 listings (Bug#7126).
1998 (dired-goto-file-1): New helper function.
1999 (dired-toggle-read-only): Inhibit warnings.
2000
052e28ac
MA
20012012-03-09 Michael Albinus <michael.albinus@gmx.de>
2002
75f1671a 2003 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2004 there are no properties.
2005
95d5e396
LL
20062012-03-09 Leo Liu <sdl.web@gmail.com>
2007
2008 * savehist.el (savehist-printable): Stricter check for string
2009 value (Bug#10937).
2010
3f018d6d
EZ
20112012-03-09 Eli Zaretskii <eliz@gnu.org>
2012
dbbc2e69
SM
2013 * mail/smtpmail.el (smtpmail-send-it):
2014 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2015 valid mbox format.
2016
f7fd3d79
GM
20172012-03-09 Glenn Morris <rgm@gnu.org>
2018
2019 * files.el (dir-locals-find-file):
2020 Don't check result is regular, readable.
2021 (dir-locals-read-from-file): Demote errors.
2022
6ff6e72f
EZ
20232012-03-08 Eli Zaretskii <eliz@gnu.org>
2024
dbbc2e69
SM
2025 * international/quail.el (quail-insert-kbd-layout):
2026 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2027 layout cell, to prevent their reordering by bidi display engine.
2028 For details, see the discussion in
2029 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2030
9cec7834
AM
20312012-03-08 Alan Mackenzie <acm@muc.de>
2032
2033 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2034 the starting position; make it extend the marked region when
2035 invoked repeatedly - all under appropriate circumstances.
2036 Fixes bugs #5525, #10906.
2037
9a40b8d4
GM
20382012-03-08 Glenn Morris <rgm@gnu.org>
2039
2040 * files.el (locate-dominating-file, dir-locals-find-file):
2041 Undo 2012-03-06 change.
2042
7a08ed35
EZ
20432012-03-07 Eli Zaretskii <eliz@gnu.org>
2044
dbbc2e69
SM
2045 * international/quail.el (quail-help):
2046 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2047 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2048 for the reason.
2049
5aca4f71 20502012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2051
2052 Avoid superfluous registering of signals. (Bug#10807)
2053
2054 * notifications.el (notifications-on-action-object)
2055 (notifications-on-close-object): New defvars.
2056 (notifications-on-action-signal, notifications-on-closed-signal):
2057 Unregister the signal if not needed any longer.
2058 (notifications-notify): Register `notifications-action-signal' or
2059 `notifications-closed-signal', if :on-action or :on-close has been
2060 passed as argument.
2061
78e8b10a
CY
20622012-03-07 Chong Yidong <cyd@gnu.org>
2063
2064 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2065 non-X platforms.
2066
69481eb8
GM
20672012-03-06 Glenn Morris <rgm@gnu.org>
2068
2069 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2070 (x-disown-selection-internal, x-get-selection-internal):
2071 Doc fix (add arglist signatures). (Bug#10783)
2072
133b8e11
KS
20732012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2074
2075 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2076 Handle breakpoints with no "type".
2077
99a83064
GM
20782012-03-06 Glenn Morris <rgm@gnu.org>
2079
2080 * files.el (locate-dominating-file): Add optional predicate argument.
2081 (dir-locals-find-file): Make use of above change.
2082
17798e78
TTN
20832012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2084
2085 * info.el (Info-insert-dir): Also try "dir.gz".
2086
eb182446
GM
20872012-03-06 Glenn Morris <rgm@gnu.org>
2088
8f2114ee
GM
2089 * files.el (dir-locals-find-file):
2090 Ignore non-readable or non-regular files. (Bug#10928)
2091
eb182446
GM
2092 * files.el (locate-dominating-file): Doc fix.
2093
24679323
AS
20942012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2095
2096 * calendar/calendar.el (calendar-set-mode-line):
2097 `getenv' returns a string. (Bug#10951)
2098
01d972a9
LL
20992012-03-05 Leo Liu <sdl.web@gmail.com>
2100
109aa8a9
LL
2101 * simple.el (backward-delete-char-untabify): Constrain point to
2102 field (Bug#10939).
2103
01d972a9
LL
2104 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2105
10607bea
CY
21062012-03-05 Chong Yidong <cyd@gnu.org>
2107
2108 * simple.el (count-words): If called from Lisp, return the word
2109 count, for symmetry with `count-lines'. Arglist changed.
2110 (count-words--message): Args changed. Consolidate counting code
2111 from count-words and count-words-region.
2112 (count-words-region): Caller changed.
2113 (count-lines-region): Make it an obsolete alias.
2114
5dd11cfe
TH
21152012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2116
2117 * saveplace.el (save-place-to-alist)
2118 (save-place-ignore-files-regexp): Allow value nil to disable this
2119 feature.
2120
c349f4e6
CY
21212012-03-04 Chong Yidong <cyd@gnu.org>
2122
2123 * faces.el (face-spec-reset-face): For the default face, reset the
2124 attributes to default values (Bug#10748).
2125
e627be4c
LMI
21262012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2127
2128 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2129 previous patch: Check `message-send-mail-function', and not the
2130 default function (bug#10897).
2131
ebeabff4
MA
21322012-03-04 Michael Albinus <michael.albinus@gmx.de>
2133
a41a6cf4
MA
2134 * notifications.el (notifications-on-action-signal)
2135 (notifications-on-closed-signal): Check for unique service name of
2136 incoming event. Fix error in removing entry.
ebeabff4 2137 (top): Register for signals with wildcard service name.
a41a6cf4 2138 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2139
c1ca42b4
CY
21402012-03-04 Chong Yidong <cyd@gnu.org>
2141
dc9924b8 2142 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2143
ea16568d
GM
21442012-03-04 Glenn Morris <rgm@gnu.org>
2145
2146 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2147 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2148 (expand-abbrev, define-abbrev-table): Doc fixes.
2149
fbae4637
LMI
21502012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2151
2152 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2153 `message-default-send-mail-function' and not `send-mail-function'
2154 when doing the prompting for `sendmail-query-once' before sending
2155 in Message buffers (bug#10897).
2156
a1e7225c
LMI
2157 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2158 This is inconsistent with all the other stream functions, which leave
2159 the setting up to the higher levels (if so wanted) (bug#10931).
2160
56d093a9
AM
21612012-03-02 Alan Mackenzie <acm@muc.de>
2162
2163 Depessimize the handling of very large macros.
2164
2165 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2166 (c-macro-cache-syntactic): New variables to implement a one
2167 element macro cache.
2168 (c-invalidate-macro-cache): New function.
2169 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2170 Adapt to use the new cache.
2171 (c-state-safe-place): Use better the cache of safe positions.
2172 (c-state-semi-nonlit-pos-cache)
2173 (c-state-semi-nonlit-pos-cache-limit):
2174 New variables for...
2175 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2176 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2177 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2178 Use c-state-semi-safe-place.
56d093a9 2179
dbbc2e69
SM
2180 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2181 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2182
817e5c3d
MA
21832012-03-02 Michael Albinus <michael.albinus@gmx.de>
2184
dbbc2e69
SM
2185 * jka-compr.el (jka-compr-call-process):
2186 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2187 not remote.
2188
a032a702
MA
21892012-03-01 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2192 access of FILE2, if FILE1 does not exist.
2193
99a54f21
MA
2194 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2195 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2196
2197 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2198 Add "PAGER=" to `process-environment'.
2199
f6561e1f
MM
22002012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2201
2202 * progmodes/sql.el: Bug fix
2203 (sql-get-login-ext): Save login values in globals.
2204 (sql-get-login): Use new version of `sql-get-login-ext'.
2205 (sql-interactive-mode): Set global `sql-connection' to nil.
2206 (sql-connect): Set global values for connection.
2207 (sql-product-interactive): Save global values as buffer local.
2208
2d44d9cc
LL
22092012-02-29 Leo Liu <sdl.web@gmail.com>
2210
2211 * abbrev.el (define-abbrevs): Reset sys to nil.
2212
96b49301 22132012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2214
bf7f9bc5
JB
2215 * files.el (file-equal-p): Rename from `files-equal-p'.
2216 Return nil when one or both files don't exist.
96b49301 2217 (file-subdir-of-p): Now only top directory must exists,
2218 return nil if it doesn't.
bf7f9bc5
JB
2219 (copy-directory): No need to test with `file-subdir-of-p' after
2220 creating dir.
2221 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2222 to `file-equal-p'.
96b49301 2223
44e97401
GM
22242012-02-28 Glenn Morris <rgm@gnu.org>
2225
2226 * shell.el (shell-mode):
2227 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2228 * play/landmark.el (landmark-font-lock-face-O):
2229 * play/handwrite.el (handwrite):
2230 * play/gomoku.el (gomoku-O):
2231 * net/browse-url.el (browse-url-browser-display):
2232 * international/mule.el (define-charset):
2233 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2234 * filesets.el (filesets-find-file-delay):
2235 * eshell/em-xtra.el (eshell-xtra):
2236 * eshell/em-unix.el (eshell-grep):
2237 * emulation/viper.el (viper-mode):
2238 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2239 * emacs-lisp/easymenu.el (easy-menu-define):
2240 * calendar/timeclock.el (timeclock-use-display-time):
2241 * bs.el (bs-mode):
2242 * bookmark.el (bookmark-save-flag):
2243 Doc fix (standardize possessive apostrophe usage).
2244
c98c6276
CY
22452012-02-27 Chong Yidong <cyd@gnu.org>
2246
bf7f9bc5
JB
2247 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2248 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2249
c98c6276
CY
2250 * font-lock.el (font-lock-specified-p): Rename from
2251 font-lock-spec-present. Callers changed.
2252
9c62cd04 22532012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2254
bf7f9bc5
JB
2255 * emacs-lisp/package.el (package-compute-transaction):
2256 Handle holding a package version to t in package-load-list.
8ac9e529 2257
530739c9
MA
22582012-02-26 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2261 (tramp-get-inode, tramp-get-device): Use cached values.
2262
487915d7
AM
22632012-02-26 Alan Mackenzie <acm@muc.de>
2264
2265 Check there is a font-lock specification before doing initial
2266 fontification.
2267
2268 * font-core.el (font-lock-mode): Move the conditional from
2269 :after-hook to font-lock-initial-fontify.
2270 (font-lock-default-function): Move the check for a specification
2271 to font-lock-spec-present.
2272
dc9924b8 2273 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2274 (font-lock-spec-present): New function.
2275
4fd96557
JB
22762012-02-26 Jim Blandy <jimb@red-bean.com>
2277
2278 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2279 (gdb-send): Apply it to the operand of the '-interpreter-exec
2280 console' command, so that we can pass arguments with (say) quotes
2281 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2282
9a4888c0
CY
22832012-02-26 Chong Yidong <cyd@gnu.org>
2284
07498861
CY
2285 * help-fns.el (describe-function-1): Clarify description of
2286 remapping (Bug#10844).
2287
9a4888c0
CY
2288 * files.el (files-equal-p): Doc fix.
2289 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2290 and quit the loop once a mismatch is found.
2291
ea8fb88d
JB
22922012-02-25 Juanma Barranquero <lekktu@gmail.com>
2293
2294 * bs.el (bs--show-with-configuration): Don't throw an error
2295 if the window cannot be split; otherwise, subsequent calls to
2296 bs-show fail, restoring a stale window config. (Bug#10882)
2297
525795c1
JD
22982012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2299
2300 * term/ns-win.el (global-map): Bind ns-drag-file to
2301 ns-find-file (Bug#5855, Bug#10050).
2302
f008086f
AS
23032012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2304
2305 * calendar/parse-time.el (parse-time-string): Allow extractor to
2306 return nil.
2307
a3fcfa99
MA
23082012-02-25 Michael Albinus <michael.albinus@gmx.de>
2309
91027d08
JB
2310 * net/tramp.el (tramp-file-name-for-operation):
2311 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2312
2313 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2314 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2315 Add COPY-CONTENTS argument.
a3fcfa99 2316
67b0de11
CY
23172012-02-25 Chong Yidong <cyd@gnu.org>
2318
2319 Add custom groups for VC backends, for consistency with vc-bzr.
2320
2321 * vc/vc-arch.el (vc-arch):
2322 * vc/vc-cvs.el (vc-cvs):
2323 * vc/vc-git.el (vc-git):
2324 * vc/vc-hg.el (vc-hg):
2325 * vc/vc-mtn.el (vc-mtn):
2326 * vc/vc-rcs.el (vc-rcs):
2327 * vc/vc-sccs.el (vc-sccs):
2328 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2329 All relevant defcustoms reassigned.
2330
3c9dfce6
CY
23312012-02-25 Chong Yidong <cyd@gnu.org>
2332
1339bf43
CY
2333 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2334
3c9dfce6
CY
2335 * term/x-win.el (x-initialize-window-system): Reduce default for
2336 x-selection-timeout to 5 seconds (Bug#8869).
2337
25b2e303 23382012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2339
ec70a47d
GM
2340 * files.el (files-equal-p, file-subdir-of-p): New functions.
2341 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2342 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2343 * dired-aux.el (dired-copy-file-recursive): Same.
2344 (dired-create-files): Modify destination when source is equal to
2345 dest when copying files.
53a46cd0 2346 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2347
914260cd
MA
23482012-02-24 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2351 (Bug#10874)
2352
2cb228f7
AM
23532012-02-23 Alan Mackenzie <acm@muc.de>
2354
2355 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2356 parameter "after-hook:" to allow the expansion to run code after
2357 the execution of the mode hooks.
2358
2359 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2360 from font-lock-mode-internal.
2cb228f7 2361
91027d08 2362 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2363 :after-hook.
2364
8f0fde21
SM
23652012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2366
3e88618b
SM
2367 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2368 (completion--cache-all-sorted-completions): New function.
2369 (completion-all-sorted-completions): Use it.
2370 (completion--do-completion, minibuffer-force-complete):
2371 Use it to re-instate the flush hook.
2372
8f0fde21
SM
2373 * icomplete.el (icomplete-completions): Replace last fix with a better
2374 one (bug#10850).
2375
8e911f6f
DG
23762012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2377
2378 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2379 when it might call us back infinitely (bug#10797).
2380
49fe4321
GM
23812012-02-23 Glenn Morris <rgm@gnu.org>
2382
2383 * minibuffer.el (completion-category-overrides): Doc fix.
2384
b291b572
SM
23852012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2388 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2389
31a9ef2e
GM
23902012-02-23 Glenn Morris <rgm@gnu.org>
2391
5e6e6794 2392 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2393 (authors-obsolete-files-regexps, authors-ignored-files)
2394 (authors-ambiguous-files, authors-renamed-files-alist):
2395 Add more entries.
2396
0bd1e074
JL
23972012-02-23 Juri Linkov <juri@jurta.org>
2398
2399 * isearch.el (isearch-occur): Sync interactive spec with occur's
2400 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2401
b617673c
JL
2402 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2403
19e9789e
JL
24042012-02-22 Juri Linkov <juri@jurta.org>
2405
2406 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2407 (ucs-insert): Doc fix. Check for hex digits in the string.
2408 Don't display `nil' in the error message. (Bug#10857)
2409
f41ce09d
AM
24102012-02-22 Alan Mackenzie <acm@muc.de>
2411
7a71b18d 2412 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2413
ac2eceee
GM
24142012-02-22 Glenn Morris <rgm@gnu.org>
2415
2416 * ffap.el (ffap-c-path):
2417 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2418
abd1f678
CY
24192012-02-22 Chong Yidong <cyd@gnu.org>
2420
2421 * custom.el (load-theme): Doc fix.
2422
f25aef2e
GM
24232012-02-22 Glenn Morris <rgm@gnu.org>
2424
2425 * dired-x.el (dired-guess-shell-alist-default):
2426 Remove escape sequences from nroff output. (Bug#172)
2427
5f8dc2ca
GM
24282012-02-21 Glenn Morris <rgm@gnu.org>
2429
6ff86ec4
GM
2430 * vc/emerge.el (emerge-defvar-local):
2431 Set `permanent-local' property rather than unused `preserved'.
2432
be3223a3 2433 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2434 (picture-mode-map): Use it. (Bug#10860)
2435 (picture-mode): Doc fix.
2436
3fe58f4f
JB
24372012-02-21 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * newcomment.el (uncomment-region-default): Remove unused binding.
2440
f9a998c3
GM
24412012-02-21 Glenn Morris <rgm@gnu.org>
2442
2443 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2444 (picture-self-insert, picture-tab-chars): Doc fix.
2445 (picture-mode-map): Fix C-a, C-e.
2446
c6029348
GM
24472012-02-20 Glenn Morris <rgm@gnu.org>
2448
2449 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2450
ab1ce9d7
LL
24512012-02-20 Leo Liu <sdl.web@gmail.com>
2452
2453 * icomplete.el (icomplete-completions): Check FROM arg before
2454 passing to substring (Bug#10850).
2455
0fd40f89
CY
24562012-02-19 Chong Yidong <cyd@gnu.org>
2457
2458 * comint.el: Require ansi-color.
2459 (comint-output-filter-functions): Add ansi-color-process-output.
2460
2461 * ansi-color.el: Don't set comint-output-filter-functions; it is
2462 now in the initial value defined in comint.el.
2463 (ansi-color-apply-face-function): New variable.
2464 (ansi-color-apply-on-region): Use it.
2465 (ansi-color-apply-overlay-face): New function.
2466
2467 * shell.el (shell): No need to require ansi-color.
2468 (shell-mode): Use ansi-color-apply-face-function to highlight
2469 color escapes using font-lock-face property (Bug#10835).
2470
20af2394
CY
24712012-02-19 Chong Yidong <cyd@gnu.org>
2472
2473 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2474 mode-line formats (Bug#10839).
2475
e23a3fbe
GM
24762012-02-18 Glenn Morris <rgm@gnu.org>
2477
b474519e
GM
2478 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2479
2480 * mail/undigest.el (unforward-rmail-message): Doc fix.
2481
e23a3fbe
GM
2482 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2483
57939ff4
EZ
24842012-02-18 Eli Zaretskii <eliz@gnu.org>
2485
2486 * international/characters.el (script-list): Sync with the latest
2487 Unicode Character Database.
2488
0c23686e
AS
24892012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2490
2491 * international/titdic-cnv.el: Remove duplicate coding tag.
2492 * language/cham.el: Likewise.
2493 * language/tai-viet.el: Likewise.
2494
6818b449
GM
24952012-02-18 Glenn Morris <rgm@gnu.org>
2496
2497 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2498 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2499 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2500 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2501 * calendar/holidays.el (holiday-bahai-holidays)
2502 (calendar-holidays, list-holidays):
2503 Use utf-8 Bahá'í in doc-strings, menus, etc.
2504
0311a3fc
TH
25052012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2506
2507 * saveplace.el (save-place-ignore-files-regexp): New variable
2508 allowing for excluding files from saving their location of point.
2509 The default value matches the temporary commit message editing
2510 files from Git, SVN, Bazaar, and Mercurial.
2511 (save-place-to-alist): Use it.
2512
eb864a71
LM
25132012-02-17 Lawrence Mitchell <wence@gmx.li>
2514 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * newcomment.el (uncomment-region-default): Don't leave extra space
2517 when an arg is provided (bug#8150).
2518
ee0ce425
TZ
25192012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2520
eb864a71 2521 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2522
95ddf442
GM
25232012-02-17 Glenn Morris <rgm@gnu.org>
2524
2525 * net/socks.el: Require network-stream. (Bug#10599)
2526
48dd1e39 25272012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2528
2529 * international/charprop.el:
2530 * international/uni-name.el:
2531 * international/uni-old-name.el:
2532 * international/uni-comment.el: Regenerate.
2533
d68cd087
GM
25342012-02-16 Glenn Morris <rgm@gnu.org>
2535
2536 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2537 Interactively in calendar buffer, give an error if not on a date.
2538
13932042
GM
25392012-02-15 Glenn Morris <rgm@gnu.org>
2540
2541 * shell.el (shell-delimiter-argument-list):
2542 Revert 2011-02-17 change. (Bug#8027)
2543
c3a70e2b
CY
25442012-02-15 Chong Yidong <cyd@gnu.org>
2545
60236b0d
CY
2546 * minibuffer.el (completion-at-point-functions): Doc fix.
2547
c3a70e2b
CY
2548 * custom.el (defcustom): Doc fix; note use of defvar.
2549
9f26dc24
GM
25502012-02-15 Glenn Morris <rgm@gnu.org>
2551
2552 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2553 Doc fixes.
2554
6546b134
GM
25552012-02-14 Glenn Morris <rgm@gnu.org>
2556
2557 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2558
d29b2b4c
LI
25592012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2560
2561 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2562 way the ports list is computed.
835bdcba
LI
2563 (smtpmail-query-smtp-server): Prompt the user for a port number if
2564 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2565
08dcdbc9
TZ
25662012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2567
2568 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2569
2605051a
GM
25702012-02-13 Glenn Morris <rgm@gnu.org>
2571
2572 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2573
7ee99f32
TZ
25742012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2575
2576 * net/gnutls.el (gnutls-trustfiles): New variable.
2577 (gnutls-negotiate): Use it.
2578
5f0af64f
LI
25792012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2580
2581 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2582 does its stuff if Gnus is running.
2583
c14fcc95
AM
25842012-02-13 Alan Mackenzie <acm@muc.de>
2585
2586 Fix a loop in c-set-fl-decl-start.
2587
7a71b18d 2588 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2589 c-backward-syntactic-ws actually moves backwards.
2590
142b4d90
LL
25912012-02-13 Leo Liu <sdl.web@gmail.com>
2592
2593 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2594 beginning so that all \C-o chars are removed.
2595
fa9958a6
TZ
25962012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2597
dc9924b8 2598 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2599
0bc5886a
AM
26002012-02-12 Alan Mackenzie <acm@muc.de>
2601
2602 Fix infinite loop with long macros.
4d6769e1 2603 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2604
d4bd55e7
CY
26052012-02-12 Chong Yidong <cyd@gnu.org>
2606
2607 * window.el (display-buffer): Doc fix (Bug#10785).
2608
66f3fe22
GM
26092012-02-12 Glenn Morris <rgm@gnu.org>
2610
bd7da63e
GM
2611 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2612 (x-disown-selection-internal, x-get-selection-internal):
2613 Sync docs with the xselect.c versions.
2614
66f3fe22
GM
2615 * allout-widgets.el: Add missing license notice.
2616
3e0d2fa7
GM
26172012-02-11 Glenn Morris <rgm@gnu.org>
2618
cfecdf09
GM
2619 * select.el (x-get-selection-internal, x-own-selection-internal)
2620 (x-disown-selection-internal):
2621 * x-dnd.el (x-get-selection-internal): Update declarations.
2622
6d216d7f
GM
2623 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2624
2bed3f04
GM
2625 * window.el (window-sides-slots):
2626 * tool-bar.el (tool-bar-position):
2627 * term/xterm.el (xterm-extra-capabilities):
2628 * ses.el (ses-self-reference-early-detection):
2629 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2630 (verilog-auto-wire-type)
2631 (verilog-auto-delete-trailing-whitespace)
2632 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2633 (verilog-auto-tieoff-declaration):
2634 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2635 (sql-oracle-statement-starters, sql-oracle-scan-on):
2636 * progmodes/prolog.el (prolog-align-comments-flag)
2637 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2638 (prolog-left-indent-regexp, prolog-paren-indent-p)
2639 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2640 (prolog-types, prolog-mode-specificators)
2641 (prolog-determinism-specificators, prolog-directives)
2642 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2643 (prolog-electric-dot-flag)
2644 (prolog-electric-dot-full-predicate-template)
2645 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2646 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2647 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2648 (prolog-program-switches, prolog-prompt-regexp)
2649 (prolog-debug-on-string, prolog-debug-off-string)
2650 (prolog-trace-on-string, prolog-trace-off-string)
2651 (prolog-zip-on-string, prolog-zip-off-string)
2652 (prolog-use-standard-consult-compile-method-flag)
2653 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2654 (prolog-imenu-max-lines, prolog-info-predicate-index)
2655 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2656 (prolog-char-quote-workaround):
2657 * progmodes/cc-vars.el (c-defun-tactic):
2658 * net/tramp.el (tramp-encoding-command-interactive)
2659 (tramp-local-end-of-line):
2660 * net/soap-client.el (soap-client):
2661 * net/netrc.el (netrc-file):
2662 * net/gnutls.el (gnutls):
2663 * minibuffer.el (completion-category-overrides)
2664 (completion-cycle-threshold)
2665 (completion-pcm-complete-word-inserts-delimiters):
2666 * man.el (Man-name-local-regexp):
2667 * mail/feedmail.el (feedmail-display-full-frame):
2668 * international/characters.el (glyphless-char-display-control):
2669 * eshell/em-ls.el (eshell-ls-date-format):
2670 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2671 (lisp-lambda-list-keyword-parameter-indentation)
2672 (lisp-lambda-list-keyword-parameter-alignment):
2673 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2674 * dired-x.el (dired-omit-verbose):
2675 * cus-theme.el (custom-theme-allow-multiple-selections):
2676 * calc/calc.el (calc-highlight-selections-with-faces)
2677 (calc-lu-field-reference, calc-lu-power-reference)
2678 (calc-note-threshold):
2679 * battery.el (battery-mode-line-limit):
2680 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2681 (archive-7z-update):
2682 * allout.el (allout-prefixed-keybindings)
2683 (allout-unprefixed-keybindings)
2684 (allout-inhibit-auto-fill-on-headline)
2685 (allout-flattened-numbering-abbreviation):
2686 * allout-widgets.el (allout-widgets-auto-activation)
2687 (allout-widgets-icons-dark-subdir)
2688 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2689 (allout-widgets-theme-dark-background)
2690 (allout-widgets-theme-light-background)
2691 (allout-widgets-item-image-properties-emacs)
2692 (allout-widgets-item-image-properties-xemacs)
2693 (allout-widgets-run-unit-tests-on-load)
2694 (allout-widgets-time-decoration-activity)
2695 (allout-widgets-hook-error-post-time)
2696 (allout-widgets-track-decoration):
2697 Add missing :version tags to new defcustoms and defgroups.
2698
5fec1b8e
GM
2699 * progmodes/sql.el (sql-ansi-statement-starters)
2700 (sql-oracle-statement-starters): Add custom type.
2701
3e0d2fa7
GM
2702 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2703 (prolog-system-version): Give it a type.
2704
90b671e2
EZ
27052012-02-11 Eli Zaretskii <eliz@gnu.org>
2706
2707 * term/pc-win.el (x-select-text, x-selection-owner-p)
2708 (x-own-selection-internal, x-disown-selection-internal)
2709 (x-get-selection-internal): Sync doc strings and argument lists
2710 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2711
5eac0c02
LL
27122012-02-11 Leo Liu <sdl.web@gmail.com>
2713
2714 * progmodes/python.el (python-end-of-statement): Fix infinite
2715 loop. (Bug#10788)
2716
f82cb659
GM
27172012-02-10 Glenn Morris <rgm@gnu.org>
2718
2719 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2720 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2721
cc26d239
LI
27222012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2723
2724 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2725 about SMTP before checking the From header.
2726
91027d08 2727 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2728 into own function for reuse by emacsbug.el.
2729
1be3ca5a
LL
27302012-02-10 Leo Liu <sdl.web@gmail.com>
2731
2732 * subr.el (condition-case-unless-debug): Rename from
2733 condition-case-no-debug. All callers changed.
2734 (with-demoted-errors): Fix caller.
2735
2736 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2737 * nxml/rng-valid.el (rng-do-some-validation):
2738 * emacs-lisp/package.el (package-refresh-contents)
2739 (package-menu-execute):
2740 * desktop.el (desktop-create-buffer):
91027d08 2741 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2742
b011fbfe
GM
27432012-02-10 Glenn Morris <rgm@gnu.org>
2744
b2096d72
GM
2745 * textmodes/bibtex.el:
2746 Add missing :version tags for new/changed defcustoms.
2747
b011fbfe
GM
2748 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2749
4c7e65bf
LI
27502012-02-09 Lars Ingebrigtsen <larsi@rusty>
2751
2752 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2753 (smtpmail-via-smtp): Use it, or fall back on the From address.
2754 (smtpmail-send-it): Ditto.
2755
f3934f6f
SM
27562012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2759 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2760 (byte-compile-tmp-var): New const.
2761 (byte-compile-defvar): Use it to minimize .elc size.
2762 Just use `defvar' rather than simulate it (bug#10761).
2763
a075a2c5
GM
27642012-02-09 Glenn Morris <rgm@gnu.org>
2765
cf3aa21b
GM
2766 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2767
354998cd
GM
2768 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2769 Add :version tags.
2770
dc9924b8
SM
2771 * progmodes/compile.el (compilation-error-screen-columns)
2772 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2773
dab3703d
GM
2774 * vc/log-view.el (log-view-toggle-entry-display):
2775 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2776
3f88cd72
GM
2777 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2778 (report-emacs-bug-can-use-xdg-email):
2779 (report-emacs-bug-insert-to-mailer): Doc fixes.
2780 (report-emacs-bug): Message fix.
2781
d95b247d
GM
2782 * net/browse-url.el (browse-url-can-use-xdg-open)
2783 (browse-url-xdg-open): Doc fixes.
2784
a075a2c5
GM
2785 * electric.el (electric-indent-mode, electric-pair-mode)
2786 (electric-layout-rules, electric-layout-mode): Doc fixes.
2787 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2788
ffb6157e
MR
27892012-02-08 Martin Rudalics <rudalics@gmx.at>
2790
2791 * server.el (server-unselect-display): Don't inadvertently kill
2792 the current buffer. (Bug#10729)
2793
e1ac4066
GM
27942012-02-08 Glenn Morris <rgm@gnu.org>
2795
34e8a2da
GM
2796 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2797 (sql-list-table): Doc fixes.
2798
b4ac6e8c
GM
2799 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2800 Comment out (does nothing).
2801
e1ac4066
GM
2802 * completion.el (dynamic-completion-mode):
2803 * dirtrack.el (dirtrack-debug-mode):
2804 * electric.el (electric-layout-mode):
2805 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2806 * face-remap.el (text-scale-mode, buffer-face-mode):
2807 * iimage.el (iimage-mode):
2808 * image-mode.el (image-transform-mode):
2809 * minibuffer.el (completion-in-region-mode):
2810 * scroll-lock.el (scroll-lock-mode):
2811 * simple.el (next-error-follow-minor-mode):
2812 * tar-mode.el (tar-subfile-mode):
2813 * tooltip.el (tooltip-mode):
2814 * vcursor.el (vcursor-use-vcursor-map):
2815 * wid-browse.el (widget-minor-mode):
2816 * emulation/tpu-edt.el (tpu-edt-mode):
2817 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2818 * international/iso-ascii.el (iso-ascii-mode):
2819 * language/thai-util.el (thai-word-mode):
2820 * mail/supercite.el (sc-minor-mode):
2821 * net/goto-addr.el (goto-address-mode):
2822 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2823 * progmodes/cwarn.el (cwarn-mode):
2824 * progmodes/flymake.el (flymake-mode):
2825 * progmodes/glasses.el (glasses-mode):
2826 * progmodes/hideshow.el (hs-minor-mode):
2827 * progmodes/pascal.el (pascal-outline-mode):
2828 * textmodes/enriched.el (enriched-mode):
2829 * vc/smerge-mode.el (smerge-mode):
2830 Doc fixes (minor mode argument).
2831
5e0d957f
EZ
28322012-02-07 Eli Zaretskii <eliz@gnu.org>
2833
2834 * ls-lisp.el (ls-lisp-sanitize): New function.
2835 (ls-lisp-insert-directory): Use it to fix or remove any elements
2836 in file-alist with missing attributes. (Bug#4673)
2837
98d7371e
AM
28382012-02-07 Alan Mackenzie <acm@muc.de>
2839
2840 Fix spurious recognition of c-in-knr-argdecl.
2841
2842 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2843 putative K&R region.
2844
667ced3a
AM
28452012-02-07 Alan Mackenzie <acm@muc.de>
2846
eb864a71
LM
2847 * progmodes/cc-engine.el (c-forward-objc-directive):
2848 Prevent looping in "#pragma mark @implementation".
667ced3a 2849
5b77774d
MA
28502012-02-07 Michael Albinus <michael.albinus@gmx.de>
2851
2852 * notifications.el (notifications-on-closed-signal): Make `reason'
2853 optional. (Bug#10744)
2854
af008560
GM
28552012-02-07 Glenn Morris <rgm@gnu.org>
2856
60d47423
GM
2857 * emacs-lisp/easy-mmode.el (define-minor-mode):
2858 Doc fixes for the macro and the mode it defines.
2859
dd605cc4
GM
2860 * image.el (imagemagick-types-inhibit): Doc fix.
2861
af008560
GM
2862 * cus-start.el (imagemagick-render-type): Add it.
2863
5cc59a37
LI
28642012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2865
4d6769e1
JB
2866 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2867 Set the default at load time, too, so that `font-lock-fontify-buffer'
2868 can be called without setting up the entire mode first. This fixes
2869 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2870
9a6dd747
CY
28712012-02-06 Chong Yidong <cyd@gnu.org>
2872
2d16b285
CY
2873 * simple.el (list-processes--refresh): Delete exited processes
2874 (Bug#8094).
2875
171e9b6e
CY
2876 * comint.el (comint-next-prompt): next-single-char-property-change
2877 and prev-single-char-property-change never return nil (Bug#8657).
2878
9a6dd747
CY
2879 * custom.el (defcustom): Doc fix (Bug#9711).
2880
aa4589a7
CY
28812012-02-05 Chong Yidong <cyd@gnu.org>
2882
5c2a252f
CY
2883 * cus-edit.el (custom-variable-reset-backup): Quote the value
2884 before storing it in the customized-value property (Bug#6712).
4aab9006 2885 (custom-display): Add a customization type tag.
983b9602 2886 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2887
aa4589a7
CY
2888 * wid-edit.el (widget-field-value-get): New optional arg to
2889 suppress trailing whitespace truncation.
2890 (character): Use it (Bug#2689).
2891
1ff980ae
AS
28922012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2893
2894 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2895 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2896
03988c98
CY
28972012-02-05 Chong Yidong <cyd@gnu.org>
2898
eeb6cc88
CY
2899 * cus-edit.el (custom-variable-value-create): For mismatched
2900 types, show the current value (Bug#7600).
2901
03988c98
CY
2902 * custom.el (defcustom): Doc fix.
2903
f8cdeef0
GM
29042012-02-05 Glenn Morris <rgm@gnu.org>
2905
2906 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2907
0696d255
JB
29082012-02-05 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2911 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2912 (pp-last-sexp): Use `looking-at-p'.
2913
34c99998
GM
29142012-02-04 Glenn Morris <rgm@gnu.org>
2915
8f05da42
GM
2916 * files.el (revert-buffer):
2917 Doc fix (mention revert-buffer-in-progress-p).
2918
f160676e
GM
2919 * emacs-lisp/ert-x.el (ert-simulate-command):
2920 Check deferred-action-list (which is obsolete) is bound.
2921
c7291ad9
GM
2922 * subr.el (with-wrapper-hook): Doc fixes.
2923
34c99998
GM
2924 * simple.el (filter-buffer-substring-functions)
2925 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2926
6283a7d3
LL
29272012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2928
2929 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2930 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2931
e96e3013
LL
29322012-02-04 Leo Liu <sdl.web@gmail.com>
2933
2934 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2935
8ded50f2
GM
29362012-02-04 Glenn Morris <rgm@gnu.org>
2937
82ff1d13
GM
2938 * image.el (image-extension-data): Add obsolete alias.
2939
987a0a16
GM
2940 * isearch.el (isearch-update): Doc fix.
2941
ea32ef46
GM
2942 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2943
8ded50f2
GM
2944 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2945
eea14f31
GM
29462012-02-03 Glenn Morris <rgm@gnu.org>
2947
2948 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2949 (image-animate-timeout): Doc fix.
2950
2951 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2952
12f381b7
GM
29532012-02-02 Glenn Morris <rgm@gnu.org>
2954
953cebf5
GM
2955 * server.el (server-auth-dir): Doc fix.
2956 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2957
12f381b7
GM
2958 * subr.el (run-mode-hooks): Doc fix.
2959
953a8c3b
JL
29602012-02-02 Juri Linkov <juri@jurta.org>
2961
2962 * image-mode.el (image-toggle-display-image): Remove tautological
2963 `major-mode' from the `derived-mode-p' test.
2964
c5d3843c
KH
29652012-02-02 Kenichi Handa <handa@m17n.org>
2966
9f6e692e 2967 * composite.el (compose-region): Cancel previous change.
c5d3843c 2968
159462d4 29692012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2970
2971 * composite.el (compose-region, compose-string): Signal error for
2972 a null string component (Bug#6988).
2973
9f562668
CY
29742012-02-01 Chong Yidong <cyd@gnu.org>
2975
e2cef717
CY
2976 * view.el (view-buffer-other-window, view-buffer-other-frame):
2977 Handle special modes like view-buffer (Bug#10650).
2978 (view-buffer): Simplify.
2979
9f562668
CY
2980 * frame.el (set-frame-font): Tweak meaning of third argument.
2981
9f6e692e
JB
2982 * dynamic-setting.el (font-setting-change-default-font):
2983 Use set-frame-font (Bug#9982).
9f562668 2984
781acb9f
GM
29852012-02-01 Glenn Morris <rgm@gnu.org>
2986
6035be52
GM
2987 * progmodes/compile.el (compilation-internal-error-properties):
2988 Respect compilation-first-column in the "*compilation*" buffer.
2989
781acb9f
GM
2990 * emacs-lisp/easy-mmode.el (define-minor-mode):
2991 Relax :variable's test for a named function.
2992
abbceb00
AM
29932012-01-31 Alan Mackenzie <acm@muc.de>
2994
2995 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2996 off by one error.
2997
fce3fdeb
CY
29982012-01-31 Chong Yidong <cyd@gnu.org>
2999
3000 * frame.el (set-frame-font): New arg ALL-FRAMES.
3001
3002 * menu-bar.el (menu-set-font): Use set-frame-font.
3003
3004 * faces.el (face-spec-reset-face): Don't apply unspecified
3005 attribute values to the default face.
3006
47893581
JB
30072012-01-31 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * progmodes/cwarn.el (cwarn): Remove dead link.
3010 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3011 Remove * from defcustom docstrings.
3012 (turn-on-cwarn-mode): Make obsolete.
3013 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3014 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3015
e58e988a
GM
30162012-01-31 Glenn Morris <rgm@gnu.org>
3017
60dc2671 3018 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3019 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3020 Allow named functions to be used as the cdr of :variable.
e58e988a 3021
7a3f511d
GM
30222012-01-30 Glenn Morris <rgm@gnu.org>
3023
3024 * emacs-lisp/authors.el (authors-fixed-entries):
3025 Remove reference to deleted file rnewspost.el.
3026
cb882333
JB
30272012-01-29 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * window.el (window-with-parameter): Remove unused variable `windows'.
3030 (window--side-check): Remove unused variable `code'.
3031 (window--resize-siblings): Remove unused variable `first'.
3032 (adjust-window-trailing-edge): Remove unused variable `failed'.
3033 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3034 Use `let', not `let*'.
3035 (balance-windows-2): Remove unused variable `found'.
3036 (window--state-put-2): Remove unused variable `splits'.
3037 (window-state-put): Remove unused variable `selected'.
3038 (same-window-p): Use `string-match-p'.
3039 (display-buffer-assq-regexp): Remove unused variable `value'.
3040 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3041 Mark argument ALIST as ignored.
3042 (pop-to-buffer): Remove unused variable `old-window'.
3043
907201af
EZ
30442012-01-29 Eli Zaretskii <eliz@gnu.org>
3045
3046 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3047 and .lzma compressed files.
3048
ea162670
CY
30492012-01-29 Chong Yidong <cyd@gnu.org>
3050
5b95ee8a
CY
3051 * frame.el (window-system-default-frame-alist): Doc fix.
3052
ea162670
CY
3053 * dynamic-setting.el (font-setting-change-default-font): Don't
3054 change the default face if SET-FONT argument is non-nil (Bug#9982).
3055
d6e6f4b1
SB
30562012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3057
3058 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3059
0f29fa41 30602012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3061
3062 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3063 breakpoints in files outside current directory (Bug#6098).
3064
db174434
CY
30652012-01-29 Chong Yidong <cyd@gnu.org>
3066
6b25e4e2
SE
3067 * progmodes/python.el: Require ansi-color at top-level.
3068
6df6ae42
JB
3069 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3070 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3071 (lisp-mode-abbrev-table): Add doc.
3072 (lisp-mode-variables): Don't set local-abbrev-table.
3073 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3074
e70ee681
RW
30752012-01-28 Roland Winkler <winkler@gnu.org>
3076
3077 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3078
ace88aa2
RW
30792012-01-28 Roland Winkler <winkler@gnu.org>
3080
3081 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3082 (bibtex-set-dialect): Use it. Either set global values of
3083 dialect-dependent variables or bind these variables buffer-locally
3084 (Bug#10254).
3085 (bibtex-mode): Call bibtex-set-dialect via
3086 hack-local-variables-hook.
eb864a71
LM
3087 (bibtex-dialect): Update docstring.
3088 Add safe-local-variable predicate.
ace88aa2
RW
3089 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3090 bibtex-set-dialect.
3091 (bibtex-mode-map): Define menu for each dialect.
3092 (bibtex-entry): Fix docstring.
3093
93376c5b
CY
30942012-01-28 Chong Yidong <cyd@gnu.org>
3095
3096 * eshell/esh-arg.el (eshell-quote-argument): New function.
3097
3098 * eshell/esh-ext.el (eshell-invoke-batch-file):
3099 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3100 first arg to eshell-parse-command (Bug#10523).
3101
4372494f
DA
31022012-01-28 Drew Adams <drew.adams@oracle.com>
3103
3104 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3105 `default-directory' is non-nil.
3106
4d4ec1f8
EZ
31072012-01-28 Eli Zaretskii <eliz@gnu.org>
3108
3109 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3110 line that displays system-configuration-options. (Bug#9924)
3111
7c188927
DA
31122012-01-28 Drew Adams <drew.adams@oracle.com>
3113
3114 * descr-text.el (describe-char): Show information about POS, in
3115 addition to information about the character at POS. Improve and
3116 update the doc string. Change "code point" to "code point in
3117 charset", to avoid confusion with the character's Unicode code
3118 point shown above that. (Bug#10129)
3119
e0da685a
EZ
31202012-01-28 Eli Zaretskii <eliz@gnu.org>
3121
3122 * descr-text.el (describe-char): Show the raw character, not only
3123 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3124 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3125 for the reasons.
3126
70550acf
PH
31272012-01-28 Phil Hagelberg <phil@hagelb.org>
3128
eb864a71
LM
3129 * emacs-lisp/package.el (package-install):
3130 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3131
0ce8e868
CY
31322012-01-28 Chong Yidong <cyd@gnu.org>
3133
cb882333
JB
3134 * emacs-lisp/package.el (package-maybe-load-descriptor):
3135 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3136 (package-maybe-load-descriptor): Use it.
3137 (package-download-transaction): Fully load required packages
3138 inside the loop, so that `require' calls work (Bug#10593).
3139 (package-install): No need to call package-initialize now.
3140
2e7f3bea
CY
31412012-01-28 Chong Yidong <cyd@gnu.org>
3142
6e9bad14
CY
3143 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3144
f823b8ca
CY
3145 * tooltip.el (tooltip-mode): Doc fix.
3146 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3147
2680c309
CY
3148 * frame.el (set-cursor-color): Doc fix (Bug#352).
3149
d7a9e63b
CY
3150 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3151 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3152
2e7f3bea
CY
3153 * cus-edit.el (custom-buffer-create-internal): Fix search button
3154 action (Bug#10542).
2ae01800 3155 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3156
fc4f7a23
EW
31572012-01-27 Eduard Wiebe <usenet@pusto.de>
3158
3159 * dired.el (dired-mark-files-regexp):
3160 Include any subdirectory components. (Bug#10445)
3161
7dd37071
ML
31622012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3163
3164 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3165 Handle [host]:port syntax. (Bug#10533)
3166
a268160b
AH
31672012-01-27 Alex Harsanyi <harsanyi@mac.com>
3168
3169 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3170
e43273ef
GM
31712012-01-26 Glenn Morris <rgm@gnu.org>
3172
3173 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3174 * term.el (term-raw-escape-map): Use Control-X-prefix.
3175 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3176
1edf595d
MR
31772012-01-25 Martin Rudalics <rudalics@gmx.at>
3178
3179 * window.el (window-state-get, window--state-get-1): Don't deal
3180 with fixed-sizeness of windows. Simplify code.
3181
fa8eafef
JC
31822012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3183
6df6ae42
JB
3184 * window.el (window--state-get-1, window--state-put-2):
3185 Don't save and restore the mark.
fa8eafef 3186
0b21c100
CY
31872012-01-25 Chong Yidong <cyd@gnu.org>
3188
3189 * custom.el (custom-variable-p): Doc fix.
3190
5ae1a6c8
GM
31912012-01-25 Glenn Morris <rgm@gnu.org>
3192
40047858
GM
3193 * dired.el (dired-goto-file): Handle some of the more common
3194 characters that `ls -b' escapes. (Bug#10596)
3195
5ddce96c
GM
3196 * progmodes/compile.el (compilation-next-error-function):
3197 Respect compilation-first-column in the "*compilation*" buffer.
3198 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3199
5ae1a6c8
GM
3200 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3201
b559f1a9
GM
32022012-01-24 Glenn Morris <rgm@gnu.org>
3203
3204 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3205
6725d21a
JD
32062012-01-24 Julien Danjou <julien@danjou.info>
3207
3208 * color.el (color-rgb-to-hsl): Fix value computing.
3209 (color-hue-to-rgb): New function.
3210 (color-hsl-to-rgb): New function.
3211 (color-clamp, color-saturate-hsl, color-saturate-name)
3212 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3213 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3214
70df4bbe
GM
32152012-01-24 Glenn Morris <rgm@gnu.org>
3216
3217 * vc/vc-rcs.el (vc-rcs-create-tag):
3218 * vc/vc-sccs.el (vc-sccs-create-tag):
3219 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3220
802a2ae2
ML
32212012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3222
3223 * eshell/esh-util.el (eshell-read-hosts-file):
3224 Skip comment lines. (Bug#10549)
3225
d7128bb1
ML
3226 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3227
d1a5c3b4
JB
32282012-01-23 Juanma Barranquero <lekktu@gmail.com>
3229
2724d9c7
JB
3230 * subr.el (display-delayed-warnings): Doc fix.
3231 (collapse-delayed-warnings): New function to collapse identical
3232 adjacent warnings.
3233 (delayed-warnings-hook): Add it.
d1a5c3b4 3234
a5509865
MA
32352012-01-22 Michael Albinus <michael.albinus@gmx.de>
3236
3237 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3238
3239 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3240 properties, when "login-as" is set.
3241
3242 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3243 (tramp-default-user-alist): Don't add "pscp".
3244 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3245 property "login-as", if set. (Bug#10530)
3246
cc6d5805
MA
32472012-01-21 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3250 "plink1" and "psftp". (Bug#10530)
3251
32522012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3253
3254 * international/mule-cmds.el (prefer-coding-system): Show a
3255 warning message if the default value of file-name-coding-system
3256 was not changed.
3257
f0960428
JC
32582012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3259
cb882333
JB
3260 * windmove.el (windmove-reference-loc):
3261 Fix windmove-reference-loc miscalculation.
f0960428 3262
dd6f2a63
JB
32632012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3264
3265 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3266 default unit.
3267
7b447e9b
GM
32682012-01-21 Glenn Morris <rgm@gnu.org>
3269
117a9ea1
GM
3270 * international/mule.el (auto-coding-alist): Add .tbz.
3271
7b447e9b
GM
3272 * files.el (local-enable-local-variables): Doc fix.
3273 (inhibit-local-variables-regexps): Rename from
3274 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3275 Doc fix. Add some extensions from auto-coding-alist.
3276 (inhibit-local-variables-suffixes):
3277 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3278 (inhibit-local-variables-p):
3279 New function, extracted from set-auto-mode-1.
3280 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3281 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3282 (hack-local-variables): Doc fix. Make the mode-only case
3283 respect enable-local-variables and friends.
3284 Respect inhibit-local-variables-regexps for file-locals, but
3285 not for directory-locals.
3286 (set-visited-file-name):
3287 Take account of inhibit-local-variables-regexps.
3288 Whether it applies may change as the file name is changed.
3289 * jka-cmpr-hook.el (jka-compr-install):
3290 * jka-compr.el (jka-compr-uninstall):
3291 Update for inhibit-first-line-modes-suffixes name change.
3292
dd6e3cdd
MR
32932012-01-20 Martin Rudalics <rudalics@gmx.at>
3294
3295 * help-macro.el (make-help-screen): Temporarily restore original
3296 binding for minor-mode-map-alist (Bug#10454).
3297
0d0deb38
JD
32982012-01-19 Julien Danjou <julien@danjou.info>
3299
3300 * color.el (color-name-to-rgb): Use the white color to find the max
3301 color component value and return correctly computed values.
3302 (color-name-to-rgb): Add missing float conversion for max value.
3303
34a02f46
MR
33042012-01-19 Martin Rudalics <rudalics@gmx.at>
3305
3306 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3307 special state value for window-persistent-parameters.
3308 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3309 (window--state-put-2): Reset all window parameters to nil before
3310 assigning values of persistent parameters.
3311
606c44c4
AM
33122012-01-18 Alan Mackenzie <acm@muc.de>
3313
3314 Eliminate sluggishness and hangs in fontification of "semicolon
3315 deserts".
3316
cb882333
JB
3317 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3318 Change value 10000 -> 3000.
606c44c4
AM
3319 (c-state-safe-place): Reformulate so it doesn't stack up an
3320 infinite number of wrong entries in c-state-nonlit-pos-cache.
3321 (c-determine-limit-get-base, c-determine-limit): New functions to
3322 determine backward search limits disregarding literals.
3323 (c-find-decl-spots): Amend commenting.
3324 (c-cheap-inside-bracelist-p): New function which detects "={".
3325
3326 * progmodes/cc-fonts.el
3327 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3328 backward search.
3329 (c-font-lock-declarations): Fix an occurrence of point being
3330 undefined. Check additionally for point being in a bracelist or
3331 near a macro invocation without a semicolon so as to avoid a
3332 fruitless time consuming search for a declarator. Give a more
3333 precise search limit for declarators using the new
3334 c-determine-limit.
3335
f3860cea
GM
33362012-01-18 Glenn Morris <rgm@gnu.org>
3337
3338 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3339 (set-auto-mode): Doc fixes.
3340
1db03b16
GM
33412012-01-17 Glenn Morris <rgm@gnu.org>
3342
0e6038be
GM
3343 * isearch.el (search-nonincremental-instead): Fix doc typo.
3344
1db03b16
GM
3345 * dired.el (dired-insert-directory): Handle newlines in directory name.
3346 (dired-build-subdir-alist): Unescape newlines in directory name.
3347
4cb0aa75
MA
33482012-01-17 Michael Albinus <michael.albinus@gmx.de>
3349
3350 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3351 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3352 (tramp-action-terminal): Use it. (Bug#10530)
3353
1d00653d
SM
33542012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3357
6a6ee00d
MR
33582012-01-16 Martin Rudalics <rudalics@gmx.at>
3359
3360 * window.el (window-state-ignored-parameters): Remove variable.
3361 (window--state-get-1): Rename argument MARKERS to IGNORE.
3362 Handle persistent window parameters. Make copy of clone-of
3363 parameter only if requested. (Bug#10348)
3364 (window--state-put-2): Install a window parameter only if it has
3365 a non-nil value or an existing parameter shall be overwritten.
3366
97912def
MA
33672012-01-15 Michael Albinus <michael.albinus@gmx.de>
3368
3369 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3370
688070a5
EZ
33712012-01-14 Eli Zaretskii <eliz@gnu.org>
3372
3373 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3374 don't pass the (nil) value of `upnode' to string-match.
3375
301afadc
CY
33762012-01-14 Chong Yidong <cyd@gnu.org>
3377
3378 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3379 Fix values recognized by the cursorBlink resource.
301afadc 3380
9e5788aa
PE
33812012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3382
3383 * epg.el (epg--make-temp-file): Avoid permission race condition
3384 when running on old Emacs versions (bug#10403).
3385
3cdb7f5a
GM
33862012-01-14 Glenn Morris <rgm@gnu.org>
3387
3388 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3389
8c82b1b4
AM
33902012-01-13 Alan Mackenzie <acm@muc.de>
3391
3392 Fix filling for when filladapt mode is enabled.
3393
3394 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3395 c-mask-paragraph, pass in `fill-paragraph' rather than
3396 `fill-region-as-paragraph'. (This is a reversion of a previous
3397 change.)
eb864a71
LM
3398 * progmodes/cc-mode.el (c-basic-common-init):
3399 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3400
e517eda4
GM
34012012-01-13 Glenn Morris <rgm@gnu.org>
3402
1498536e
GM
3403 * dired.el (dired-switches-escape-p): New function.
3404 (dired-insert-directory): Use dired-switches-escape-p.
3405 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3406
e517eda4
GM
3407 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3408
328f984d
GM
34092012-01-12 Glenn Morris <rgm@gnu.org>
3410
3411 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3412 changes in adaptive-fill-regexp. (Bug#10276)
3413
2cc769a8
AM
34142012-01-11 Alan Mackenzie <acm@muc.de>
3415
3416 Fix Emacs bug #10463 - put `widen's around the critical spots.
3417
1d00653d 3418 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3419 widen around each invocation of c-state-pp-to-literal. Remove an
3420 unused let variable.
3421
e52c37fa
GM
34222012-01-11 Glenn Morris <rgm@gnu.org>
3423
3424 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3425 Doc fix.
e52c37fa 3426
96f8741e
CY
34272012-01-10 Chong Yidong <cyd@gnu.org>
3428
1d00653d
SM
3429 * net/network-stream.el (network-stream-open-starttls):
3430 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3431 response to the capability command.
3432
b09a806e
GM
34332012-01-10 Glenn Morris <rgm@gnu.org>
3434
3435 * mail/unrmail.el (unrmail): Tweak previous change.
3436
7655cb66
CY
34372012-01-09 Chong Yidong <cyd@gnu.org>
3438
3439 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3440
9d5a8f0b
AM
34412012-01-08 Alan Mackenzie <acm@muc.de>
3442
3443 Optimise font locking in long enum definitions.
3444
3445 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3446 arm to a cond form to handle enums.
3447 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3448 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3449
9a0115ab 34502012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3451
3452 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3453 (Bug#10401)
6bb72cbd 3454
f186bb95
LMI
34552012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456
29232a68
LMI
3457 * faces.el (set-face-attribute): Clarify the meaning of the nil
3458 frame (bug#10294).
3459
4e5d086d
LMI
3460 * subr.el (with-selected-frame): Mention that the selected frame
3461 is restored (bug#9980).
3462
8e66aebe
LMI
3463 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3464 (bug#9759).
3465
cd394be1 3466 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3467 (password-read): Don't autoload unused function.
3468
adf4e762
JB
34692012-01-07 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * progmodes/which-func.el (which-func-mode): Turn into a
3472 non-interactive function and mark as obsolete (bug#10428).
3473
89bd9ccd
CY
34742012-01-06 Chong Yidong <cyd@gnu.org>
3475
3476 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3477 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3478 functions, along with 1 and -1.
3479
4afee9d5
EZ
34802012-01-06 Eli Zaretskii <eliz@gnu.org>
3481
3482 * time.el (display-time-load-average)
3483 (display-time-default-load-average): Doc fixes. See the thread
3484 starting at
3485 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3486 for the details.
3487
536aea70
GM
34882012-01-06 Glenn Morris <rgm@gnu.org>
3489
665ae865
GM
3490 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3491 has no messages. (Bug#10377)
3492
c869783d
GM
3493 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3494 than Info-edit. (Bug#10385)
3495
2bb4227e
GM
3496 * time.el (display-time-load-average, display-time-next-load-average):
3497 Doc fixes.
3498
7d5944b9
GM
3499 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3500 local setting of buffer-read-only to the input buffer. (Bug#10419)
3501
536aea70
GM
3502 * calendar/calendar.el (calendar-mode):
3503 Locally set scroll-margin to 0. (Bug#10379)
3504
7dccca16
UM
35052012-01-06 Ulrich Mueller <ulm@gentoo.org>
3506
3507 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3508
afbb7930
GM
35092012-01-05 Glenn Morris <rgm@gnu.org>
3510
3511 * eshell/em-unix.el (diff-no-select): Autoload it.
3512 (eshell/diff): Use diff-no-select. (Bug#10420)
3513
04482335
CY
35142012-01-05 Chong Yidong <cyd@gnu.org>
3515
7baca3bc
CY
3516 * shell.el (shell-dynamic-complete-functions): Revert last change.
3517 (shell-command-completion-function): New function.
3518 (shell-completion-vars): Use it to implement
3519 shell-completion-execonly (Bug#10417).
3520
04482335
CY
3521 * custom.el (enable-theme): Don't set custom-safe-themes.
3522
1d00653d
SM
3523 * cus-theme.el (custom-theme-merge-theme):
3524 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3525
bb5aa5d6
MM
35262012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3527
3528 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3529 first prompt in `sql-interacive-mode'.
3530 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3531 keywords.
6df6ae42 3532 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3533 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3534 context of original buffer. Invoke `sql-login-hook'.
3535
a7183d7c
EZ
35362012-01-04 Eli Zaretskii <eliz@gnu.org>
3537
3538 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3539 letters in cite-prefix.
3540
a1eacd1e
LMI
35412012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3542
3543 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3544
787cdb34
CY
35452012-01-03 Chong Yidong <cyd@gnu.org>
3546
1d00653d
SM
3547 * shell.el (shell-dynamic-complete-functions):
3548 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3549 comint-filename-completion first (Bug#10417).
3550
30710442
RS
35512012-01-02 Richard Stallman <rms@gnu.org>
3552
3553 * battery.el (battery-status-function):
3554 Detect when to use battery-yeeloong-sysfs.
3555 (battery-echo-area-format): Add string for Yeeloong.
3556 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3557 (battery-yeeloong-sysfs): New function.
3558
f75bfc33
CY
35592012-01-02 Chong Yidong <cyd@gnu.org>
3560
3561 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3562 (dirtrack): Merge code for handling relative filenames in prompt
3563 from shell-dir-cookie-watcher.
3564 (dirtrack-debug-message): New arg to avoid excess format calls.
3565
3566 * shell.el (shell-dir-cookie-re): Variable deleted.
3567 (shell-dir-cookie-watcher): Function deleted.
3568 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3569 with dirtrack-mode.
3570
651e947e
EZ
35712012-01-01 Eli Zaretskii <eliz@gnu.org>
3572
1d00653d
SM
3573 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3574 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3575 libgnutls-26.dll.
3576
94d4c7dc
AS
35772011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3578
3579 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3580
8d43f3cd
EZ
35812011-12-31 Eli Zaretskii <eliz@gnu.org>
3582
3583 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3584 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3585
98c8795a
MA
35862011-12-29 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3589 also for alternative shells.
3590 (tramp-open-connection-setup-interactive-shell): Check, whether
3591 the shell is a busybox.
3592 (tramp-send-command): Don't suppress multiple prompts for
3593 busyboxes, it hurts.
3594
51281b32
CY
35952011-12-28 Chong Yidong <cyd@gnu.org>
3596
3597 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3598 (gdb-get-source-file): Move mode line update to
3599 gdb-get-source-file (Bug#10087).
3600
2170cb53
CY
36012011-12-25 Chong Yidong <cyd@gnu.org>
3602
3603 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3604 gud-gdb-marker-filter without taking it as an argument.
3605 (gud-gdb-run-command-fetch-lines): Caller changed.
3606 (gud-gdb-completion-function): New variable.
3607 (gud-gdb-completion-at-point): Use it.
3608 (gud-gdb-completions-1): Split from gud-gdb-completions.
3609
3610 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3611 function as separate arguments.
3612 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3613 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3614 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3615 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3616 (gdb-stopped, def-gdb-auto-update-trigger)
3617 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3618 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3619 Callers changed.
2170cb53
CY
3620 (gud-gdbmi-completions): New function.
3621 (gdb): Use it for generating the completion table.
3622
be8b11bb
AM
36232011-12-24 Alan Mackenzie <acm@muc.de>
3624
3625 Introduce a mechanism to widen the region used in context font
1d00653d 3626 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3627
1d00653d
SM
3628 * progmodes/cc-langs.el (c-before-font-lock-functions):
3629 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3630 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3631 functions to be run just before context (etc.) font locking.
3632
3633 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3634 New, functionality extracted from
be8b11bb 3635 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3636 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3637 (c-after-change): Set c-in-after-change-fontification.
3638 (c-set-fl-decl-start): Rejig its interface, so it can be called
3639 from both after-change and context fontifying.
b81d40f0
JB
3640 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3641 New functions.
3642 (c-standard-font-lock-fontify-region-function): New variable.
3643 (c-font-lock-fontify-region): New function.
be8b11bb 3644
341cf6ac
JL
36452011-12-24 Juri Linkov <juri@jurta.org>
3646
3647 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3648 (Bug#10348)
3649
bffcee0a
MA
36502011-12-23 Michael Albinus <michael.albinus@gmx.de>
3651
3652 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3653 existence of source file. (Bug#10325)
3654
cb5e207c
AM
36552011-12-23 Alan Mackenzie <acm@muc.de>
3656
3657 Fix unstable fontification inside templates.
3658
b81d40f0
JB
3659 * progmodes/cc-langs.el (c-before-font-lock-functions):
3660 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3661 additionally has c-set-fl-decl-start. The other languages (apart
3662 from AWK) have that as a single entry.
3663
b81d40f0
JB
3664 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3665 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3666 c-set-fl-decl-start.
3667
b81d40f0
JB
3668 * progmodes/cc-mode.el (c-common-init, c-after-change):
3669 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3670 (c-set-fl-decl-start): New function, extracted from
3671 c-font-lock-enclosing-decls and enhanced.
3672
60ff536c
JB
36732011-12-23 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3676
1c4757d6
JL
36772011-12-22 Juri Linkov <juri@jurta.org>
3678
3679 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3680
d031f2c7
CY
36812011-12-22 Chong Yidong <cyd@gnu.org>
3682
3683 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3684
bace743a
DA
36852011-12-21 Drew Adams <drew.adams@oracle.com>
3686
3687 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3688
728a1f2b
JC
36892011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3690
3691 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3692
0d373f73
TZ
36932011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3694
fec0aaa4
TZ
3695 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3696 highlighting and support. Fix up comments for capitalization.
3697 (cfengine-mode-debug): New var.
3698 (cfengine3-mode): Change the modeline indicator to "CFE3".
3699 (cfengine3-font-lock-keywords): Improve defun highlighting.
3700 (cfengine2-actions): Rename from `cfengine-actions'.
3701 (cfengine2-font-lock-keywords): Rename from
3702 `cfengine-font-lock-keywords'.
3703 (cfengine2-imenu-expression): Rename from
3704 `cfengine-imenu-expression'.
3705 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3706 (cfengine2-beginning-of-defun): Rename from
3707 `cfengine-beginning-of-defun'.
3708 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3709 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3710 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3711 modeline indicator to "CFE2".
3712 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3713 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3714
bc86f573
CY
37152011-12-21 Chong Yidong <cyd@gnu.org>
3716
3717 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3718 filename argument.
3719
d45ba96b
MR
37202011-12-20 Martin Rudalics <rudalics@gmx.at>
3721
3722 * window.el (window-normalize-buffer-to-display): Remove.
3723 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3724
a6198c90
CY
37252011-12-19 Chong Yidong <cyd@gnu.org>
3726
3727 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3728 Don't signal an error in a predicate function; return non-nil.
3729 (vc-dir-mark-file): Move the error here.
3730 (vc-dir-mark-unmark): If acting on the region, keep going if one
3731 of the entries cannot be marked/unmarked.
3732 (vc-dir-mark-all-files): If current entry is a directory, mark
3733 only child files, as documented.
3734
34c5fb55
VB
37352011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3736
3737 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3738 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3739 addition.
3740
c803b2b7
JD
37412011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3742
3743 * term/ns-win.el (ns-get-selection-internal)
3744 (ns-store-selection-internal): Declare.
1154d12e
JB
3745 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3746 Declare as obsolete.
3747 (ns-get-pasteboard, ns-paste-secondary):
3748 Use ns-get-selection-internal.
3749 (ns-set-pasteboard, ns-copy-including-secondary):
3750 Use ns-store-selection-internal.
c803b2b7 3751
9cff91f8 37522011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3753
3754 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3755 (vc-deduce-fileset): Doc fix.
99a289d9 3756
f16c898a
AS
37572011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3758
3759 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3760
763237c4
SS
37612011-12-13 Sam Steingold <sds@gnu.org>
3762
3763 * man.el (Man-getpage-in-background): When running under a
3764 window-system, ignore $MANWIDTH and $COLUMNS.
3765
5fc1c122
KH
37662011-12-15 Kenichi Handa <handa@m17n.org>
3767
3768 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3769 (setup-ethiopic-environment-internal): Comment out key-binding for
3770 ethio-toggle-punctuation.
3771
13d49cbb
AM
37722011-12-13 Alan Mackenzie <acm@muc.de>
3773
898169a2
AM
3774 Add the switch statement to AWK Mode.
3775
7a71b18d 3776 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3777 "default" to the keywords regexp.
3778
7a71b18d 3779 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3780 expression as the rest.
1d00653d
SM
3781 (c-nonlabel-token-key): Allow string literals for AWK.
3782 Refactor for the other modes.
898169a2 3783
13d49cbb 3784 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3785 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3786 routines. Limit backward searching in c-font-lock-enclosing.decl.
3787
3788 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3789 pp-state and literal type in addition to the limits.
1d00653d 3790 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3791 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3792 (c-slow-in-literal, c-fast-in-literal): Remove.
3793 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3794
3795 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3796 being in a literal. Add a limit for backward searching.
3797
3798 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3799 c-slow-in-literal.
3800
15e0efc7
SM
38012011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3804
454592a6
MR
38052011-12-13 Martin Rudalics <rudalics@gmx.at>
3806
3807 * window.el (delete-other-windows): Use correct frame in call to
3808 window-with-parameter.
3809
87393f26
DP
38102011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3811
3812 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3813 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3814 (makefile-gmake-statements, makefile-makepp-statements):
3815 Use it and add new makepp keywords.
3816 (makefile-makepp-font-lock-keywords): Add new patterns.
3817 (makefile-match-function-end): Match new [...] and [[...]].
3818
11636b22
JB
38192011-12-11 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * ses.el (ses-call-printer-return, ses-cell-property-get)
3822 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3823 (ses-create-cell-variable, ses-reset-header-string)
3824 (ses-cell-set-formula, ses-repair-cell-reference-all)
3825 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3826 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3827 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3828 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3829 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3830 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3831 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3832 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3833 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3834 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3835 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3836 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3837
cf018193
VB
38382011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3839
3840 * ses.el: The overall change is to add cell renaming, that is
3841 setting fancy names for cell symbols other than name matching
3842 "\\`[A-Z]+[0-9]+\\'" regexp .
3843 (ses-create-cell-variable): New defun.
3844 (ses-relocate-formula): Relocate formulas only for cells the
3845 symbols of which are not renamed, i.e. symbols whose names do not
3846 match regexp "\\`[A-Z]+[0-9]+\\'".
3847 (ses-relocate-all): Relocate values only for cells the symbols of
3848 which are not renamed.
3849 (ses-load): Create cells variables as the (ses-cell ...) are read,
3850 in order to check row col consistency with cell symbol name only
3851 for cells that are not renamed.
3852 (ses-replace-name-in-formula): New defun.
3853 (ses-rename-cell): New defun.
3854
ee957461
CY
38552011-12-11 Chong Yidong <cyd@gnu.org>
3856
3857 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3858 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3859
9a9e9ef0
MR
38602011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3861
3862 * window.el (other-window): Fix docstring.
3863
92a8eba5
EZ
38642011-12-10 Eli Zaretskii <eliz@gnu.org>
3865
3866 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3867 `from' or `to' address before taking its substring.
3868 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3869 encoded name is chopped in the middle of the encoded string, and
3870 thus displayed encoded.
3871
e152e577
JB
38722011-12-10 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3875
e5d84bfe
EZ
38762011-12-10 Eli Zaretskii <eliz@gnu.org>
3877
3878 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3879 to use texinfo-update-node and commands that call it if the
3880 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3881 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3882 (texinfo-all-menus-update, texinfo-master-menu)
3883 (texinfo-update-node, texinfo-every-node-update)
3884 (texinfo-multiple-files-update): Doc fix. Warn against updating
3885 all the @node lines.
3886 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3887 argument is numeric. Explain better in the doc string what the
3888 function really does.
3889 (texinfo-insert-master-menu-list): Improve the error message
3890 displayed if there's no menu in the Top node.
3891 (Bug#2975) See also this thread:
e5d84bfe
EZ
3892 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3893
1d84e9bb
MG
38942011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3895
3896 * speedbar.el (speedbar-supported-extension-expressions):
3897 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3898
382c953b
JB
38992011-12-09 Juanma Barranquero <lekktu@gmail.com>
3900
3901 * printing.el (pr-mode-alist):
3902 * simple.el (filter-buffer-substring-functions)
3903 (completion-list-insert-choice-function):
3904 * window.el (window-with-parameter, window-atom-root)
3905 (window-sides-slots, window-size-fixed, window-min-delta)
3906 (window-max-delta, window--resize-mini-window)
3907 (window--resize-child-windows-normal, window-tree)
3908 (delete-other-windows, quit-window, split-window)
3909 (display-buffer-record-window, special-display-buffer-names)
3910 (special-display-regexps, special-display-popup-frame)
3911 (same-window-p, split-window-sensibly)
3912 (display-buffer-overriding-action, display-buffer-alist)
3913 (display-buffer-base-action, display-buffer, switch-to-buffer)
3914 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3915 (fit-window-to-buffer, recenter-positions)
3916 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3917 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3918 and remove unneeded backslashes in docstrings.
3919
39c9faef
SM
39202011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3921
98449af8
SM
3922 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3923
39c9faef
SM
3924 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3925 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3926 end in ".mk".
3927 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3928 when reading the makefile (bug#10116).
3929
86ed9fdc
SM
39302011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3933 (bug#10116).
3934
5580f89d
GM
39352011-12-06 Glenn Morris <rgm@gnu.org>
3936
3937 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3938
28d3917c
CY
39392011-12-06 Chong Yidong <cyd@gnu.org>
3940
3941 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3942
a98edce9
JB
39432011-12-06 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * textmodes/table.el (table-shorten-cell): Fix typo.
3946
e65adfac
CG
39472011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3948
3949 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3950
71cc0b74
EZ
39512011-12-05 Eli Zaretskii <eliz@gnu.org>
3952
3953 * descr-text.el (describe-char): Fix display of strong
3954 right-to-left characters and directional embeddings and overrides.
3955
3956 * simple.el (what-cursor-position): Fix display of codepoints of
3957 strong right-to-left characters.
3958
315bc30d
CY
39592011-12-05 Chong Yidong <cyd@gnu.org>
3960
3961 * faces.el (read-color): Doc fix.
3962
58a70b94
GM
39632011-12-05 Glenn Morris <rgm@gnu.org>
3964
3965 * align.el (align--set-marker): Add doc-string.
3966 Don't try to move something that is not a marker. (Bug#10216)
3967
5158face
GM
39682011-12-04 Glenn Morris <rgm@gnu.org>
3969
3970 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3971 overly zealous deletion of trailing whitespace.
3972
520fca41
JB
39732011-12-04 Juanma Barranquero <lekktu@gmail.com>
3974
3975 * server.el (server-delete-client): On Windows, do not try to delete
3976 the only terminal.
3977 (server-process-filter): On Windows, treat requests for a tty frame as
3978 if they were for a GUI frame if the running server is in GUI mode.
3979
5e605a2e
GM
39802011-12-03 Glenn Morris <rgm@gnu.org>
3981
3982 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3983
5c3fe83f
SM
39842011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3985
6f5e57e7
SM
3986 * electric.el: Streamline electric-indent's hook.
3987 (electric-indent-chars): Revert to simple list.
3988 (electric-indent-functions): New var.
3989 (electric-indent-post-self-insert-function): Use it.
3990
5c3fe83f
SM
3991 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3992 there's no inferior buffer (bug#10196).
3993 (prolog-consult-compile): Don't use toggle-read-only.
3994
6bdac736
MA
39952011-12-02 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3998 interrupt. (Bug#10187)
3999
6131ba7f
SM
40002011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4001
99c79fee
SM
4002 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4003 (bug#9160).
4004
6131ba7f
SM
4005 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4006 (bug#10191).
4007
cb0a02ea
JL
40082011-12-02 Juri Linkov <juri@jurta.org>
4009
4010 * info.el (Info-search): Display "end of manual" when Isearch
4011 reaches the end of single-file Info manual. (Bug#9918)
4012
66e0570c
EZ
40132011-12-02 Eli Zaretskii <eliz@gnu.org>
4014
4015 * isearch.el (isearch-message-prefix): Run the input method part
4016 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4017
02b16839
JL
40182011-12-02 Juri Linkov <juri@jurta.org>
4019
4020 * isearch.el (isearch-occur): Use `word-search-regexp' for
4021 `isearch-word'.
4022 (isearch-search-and-update): Add condition for `isearch-word' and
4023 call `word-search-regexp'. (Bug#10145)
4024
0b950688
GM
40252011-12-01 Glenn Morris <rgm@gnu.org>
4026
4027 * eshell/em-hist.el (eshell-hist-initialize):
4028 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4029 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4030
9505c3c7
SM
40312011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4034
1bbe96b2 40352011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4036
a1beca85
SM
4037 * progmodes/verilog-mode.el (verilog-pretty-expr):
4038 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4039 verilog, such as += *= and the like.
4040 (verilog-assignment-operator-re): Regular expression to find the
4041 assigment operator in a verilog assignment.
4042 (verilog-assignment-operation-re): Regular expression to find an
4043 assignment statement for pretty-expr.
4044 (verilog-in-attribute-p): Query returns true if point is in an
4045 attribute context; used to skip these for expression line up from
4046 pretty-expr.
4047 (verilog-in-parameter-p): Query returns true if point is in an
4048 parameter definition context; used to skip these for expression
4049 line up from pretty-expr.
4050 (verilog-in-parenthesis-p): Query returns true if point is in a
4051 parenthetical expression, specifically ( ) but not [ ] or { };
4052 used by pretty-expr.
4053 (verilog-just-one-space): If there is no space, don't add one.
4054 (verilog-get-lineup-indent-2): Specifically skip just attribute
4055 contexts for expression lineup, rather than skipping all
4056 parenthetical expressions.
4057 (verilog-calculate-indent): Fix comment, and fix indent.
4058 (verilog-do-indent): Indent declarations in lists (suggested by
4059 Joachim Lechner).
4060 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4061 skeleton items.
4062 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4063 by Alain Mellan).
4064
1bbe96b2 40652011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4066
4067 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4068 parameters with embedded comments. Reported by Ray Stevens.
4069 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4070 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4071 Reported by Tim Holt.
4072 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4073 instantiated by upper module causing wrong expansion until AUTOed a
4074 second time. Reported by K C Buckenmaier.
4075 (verilog-diff-auto): Fix showing .* as a difference when
4076 `verilog-auto-star-save' off. Reported by Dan Dever.
4077 (verilog-auto-reset, verilog-read-always-signals)
4078 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4079 temporary signals in reset list if
4080 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4081 style to each signal's assignment type, bug381.
4082 Reported by Thomas Esposito.
6288f0ca
WS
4083 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4084 (verilog-uvm-statement-re): Support UVM indentation and
4085 highlighting, with old OVM keywords only.
a1beca85 4086 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4087 Support AUTOTIEOFF creating non-wire data types.
4088 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4089 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4090 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4091 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4092 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4093 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4094 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4095 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4096 non-numeric vector width. Reported by Alex Reed.
4097 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4098 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4099 (verilog-auto-delete-trailing-whitespace):
4100 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4101 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4102 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4103 Fix verilog-scan-cache corruption when running user AUTO expansion
4104 hooks that call indentation routines.
4105 (verilog-simplify-range-expression): Fix typo ignoring lower case
4106 identifiers.
4107 (verilog-delete-auto): Fix delete-autos to also remove user created
4108 automatics, as long as they start with AUTO.
4109 (verilog-batch-diff-auto, verilog-diff-auto)
4110 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4111 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4112 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4113 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4114 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4115 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4116 is disabled and its cache will get corrupt, causing AUTOS not to
4117 expand. Instead use only -quick functions.
4118 (verilog-scan-region): Fix scanning over escaped quotes.
4119 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4120 (verilog-re-search-backward-quick)
4121 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4122 related functions now ignore strings, to fix misparsing of strings
4123 with magic comments embedded in them.
a1beca85
SM
4124 (verilog-read-auto-template):
4125 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4126 Reported by Brad Dobbie.
4127 (verilog-read-auto-template):
4128 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4129 Reported by Brad Dobbie.
6288f0ca
WS
4130 (verilog-auto-inst, verilog-auto-inst-param)
4131 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4132 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4133 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4134 debugging templates without merge conflicts, bug357.
4135 Reported by Brad Dobbie.
4136 (verilog-read-auto-template):
4137 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4138 Reported by Brad Dobbie.
4139 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4140 abbrevs so user won't be asked to save.
4141 (verilog-read-auto-lisp-present): Fix to start at beginning of
4142 buffer in case called outside of verilog-auto.
4143 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4144 to "X-2". Reported by Matthew Myers.
4145 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4146 all inputs from module templates. Reported by Leith Johnson.
4147 (verilog-module-inside-filename-p): Fix locating programs as with
4148 modules.
4149 (verilog-auto-inst-port): Fix vl-width expressions when using
4150 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4151 (verilog-decls-get-regs, verilog-decls-get-signals,
4152 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4153 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4154 verilog-read-decls): Combine reg and wire structures into one var
4155 structure to represent SystemVerilog concepts.
4156 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4157 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4158 (verilog-auto-wire-type, verilog-insert-definition):
4159 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4160 SystemVerilog "logic" keyword instead of "wire"/"reg".
4161 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4162 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4163 ifdef or generate if so there's not a driver conflict).
4164 Reported by Matthew Myers.
4165 (verilog-auto-declare-nettype, verilog-insert-definition):
4166 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4167 `default_nettype none. Reported by Julian Gorfajn.
4168 (verilog-read-always-signals-recurse, verilog-read-decls)
4169 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4170 malformed end statement, bug325. Reported by Joshua Wise and
4171 Andrew Drake.
4172 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4173 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4174 when expanding .* in interfaces, bug320.
4175 Reported by Pierre-David Pfister.
6288f0ca 4176 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4177 name and open parenthesis, bug317.
4178 Reported by Pierre-David Pfister.
6288f0ca
WS
4179 (verilog-simplify-range-expression): Fix simplification of
4180 multiplications inside AUTOWIRE connections, bug303.
4181 (verilog-auto-inst-port): Support parameter expansion in
4182 multidimensional arrays.
4183 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4184 after "assert property". Reported by Julian Gorfajn.
4185 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4186 with multiplication, bug303.
4187 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4188 Reported by Jan Frode Lonnum.
4189
1bbe96b2
GM
41902011-11-30 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4193 (hfy-shell-file-name, hfy-shell):
4194 * international/fontset.el (x-decompose-font-name): Fix typos.
4195
41962011-11-29 Ken Brown <kbrown@cornell.edu>
4197
4198 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4199 (gdb-version): Remove defvar.
4200 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4201 (gdb-gud-context-command, gdb-non-stop-handler)
4202 (gdb-current-context-command, gdb-stopped): Use it.
4203 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4204 (gdb-non-stop-handler): Don't enable pretty-printing here.
4205 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4206 non-stop mode. Use the following.
4207 (gdb-check-target-async): New defun.
4208 (gud-watch, gdb-stopped): Fix whitespace.
4209 (gdb-get-source-file): Don't try to display the source file if
4210 `gdb-main-file' is nil.
4211
42122011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * align.el: Try to generate fewer markers (bug#10047).
4215 (align--set-marker): New macro.
4216 (align-region): Use it.
4217
c935221f
SM
42182011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4221
e70b5064
CY
42222011-11-29 Chong Yidong <cyd@gnu.org>
4223
4224 * indent.el (indent-for-tab-command, indent-according-to-mode):
4225 Doc fix.
4226 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4227
f3af92b7
MA
42282011-11-29 Michael Albinus <michael.albinus@gmx.de>
4229
4230 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4231 aware of remote file names. (Bug#10124)
4232
ed472be9
CY
42332011-11-29 Chong Yidong <cyd@gnu.org>
4234
4235 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4236
24510c22
SM
42372011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * files.el (find-file): Don't use force-same-window (bug#10144).
4240 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4241 use pop-to-buffer if the selected window can't be used.
4242 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4243
c60c3703
EZ
42442011-11-28 Eli Zaretskii <eliz@gnu.org>
4245
4246 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4247 special-mode-map.
4248
e95def75
CY
42492011-11-28 Chong Yidong <cyd@gnu.org>
4250
4251 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4252
c3f1c606
NR
42532011-11-27 Nick Roberts <nickrob@snap.net.nz>
4254
4255 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4256 gdb-get-source-file-list on gdb-create-source-file-list.
4257
00db469c
EZ
42582011-11-26 Eli Zaretskii <eliz@gnu.org>
4259
4260 * whitespace.el (whitespace-newline): Use a different foreground
4261 color for 16-color light-background displays.
4262
4ad3bc2a
CY
42632011-11-24 Chong Yidong <cyd@gnu.org>
4264
4265 * window.el (display-buffer--special-action): Doc fix.
4266
e9fce1ac
JB
42672011-11-25 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4270 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4271 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4272 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4273 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4274 (avl-tree-stack-first):
4275 * emacs-lisp/cconv.el (cconv--analyse-use):
4276 * net/gnutls.el (gnutls-negotiate): Fix typos.
4277
cb825e5d
GM
42782011-11-24 Glenn Morris <rgm@gnu.org>
4279
3adbe224
GM
4280 * lpr.el (lpr-windows-system, lpr-lp-system):
4281 * mail/binhex.el (binhex-begin-line):
4282 * progmodes/grep.el (grep-history, grep-find-history):
4283 * textmodes/flyspell.el:
4284 * vc/pcvs-defs.el (cvs-global-menu):
4285 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4286 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4287 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4288
321decc8
GM
4289 * net/tls.el: Fix case of "GnuTLS".
4290
420b63ad
GM
4291 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4292
cb825e5d
GM
4293 * version.el (emacs-build-system): Give it a doc-string.
4294
a0649f08
JL
42952011-11-24 Juri Linkov <juri@jurta.org>
4296
4297 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4298
c0bc0fd4
GM
42992011-11-24 Glenn Morris <rgm@gnu.org>
4300
4301 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4302 if called on a non-mime message just toggle the headers. (Bug#8006)
4303
20db1522
JB
43042011-11-24 Juanma Barranquero <lekktu@gmail.com>
4305
4306 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4307 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4308 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4309 (allout-rebullet-heading, allout-open-sibtopic)
4310 (allout-toggle-current-subtree-encryption)
4311 (allout-toggle-subtree-encryption, allout-encrypt-string)
4312 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4313 (allout-distinctive-bullets-string, allout-auto-activation):
4314 * window.el (window-normalize-buffer-to-display):
4315 * progmodes/verilog-mode.el (verilog-batch-indent):
4316 * textmodes/bibtex.el (bibtex-field-braces-opt)
4317 (bibtex-field-strings-opt):
4318 * vc/cvs-status.el (cvs-tree-merge):
4319 Fix typos.
4320
7262a87c
MA
43212011-11-23 Michael Albinus <michael.albinus@gmx.de>
4322
4323 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4324 `non-essential' to t, in order to avoid remote connections.
4325
283430a1
EZ
43262011-11-23 Eli Zaretskii <eliz@gnu.org>
4327
a1beca85
SM
4328 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4329 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4330 case-insensitively.
4331
d2992a38
ML
43322011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4333
4334 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4335
50419064
GM
43362011-11-23 Glenn Morris <rgm@gnu.org>
4337
da94eca1
GM
4338 * paths.el (rmail-file-name): Reformat the doc-string so that it
4339 is picked up.
4340
9aac4de2
GM
4341 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4342 (rmail-auto-file): Ignore case in the "special" field names,
4343 as mail-fetch-field does for all others.
4344
8038d2d2
GM
4345 * mail/rmail.el (rmail-forward):
4346 * mail/rmailkwd.el (rmail-set-label):
4347 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4348 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4349
f3fe222a
GM
4350 * mail/rmail.el (rmail-current-message): Doc fix.
4351
50419064
GM
4352 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4353
28109f49
SM
43542011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4357
394c65f1
GM
43582011-11-22 Glenn Morris <rgm@gnu.org>
4359
4360 * mail/rmailmm.el (test-rmail-mime-handler)
4361 (test-rmail-mime-bulk-handler)
4362 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4363
f2a0aa3a
JL
43642011-11-21 Juri Linkov <juri@jurta.org>
4365
1154d12e
JB
4366 * calc/calc.el (calc-read-key-sequence):
4367 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4368
9c34a344
LMI
43692011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4370
4371 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4372 Tell the caller that the next line needs recomputation, even
4373 though it doesn't start a sexp (bug#10094).
4374
f04a3be9
SM
43752011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4378
7978747f
SM
43792011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4380
f04a3be9
SM
4381 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4382 Use force-same-window.
7978747f 4383
fe7a3057
JB
43842011-11-20 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * descr-text.el (describe-char-unicode-data):
4387 * json.el (json-string-escape):
4388 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4389 (Footnote-unicode, Footnote-style-p):
4390 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4391
24901d61
CY
43922011-11-20 Chong Yidong <cyd@gnu.org>
4393
4394 * window.el (replace-buffer-in-windows): Restore interactive spec.
4395
bac7ff22
SM
43962011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4397
24f3d7b9
SM
4398 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4399
bac7ff22
SM
4400 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4401 (byte-compile-global-not-obsolete-vars): New var.
4402 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4403 Use it.
4404 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4405
cd1181db
JB
44062011-11-20 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4409 * progmodes/pascal.el (electric-pascal-equal):
4410 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4411 * xml.el (xml-substitute-special): Fix typos.
4412
7fb18e9e
GM
44132011-11-20 Glenn Morris <rgm@gnu.org>
4414
4415 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4416 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4417 Doc fixes.
4418 (rmail-decode-mime-charset): Mark as obsolete.
4419
4420 * mail/rmailsum.el (rmail-message-regexp-p-1):
4421 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4422 Before using mime functions, check they are set. (Bug#10077)
4423
d5a6b3ba
JL
44242011-11-19 Juri Linkov <juri@jurta.org>
4425
4426 * info.el (Info-finder-find-node): Use `package--builtins' instead
4427 of `package-alist'. Use node names formed by the pattern "Keyword "
4428 and the keyword name.
4429
e981b61f
AS
44302011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4431
1d00653d 4432 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4433
3ffbc301
JL
44342011-11-19 Juri Linkov <juri@jurta.org>
4435
4436 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4437 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4438 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4439 `old-history', `old-history-forward'. Add let-binding
4440 `window-selected'. Remove calls to `kill-buffer',
4441 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4442 before calling `Info-find-node', so `Info-find-node-2' will reread
4443 the Info file. Restore window positions only when `window-selected'
4444 is non-nil.
4445
30c62133
JL
44462011-11-19 Juri Linkov <juri@jurta.org>
4447
4448 * isearch.el (isearch-lazy-highlight-new-loop):
4449 Remove condition `(not isearch-error)'. (Bug#9918)
4450
4451 * misearch.el (multi-isearch-search-fun): Add condition
4452 `(not bound)' to ignore lazy-highlighting search.
4453 Add the search-failed message "end of multi" when the end of
4454 multi-sequence is reached. Uncapitalize the search-failed
4455 message "Repeat for next buffer".
4456
4457 * info.el (Info-search): Add the search-failed message
4458 "end of the manual" when the end of the manual is reached
4459 in Isearch mode.
4460
645ca9cf
JL
44612011-11-19 Juri Linkov <juri@jurta.org>
4462
4463 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4464 Use non-destructive `remove' instead of `delete' because
4465 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4466 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4467
df754f66
JL
44682011-11-19 Juri Linkov <juri@jurta.org>
4469
4470 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4471 to nil instead of binding `search-ring' and `regexp-search-ring'.
4472 (Bug#9185)
4473
0e23d96a
EZ
44742011-11-19 Eli Zaretskii <eliz@gnu.org>
4475
4476 * simple.el (line-move): Force movement by logical lines for any
4477 hscrolled window, not only when auto-hscroll-mode is on.
4478 (line-move-visual): Update doc string to that effect. (Bug#10076)
4479
8a6ccb66
AS
44802011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4481
4482 * language/european.el (macintosh): Define as alias for mac-roman.
4483
49ae5b39
EZ
44842011-11-19 Eli Zaretskii <eliz@gnu.org>
4485
4486 * mail/rmailmm.el (rmail-mime-display-header)
4487 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4488 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4489 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4490 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4491 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4492 of a raw aref.
4493 (rmail-mime-entity-segment): To get past the tagline, move forward
4494 2 more lines, to account for the 2 empty lines that precede and
4495 follow the line with the buttons.
4496 (rmail-mime-update-tagline): Move one more line, to get past the
4497 empty line that follows the buttons in the tagline. (Bug#9520)
4498
c56cad4a
MR
44992011-11-19 Martin Rudalics <rudalics@gmx.at>
4500
4501 * window.el (window-max-delta-1, window-min-delta-1)
4502 (window-min-size-1, window-state-get-1, window-state-put-1)
4503 (window-state-put-2): Use "window--" prefix.
4504
cbe71af3
SM
45052011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4506
2ad52c60
SM
4507 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4508 (smie-warning-count): New var.
4509 (smie-set-prec2tab): Use it.
4510 (smie-bnf->prec2): Improve warnings. Add docstring.
4511 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4512 (smie-bnf--set-class): New function.
4513 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4514 corner case.
4515
6944dbc1
SM
4516 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4517 (compilation-error-properties, compilation-move-to-column):
4518 Handle compilation-first-column while in the target buffer.
4519
c400c4d7
SM
4520 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4521 Don't hardcode point-min==1.
4522
6dbe3e96
SM
4523 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4524 (eshell-rewrite-for-command): Remove workaround.
4525 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4526 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4527 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4528
cbe71af3
SM
4529 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4530
a8e1496d
GM
45312011-11-17 Glenn Morris <rgm@gnu.org>
4532
4533 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4534 Ignore buffer-local generated-autoload-file if it is the same
4535 as the global value. (Bug#10049)
4536
df85d315
JB
45372011-11-17 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4540 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4541 (reftex-toc-previous-heading, reftex-toc-max-level)
4542 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4543 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4544 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4545 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4546 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4547 (reftex-toc-rename-label, reftex-toc-visit-location)
4548 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4549 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4550 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4551 leaving "*toc*" only for references to the buffer.
4552
a0c2d0ae
MR
45532011-11-17 Martin Rudalics <rudalics@gmx.at>
4554
4555 * window.el (window-resize, delete-window, split-window):
4556 Replace window-splits by window-combination-resize.
1d00653d 4557 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4558
35c0bac8
GM
45592011-11-17 Glenn Morris <rgm@gnu.org>
4560
4561 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4562 Make bash entry derive from sh entry, not shell entry.
4563
d0c8fc8a
MA
45642011-11-16 Michael Albinus <michael.albinus@gmx.de>
4565
d0c8fc8a
MA
4566 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4567 properties of linked files. (Bug#9879)
4568
7262a87c
MA
4569 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4570 local file name.
4571
7877f373
JB
45722011-11-16 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * menu-bar.el (menu-bar-file-menu):
4575 * printing.el (pr-ps-utility):
4576 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4577 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4578 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4579 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4580 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4581 (icalendar--convert-cyclic-to-ical)
4582 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4583 (icalendar--convert-ical-to-diary)
4584 (icalendar--convert-recurring-to-diary)
4585 (icalendar--convert-non-recurring-all-day-to-diary)
4586 (icalendar-import-format-sample):
4587 * progmodes/idlw-shell.el (idlwave-shell-mode):
4588 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4589 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4590 (vhdl-ps-print-init): Fix typos.
4591
10649b82
KM
45922011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4593
9d0cfcd6
GM
4594 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4595 FSF and collapse date sequence, obscure author/maintainer email address
4596 better, remove extra version line, track relocation of author's webpage.
10649b82 4597
9d0cfcd6
GM
4598 * progmodes/python.el (python-pdbtrack-input-prompt)
4599 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4600 regular python pdb prompts. Adjustments shamelessly taken exactly as
4601 suggested in EmacsWiki page (tiny change):
4602 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4603
58179cce
JB
46042011-11-16 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * expand.el (expand-pos, expand-index, expand-point):
4607 Remove redundant info from docstring.
4608 (expand-add-abbrevs): Doc fix.
4609 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4610 (expand-sample-perl-mode-expand-list): Fix typos.
4611
4612 * net/dbus.el (dbus-event-member-name):
4613 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4614 * term/pc-win.el (msdos-create-frame-with-faces):
4615 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4616
b6f67890
MR
46172011-11-16 Martin Rudalics <rudalics@gmx.at>
4618
4619 * window.el (split-window, window-state-get-1)
4620 (window-state-put-1, window-state-put-2): Rename occurrences of
4621 window-nest to window-combination-limit.
1d00653d 4622 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4623
ce7ddba0
CY
46242011-11-16 Chong Yidong <cyd@gnu.org>
4625
4626 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4627 regexp (Bug#10033).
4628
3ae704f4
SM
46292011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4632 `completing-read' will remove *Completions* and will preserve
4633 current-buffer for us.
4634 (tmm-add-prompt): Users of *Completions* will always (re)set its
4635 major mode.
4636 (tmm-old-comp-map): Remove.
4637
6ad1cdde
GM
46382011-11-16 Glenn Morris <rgm@gnu.org>
4639
4640 * mail/rmailedit.el: Require rmailmm when compiling.
4641 (rmail-old-mime-state): New declaration.
4642 (rmail-edit-current-message): If editing a mime message,
4643 edit the "raw" message from the mbox buffer.
4644 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4645
d20faa20
GM
46462011-11-15 Glenn Morris <rgm@gnu.org>
4647
4648 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4649 which wasn't being used. Add optional arg to force given state.
4650 (rmail-mime): Add optional arg to force given state.
4651
c7015153
JB
46522011-11-15 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4655 * frame.el (display-mm-dimensions-alist):
4656 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4657 (outline-move-subtree-down):
4658 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4659 (newsticker--treeview-do-get-node):
4660 * net/quickurl.el (quickurl-list-buffer-name):
4661 * progmodes/dcl-mode.el (dcl-mode):
4662 * progmodes/gdb-mi.el (gdb-mapcar*):
4663 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4664
45261b50
GM
46652011-11-15 Glenn Morris <rgm@gnu.org>
4666
4667 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4668 in a boolean sense, so just make it a boolean, and fix the doc.
4669 (rmail-show-mime-function, rmail-mime-feature)
4670 (rmail-require-mime-maybe): Doc fixes.
4671 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4672
4673 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4674
0d26e0b6
JB
46752011-11-15 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4678 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4679 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4680 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4681
447f30f6
GM
46822011-11-15 Glenn Morris <rgm@gnu.org>
4683
672b871d
GM
4684 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4685 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4686 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4687 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4688 (rmail-mime, rmail-show-mime): Doc fixes.
4689
f6aa5bb1
GM
4690 * term/ns-win.el (mode-line-frame-identification):
4691 Leave it alone. (Bug#10051)
4692
947cd66b
GM
4693 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4694
447f30f6
GM
4695 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4696 Handle empty buffers. (Bug#9978)
4697
0b381c7e
JB
46982011-11-14 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * international/mule.el (define-charset):
4701 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4702 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4703 * progmodes/verilog-mode.el (verilog-backward-token):
4704 * textmodes/ispell.el (lookup-words):
4705 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4706
71e027ac
GM
47072011-11-14 Glenn Morris <rgm@gnu.org>
4708
56632ce4
GM
4709 * progmodes/executable.el
4710 (executable-make-buffer-file-executable-if-script-p):
4711 Handle file-modes returning nil.
4712
40500957
GM
4713 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4714 message - not necessary, and causes problems. (Bug#9831)
4715
071c2340
GM
4716 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4717
d3cfca60
GM
4718 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4719
71e027ac
GM
4720 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4721 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4722 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4723
89d61221
MR
47242011-11-12 Martin Rudalics <rudalics@gmx.at>
4725
4726 * window.el (window-resize, delete-window): Use window-splits
4727 variable instead of function.
4728 (window-state-get-1, window-state-put-2, window-state-put):
4729 Don't deal with windows' splits status.
4730
98282f6f
GM
47312011-11-12 Glenn Morris <rgm@gnu.org>
4732
4733 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4734 (apropos-documentation): Doc fixes.
4735
40a8bdf6
JB
47362011-11-11 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4739 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4740
65bd19ff
SM
47412011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * electric.el (electric-indent-post-self-insert-function): Make it
4744 possible for a char to only indent in some circumstances.
4745 (electric-indent-mode): Simplify.
4746
54f9154c
MR
47472011-11-11 Martin Rudalics <rudalics@gmx.at>
4748
4749 * window.el (windows-with-parameter): Remove unused function.
4750 (windows-at-side): Rename to window-at-side-list.
4751 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4752 (window-side-check, window-size-ignore, window-size-fixed-1)
4753 (window-in-direction-2): Prefix with "window--".
4754 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4755
68cbc58b
GM
47562011-11-11 Glenn Morris <rgm@gnu.org>
4757
4758 * subr.el (eval-after-load): If FILE is already loaded,
4759 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4760
b2621720
GM
47612011-11-10 Glenn Morris <rgm@gnu.org>
4762
9a4de110
GM
4763 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4764 Call svn via vc-svn-command rather than vc-do-command.
4765 (vc-svn-command): Add --non-interactive. (Bug#9993)
4766 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4767
b2621720
GM
4768 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4769 Add toggle-read-only. (Bug#7292)
4770 * files.el (toggle-read-only): Mention that it should only
4771 be used interactively. (Bug#10006)
4772
1dce7193
SM
47732011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4774
d9ac1a1e
SM
4775 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4776 Adjust regexp for OCaml warnings.
4777
0c325082
SM
4778 * electric.el (electric-pair-post-self-insert-function): Let user
4779 turn it off buffer-locally (bug#9932).
4780
90132c14
SM
4781 * progmodes/python.el (python-beginning-of-statement):
4782 Rewrite (bug#2703).
4783
1dce7193
SM
4784 * progmodes/compile.el: Better handle TABs (bug#9749).
4785 (compilation-internal-error-properties)
4786 (compilation-next-error-function): Obey the target buffer's
4787 compilation-error-screen-columns.
4788
c4e7c63a
JB
47892011-11-09 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * progmodes/meta-mode.el: Remove obsolete comments.
4792 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4793 Fix typos in docstrings.
4794
2cffd681
MR
47952011-11-09 Martin Rudalics <rudalics@gmx.at>
4796
4797 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4798 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4799 (window--resizable): New function. Make all callers of
4800 window-resizable call window--resizable instead.
4801 (window-resizable): Rewrite in terms of window--resizable.
4802
0edcba87
GM
48032011-11-08 Glenn Morris <rgm@gnu.org>
4804
4805 * progmodes/delphi.el (delphi-mode-syntax-table):
4806 Let define-derived-mode define a proper syntax table. (Bug#9994)
4807
4b0d61e3
SM
48082011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * window.el: Stay away from defsubst.
4811 (window-list-no-nils): Remove.
4812 (window-state-get-1, window-state-get): Use backquote instead.
4813
cd394be1 48142011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4815
4b0d61e3 4816 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4817 Fix incorrect use of default argument in `completing-read'.
4818
e1c2c6f2
MR
48192011-11-08 Martin Rudalics <rudalics@gmx.at>
4820
4821 * window.el (display-buffer-function, special-display-function):
4822 Mention display-buffer-record-window but do not mention
4823 help-setup parameter in doc-strings.
b3f4a882 4824 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4825
105216ed
CY
48262011-11-08 Chong Yidong <cyd@gnu.org>
4827
4828 * window.el (window-total-height, window-total-width): Doc fix.
4829 (window-body-size): Move from C.
4830 (window-body-height, window-body-width): Move to C.
4831
0a9f9ab5
SM
48322011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4833
4834 * window.el: Make special-display like display-buffer-alist (bug#9532).
4835 (display-buffer--special-action): New function, morphed
4836 from display-buffer--special.
4837 (display-buffer): Use it to handle special-display-buffers at higher
4838 priority (just after display-buffer-alist).
4839 (display-buffer-fallback-action, display-buffer--other-frame-action)
4840 (pop-to-buffer-same-window): Remove display-buffer--special.
4841
a769dd15
GM
48422011-11-07 Glenn Morris <rgm@gnu.org>
4843
4844 * calendar/cal-menu.el (cal-menu-set-date-title):
4845 Do nothing if not in a calendar. (Bug#9976)
4846
05a61ee3
SM
48472011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * files.el (find-file): Always use selected-window.
4850
be7f5545
MR
48512011-11-07 Martin Rudalics <rudalics@gmx.at>
4852
4853 * window.el (window-combinations): Make WINDOW argument
4854 mandatory. Rewrite doc-string.
4855 (walk-window-subtree, window-atom-check, window-min-delta)
4856 (window-max-delta, window--resize-this-window)
4857 (window--resize-root-window-vertically, window-tree)
4858 (balance-windows, window-state-put): Rewrite doc-strings as to
4859 not mention the term "subwindow".
4860 (window--resize-subwindows-skip-p): Rename to
4861 window--resize-child-windows-skip-p.
4862 (window--resize-subwindows-normal): Rename to
4863 window--resize-child-windows-normal.
4864 (window--resize-subwindows): Rename to
4865 window--resize-child-windows.
4866 (window-or-subwindow-p): Rename to window--in-subtree-p.
4867
3c6702ef
ML
48682011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4869
4870 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4871 Ensure that mbox format messages end in two newlines (Bug#9974).
4872
49745b39
CY
48732011-11-06 Chong Yidong <cyd@gnu.org>
4874
4875 * window.el (window-combination-p): Function deleted; its
4876 side-effect is not used in any existing code.
4877 (window-combinations, window-combined-p): Call window-*-child
4878 directly.
4879
24300f5f
CY
48802011-11-05 Chong Yidong <cyd@gnu.org>
4881
4882 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4883 (window-size-ignore, window-state-get): Callers changed.
4884 (window-normalize-window): Rename from window-normalize-any-window.
4885 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4886 (window-normalize-live-window): Delete.
447f16b8
CY
4887 (window-combination-p, window-combined-p, window-combinations)
4888 (walk-window-subtree, window-atom-root, window-min-size)
4889 (window-sizable, window-sizable-p, window-size-fixed-p)
4890 (window-min-delta, window-max-delta, window-resizable)
4891 (window-resizable-p, window-full-height-p, window-full-width-p)
4892 (window-current-scroll-bars, window-point-1, set-window-point-1)
4893 (window-at-side-p, window-in-direction, window-resize)
4894 (adjust-window-trailing-edge, maximize-window, minimize-window)
4895 (window-deletable-p, delete-window, delete-other-windows)
4896 (record-window-buffer, unrecord-window-buffer)
4897 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4898 (quit-window, split-window, window-state-put)
4899 (set-window-text-height, fit-window-to-buffer)
4900 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4901
89bd5ee1
EZ
49022011-11-04 Eli Zaretskii <eliz@gnu.org>
4903
53479029
EZ
4904 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4905 rfc2047-decode-string.
4906 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4907 warnings.
4908
89bd5ee1
EZ
4909 * window.el (window-body-height, window-body-width): Mention in
4910 the doc string that the return values are in frame's canonical
4911 units. (Bug#9949)
4912
bd17fdee
AM
49132011-11-03 Alan Mackenzie <acm@muc.de>
4914
4915 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4916 change in cc-engine.el.
4917
acc825c5
SM
49182011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4921
1885e5b8
MR
49222011-11-02 Martin Rudalics <rudalics@gmx.at>
4923
4924 * window.el (quit-window): Call unrecord-window-buffer after
4925 showing another buffer in the window. (Bug#9937)
acc825c5 4926 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4927
ebe06da9
JB
49282011-11-02 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4931 Accept status with more than 9 shelves. (Bug#9935)
4932 Reported by Colin D Bennett <colin@gibibit.com>.
4933
4ee88440
MR
49342011-11-01 Martin Rudalics <rudalics@gmx.at>
4935
4936 * help.el (with-help-window): Don't reference
4937 temp-buffer-show-specifiers in doc-string.
4938
08e1d82c
AS
49392011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4940
4941 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4942 menu-item.
4943
84bd6e9e
VJL
49442011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4945
4946 * whitespace.el: New version 13.2.2.
4947 (whitespace-newline-mode): Disable properly. Reported by Sarah
4948 <EmacsWiki>.
4949
dba0634a
UJ
49502011-10-30 Ulf Jasper <ulf.jasper@web.de>
4951
4952 * net/newst-treeview.el: Remove "Time-stamp".
4953 (newsticker--group-manage-orphan-feeds): Do not call
4954 newsticker--treeview-tree-update.
db22a3c2
JB
4955 (newsticker-treeview-update, newsticker-treeview):
4956 Call newsticker--treeview-tree-update if necessary.
dba0634a 4957
3d8daefe
MR
49582011-10-30 Martin Rudalics <rudalics@gmx.at>
4959
4960 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4961 (window-iso-combinations): Remove "iso-" infix.
4962 Suggested by Chong Yidong.
3d8daefe
MR
4963 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4964 (window-max-delta-1, window-resize, window--resize-siblings)
4965 (window--resize-this-window, adjust-window-trailing-edge)
4966 (split-window, balance-windows-1)
4967 (shrink-window-if-larger-than-buffer):
4968 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4969 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4970
1bc4c3ae
SM
49712011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4974 in place (bug#9907).
4975 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4976 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4977 (eshell-structure-basic-command, eshell-rewrite-while-command)
4978 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4979 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4980 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4981 (eshell-do-pipelines-synchronously, eshell-eval-command):
4982 Use backquotes and prefer setq to set.
4983 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4984 (eshell-macrop): Use functionp.
c1e2f5fa 4985 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4986
30b65d9c
CY
49872011-10-30 Chong Yidong <cyd@gnu.org>
4988
4989 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4990 instead of set-mark (Bug#9810).
4991
2d197ffb
CY
49922011-10-30 Chong Yidong <cyd@gnu.org>
4993
4994 * window.el (split-window-below, split-window-right): Rename from
4995 split-window-above-each-other and split-window-side-by-side
4996 respectively. All callers changed.
4997 (split-window-sensibly, split-window-sensibly): Use them.
4998 (split-window-keep-point): Doc fix.
4999
5000 * isearch.el: Add isearch-scroll property to split-window-below
5001 and split-window-right.
5002
5003 * follow.el (follow-mode):
5004 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5005 * progmodes/ada-xref.el (ada-gdb-application):
5006 * emulation/vip.el (vip-buffer-in-two-windows):
5007 * image-dired.el (image-dired-dired-with-window-configuration):
5008 * dired-x.el (dired-do-find-marked-files):
5009 * dired.el (dired-pop-to-buffer):
5010 * bs.el (bs--show-with-configuration):
5011 * vc/emerge.el (emerge-setup-windows):
5012 * textmodes/two-column.el (2C-two-columns):
5013 * textmodes/reftex-toc.el (reftex-toc):
5014 * progmodes/gdb-mi.el (gdb-setup-windows):
5015 * progmodes/fortran.el (fortran-window-create):
5016 * net/newst-treeview.el (newsticker--treeview-window-init):
5017 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5018 * emulation/tpu-edt.el (tpu-gold-map):
5019 * emulation/crisp.el (crisp-mode-map):
5020 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5021
38bb2ca8
CY
50222011-10-29 Chong Yidong <cyd@gnu.org>
5023
aa4de341
CY
5024 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5025
e1eb5385
CY
5026 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5027
5d2ece3c
CY
5028 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5029 forged Ispell output (Bug#7904).
5030
38bb2ca8
CY
5031 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5032
d0af9f77
SM
50332011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * doc-view.el: Avoid ugly errors about not finding nil.
5036 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5037 (doc-view-dvipdf-program, doc-view-unoconv-program)
5038 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5039 Avoid nil or absolute file name as default value.
5040 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5041
52bedd34
AM
50422011-10-28 Alan Mackenzie <acm@muc.de>
5043
db22a3c2 5044 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5045
7e43cfa5
AM
50462011-10-28 Alan Mackenzie <acm@muc.de>
5047
5048 Amend the handling of c-beginning/end-of-defun in nested declaration
5049 scopes.
5050
52bedd34
AM
5051 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5052 cc-langs.el. Change it to a defcustom.
7e43cfa5 5053
52bedd34
AM
5054 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5055 cc-vars.el.
7e43cfa5 5056
d0af9f77
SM
5057 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5058 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5059
52bedd34 5060 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5061 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5062 (c-widen-to-enclosing-decl-scope): New function.
5063 (c-while-widening-to-decl-block): New macro.
5064 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5065 outward for defun boundaries, and correspondingly change symbol
5066 `respect-enclosure' to `go-outward'.
5067 (c-declaration-limits): Change algorithm to report only the "innermost"
5068 defun's boundaries.
5069
1a2ce9ee
DD
50702011-10-28 Deniz Dogan <deniz@dogan.se>
5071
5072 * net/rcirc.el (rcirc-mode): Use hard newlines.
5073
bc97a826
AM
50742011-10-28 Alan Mackenzie <acm@muc.de>
5075
5076 Amend to indent and fontify macros "which include their own semicolon"
5077 correctly, using the "virtual semicolon" mechanism.
5078
52bedd34 5079 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5080
d0af9f77 5081 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5082 Recode to scan one line at a time rather than having \n and \r
58179cce 5083 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5084 (c-forward-label): Amend for virtual semicolons.
58179cce 5085 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5086
52bedd34
AM
5087 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5088 of the new C macros.
bc97a826 5089
52bedd34 5090 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5091 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5092 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5093 (c-opt-cpp-macro-define): Make into a full language variable.
5094 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5095 AWK Mode (including \n, \r) removed, no longer needed.
5096
d0af9f77
SM
5097 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5098 Invoke c-make-macro-with-semi-re.
bc97a826 5099
52bedd34
AM
5100 * progmodes/cc-vars.el (c-macro-with-semi-re):
5101 (c-macro-names-with-semicolon): New variables.
58179cce 5102 (c-make-macro-with-semi-re): New function.
bc97a826 5103
7a6c0941
SM
51042011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * vc/log-edit.el: Fill empty field rather than adding new one.
5107 (log-edit-add-field): New function.
5108 (log-edit-insert-changelog): Use it.
5109
b0c4cdcf
ML
51102011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5111
5112 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5113
ee1f1da9
SM
51142011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5117 (gdb--check-interpreter): New function.
5118 (gdb): Use it.
5119
51bc5f8b
GM
51202011-10-27 Glenn Morris <rgm@gnu.org>
5121
416a2c45
GM
5122 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5123 (least-positive-float, least-negative-float)
5124 (least-positive-normalized-float, least-negative-normalized-float)
5125 (float-epsilon, float-negative-epsilon):
5126 Remove unnecessary declarations.
5127
5128 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5129 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5130 (least-positive-float, least-negative-float)
5131 (least-positive-normalized-float, least-negative-normalized-float)
5132 (float-epsilon, float-negative-epsilon): Add doc-strings,
5133 based on those in cl.texi.
5134
51bc5f8b
GM
5135 * files.el (set-visited-file-name): If the major-mode changed,
5136 reload the local variables. (Bug#9796)
5137
15de15c6
CY
51382011-10-27 Chong Yidong <cyd@gnu.org>
5139
5140 * subr.el (change-major-mode-after-body-hook): New hook.
5141 (run-mode-hooks): Run it.
5142
ee1f1da9
SM
5143 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5144 Use change-major-mode-before-body-hook.
15de15c6
CY
5145
5146 * simple.el (fundamental-mode):
5147 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5148 change introducing fundamental-mode-hook.
5149
5430d399
JB
51502011-10-26 Juanma Barranquero <lekktu@gmail.com>
5151
acc825c5 5152 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5153
ad74a69e
MA
51542011-10-26 Michael Albinus <michael.albinus@gmx.de>
5155
5156 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5157 tramp.el explicitly. (Bug#7583)
ad74a69e 5158
71d4c2a5
SM
51592011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * progmodes/octave-mod.el:
5162 * progmodes/octave-inf.el: Update maintainer.
5163
b1f6fa26
CY
51642011-10-26 Chong Yidong <cyd@gnu.org>
5165
5166 * subr.el (with-wrapper-hook): Rewrite doc.
5167
3f04efd6
MA
51682011-10-25 Michael Albinus <michael.albinus@gmx.de>
5169
5170 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5171 filenames "/method:foo:". (Bug#9793)
3f04efd6 5172
410488d3
SM
51732011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5176 (bug#9865).
5177
c1ebb47e
GM
51782011-10-24 Glenn Morris <rgm@gnu.org>
5179
5180 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5181
7f5c46c7
MA
51822011-10-24 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * notifications.el: Add the requirement of a running D-Bus session
5185 bus to the Commentary.
5186
db2440b6
JL
51872011-10-24 Juri Linkov <juri@jurta.org>
5188
5189 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5190 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5191 (Bug#9364)
5192
feecf435
JL
51932011-10-24 Juri Linkov <juri@jurta.org>
5194
5195 * info.el (Info-following-node-name-re): Add newline to the list
5196 of allowed characters for leading space. (Bug#9824)
5197
a3839de2
SM
51982011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5199
acc825c5
SM
5200 * progmodes/octave-inf.el (inferior-octave-mode-map):
5201 Fix C-c C-h binding.
a3839de2
SM
5202 * progmodes/octave-mod.el (octave-help): Remove.
5203
09388e76
MA
52042011-10-23 Michael Albinus <michael.albinus@gmx.de>
5205
5206 Sync with Tramp 2.2.3.
5207
5208 * net/tramp-cache.el (top): Pacify byte-compiler using
5209 `init-file-user' and `site-run-file'.
5210
5211 * net/trampver.el: Update release number.
5212
86c60681
CY
52132011-10-23 Chong Yidong <cyd@gnu.org>
5214
5215 * files.el (toggle-read-only): Remove obsolete comment about
5216 version control.
5217
5218 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5219 for toggle-read-only. Note that this hasn't called vc-next-action
5220 since 2008-05-02, though it wasn't documented at the time.
5221
a3839de2
SM
5222 * vc/ediff-init.el (ediff-toggle-read-only-function):
5223 Use toggle-read-only.
86c60681 5224
cd5495ff
AM
52252011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5226
5227 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5228 of c-parse-state.
5229
00b77525 5230 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5231 correct faulty logical expression.
cd5495ff
AM
5232 (c-parse-state-state, c-record-parse-state-state):
5233 (c-replay-parse-state-state): New defvar/defuns.
5234 (c-debug-parse-state): Use new functions.
5235
42ee24ed
MR
52362011-10-22 Martin Rudalics <rudalics@gmx.at>
5237
5238 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5239 last fix. Use window-in-direction correctly.
42ee24ed 5240
a7dee7e7
CY
52412011-10-21 Chong Yidong <cyd@gnu.org>
5242
5243 * progmodes/idlwave.el (idlwave-mode):
5244 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5245 require-final-newline; that's done in prog-mode.
5246 Suggested by Stefan Monnier.
a7dee7e7 5247
e07b9a6d
MR
52482011-10-21 Martin Rudalics <rudalics@gmx.at>
5249
5250 * mouse.el (mouse-drag-window-above)
5251 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5252 (mouse-drag-mode-line-1, mouse-drag-header-line)
5253 (mouse-drag-vertical-line-rightward-window): Remove.
5254 (mouse-drag-line): New function.
5255 (mouse-drag-mode-line, mouse-drag-header-line)
5256 (mouse-drag-vertical-line): Call mouse-drag-line.
5257 * window.el (window-at-side-p, windows-at-side): New functions.
5258
7e1361d9
UM
52592011-10-21 Ulrich Mueller <ulm@gentoo.org>
5260
5261 * tar-mode.el (tar-grind-file-mode):
5262 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5263
30fcaf3a
CY
52642011-10-21 Chong Yidong <cyd@gnu.org>
5265
5266 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5267 * progmodes/vera-mode.el (vera-mode):
5268 Use mode-require-final-newline.
30fcaf3a 5269
516eddb0
GM
52702011-10-20 Glenn Morris <rgm@gnu.org>
5271
db22a3c2 5272 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5273
10d5f513
CS
52742011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5275
5276 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5277
ac6c8639
CY
52782011-10-20 Chong Yidong <cyd@gnu.org>
5279
5280 * emulation/cua-base.el (cua-mode):
5281 * mail/footnote.el (footnote-mode):
5282 * mail/mailabbrev.el (mail-abbrevs-mode):
5283 * net/xesam.el (xesam-minor-mode):
5284 * progmodes/bug-reference.el (bug-reference-mode):
5285 * progmodes/cap-words.el (capitalized-words-mode):
5286 * progmodes/compile.el (compilation-minor-mode)
5287 (compilation-shell-minor-mode):
5288 * progmodes/gud.el (gud-tooltip-mode):
5289 * progmodes/hideif.el (hide-ifdef-mode):
5290 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5291 * progmodes/subword.el (subword-mode):
5292 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5293 * progmodes/which-func.el (which-function-mode):
5294 * term/tvi970.el (tvi970-set-keypad-mode):
5295 * term/vt100.el (vt100-wide-mode):
5296 * textmodes/flyspell.el (flyspell-mode):
5297 * textmodes/ispell.el (ispell-minor-mode):
5298 * textmodes/nroff-mode.el (nroff-electric-mode):
5299 * textmodes/paragraphs.el (use-hard-newlines):
5300 * textmodes/refill.el (refill-mode):
5301 * textmodes/reftex.el (reftex-mode):
5302 * textmodes/rst.el (rst-minor-mode):
5303 * textmodes/sgml-mode.el (html-autoview-mode)
5304 (sgml-electric-tag-pair-mode):
5305 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5306 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5307 * emulation/crisp.el (crisp-mode):
5308 * emacs-lisp/eldoc.el (eldoc-mode):
5309 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5310 minor mode behavior.
5311
aa42ab43
JL
53122011-10-19 Juri Linkov <juri@jurta.org>
5313
5314 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5315 the list of hard-coded chars with escape-glyph face.
5316
89400f1d
SM
53172011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5320
305c07f6
MA
53212011-10-19 Michael Albinus <michael.albinus@gmx.de>
5322
5323 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5324 running process.
5325
13754b54
GM
53262011-10-19 Glenn Morris <rgm@gnu.org>
5327
5328 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5329 Ignore ignored files. (Bug#9726)
5330
06e21633
CY
53312011-10-19 Chong Yidong <cyd@gnu.org>
5332
5333 Doc fix for minor modes, stating that an omitted argument enables
5334 the mode unconditionally when called from Lisp.
5335
5336 * abbrev.el (abbrev-mode):
5337 * allout.el (allout-mode):
5338 * autoinsert.el (auto-insert-mode):
5339 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5340 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5341 (global-auto-revert-mode):
5342 * battery.el (display-battery-mode):
5343 * composite.el (global-auto-composition-mode)
5344 (auto-composition-mode):
5345 * delsel.el (delete-selection-mode):
5346 * desktop.el (desktop-save-mode):
5347 * dired-x.el (dired-omit-mode):
5348 * dirtrack.el (dirtrack-mode):
5349 * doc-view.el (doc-view-minor-mode):
5350 * double.el (double-mode):
5351 * electric.el (electric-indent-mode, electric-pair-mode):
5352 * emacs-lock.el (emacs-lock-mode):
5353 * epa-hook.el (auto-encryption-mode):
5354 * follow.el (follow-mode):
5355 * font-core.el (font-lock-mode):
5356 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5357 * help.el (temp-buffer-resize-mode):
5358 * hilit-chg.el (highlight-changes-mode)
5359 (highlight-changes-visible-mode):
5360 * hi-lock.el (hi-lock-mode):
5361 * hl-line.el (hl-line-mode, global-hl-line-mode):
5362 * icomplete.el (icomplete-mode):
5363 * ido.el (ido-everywhere):
5364 * image-file.el (auto-image-file-mode):
5365 * image-mode.el (image-minor-mode):
5366 * iswitchb.el (iswitchb-mode):
5367 * jka-cmpr-hook.el (auto-compression-mode):
5368 * linum.el (linum-mode):
5369 * longlines.el (longlines-mode):
5370 * master.el (master-mode):
5371 * mb-depth.el (minibuffer-depth-indicate-mode):
5372 * menu-bar.el (menu-bar-mode):
5373 * minibuf-eldef.el (minibuffer-electric-default-mode):
5374 * mouse-sel.el (mouse-sel-mode):
5375 * msb.el (msb-mode):
5376 * mwheel.el (mouse-wheel-mode):
5377 * outline.el (outline-minor-mode):
5378 * paren.el (show-paren-mode):
5379 * recentf.el (recentf-mode):
5380 * reveal.el (reveal-mode, global-reveal-mode):
5381 * rfn-eshadow.el (file-name-shadow-mode):
5382 * ruler-mode.el (ruler-mode):
5383 * savehist.el (savehist-mode):
5384 * scroll-all.el (scroll-all-mode):
5385 * scroll-bar.el (scroll-bar-mode):
5386 * server.el (server-mode):
5387 * shell.el (shell-dirtrack-mode):
5388 * simple.el (auto-fill-mode, transient-mark-mode)
5389 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5390 (line-number-mode, column-number-mode, size-indication-mode)
5391 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5392 * strokes.el (strokes-mode):
5393 * time.el (display-time-mode):
5394 * t-mouse.el (gpm-mouse-mode):
5395 * tool-bar.el (tool-bar-mode):
5396 * tooltip.el (tooltip-mode):
5397 * type-break.el (type-break-mode-line-message-mode)
5398 (type-break-query-mode):
5399 * view.el (view-mode):
5400 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5401 (global-whitespace-mode, global-whitespace-newline-mode):
5402 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5403
a3839de2
SM
5404 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5405 Fix autogenerated docstring.
06e21633 5406
5214e501
JL
54072011-10-19 Juri Linkov <juri@jurta.org>
5408
5409 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5410 by checking environment variables "DESKTOP_SESSION" and
5411 "XDG_CURRENT_DESKTOP". (Bug#9779)
5412
195f8db9
JL
54132011-10-19 Juri Linkov <juri@jurta.org>
5414
5415 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5416 (browse-url-chromium-program, browse-url-chromium-arguments):
5417 New defcustoms.
5418 (browse-url-default-browser): Check for `browse-url-chromium' and
5419 call `browse-url-chromium-program'.
5420 (browse-url-chromium): New command. (Bug#9779)
5421
343a34ff
JB
54222011-10-18 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * facemenu.el (list-colors-duplicates): On Windows, detect more
5425 duplicates by assuming that only colors matching "^System" are
5426 special "system colors". (Bug#9722)
5427
6978a151
SM
54282011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5431 to distinguish the author from the committer.
5432
6a80b297
MA
54332011-10-18 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5436
b31a5677
JK
54372011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5438
5439 * international/mule.el (sgml-html-meta-auto-coding-function):
5440 Add support for detecting encoding in HTML5 specified only as
5441 <meta charset="UTF-8">. Implementation just makes http-equiv and
5442 content-type parts from HTML4 encoding string optional. (Bug#9716)
5443
80c6d77f
GM
54442011-10-18 Glenn Morris <rgm@gnu.org>
5445
5446 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5447
08b0fee8
CY
54482011-10-18 Chong Yidong <cyd@gnu.org>
5449
5450 * faces.el (cursor): Doc fix.
5451
67e729a5
CY
54522011-10-17 Chong Yidong <cyd@gnu.org>
5453
5454 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5455
343a34ff 54562011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5457
5458 * dirtrack.el (dirtrack): Support shell buffers with path
5459 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5460
0bc06380
TZ
54612011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5462
5463 * json.el: Bump version to 1.3 and note change in History.
5464 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5465
8b79f3e0
SM
54662011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5a7c536b
SM
5468 * comint.el (comint-insert-input, comint-send-input)
5469 (comint-get-old-input-default, comint-backward-matching-input)
5470 (comint-next-prompt): Use nil instead of `input' for field property of
5471 past user input (bug#114).
5472
96a8a0df
SM
5473 * minibuffer.el (completion--replace): Inherit surrounding properties
5474 (bug#114).
5475 (minibuffer-complete-and-exit): Use it.
5476
8b79f3e0
SM
5477 * comint.el (comint--table-subvert): Quote the all-completions output
5478 (bug#9160).
5479
b8f7ff0d
MR
54802011-10-17 Martin Rudalics <rudalics@gmx.at>
5481
8b79f3e0 5482 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5483
b8f7ff0d 5484 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5485 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5486 entries and separate them from frame entries.
5487
c235b555
GM
54882011-10-15 Glenn Morris <rgm@gnu.org>
5489
5490 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5491 Doc fixes.
5492
6bbfa6e1
CY
54932011-10-15 Chong Yidong <cyd@stupidchicken.com>
5494
8b79f3e0
SM
5495 * net/network-stream.el (network-stream-open-starttls):
5496 Improve detection of failure due to lack of TLS support.
ec5c990d 5497
6bbfa6e1
CY
5498 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5499 putting the input text in front and in bold.
5500
98488977
SM
55012011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5502
3d1337be
SM
5503 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5504
ee0b45e4
SM
5505 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5506 empty buffer.
5507
98488977
SM
5508 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5509 unread-command-events rather than pushing yet-another event.
5510
186f4720
EZ
55112011-10-14 Eli Zaretskii <eliz@gnu.org>
5512
5513 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5514 the explanation of the possible choices. Make the options passed
5515 to completing-read shorter.
5516
8b7a997c
AM
55172011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5518
5519 * textmodes/flyspell.el (flyspell-large-region): Make sure
5520 extended character mode is used if defined (Bug#1339).
5521
12587bbb
EZ
55222011-10-13 Eli Zaretskii <eliz@gnu.org>
5523
5524 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5525 character info for LRE, LRO, RLE, and RLO characters by appending
5526 an invisible PDF.
12587bbb 5527
bad41229
SM
55282011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5531 even in case of error; add debug spec; simplify data flow.
5532 (with-timeout-handler): Remove.
5533
28dbc92f
MA
55342011-10-12 Michael Albinus <michael.albinus@gmx.de>
5535
5536 Fix Bug#6019, Bug#9315.
5537
5538 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5539 complete `buffer-file-name', the local file name part could look
5540 remotely (for example on VMS).
5541
5542 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5543 `tramp-run-real-handler'.
5544 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5545 already quoted by '"'.
5546
5547 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5548 Let `file-name-handler-alist' be nil, the local file name part
5549 could look remotely (for example on VMS).
5550
e1b0b23a
SM
55512011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5554 from here...
5555 (flyspell-post-command-hook): ...to here.
5556
a120bde9
SM
55572011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5560 if not needed.
5561 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5562 using completion. Protect against "slow" callers.
5563 Remove the "message hack".
5564
7ce7717b
JL
55652011-10-11 Juri Linkov <juri@jurta.org>
5566
5567 * isearch.el (isearch-lazy-highlight-word): New variable.
5568 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5569 Use it. (Bug#9727)
5570
c02ee9d6
GM
55712011-10-11 Glenn Morris <rgm@gnu.org>
5572
5573 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5574 like f90-previous-statement does.
5575
93e616fd 55762011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5577
1f190e73 5578 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5579 only in interactive use, to avoid error.
5580
af7b6078
SM
55812011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * minibuffer.el (completion-file-name-table): Fix last change,
5584 i.e. ignore normal errors but not the other ones.
5585
0563dae9
MR
55862011-10-10 Martin Rudalics <rudalics@gmx.at>
5587
5588 * window.el (special-display-buffer-names)
5589 (special-display-regexps): Remove some remnants of earlier
5590 changes from doc-strings.
366ca7f3
MR
5591 (quit-windows-on): New function.
5592
5593 * vc/vc.el (vc-revert, vc-rollback):
5594 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5595 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5596 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5597
49677495
MR
55982011-10-09 Martin Rudalics <rudalics@gmx.at>
5599
5600 * window.el (frame-auto-hide-function): Add version tag.
5601 (Bug#9699)
5602
56f2d1e1
MA
56032011-10-09 Michael Albinus <michael.albinus@gmx.de>
5604
5605 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5606 condition.
5607
112a6592
LL
56082011-10-09 Leo Liu <sdl.web@gmail.com>
5609
5610 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5611 (Bug#9701)
5612
0812589b
GM
56132011-10-08 Glenn Morris <rgm@gnu.org>
5614
5615 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5616 before the first code statement zero indent. (Bug#9690)
5617
b2b0776e
CY
56182011-10-08 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * simple.el (count-words-region): Always count in the region.
5621 Report the number of lines and characters too.
5622 (count-words): New command, which counts in the buffer if the
5623 region is inactive, as count-words-region used to.
5624 (count-words--message): New function. Handle plurals.
5625 (count-lines-region): Make it an alias for count-words-region.
5626
5627 * bindings.el (esc-map): Replace count-lines-region with
5628 count-words-region.
5629
c557cd6b
MR
56302011-10-08 Martin Rudalics <rudalics@gmx.at>
5631
5632 * window.el (window--delete): Delete dedicated frame
5633 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5634 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5635
61a57ef4 56362011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5637
3a7d293b 5638 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5639
c3833279
CY
56402011-10-07 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * bindings.el ([M-left],[M-right]): Bind to left-word and
5643 right-word respectively.
5644
21ce8245
GM
56452011-10-07 Glenn Morris <rgm@gnu.org>
5646
5647 * cus-start.el (debug-on-quit): Fix custom type.
5648
6d823bb2
LMI
56492011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5650
0181e193
LMI
5651 * subr.el (define-key-after): Clarify that the function is not
5652 useful for non-menu keymaps.
5653
6d823bb2
LMI
5654 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5655
8e3459ce 56562011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5657
21ce8245 5658 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5659 in current minibuffer (Fix bug with recursive minibuffers).
5660
a1c2d21e
CY
56612011-10-06 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * progmodes/gdb-mi.el (gdb): Doc fix.
5664
5a4cf282
MR
56652011-10-05 Martin Rudalics <rudalics@gmx.at>
5666
5667 * window.el (frame-auto-hide-function): New option replacing
5668 frame-auto-delete. Suggested by Stefan Monnier.
5669 (window--delete): Call frame-auto-hide-function instead of
5670 investigating frame-auto-delete.
c96111ea
MR
5671 (window-point-1, set-window-point-1): New functions.
5672 (window-in-direction, record-window-buffer, window-state-get-1)
5673 (display-buffer-record-window): Use window-point-1 instead of
5674 window-point.
5675 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5676
9854542e
SM
56772011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5680
8943cfb0
GM
56812011-10-05 Glenn Morris <rgm@gnu.org>
5682
5683 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5684 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5685
647ab967
LL
56862011-10-05 Leo Liu <sdl.web@gmail.com>
5687
5688 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5689 works with buffer object.
5690
3ddfbced
SM
56912011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * mpc.el (mpc-tool-bar-map): Add labels.
5694
bdfa5dd2
GM
56952011-10-04 Glenn Morris <rgm@gnu.org>
5696
5697 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5698
0e2070b5
MR
56992011-10-04 Martin Rudalics <rudalics@gmx.at>
5700
5701 * window.el (window--delete): New function.
5702 (frame-auto-delete): Resuscitate option.
5703 (bury-buffer, replace-buffer-in-windows)
5704 (quit-window): Rewrite using window--delete.
5705 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5706 Pass display-buffer-mark-dedicated to window--display-buffer-2
5707 (Bug#9639).
5708
3dc61a09
SM
57092011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5710
915a9b64
SM
5711 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5712 returns a list (bug#9554). Add remote file name completion.
5713 * comint.el (comint--table-subvert): Curry and get quote&unquote
5714 functions as arguments.
5715 (comint--complete-file-name-data): Adjust call accordingly.
5716 * pcomplete.el (pcomplete--table-subvert): Remove.
5717 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5718
3dc61a09
SM
5719 * minibuffer.el (completion-table-case-fold): Use currying.
5720 (completion--styles-type, completion--cycling-threshold-type):
5721 New constants.
5722 (completion-styles, completion-category-overrides)
5723 (completion-cycle-threshold): Use them.
5724 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5725 completion-table-case-fold.
5726
8ea0a993
SB
57272011-10-03 Stephen Berman <stephen.berman@gmx.net>
5728
5729 * minibuffer.el (completion-category-overrides): Fix type of styles
5730 and add more user friendly tags (bug#9660).
5731
8c24b7f6
SM
57322011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5735 (mule-input-method-string): New widget.
5736 (default-input-method, language-info-custom-alist): Use it.
5737
428fe61a
SM
57382011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5739
32c1fffd
SM
5740 * pcomplete.el: Require comint.
5741 (pcomplete--common-suffix): Remove.
5742 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5743 (pcomplete--table-subvert): Sync with comint--table-subvert.
5744 (pcomplete--entries): Use comint-completion-file-name-table.
5745 * comint.el (comint-unquote-filename): Simplify.
5746 (comint-completion-file-name-table): New function (bug#9616).
5747 (comint--complete-file-name-data): Use it.
5748
428fe61a
SM
5749 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5750 (pcmpl-gnu-tar-buffer): Remove.
5751 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5752 around. Make sure pcomplete-suffix-list is only changed temporarily.
5753 Don't look inside the tar's file if it's too large.
428fe61a 5754
04c52e2f
CY
57552011-10-01 Chong Yidong <cyd@stupidchicken.com>
5756
ce3cefcc
CY
5757 * cus-edit.el (custom-mode-map):
5758 * epa.el (epa-key-list-mode-map):
5759 * man.el (Man-mode-map):
5760 * startup.el (splash-screen-keymap):
5761 * simple.el (special-mode-map): Use scroll-up-command and
5762 scroll-down-command.
5763
5764 * progmodes/idlw-help.el (idlwave-help-mode-map):
5765 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5766 * net/newst-plainview.el (newsticker-mode-map):
5767 * emulation/ws-mode.el (wordstar-mode-map):
5768 * emulation/vi.el (vi-com-map):
5769 * calc/calc-graph.el (calc-graph-show-dumb):
5770 * term/sun.el (terminal-init-sun):
5771 * term/ns-win.el (global-map):
5772 * progmodes/grep.el (grep-mode-map):
5773 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5774 * mail/rmail.el (rmail-mode-map):
5775 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5776
04c52e2f
CY
5777 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5778 custom-safe-themes as special.
5779
79adf8c8
JD
57802011-10-01 Julien Danjou <julien@danjou.info>
5781
5782 * notifications.el (notifications-notify): Fix docstring.
5783
63bd50d3
PS
57842011-10-01 Per Starbäck <per@starback.se>
5785
5786 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5787
199e4c7e
MR
57882011-09-30 Martin Rudalics <rudalics@gmx.at>
5789
5790 * startup.el (command-line-1): Fix last fix by inserting
5791 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5792 (Bug#9605) and (Bug#9636)
199e4c7e 5793
fe5f08dd
EZ
57942011-09-29 Eli Zaretskii <eliz@gnu.org>
5795
5796 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5797 window is hscrolled, move by logical lines. (Bug#9607)
5798 (line-move-visual): Update the doc string to the above effect.
5799
b5516bbd
MR
58002011-09-29 Martin Rudalics <rudalics@gmx.at>
5801
ccee00c0
MR
5802 * window.el (display-buffer-record-window): When WINDOW is the
5803 selected window use `point' instead of `window-point'. (Bug#9626)
5804
b5516bbd
MR
5805 * startup.el (command-line-1): Use insert-before-markers when
5806 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5807
b5516bbd
MR
5808 * help.el (help-window): Remove variable.
5809
52aa0014
GM
58102011-09-29 Glenn Morris <rgm@gnu.org>
5811
5812 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5813
df9a7357
JB
58142011-09-29 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * descr-text.el (describe-char-categories): Accept category
5817 descriptions more than one line long.
5818
a8406c20
SM
58192011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5820
88d9610c
SM
5821 * simple.el (delete-trailing-whitespace): Fix last change.
5822
a5daf810
SM
5823 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5824 Don't confuse "y => 3" as the beginning of a `y' operation.
5825
a8406c20
SM
5826 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5827 object has more than 4 slots (bug#9613).
5828
a239d4e9
JB
58292011-09-28 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * subr.el (with-output-to-temp-buffer):
5832 * net/quickurl.el (quickurl, quickurl-browse-url):
5833 Fix typos in docstrings.
5834
693fbdb6
EZ
58352011-09-27 Eli Zaretskii <eliz@gnu.org>
5836
5837 * minibuffer.el (completion-styles)
5838 (completion-category-overrides): Cross reference each other in doc
5839 strings.
5840
8b457e28
GM
58412011-09-27 Glenn Morris <rgm@gnu.org>
5842
5843 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5844 to split-string. (Bug#9606)
5845
85a16208
LMI
58462011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
5848 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5849 (bug#9615).
5850
502f9ebd
CY
58512011-09-27 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * emacs-lisp/package.el (list-packages): Fix echo area message.
5854
7690bdea
LL
58552011-09-27 Leo Liu <sdl.web@gmail.com>
5856
5857 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5858
e2ee6f30
MA
58592011-09-25 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * net/dbus.el (dbus-unregister-object): Don't release services for
5862 registered signals. (Bug#9581)
5863
f3f98342
TZ
58642011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5865
5866 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5867 function that picks between cfengine 2 and 3 support
5868 automatically. Update docs accordingly.
5869
dd7aa8dd
KH
58702011-09-22 Kenichi Handa <handa@m17n.org>
5871
5872 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5873 ZERO.
5874 (indian-itrans-v5-table-for-tamil): New variable.
5875 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5876
3f2b07f8
KM
58772011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5878
5879 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5880 that's true if the current command involved collapsing of text.
5881 It's reset to false at the beginning of the next command.
5882 (allout-post-command-business): Move the cursor to the beginning
5883 of entry if the cursor is hidden and collapsing activity just
5884 happened.
5885
371d6a61
CY
58862011-09-24 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5889 tracking (Bug#9541).
5890
2ac2721a
UJ
58912011-09-24 Ulf Jasper <ulf.jasper@web.de>
5892
5893 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5894 (newsticker-show-news): Automatically load html rendering package
5895 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5896 because w3m-fill-column is let-bound" and the error "Symbol's value
5897 as variable is void: w3m-fill-column".
2ac2721a 5898
fac7ae53
MA
58992011-09-24 Michael Albinus <michael.albinus@gmx.de>
5900
5901 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5902 Release services only if they are defined. (Bug#9581)
5903
e08b633b
RS
59042011-09-23 Richard Stallman <rms@gnu.org>
5905
e488d29c
RS
5906 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5907 distinguish start of paragraph from start of its text.
5908
19c38752
RS
5909 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5910
e08b633b
RS
5911 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5912 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5913 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5914
0a39f27e
AS
59152011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5916
5917 * international/mule-diag.el (mule-diag): Insert a newline after
5918 each fontset description.
5919
db4e950d
SM
59202011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * simple.el (delete-trailing-whitespace):
5923 Document last change; simplify.
5924
eca3f3ea
PW
59252011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5926
d68e189a
PW
5927 * simple.el (delete-trailing-whitespace): Also delete
5928 extra newlines at the end of the buffer.
5929
eca3f3ea
PW
5930 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5931 (picture-newline): Use forward-line so as to ignore fields.
5932
01c157cc
SM
59332011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * subr.el (with-wrapper-hook): Fix edebug spec.
5936
022de23e
LMI
59372011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5938
5939 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5940 (bug#4538).
5941
91683089
MA
59422011-09-23 Michael Albinus <michael.albinus@gmx.de>
5943
eca3f3ea
PW
5944 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5945 Fix nasty bug using wrong cached values.
91683089 5946
5bdd6fa4
AM
59472011-09-23 Alan Mackenzie <acm@muc.de>
5948
5949 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5950
97adfb97
CY
59512011-09-23 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * window.el (pop-to-buffer): Ensure right window is selected if we
5954 chose another frame.
5955
d4ef2b50
EZ
59562011-09-22 Eli Zaretskii <eliz@gnu.org>
5957
5958 * simple.el (what-cursor-position): Use get-char-property-change
5959 and next-single-char-property-change, to be able to show display
5960 properties that come from overlays as well as text properties.
5961
72258fe5
CY
59622011-09-22 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5965
5966 * cmuscheme.el (run-scheme, switch-to-scheme):
5967 * cus-edit.el (customize-group, custom-buffer-create)
5968 (customize-browse):
5969 * info.el (info):
5970 * shell.el (shell):
5971 * mail/sendmail.el (mail):
5972 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5973
8f098516
RS
59742011-09-22 Richard Stallman <rms@gnu.org>
5975
5976 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5977 move back only to line beg, don't move back over blank lines.
5978
e74f1bb6
MA
59792011-09-22 Michael Albinus <michael.albinus@gmx.de>
5980
5981 * files.el (copy-directory): Set directory attributes only in case
5982 they could be retrieved from the source directory. (Bug#9565)
5983
bfeef8b6
DK
59842011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5985
5986 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5987 (hs-find-block-beginning, hs-hide-level-recursive):
5988 Ignore strings as well as comments. (Bug#9502)
5989
7e423bb8
AS
59902011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5991
5992 * progmodes/sql.el (sql-comint-postgres):
5993 Convert port number to a string. (Bug#9566)
5994
b4d72fcf
MR
59952011-09-22 Martin Rudalics <rudalics@gmx.at>
5996
5997 * window.el (quit-window): Undedicate window when switching to
5998 previous buffer. Reported by Thierry Volpiatto
5999 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6000 (special-display-popup-frame): When popping up a new frame reset
6001 its previous buffers to nil. Simplify code.
b4d72fcf 6002
a7b88dc6
MA
60032011-09-21 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6006 and process filter, as done also in `shell-command'.
6007
cf4eacfd
MR
60082011-09-21 Martin Rudalics <rudalics@gmx.at>
6009
eca3f3ea 6010 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6011 Call set-window-start with NOFORCE argument t.
6012 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6013 (quit-window): Reword doc-string. Handle new format of
6014 quit-restore parameter. Don't delete window if it has a
6015 previous buffer we can show instead of the present one.
6016 (display-buffer-record-window): Rewrite using a new format for
6017 the quit-restore window parameter
6018 (special-display-popup-frame, display-buffer-same-window)
6019 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6020 (display-buffer-pop-up-window, display-buffer-use-some-window):
6021 Adapt symbol passed to display-buffer-record-window.
6022 * help.el (help-window-setup): Handle new format of quit-restore
6023 parameter.
6024
8d28cb95
SM
60252011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6026
94ab793f
SM
6027 * faces.el (face-list): Fix docstring (bug#9564).
6028
8d28cb95
SM
6029 * window.el (display-buffer--action-function-custom-type):
6030 Don't include internal functions in the Custom interface.
6031
3820edeb
JL
60322011-09-20 Juri Linkov <juri@jurta.org>
6033
6034 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6035 (Info-forward-node, Info-backward-node, Info-next-preorder)
6036 (Info-last-preorder): Use it. (Bug#9528)
6037
5147931d
JL
60382011-09-20 Juri Linkov <juri@jurta.org>
6039
6040 * info.el (Info-last-preorder): Visit last menu item only when
6041 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6042
cf499a1a
JD
60432011-09-20 Julien Danjou <julien@danjou.info>
6044
6045 * password-cache.el (password-cache-remove): Remove entries even if the
6046 value is nil, so that password with a nil value (negative caching) is
6047 possible to invalidate.
6048
f84e2fe2
LM
60492011-09-20 Lawrence Mitchell <wence@gmx.li>
6050
6051 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6052 all whitespace around breakpoint. (Bug#9553)
6053 (f90-find-breakpoint): Only break at whitespace inside a comment.
6054
78054a46
SM
60552011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * minibuffer.el (completion-file-name-table): Keep track of errors.
6058 (completion-table-with-predicate): Handle the case where pred1 is nil.
6059 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6060
345083b2
SM
60612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6062
e24e27be
SM
6063 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6064 (debugger-return-value): Signal an error if the debugging context does
6065 not await any return value.
6066
345083b2
SM
6067 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6068 * image-mode.el (image-toggle-display-text)
6069 (image-toggle-display-image): Stay away from evil `intangible'.
6070
08d355e3
LL
60712011-09-19 Leo Liu <sdl.web@gmail.com>
6072
6073 * replace.el (occur-revert-arguments): Make it permanent-local.
6074 (occur-mode): Don't call font-lock-defontify.
6075
f01da43f
CY
60762011-09-19 Chong Yidong <cyd@stupidchicken.com>
6077
6078 * net/ldap.el (ldap-search-internal): Don't push empty search
6079 result (Bug#9508).
6080
b6072fa6
SM
60812011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6084
443d6696
MA
60852011-09-19 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6088 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6089
7cc6e154
JL
60902011-09-18 Juri Linkov <juri@jurta.org>
6091
6092 * buff-menu.el (Buffer-menu-mode-map):
6093 * dired.el (dired-mode-map):
6094 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6095 (lisp-interaction-mode-map):
6096 * emacs-lisp/package.el (package-menu-mode-map):
6097 * epa.el (epa-key-list-mode-map):
6098 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6099 (menu-bar-options-menu):
6100 * outline.el (outline-mode-menu-bar-map):
6101 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6102 * vc/vc-dir.el (vc-dir-menu-map):
6103 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6104 Capitalize non-function content words in menu item strings.
6105
6106 * dired.el (dired-mode-map): Add menu item for
6107 `image-dired-dired-toggle-marked-thumbs'.
6108
80302a81
JL
61092011-09-18 Juri Linkov <juri@jurta.org>
6110
6111 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6112 to `isearch-case-fold-search' and restore its original value
6113 after the `isearch-mode' call.
6114
46c5cf66
JL
61152011-09-18 Juri Linkov <juri@jurta.org>
6116
6117 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6118 because `zgrep' returns 1 for successful matches (bug#9226).
6119
d18b513b
JL
61202011-09-18 Juri Linkov <juri@jurta.org>
6121
6122 * info.el (Info-extract-menu-node-name): Check the second match
6123 for empty string (second test-case of bug#9528).
6124 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6125 intermediate nodes to the history (first test-case of bug#9528).
6126
72753f87
JL
61272011-09-18 Juri Linkov <juri@jurta.org>
6128
6129 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6130 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6131
c9384295
JL
61322011-09-18 Juri Linkov <juri@jurta.org>
6133
1154d12e
JB
6134 * info.el (Info-file-supports-index-cookies):
6135 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6136 outputs one more line for long file names (bug#4142).
c9384295 6137
d473dce8
CY
61382011-09-18 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * newcomment.el (comment-normalize-vars): If prompting for
6141 comment-start, set comment-start-skip too (Bug#8424).
6142
2176854d
JB
61432011-09-18 Johan Bockgård <bojohan@gnu.org>
6144
6145 * icomplete.el: Fix previous fix of Bug#5849.
6146 (icomplete-mode): Don't set completion-show-inline-help.
6147 (icomplete-minibuffer-setup): Set completion-show-inline-help
6148 locally during icompletion.
6149
3aace4e4
CY
61502011-09-18 Chong Yidong <cyd@stupidchicken.com>
6151
c940224f
CY
6152 * woman.el (woman2-process-escapes): Don't delete unrecognized
6153 escapes (Bug#7843).
6154
3aace4e4
CY
6155 * files.el (inhibit-first-line-modes-regexps): Add image files.
6156 (hack-local-variables-prop-line): Return nil for malformed
6157 prop-lines (Bug#9044).
6158
710dec63
MA
61592011-09-18 Michael Albinus <michael.albinus@gmx.de>
6160
6161 * net/tramp.el (top): Don't require 'shell.
6162 (tramp-methods): Fix docstring.
6163 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6164 Return complete remote file name. Handle "smb" case.
6165 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6166 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6167
6168 * net/tramp-compat.el (top): Require 'shell.
6169
6170 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6171 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6172 `tramp-current-host'.
6173 (tramp-get-remote-tmpdir): Remove.
6174
6175 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6176 `tramp-tmpdir' entries.
6177 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6178 (tramp-smb-handle-file-attributes): Ignore errors.
6179 (tramp-smb-wait-for-output): Check also for process end.
6180
5d5ac8ec
LMI
61812011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6182
6183 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6184 when sending QUIT (bug#9312).
6185
8c0f49f0
CY
61862011-09-17 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6189 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6190 occur-mode-display-occurrence.
6191 (occur-edit-mode): Add usage message.
6192 (occur-cease-edit): New command.
6193 (occur-after-change-function): Use text properties to find the
6194 position of the prefix text.
6195 (occur-engine): Set stickiness of prefix text properties.
6196
8f1383f7
GM
61972011-09-17 Glenn Morris <rgm@gnu.org>
6198
6199 * progmodes/etags.el (complete-tag):
6200 Fix call to completion-in-region. (Bug#9526)
6201
744ba0e3
JL
62022011-09-17 Juri Linkov <juri@jurta.org>
6203
6204 * textmodes/ispell.el (ispell-word): Add to the error message
6205 the word, ispell program name and current dictionary (bug#9121).
6206 (ispell-tex-arg-end): Capitalize "error" in the error message.
6207
d9bbf400
AS
62082011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6209
6210 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6211 check. (Bug#4251)
6212
8da11505
JL
62132011-09-17 Juri Linkov <juri@jurta.org>
6214
6215 * window.el (window-safe-min-height, window-safe-min-width):
6216 Fix typos (followup to bug#9522).
6217
a91adc7e
SJ
62182011-09-17 Sven Joachim <svenjoac@gmx.de>
6219
6220 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6221
064f328a
EZ
62222011-09-16 Eli Zaretskii <eliz@gnu.org>
6223
6224 * simple.el (line-move): If goal-column is set, move by logical
6225 lines, not by display lines. (Bug#971)
6226 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6227 to reflect the above change.
6228
e69df516
SM
62292011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * image.el (imagemagick-register-types): Use regexp-opt.
6232
cbb0f9ab
CY
62332011-09-15 Chong Yidong <cyd@stupidchicken.com>
6234
6235 * window.el (display-buffer-base-action): Rename from
6236 display-buffer-default-action. Make default value empty.
6237 (display-buffer-overriding-action): Convert to defvar.
6238 (display-buffer-fallback-action): New var.
6239
25322144
CY
62402011-09-15 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6243 declaration.
6244 (package--add-to-archive-contents): If there is a duplicate entry
6245 with an older version, remove it.
6246 (package-menu-mark-delete, package-menu-mark-install)
6247 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6248 (package-menu-mark-obsolete-for-deletion):
6249 Use package-menu-get-status instead of a regexp search.
25322144
CY
6250 (package-menu-get-status): Use tabulated-list-entry.
6251 (package-menu-mark-upgrades): New command.
d770725a 6252 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6253 (package-menu-execute): Do installation before deletion.
6254 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6255 instead of checking major-mode.
6256 (package-menu--find-upgrades): New function.
6257
7520339c
LMI
62582011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6259
6260 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6261 passwords in the log buffer.
65a046c4
LMI
6262 (smtpmail-process-filter): Update the process marker so that the
6263 "broken by peer" status message is inserted in the right place.
7520339c 6264
d3c30954
SM
62652011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6266
3fe48822
SM
6267 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6268 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6269 bibtex-completion-at-point-function.
6270 (bibtex-completion-at-point-function): Use them.
6271
1b8b3954
SM
6272 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6273
d3c30954
SM
6274 * mpc.el (mpc-constraints-tag-lookup): New function.
6275 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6276 also to browser "album|playlist".
6277
72779976
JL
62782011-09-14 Juri Linkov <juri@jurta.org>
6279
6280 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6281 (isearch-edit-string): Use length of `isearch-string' when
6282 `isearch-fail-pos' returns nil.
6283 (isearch-message): Remove duplicate code and call
6284 `isearch-fail-pos' with arg `t'.
6285
a0bf2bcd
CY
62862011-09-14 Chong Yidong <cyd@stupidchicken.com>
6287
17bb0a2d
CY
6288 * replace.el (occur-mode-goto-occurrence): Don't force using other
6289 window (Bug#9499).
6290
a0bf2bcd
CY
6291 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6292
f678e0b6
MR
62932011-09-14 Martin Rudalics <rudalics@gmx.at>
6294
6295 * window.el (display-buffer-window): Remove.
6296 (display-buffer-record-window): Use help-setup window parameter
6297 instead of variable display-buffer-window.
6298 (display-buffer-function, special-display-buffer-names)
6299 (special-display-function): Mention help-setup parameter instead
6300 of display-buffer-window in doc-string.
d3c30954
SM
6301 * help.el (help-window-setup): New argument help-window.
6302 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6303 Reword some messages.
6304 (with-help-window): Pass window used for displaying the buffer
6305 to help-window-setup. Don't set display-buffer-window.
6306
8e39b2e8
GM
63072011-09-13 Glenn Morris <rgm@gnu.org>
6308
6309 * emacs-lisp/debug.el (debugger-make-xrefs):
6310 Preserve point. (Bug#9462)
6311
85e9c04b
CY
63122011-09-13 Chong Yidong <cyd@stupidchicken.com>
6313
6314 * window.el (window-deletable-p): Use next-frame.
6315
1b36ed6a
MR
63162011-09-13 Martin Rudalics <rudalics@gmx.at>
6317
6318 * window.el (window-auto-delete): Remove.
6319 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6320 dedication and previous buffers.
1b36ed6a
MR
6321 (switch-to-prev-buffer): Don't delete window.
6322 (delete-windows-on): Delete a window's frame if and only if the
6323 window is dedicated.
6324 (replace-buffer-in-windows): Delete buffer's window or frame if
6325 and only if window is dedicated.
6326 (quit-window): Handle quit-restore as before last change.
4d61f28d 6327 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6328
ef8ef9fb
CY
63292011-09-13 Chong Yidong <cyd@stupidchicken.com>
6330
6331 * window.el (window-deletable-p): Never delete the last frame on a
6332 given terminal.
6333
b2cba41e
GM
63342011-09-13 Glenn Morris <rgm@gnu.org>
6335
6336 * help.el (describe-key-briefly): Copy previous standard-output change.
6337
51553db6 63382011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6339
6340 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6341
b7556719
GM
63422011-09-13 Glenn Morris <rgm@gnu.org>
6343
6344 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6345 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6346
64b51947
CY
63472011-09-12 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * dired-aux.el (dired-mark-read-string): Don't return default
6350 value on empty input (Bug#9361).
6351 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6352 Omit initial minibuffer contents.
6353 (dired-do-chmod): Signal an error on empty input.
6354 (dired-mark-read-string): Don't return default on empty input.
6355
6356 * files.el (file-modes-symbolic-to-number): Doc fix.
6357
393a301e
SM
63582011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * international/mule-cmds.el (ucs-completions): Remove.
6361 (read-char-by-name): Use complete-with-action instead; add metadata.
6362
fa5660f9
CY
63632011-09-11 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * window.el (display-buffer--action-function-custom-type)
6366 (display-buffer--action-custom-type): New vars.
6367 (display-buffer-alist, display-buffer-default-action)
6368 (display-buffer-overriding-action): Add defcustom types.
6369
4a592f66
CY
6370 * frame.el (delete-other-frames): Doc fix (Bug#276).
6371
73d56dbd
LMI
63722011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6373
6374 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6375
37ac18a3
CY
63762011-09-11 Chong Yidong <cyd@stupidchicken.com>
6377
6378 Change modes that used same-window-* vars to use switch-to-buffer.
6379
6380 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6381 Use switch-to-buffer.
6382
6383 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6384 (customize-browse, custom-buffer-create-other-window):
6385 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6386
6387 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6388 (Info-prev, Info-up, Info-speedbar-goto-node)
6389 (info-display-manual): Use switch-to-buffer.
6390 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6391
6392 * mail/sendmail.el (mail): Use switch-to-buffer.
6393 (mail-recover): Use switch-to-buffer-other-window.
6394
6395 * cmuscheme.el (run-scheme, switch-to-scheme):
6396 * ielm.el (ielm):
6397 * shell.el (shell):
6398 * net/rlogin.el (rlogin):
6399 * net/telnet.el (telnet, rsh):
6400 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6401
10195bd6
AS
64022011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6403
6404 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6405
b322f63a
LMI
64062011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6407
39d7fed6
LMI
6408 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6409 so don't mention it (bug#9301).
ba5a81f1 6410 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6411
ee0e9f11
LMI
6412 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6413 match `x', `w32' and `ns', like the manual says (bug#9029).
6414
0b1c89c1 6415 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6416 (process-kill-buffer-query-function): Mention the buffer name in
6417 the query.
0b1c89c1 6418
77549ea8
LMI
6419 * image-mode.el (image-next-line): The line parameter is mandatory
6420 (bug#9258).
6421
803ef892
LMI
6422 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6423 which can be useful (bug#9301).
6424
12980837
LMI
6425 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6426
91054f8f
LMI
6427 * subr.el (match-string): Mention that the current buffer should
6428 be the same as the search was done in (bug#9282).
6429
b322f63a
LMI
6430 * facemenu.el: Disable the remove-* commands if the mark isn't
6431 active (bug#9162).
6432
3199b96f
CY
64332011-09-10 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6436 of display-buffer.
6437 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6438
6439 * replace.el (occur-mode-goto-occurrence)
6440 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6441 and display-buffer.
6442
6443 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6444 display-buffer.
6445
6446 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6447 special-display and same-window variables.
6448 (mail-other-window): Use switch-to-buffer-other-window.
6449 (mail-other-frame): USe switch-to-buffer-other-frame.
6450
393a301e
SM
6451 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6452 Use display-buffer-other-frame.
3199b96f
CY
6453 (gdb-display-gdb-buffer): Use pop-to-buffer.
6454
6455 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6456
6457 * progmodes/python.el: Don't set same-window-buffer-names.
6458
6459 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6460
6461 * window.el (display-buffer-alist): Add *Python*.
6462
8319e0bf
CY
64632011-09-10 Chong Yidong <cyd@stupidchicken.com>
6464
6465 * window.el (display-buffer-alist): Add entry for buffers
6466 previously handled same-window-*.
6467 (display-buffer-alist, display-buffer-default-action)
6468 (display-buffer-overriding-action): Mark as risky.
6469 (display-buffer-alist): Document action function changes.
6470 (display-buffer--same-window-action)
6471 (display-buffer--other-frame-action): New variables.
6472 (switch-to-buffer, display-buffer-other-frame): Use them.
6473 (display-buffer): Rename reuse-frame entry to reusable-frames.
6474 (display-buffer-reuse-selected-window): Function deleted.
6475 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6476 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6477 (display-buffer-special): New function.
6478 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6479 display-buffer-reuse-or-pop-window. Split off special-display
6480 part into display-buffer-special.
6481 (display-buffer-use-some-window): Don't perform any special
6482 pop-up-frames handling.
6483 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6484 (display-buffer--maybe-same-window): Rename from
0d3ff375 6485 display-buffer-maybe-same-window.
8319e0bf 6486
919a69aa
CY
6487 * info.el: Don't set same-window-regexps.
6488 (info-setup): New function.
6489 (info-other-window, info): Call it.
6490
6491 * cus-edit.el: Don't set same-window-regexps.
6492 (customize-group): New argument.
6493 (customize-group-other-window): Use it.
6494 (customize-face, customize-face-other-window): Likewise.
6495 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6496
8319e0bf
CY
6497 * net/rlogin.el:
6498 * net/telnet.el:
6499 * progmodes/gud.el: Don't set same-window-regexps.
6500
6501 * cmuscheme.el:
6502 * ielm.el:
6503 * shell.el:
6504 * mail/sendmail.el:
6505 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6506
25173000
JL
65072011-09-10 Juri Linkov <juri@jurta.org>
6508
6509 * isearch.el (isearch-edit-string): Remove obsolete mention of
6510 `C-w' (`isearch-yank-word-or-char') from docstring.
6511 (isearch-query-replace): Fix typo in docstring (bug#9466).
6512
056e44ef
JL
65132011-09-10 Juri Linkov <juri@jurta.org>
6514
6515 * paren.el (show-paren-function): Don't show escaped parens.
6516 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6517
c3760c17
EZ
65182011-09-10 Eli Zaretskii <eliz@gnu.org>
6519
6520 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6521 (mm-default-file-encoding): Remove autoload forms, they are
6522 replaced with autoload cookies in mml.el and mm-encode.el.
6523 (mail-add-attachment): New command.
6524 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6525 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6526 the doc string.
6527 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6528
fece895e
RT
65292011-09-10 Reuben Thomas <rrt@sc3d.org>
6530
e69df516
SM
6531 * simple.el (count-words-region): Use buffer if there's no region
6532 (bug#9429).
fece895e 6533
5e68ce4a
JL
65342011-09-09 Juri Linkov <juri@jurta.org>
6535
6536 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6537 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6538 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6539
0a6b9622
AM
65402011-09-09 Alan Mackenzie <acm@muc.de>
6541
6542 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6543 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6544
14a29deb
EZ
65452011-09-09 Eli Zaretskii <eliz@gnu.org>
6546
6547 Fix for Savannah bug#9392.
6548 * simple.el (mail-encode-mml): New defvar.
6549
6550 * mail/rmail.el (mail-encode-mml): Add a defvar.
6551 (rmail-enable-mime-composing): Default to t.
6552 (rmail-forward): Use MIME method of forwarding only if both
6553 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6554 Set mail-encode-mml non-nil if the MIME method was used.
6555
6556 * mail/sendmail.el (mml-to-mime): Add autoload form.
6557 (mail-encode-mml): Add a defvar.
6558 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6559 to nil.
6560 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6561 message through mml-to-mime, and reset mail-encode-mml to nil.
6562
28c45130
GM
65632011-09-09 Glenn Morris <rgm@gnu.org>
6564
6565 * woman.el (woman-if-body): When processing an .el block,
6566 do not delete the next .el block as well. (Bug#9447)
69f4b618 6567 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6568
9b1c252e
MR
65692011-09-08 Martin Rudalics <rudalics@gmx.at>
6570
6571 * window.el (window-deletable-p): Make sure window is live before
6572 invoking window-prev-buffers.
6573
567457e3
LL
65742011-09-08 Leo Liu <sdl.web@gmail.com>
6575
6576 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6577
97f05794
JL
65782011-09-08 Juri Linkov <juri@jurta.org>
6579
6580 * progmodes/compile.el (compilation-environment): Make it
6581 a defcustom (bug#8340).
6582
8b0874b5
MR
65832011-09-08 Martin Rudalics <rudalics@gmx.at>
6584
6585 * window.el (frame-auto-delete): Rename to window-auto-delete.
6586 Make it control auto-deletion of windows and/or frames.
6587 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6588 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6589 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6590 Rewrite handling of case when window/frame can be deleted.
6591 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6592 argument t. (Bug#9456)
8b0874b5 6593
4feb6e73
CY
65942011-09-07 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * help-mode.el (help-mode): Restore autoload.
6597
91ab9c13
JL
65982011-09-07 Juri Linkov <juri@jurta.org>
6599
6600 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6601 `compilation-environment'. Set buffer-local
6602 `compilation-environment' to `thisenv' later after (funcall mode).
6603 (Bug#8340)
6604
6605 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6606 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6607 instead of replacing its value. (Bug#8340)
6608
0527e251
JL
66092011-09-07 Juri Linkov <juri@jurta.org>
6610
6611 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6612 based on text properties put by `grep-filter' instead of matching
6613 escape sequences.
6614 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6615 to the value of `grep-error-screen-columns' (bug#9438).
6616
249f792c
JL
66172011-09-07 Juri Linkov <juri@jurta.org>
6618
6619 * simple.el (next-error-highlight, next-error-highlight-no-select):
6620 Doc fix (bug#9432).
6621
ff7271b9
OT
66222011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6623
6624 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6625 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6626
183fc730
LL
66272011-09-07 Leo Liu <sdl.web@gmail.com>
6628
6629 * net/rcirc.el (rcirc-mode): Conditionally initialize
6630 rcirc-input-ring.
6631
77694924
SM
66322011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * emacs-lisp/find-func.el (find-function-C-source): Only set
6635 find-function-C-source-directory after checking that we found a source
6636 file there (bug#9440).
6637
d809b8eb
AM
66382011-09-06 Alan Mackenzie <acm@muc.de>
6639
6640 * isearch.el (isearch-other-meta-char): Wherever a key list is
6641 unread, "unread" the prefix arg, too. This fixes bug #8901.
6642
453de99f
OG
66432011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6644
6645 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6646
90439906
JL
66472011-09-05 Juri Linkov <juri@jurta.org>
6648
6649 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6650
f62bd846
JL
66512011-09-05 Juri Linkov <juri@jurta.org>
6652
6653 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6654 keeping point where processing of grep matches begins, and
6655 continue to delete remaining escape sequences from the same point.
6656 (grep-filter): Make leading zero optional in "0?1;31m" because
6657 git-grep emits "\033[1;31m" escape sequences unlike expected
6658 "\033[01;31m" as GNU Grep does (bug#9408).
6659 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6660
045820ec
JL
66612011-09-05 Juri Linkov <juri@jurta.org>
6662
6663 * subr.el (y-or-n-p): Capitalize "yes".
6664
f5e29b9b
MA
66652011-09-04 Michael Albinus <michael.albinus@gmx.de>
6666
6667 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6668 `tramp-cache-unload-hook' where appropriate.
6669 (tramp-methods): Rename `tramp-remote-sh' to
6670 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6671 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6672
6673 * net/tramp-sh.el (top): Don't require 'shell.
6674 (tramp-methods): Add `tramp-remote-shell' and
6675 `tramp-remote-shell-args' entries.
6676 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6677 (tramp-sh-handle-shell-command): Remove.
6678 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6679 Use `tramp-remote-shell'.
6680
2784c434
CY
66812011-09-03 Chong Yidong <cyd@stupidchicken.com>
6682
393a301e 6683 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6684 (sendmail-query-once): Save directly to send-mail-function.
6685 Update message-send-mail-function too.
6686
6687 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6688
464cdf56
CS
66892011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6690
6691 * progmodes/python.el (python-mode-map): Use correct function to
6692 start python interpreter from menu-bar (as reported by Geert
6693 Kloosterman).
6694 (inferior-python-mode-map): Fix typo.
393a301e 6695 (python-shell-map): Remove.
464cdf56 6696
d37e5c87
DD
66972011-09-03 Deniz Dogan <deniz@dogan.se>
6698
6699 * net/rcirc.el (rcirc-print): Simplify code for
6700 rcirc-scroll-show-maximum-output. There is no need to walk
6701 through all windows to find the right one.
6702
f3ada0ee
CS
67032011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6704
6705 * help.el (help-return-method): Doc fix.
6706
1f3c99ca
MR
67072011-09-03 Martin Rudalics <rudalics@gmx.at>
6708
6709 * window.el (window-deletable-p): Don't return a non-nil value
6710 when there's a buffer that was shown in the window before.
6711 (Bug#9419)
393a301e
SM
6712 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6713 Set window's previous buffers to nil.
1f3c99ca 6714
a3cf097f
EZ
67152011-09-03 Eli Zaretskii <eliz@gnu.org>
6716
6717 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6718 newline before and after the tag line, so it doesn't interfere
6719 with determining the paragraph direction of bidirectional text.
6720
3d03de90
LL
67212011-09-03 Leo Liu <sdl.web@gmail.com>
6722
6723 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6724
c3313451
CY
67252011-09-02 Chong Yidong <cyd@stupidchicken.com>
6726
393a301e 6727 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6728 (pop-to-buffer): Change interactive spec. Pass second argument
6729 directly to display-buffer.
6730 (display-buffer): Fix interactive spec. Use functionp to
6731 distinguish between a function and a list of functions.
6732
6733 * abbrev.el (edit-abbrevs):
6734 * arc-mode.el (archive-extract):
6735 * autoinsert.el (auto-insert):
6736 * bookmark.el (bookmark-bmenu-list):
6737 * files.el (find-file):
6738 * view.el (view-buffer):
6739 * progmodes/compile.el (compilation-goto-locus):
6740 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6741
89894cd8
CY
67422011-09-02 Chong Yidong <cyd@stupidchicken.com>
6743
6744 * window.el (display-buffer-alist): Doc fix.
6745 (display-buffer): Add docstring. Don't treat
6746 display-buffer-default specially.
6747 (display-buffer-reuse-selected-window)
6748 (display-buffer-same-window, display-buffer-maybe-same-window)
6749 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6750 (display-buffer-pop-up-window)
6751 (display-buffer-reuse-or-pop-window)
6752 (display-buffer-use-some-window): New functions.
6753 (display-buffer-default-action): Use them.
393a301e 6754 (display-buffer-default): Delete.
89894cd8
CY
6755 (pop-to-buffer-1): Fix choice of actions.
6756
ae0bc9fb
SM
67572011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * minibuffer.el (completion--insert-strings): Don't get confused by
6760 completion entries that end with an LF char.
6761
e9d90883
EZ
67622011-09-01 Eli Zaretskii <eliz@gnu.org>
6763
6764 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6765
437014c8
CY
67662011-09-01 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6769 (display-buffer-same-window, display-buffer-other-window):
6770 New functions.
437014c8
CY
6771 (pop-to-buffer-1): New function. Use the above.
6772 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6773 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6774
6775 * view.el (view-buffer-other-window, view-buffer-other-frame):
6776 Just use pop-to-buffer.
6777
a5e063d5
TV
67782011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6779
6780 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6781
793d32bb
WH
67822011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6783
6784 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6785
d65e4c15
RS
67862011-08-31 Richard Stallman <rms@gnu.org>
6787
6788 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6789 of the separation of rmail-view-buffer from rmail-buffer.
6790 If you say no to "replace original", the decrypt is in the
6791 view buffer. If you say yes, the decrypt goes into the
6792 rmail buffer also.
6793
f818cd2a
MR
67942011-08-31 Martin Rudalics <rudalics@gmx.at>
6795
6796 * window.el (display-buffer-window): Rewrite doc-string.
6797 (display-buffer-record-window): New function.
6798 (display-buffer-macro-specifiers)
6799 (display-buffer-even-window-sizes, display-buffer-set-height)
6800 (display-buffer-set-width, display-buffer-in-window)
6801 (display-buffer-reuse-window, display-buffer-split-specifiers)
6802 (display-buffer-side-specifiers, display-buffer-split-window-1)
6803 (display-buffer-split-window, display-buffer-split-atom-window)
6804 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6805 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6806 (display-buffer-other-window-means-other-frame)
6807 (display-buffer-normalize-special)
6808 (display-buffer-normalize-default)
6809 (display-buffer-normalize-argument)
6810 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6811 (display-buffer-normalize-specifiers, display-buffer-frame)
6812 (display-buffer-same-window, display-buffer-same-frame)
6813 (display-buffer-other-window)
6814 (display-buffer-same-frame-other-window)
6815 (display-buffer-other-frame, pop-to-buffer-same-window)
6816 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6817 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6818 (switch-to-buffer-same-frame)
6819 (switch-to-buffer-other-window-same-frame)
6820 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6821 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6822 (display-buffer-alist-set): Remove.
6823 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6824 (special-display-regexps, special-display-function):
6825 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6826 parameter.
6827 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6828 (special-display-frame-alist, special-display-popup-frame)
6829 (same-window-buffer-names, same-window-regexps, same-window-p)
6830 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6831 (split-window-preferred-function, split-height-threshold)
6832 (split-width-threshold, window-splittable-p)
6833 (split-window-sensibly, window--try-to-split-window)
6834 (window--frame-usable-p, even-window-heights)
6835 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6836 (window--display-buffer-2, display-buffer-other-frame):
6837 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6838 (display-buffer-default, display-buffer-assq-regexp): New functions.
6839 (display-buffer-alist): Rewrite doc-string.
6840 (display-buffer-default-action)
6841 (display-buffer-overriding-action): New variables.
6842 (display-buffer, switch-to-buffer): Rewrite.
6843 (pop-to-buffer): Restore Emacs 23 behavior but use
6844 window-normalize-buffer-to-display.
6845 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6846 Restore Emacs 23 behavior but use
6847 window-normalize-buffer-to-switch-to.
6848 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6849 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6850 Rewrite using Emacs 23 options.
f818cd2a 6851
5bc3b51d
MA
68522011-08-31 Michael Albinus <michael.albinus@gmx.de>
6853
6854 * net/tramp.el (tramp-root-regexp): Remove.
6855 (tramp-completion-file-name-regexp-unified)
6856 (tramp-completion-file-name-regexp-separate)
6857 (tramp-completion-file-name-regexp-url): Don't use leading volume
6858 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6859 (tramp-drop-volume-letter): Simplify definition.
6860 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6861
b1a4f8e1
SM
68622011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6865 (bug#9356).
6866
5664fa7b
RT
68672011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6868
b1a4f8e1 6869 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6870
9a45d6c3
JL
68712011-08-29 Juri Linkov <juri@jurta.org>
6872
6873 * isearch.el (isearch-done): Don't display message "Mark saved"
6874 when arg `edit' is non-nil to prevent its flicker in the echo area.
6875
fb87e0fb
CY
68762011-08-28 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6879 obsolete packages for deletion.
6880
09ac1c2a
CS
68812011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6882
6883 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6884 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6885 view-mode from help-mode.
6886 (help-xref-override-view-map): Remove.
6887 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6888 view-mode is not used anymore.
6889
7a1ff57f
CY
68902011-08-28 Chong Yidong <cyd@stupidchicken.com>
6891
6892 * server.el (server-port): Doc fix.
6893
b9696605
CY
6894 * cus-theme.el (custom-theme-choose-mode): Inherit from
6895 special-mode (Bug#9124).
6896 (custom-theme-choose-mode-map): Add special-mode to parent.
6897
ef8cdf8c
AM
68982011-08-28 Alan Mackenzie <acm@muc.de>
6899
6900 * progmodes/cc-fonts.el
6901 (c-make-font-lock-BO-decl-search-function): New function.
6902 (c-basic-matchers-after - "Fontify the clauses after various
6903 keywords"): Extract the three keyword lists for the 3 erroneous
6904 constructs from the list of four, and use the new function above
6905 in place of an old one.
6906
27de4e20
DD
69072011-08-28 Deniz Dogan <deniz@dogan.se>
6908
6909 * net/rcirc.el (rcirc-insert-prev-input)
6910 (rcirc-insert-next-input): Remove unused argument.
6911
356a3681
SM
69122011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6915
3fc9b218
AM
69162011-08-27 Alan Mackenzie <acm@muc.de>
6917
6918 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6919 handle function pointer parameters properly.
6920
538a061c
MR
69212011-08-27 Martin Rudalics <rudalics@gmx.at>
6922
6923 * window.el (display-buffer-reuse-window): Fix case where
6924 selected window was reused with non-nil OTHER-WINDOW argument.
6925 (Bug#9381)
6926
35b1c40c
DD
69272011-08-27 Deniz Dogan <deniz@dogan.se>
6928
6929 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6930 oftc's NickServ messages.
6931
2f6a3e79
GM
69322011-08-27 Glenn Morris <rgm@gnu.org>
6933
6934 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6935
7254299e
CY
69362011-08-26 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * emacs-lisp/package.el (package-install): Call package-initialize
6939 if called interactively.
6940
f8ccf167
LL
69412011-08-26 Leo Liu <sdl.web@gmail.com>
6942
6943 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6944
3e8cd5ce
JL
69452011-08-25 Juri Linkov <juri@jurta.org>
6946
6947 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6948 `search-whitespace-regexp' (bug#9364).
6949
93eb7113
JL
69502011-08-25 Juri Linkov <juri@jurta.org>
6951
6952 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6953 `regexp-search-ring' to their global values to protect from
6954 updating by `read-from-minibuffer' (bug#9185).
6955
f65d1611
JL
69562011-08-25 Juri Linkov <juri@jurta.org>
6957
6958 * textmodes/ispell.el (ispell-command-loop): Add newline
6959 at the end of the "Use option `i'..." line.
6960
f1cf7a31
JL
69612011-08-25 Juri Linkov <juri@jurta.org>
6962
6963 * battery.el (display-battery-mode): If `battery-status-function'
6964 or `battery-mode-line-format' is nil, display the message and set
6965 `display-battery-mode' to nil (bug#9363).
6966
0c95fcf7
EZ
69672011-08-25 Eli Zaretskii <eliz@gnu.org>
6968
6969 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6970 bidi-string-mark-left-to-right; they are unnecessary now.
6971
a2ebe600
DD
69722011-08-25 Deniz Dogan <deniz@dogan.se>
6973
6974 * net/quickurl.el: Documentation typo fixes.
6975
e4ed06f1
CY
69762011-08-25 Chong Yidong <cyd@stupidchicken.com>
6977
6978 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6979
e5f1c99e
GM
69802011-08-25 Glenn Morris <rgm@gnu.org>
6981
b2948976
GM
6982 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6983
e5f1c99e
GM
6984 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6985 (smtpmail-via-smtp): Handle nil response from smtp.
6986
f22f4808
JL
69872011-08-24 Juri Linkov <juri@jurta.org>
6988
6989 * proced.el (proced-marked): Inherit from `error' instead of
6990 `font-lock-warning-face'.
6991
6992 * ibuffer.el (ibuffer-marked-face): Change default face from
6993 `font-lock-warning-face' to `warning'.
6994 (ibuffer-deletion-face): Change default face from
6995 `font-lock-type-face' to `error'.
6996
6997 * battery.el (battery-update): Use the face `error' instead of
6998 `font-lock-warning-face' (bug#6117).
6999
6a93965e
JL
70002011-08-24 Juri Linkov <juri@jurta.org>
7001
7002 * faces.el (success): Change face color from "Green3" to
7003 "ForestGreen" on light background (bug#9353).
7004
1ed43b09
CY
70052011-08-24 Chong Yidong <cyd@stupidchicken.com>
7006
5664fa7b
RT
7007 * window.el (quit-window): Rename from quit-restore-window.
7008 Use same arglist as old quit-window.
1ed43b09
CY
7009 (frame-auto-delete): Doc fix.
7010
7011 * view.el (view-mode-exit): Use quit-window.
7012
11dcdbb2
JL
70132011-08-24 Juri Linkov <juri@jurta.org>
7014
7015 * isearch.el (isearch-ring-adjust1): Start visiting previous
7016 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7017 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7018 for empty search string (when the last search string is reused
7019 automatically) to adjust the isearch ring to the last element and
7020 prepare the correct index for further M-p commands (bug#9185).
7021
de62b4df
KH
70222011-08-24 Kenichi Handa <handa@m17n.org>
7023
7024 * international/ucs-normalize.el: If decomposition property of
7025 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7026 nil.
7027 (nfd, nfkd): Likewise.
7028
963b492b
SM
70292011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7032 from process filters aren't reliably transmitted to the surrounding
7033 accept-process-output.
7034 (mpc-proc-check): New function.
7035 (mpc-proc-sync): Use it (bug#8293)
7036
93b6b5e1
SM
70372011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7038
7039 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7040 Add compatibility functions (bug#9313).
7041
bca633fb
EZ
70422011-08-23 Eli Zaretskii <eliz@gnu.org>
7043
b177498a
EZ
7044 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7045
6df6ae42 7046 * international/uni-bidi.el: Regenerate.
bca633fb 7047
0902a04e
KH
70482011-08-23 Kenichi Handa <handa@m17n.org>
7049
7050 * international/charprop.el:
7051 * international/uni-bidi.el:
7052 * international/uni-category.el:
7053 * international/uni-combining.el:
7054 * international/uni-comment.el:
7055 * international/uni-decimal.el:
7056 * international/uni-decomposition.el:
7057 * international/uni-digit.el:
7058 * international/uni-lowercase.el:
7059 * international/uni-mirrored.el:
7060 * international/uni-name.el:
7061 * international/uni-numeric.el:
7062 * international/uni-old-name.el:
7063 * international/uni-titlecase.el:
7064 * international/uni-uppercase.el: Regenerate.
7065
3bbf23bc
MR
70662011-08-23 Martin Rudalics <rudalics@gmx.at>
7067
7068 * help.el (help-window-setup): Fix message displayed when other
7069 window is reused. (Bug#9341)
7070
b3fd59bd
SM
70712011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7072
1802e444
SM
7073 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7074 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7075
b3fd59bd
SM
7076 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7077 Mark obsolete.
7078 * shell.el (shell-parse-pcomplete-arguments): New function.
7079 (shell-completion-vars): Use it instead (bug#9160).
7080
4eb61348
SM
70812011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7082
867cab74
SM
7083 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7084 strings and comments (bug#9333).
7085
4eb61348
SM
7086 * emacs-lisp/debug.el (debug-arglist): New function.
7087 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7088 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7089
262a1439
JL
70902011-08-22 Juri Linkov <juri@jurta.org>
7091
56ee679c
JL
7092 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7093 Revert regexp that highlights output switches to its old
7094 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7095
262a1439
JL
7096 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7097 to check for empty output (bug#9226).
7098
f13f86fb
CY
70992011-08-22 Chong Yidong <cyd@stupidchicken.com>
7100
7101 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7102 symbol-constituent as the default, as that stops font-lock from
7103 working properly (Bug#8843).
7104
c65c9622
LMI
71052011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7106
7107 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7108 `coding-system-for-*' around the process open call to avoid
7109 auth-source side effects.
e7f2c178 7110 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7111 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7112 probe hangs.
c65c9622 7113
23a8a5ab
CY
71142011-08-21 Chong Yidong <cyd@stupidchicken.com>
7115
ff98b2dd
CY
7116 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7117
23a8a5ab
CY
7118 * emacs-lisp/find-func.el (find-function-noselect): New arg
7119 lisp-only.
7120
7121 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7122 signal an error for built-in functions (Bug#6664).
7123
f5e3c598
LMI
71242011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7127 (smtpmail-try-auth-methods): Use it.
7128
a3f2468a
CY
71292011-08-21 Chong Yidong <cyd@stupidchicken.com>
7130
2c34e8da
CY
7131 * font-lock.el (font-lock-fontify-region)
7132 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7133 (font-lock-default-unfontify-buffer)
7134 (font-lock-default-fontify-region)
7135 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7136
b3fd59bd
SM
7137 * progmodes/compile.el (compilation-error-properties):
7138 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7139 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7140 `ant' regexp.
ee31aabc 7141
a3f2468a
CY
7142 * net/browse-url.el (browse-url-firefox): Don't call
7143 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7144
8e999f70
GM
71452011-08-20 Glenn Morris <rgm@gnu.org>
7146
c21a496a
GM
7147 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7148
59ee0542
GM
7149 * tutorial.el (tutorial--default-keys): Update some default bindings.
7150
8e999f70
GM
7151 * files.el (hack-local-variables): Fully ignore case for "mode:".
7152
e3715033
AM
71532011-08-20 Alan Mackenzie <acm@muc.de>
7154
7155 Resolve invalid use of a regexp in regexp-opt.
7156
4d61f28d
JB
7157 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7158 detection for a java annotation.
e3715033 7159
4d61f28d 7160 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7161 detection for a java annotation.
7162
4d61f28d
JB
7163 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7164 handling for java.
e3715033
AM
7165 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7166
04ed2e9c
CY
71672011-08-20 Chong Yidong <cyd@stupidchicken.com>
7168
7169 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7170 (Bug#9274).
7171
826cee64
AM
71722011-08-20 Alan Mackenzie <acm@muc.de>
7173
58179cce 7174 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7175 such a construct. Mainly for when jit-lock etc. starts a chunk
7176 here.
7177
58179cce 7178 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7179 variable.
58179cce 7180 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7181 c-make-font-lock-search-function.
7182 (c-make-font-lock-search-function): Use the above function.
7183 (c-make-font-lock-context-search-function): New function.
7184 (c-cpp-matchers): Enhance the preprocessor expression case with
7185 the above function
7186 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7187 which takes an expression.
7188
7189 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7190
13009bd8
MR
71912011-08-20 Martin Rudalics <rudalics@gmx.at>
7192
7193 * window.el (display-buffer-reuse-window)
7194 (display-buffer-pop-up-window): Don't reuse or split a side
7195 window.
7196
9234ff7f
GM
71972011-08-19 Glenn Morris <rgm@gnu.org>
7198
7199 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7200 Downcase "Mode:". (Bug#9331)
9234ff7f 7201
f635daa1
CY
72022011-08-18 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * international/characters.el: Add L and R categories.
7205
7206 * subr.el (bidi-string-mark-left-to-right): Rename from
7207 string-mark-left-to-right. Use category search.
7208
7209 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7210
bc987f8b
JL
72112011-08-18 Juri Linkov <juri@jurta.org>
7212
7213 * faces.el (error, warning, success): New faces with definitions
7214 copied from old default values of `font-lock-warning-face',
7215 `compilation-warning', `compilation-info' (bug#6117).
7216
7217 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7218
7219 * progmodes/compile.el (compilation-error): Inherit from `error'.
7220 (compilation-warning): Inherit from `warning'.
7221 (compilation-info): Inherit from `success'.
7222
7223 * dired.el (dired-marked): Inherit from `warning'.
7224 (dired-flagged): Inherit from `error'.
7225
57173b96
LMI
72262011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7227
3e79eb87
LMI
7228 * mail/smtpmail.el (auth-source): Require to avoid problems with
7229 binding variables (bug#9298). Also clean up some unused
7230 autoloads.
7231
b3fd59bd
SM
7232 * net/network-stream.el (network-stream-open-starttls):
7233 Support using starttls.el without using gnutls-cli.
57173b96 7234
02b404de
JL
72352011-08-17 Juri Linkov <juri@jurta.org>
7236
7237 * progmodes/grep.el (rgrep): Handle the case when
7238 `grep-find-command' is a cons cell (bug#9278).
7239
8c9177f2
MR
72402011-08-17 Martin Rudalics <rudalics@gmx.at>
7241
7242 * window.el (display-buffer-pop-up-frame): Run frame creation
7243 function with BUFFER current (as special-display-popup-frame
7244 does). Reported by Drew Adams.
7245
3644a0ab
DU
72462011-08-17 Daiki Ueno <ueno@unixuser.org>
7247
7248 * epa-mail.el: Simplify GnuPG group expansion using
7249 epg-expand-group.
7250 (epa-mail-group-alist, epa-mail-group-modtime)
7251 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7252 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7253 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7254 Remove.
7255
5e617bc2 72562011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7257
7258 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7259
9c4aeabf
AM
72602011-08-16 Alan Mackenzie <acm@muc.de>
7261
7262 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7263 Correct, to avoid the inside of macros.
7264
3a99bf64
RS
72652011-08-16 Richard Stallman <rms@gnu.org>
7266
04963aa8
RS
7267 * epa-mail.el: Handle GnuPG group definitions.
7268 (epa-mail-group-alist, epa-mail-group-modtime)
7269 (epa-mail-gnupg-conf-file): New variables.
7270 (epa-mail-parse-groups, epa-mail-sync-groups)
7271 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7272 (epa-mail-expand-recipients): New functions.
7273 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7274
177549d0
RS
7275 * mail/rmail.el (rmail-epa-decrypt): New command.
7276
fe38beef
RS
7277 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7278 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7279 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7280 (epa-decrypt-armor-in-region): Make error message clearer.
7281
934eacb9
SM
72822011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7285 and "a2b" to "ab" for `prefix'.
7286
d024fb4e
CY
72872011-08-14 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7290 filter groups.
de148fee
CY
7291 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7292 Fourquet (Bug#8804).
d024fb4e 7293
62f1ca49
JB
72942011-08-12 Juanma Barranquero <lekktu@gmail.com>
7295
7296 * startup.el (argi): Declare as global variable (bug#9275).
7297
9ccaaa4b
CY
72982011-08-12 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * subr.el (string-mark-left-to-right): Search the entire string
7301 for RTL script, not just the terminating character. Doc fix.
7302
a3dae87a
SM
73032011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7304
6cd18349
SM
7305 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7306 New function.
7307 (js--regexp-literal, js-syntax-propertize-function): Remove.
7308 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7309 (js-mode-map): Don't rebind electric keys.
7310 (js-insert-and-indent): Remove.
7311 (js-mode): Setup electric-layout and electric-indent instead.
7312
a3dae87a
SM
7313 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7314
9d5cb631
DU
73152011-08-12 Daiki Ueno <ueno@unixuser.org>
7316
7317 * epa.el (epa-progress-callback-function): Fix the logic of
7318 displaying progress.
7319 * epa-file.el (epa-file-insert-file-contents): Make progress
7320 display more user-friendly.
7321 (epa-file-write-region): Ditto.
7322
3e26a4a2
CY
73232011-08-10 Chong Yidong <cyd@stupidchicken.com>
7324
7325 * subr.el (string-mark-left-to-right): New function.
7326
7327 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7328 Use string-mark-left-to-right.
7329 (list-buffers-noselect): Caller changed.
7330
a3dae87a
SM
7331 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7332 Use string-mark-left-to-right.
3e26a4a2
CY
7333 (tabulated-list-print): Recenter after moving point.
7334
ac8cf6e6
JL
73352011-08-10 Juri Linkov <juri@jurta.org>
7336
7337 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7338 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7339 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7340
8d96c9a4
CY
73412011-08-09 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7344 (Bug#7554).
7345
7be1c708 73462011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7347
7348 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7349 character. (Bug#6594)
7350
37e11a63
CY
73512011-08-08 Chong Yidong <cyd@stupidchicken.com>
7352
839dde57
CY
7353 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7354 (image-dired--with-db-file): New macro.
7355 (image-dired-write-tags, image-dired-remove-tag)
7356 (image-dired-create-gallery-lists, image-dired-write-comments)
7357 (image-dired-get-comment, image-dired-mark-tagged-files)
7358 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7359 (image-dired-gallery-generate): Use insert-file-contents.
7360
37e11a63
CY
7361 * time.el (display-time-world-list, display-time-world-display):
7362 * time-stamp.el (time-stamp-string):
7363 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7364 set-time-zone-rule (Bug#7337).
7365
0b4946c4
DU
73662011-08-08 Daiki Ueno <ueno@unixuser.org>
7367
7368 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7369 (epg-error-to-string, epg-errors-to-string): New function.
7370 (epg-wait-for-completion): Reverse errors list.
7371 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7372 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7373 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7374 (epg-sign-keys, epg-generate-key-from-file)
7375 (epg-generate-key-from-string): Format errors by using
7376 epg-errors-to-string (bug#9255).
7377 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7378
75bfc667
JL
73792011-08-07 Juri Linkov <juri@jurta.org>
7380
7381 * faces.el (list-faces-display): Remove extra angle bracket
7382 from `help-mode-map'.
7383
7384 * info.el (Info-history-toc-nodes): Doc fix.
7385
7386 * longlines.el (longlines-mode): Doc fix.
7387
673e08bb
SM
73882011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7389
4640dd88
SM
7390 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7391 of statements and in a few more cases (bug#9183).
7392
673e08bb
SM
7393 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7394 New functions.
7395 (cl-transform-lambda): Use them (bug#9239).
7396
89b3f019
MR
73972011-08-05 Martin Rudalics <rudalics@gmx.at>
7398
7399 * window.el (display-buffer-same-window)
7400 (display-buffer-same-frame, display-buffer-other-window)
7401 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7402 (pop-to-buffer-other-window)
7403 (pop-to-buffer-same-frame-other-window)
7404 (pop-to-buffer-other-frame): Make them defuns.
7405 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7406
640c8776
SM
74072011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * subr.el (make-composed-keymap): Move from C. Change calling
7410 convention, and improve docstring to bring attention to a subtle point.
7411 * minibuffer.el (completing-read-default): Adjust accordingly.
7412
63648a95
MA
74132011-08-03 Michael Albinus <michael.albinus@gmx.de>
7414
7415 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7416 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7417
7418 * net/trampver.el: Update release number.
7419
b796c9b7
SM
74202011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7423 "in" (bug#9190).
7424
2239d7d5
LMI
74252011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
e07dd7c3
LMI
7427 * mail/sendmail.el (sendmail-query-once): Restore the current
7428 buffer after querying (bug#9074).
7429
0e6a2bd7
LMI
7430 * dired.el (dired-flagged): Use different faces for marked and
7431 flagged files (bug#6117).
7432
ce887515
LMI
7433 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7434 (bug#4433).
7435
92f2affc
LMI
7436 * ido.el (ido-mode): Switch off the message if called
7437 non-interactively.
7438
57d5aff0
LMI
7439 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7440 before 587, since it appears that that's more likely to work for
7441 more people.
7442
98cd6c18 7443 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7444 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7445 exist.
7446
b96dec83
LMI
7447 * info.el: Remove the `Info-beginning-of-buffer' function
7448 (bug#8325).
7449
b796c9b7
SM
7450 * net/network-stream.el (network-stream-open-starttls):
7451 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7452
d90e2ea0
MR
74532011-08-01 Martin Rudalics <rudalics@gmx.at>
7454
7455 * window.el (display-buffer-in-window): Don't set dedicated status
7456 of window here (Bug#9215).
7457 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7458 (display-buffer-pop-up-side-window)
b796c9b7 7459 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7460
cca09170
SM
74612011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7464 before binding generated-autoload-file.
7465
027b979c
DD
74662011-08-01 Deniz Dogan <deniz@dogan.se>
7467
7468 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7469
3c7ee4f3
MA
74702011-07-30 Michael Albinus <michael.albinus@gmx.de>
7471
7472 Sync with Tramp 2.2.2.
7473
7474 * net/trampver.el: Update release number.
7475
2cc8e51a
JL
74762011-07-30 Juri Linkov <juri@jurta.org>
7477
7478 * dired-aux.el (dired-touch-initial): Remove function.
7479 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7480 current time, and `default' to the last modification time of the
7481 current marked file (bug#6887).
7482
a514d856
JM
74832011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7484
7485 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7486 numeric argument to read-number (bug#9163).
a514d856 7487
8a7eddd7
MA
74882011-07-27 Michael Albinus <michael.albinus@gmx.de>
7489
7490 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7491 connection process, it could be nil.
7492
1ddd96f5
LL
74932011-07-27 Leo Liu <sdl.web@gmail.com>
7494
7495 Simplify url handling in rcirc-mode.
7496
7497 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7498 (rcirc-browse-url-at-mouse): Remove.
7499 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7500
b248a85d
AM
75012011-07-26 Alan Mackenzie <acm@muc.de>
7502
7503 Fontify bitfield declarations properly.
7504
7505 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7506 (c-symbol-chars): Now exported as a lang variable.
7507 (c-not-primitive-type-keywords): New lang variable.
7508
7509 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7510 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7511 parsed as a bitfield declaration.
b248a85d 7512
b796c9b7
SM
7513 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7514 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7515 (c-punctuation-in): New function.
7516 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7517 declarations properly.
7518
68575ab0
UJ
75192011-07-26 Ulf Jasper <ulf.jasper@web.de>
7520
7521 * calendar/icalendar.el (icalendar--all-events): Take care of
7522 multiple vcalendars in a single file.
b796c9b7 7523 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7524
0f0a88b9
DD
75252011-07-25 Deniz Dogan <deniz@dogan.se>
7526
7527 * image.el (insert-image): Clarifying docstring.
7528
0b3f36df
MA
75292011-07-24 Michael Albinus <michael.albinus@gmx.de>
7530
7531 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7532 `tramp-send-command-and-check' if there is no error.
7533 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7534
a9901f61
AM
75352011-07-22 Alan Mackenzie <acm@muc.de>
7536
7537 Prevent cc-langs.elc being loaded at run time.
7538
7539 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7540 cc-langs.
7541
4d61f28d 7542 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7543 "(require 'cc-langs)". Quote a form so it will evaluate at
7544 (cc-mode's) compilation time.
7545
11d074b2
MA
75462011-07-22 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7549 loading. (Bug#9114)
7550
938b94c8
MR
75512011-07-21 Martin Rudalics <rudalics@gmx.at>
7552
7553 * window.el (display-buffer-pop-up-window)
7554 (display-buffer-pop-up-side-window)
7555 (display-buffer-in-side-window): Call display-buffer-set-height
7556 and display-buffer-set-width after setting the new window's
b796c9b7 7557 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7558
bfa4f190
SS
75592011-07-20 Sam Steingold <sds@gnu.org>
7560
7561 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7562 (etags-tags-included-tables): Call `convert-standard-filename' on
7563 the file names contained in TAGS so that windows Emacs can handle
7564 TAGS files created by cygwin ctags.
7565
8ca42262
LMI
75662011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7567
7568 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7569 which apparently didn't work.
7570
5db2afd2 75712011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7572
5db2afd2
RW
7573 * proced.el (proced-send-signal): For *Marked Processes* buffer
7574 put point at beginning of buffer.
7575
92e15d10
SB
75762011-07-19 Stephen Berman <stephen.berman@gmx.net>
7577
7578 * proced.el (proced-format): Make header lines align with the text
7579 (bug#1779).
7580
1bfd59e5
LMI
75812011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7582
7583 * view.el (view-buffer): Allow running in `special' modes if we're
7584 visiting a file (bug#8615).
7585
f5aae37c
MR
75862011-07-19 Martin Rudalics <rudalics@gmx.at>
7587
7588 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7589 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7590 New functions.
f5aae37c
MR
7591 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7592 more accurately.
7593
bf2c1571
AM
75942011-07-18 Alan Mackenzie <acm@muc.de>
7595
7596 Fontify declarators properly when, e.g., a jit-lock chunk begins
7597 inside a declaration.
7598
7599 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7600
b796c9b7
SM
7601 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7602 New function.
bf2c1571
AM
7603 (c-complex-decl-matchers): Insert reference to
7604 c-font-lock-enclosing-decls.
7605
7606 * progmodes/cc-engine.el (c-backward-single-comment):
7607 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7608 to nil around calls to (forward-comment -1).
7609
4e190b80
LMI
76102011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
12dc863d
LMI
7612 * image.el (put-image): Doc typo fix.
7613
a762e966
LMI
7614 * progmodes/etags.el (tags-search): Doc typo fix.
7615
4e190b80
LMI
7616 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7617 password if we get errors 550 to 554.
7618
f019fb21
LMI
76192011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
b796c9b7 7621 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7622
81746738
LMI
7623 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7624 indentation character (bug#6380).
7625
3ee3a1b5
LMI
7626 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7627
c82f64de
LMI
7628 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7629 to clarify what the problem is (bug#4291).
7630
f019fb21
LMI
7631 * simple.el (current-kill): Clarify what
7632 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7633 (auto-fill-mode): Document `auto-fill-function' in relation to
7634 `auto-fill-mode' (bug#2470).
f019fb21 7635
0794775d
LM
76362011-07-16 Lawrence Mitchell <wence@gmx.li>
7637
7638 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7639 method if slot is read-only (bug#9035).
7640
be39b8cc
MR
76412011-07-16 Martin Rudalics <rudalics@gmx.at>
7642
b796c9b7 7643 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7644 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7645 selected before, see discussion of (Bug#8615), (Bug#6954).
7646 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7647
6ccf7859
GM
76482011-07-15 Glenn Morris <rgm@gnu.org>
7649
7650 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7651 Respect help-form.
6ccf7859 7652
87e86684
LM
76532011-07-09 Lawrence Mitchell <wence@gmx.li>
7654
7655 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7656 (gnutls-negotiate): Use it.
7657
d6066239
LMI
76582011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7659
b796c9b7
SM
7660 * net/gnutls.el (gnutls-negotiate):
7661 Upcase `gnutls-algorithm-priority'.
d6066239 7662
bd23ebc0
GM
76632011-07-15 Glenn Morris <rgm@gnu.org>
7664
c65bca65
GM
7665 * jka-compr.el (jka-compr-verbose): Move from here...
7666 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7667 Add missing :version tag.
7668 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7669
478615cc
LMI
76702011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7671
7b41decb
LMI
7672 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7673 (gnutls-negotiate): Use it.
7674
dbc44fcd
LMI
7675 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7676
06789f97
LMI
7677 * info.el (Info-beginning-of-buffer): New command.
7678 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7679 announcing `b' as the key (bug#8325).
ab896c37 7680 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7681
c39da690
LMI
7682 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7683
3aa5f34b
LMI
7684 * international/mule-cmds.el
7685 (describe-specified-language-support): Make the error message
7686 clearer (bug#8905).
7687
4bf0979f
LMI
7688 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7689
478615cc
LMI
7690 * isearch.el (isearch-barrier): Add a doc string, since it's
7691 mentioned in a function doc string (bug#8678).
7692
75c68aa1
MR
76932011-07-15 Martin Rudalics <rudalics@gmx.at>
7694
7695 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7696 buffer argument (Bug#9083) and self-identifying label argument.
7697
a7c33da2
GM
76982011-07-15 Glenn Morris <rgm@gnu.org>
7699
7700 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7701
2f5c6024
LMI
77022011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7703
7704 * man.el (Man-fontify-manpage): Fix message when formatting the
7705 man page (bug#7929).
7706
0bb23927 77072011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7708
7709 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7710 argument LRM; if non-nil, append an invisible LRM character to the
7711 buffer name.
7712 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7713 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7714 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7715 paragraph direction.
cce4b0a7 7716
621ef9ab
LMI
77172011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7718
d1583c48
LMI
7719 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7720 the man page name (bug#7929).
7721
6a57fb5f
LMI
7722 * image.el (put-image): Mention the `put-image' overlay property
7723 (bug#7834).
7724
d7956b14
LMI
7725 * scroll-bar.el (set-scroll-bar-mode): Mention that
7726 `scroll-bar-mode' lists the values (bug#7772).
7727
5b2d4a66
LMI
7728 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7729 command (bug#7729).
7730
7509a874
LMI
7731 * rect.el (apply-on-rectangle): Return the point after the last
7732 operation.
7733 (string-rectangle): Go to the point after the last operation
7734 (bug#7522).
7735
4fe74b19
LMI
7736 * printing.el (pr-toggle-region): Clarify the documentation
7737 slightly (bug#7493).
7738
b796c9b7
SM
7739 * time.el (display-time-update):
7740 Allow `display-time-mail-function' to return nil (bug#7158).
7741 Fix suggested by Detlev Zundel.
ab283561 7742
fc233c9d
LMI
7743 * vc/diff.el (diff): Clarify the order the file names are read
7744 (bug#7111).
7745
43f5740b
LMI
7746 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7747 the doc string (bug#7015).
7748
f2182a76
LMI
7749 * font-lock.el (font-lock-maximum-decoration): Mention what
7750 numeric levels mean (bug#6935).
7751
621ef9ab
LMI
7752 * startup.el (initial-buffer-choice): Don't mention the `none'
7753 selection, which is against policy.
7754
adc47434
MR
77552011-07-14 Martin Rudalics <rudalics@gmx.at>
7756
b796c9b7
SM
7757 * window.el (display-buffer-normalize-special):
7758 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7759
7e5bfb8f
EZ
77602011-07-14 Eli Zaretskii <eliz@gnu.org>
7761
7762 * subr.el (version<, version<=, version=): Mention "-CVS" and
7763 "-12345" alpha version numbers.
7764
27fa387a
CY
77652011-07-14 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * bindings.el: Add advertised binding for set-mark-command
7768 (Bug#5772).
7769
8bdfa064
CY
77702011-07-14 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * bindings.el (mode-line-other-buffer):
7773 * bookmark.el (bookmark-bmenu-2-window):
7774 * bs.el (bs-cycle-next, bs-cycle-previous):
7775 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7776 switch-to-buffer.
7777
7778 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7779 Delete.
8bdfa064 7780
5eba16a3
JB
77812011-07-14 Juanma Barranquero <lekktu@gmail.com>
7782
7783 * follow.el (follow-debug-message, follow-redisplay):
7784 * jka-cmpr-hook.el (with-auto-compression-mode):
7785 Fix typos in docstrings.
7786
15853710
LMI
77872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7788
a28e4607
LMI
7789 * subr.el (with-silent-modifications): Clarify somewhat what the
7790 macro inhibits (bug#6525).
7791
15853710
LMI
7792 * simple.el (eval-expression): Note what it does if called
7793 interactively (bug#6495).
7794
bee0fcef
CY
77952011-07-13 Chong Yidong <cyd@stupidchicken.com>
7796
b796c9b7
SM
7797 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7798 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7799
7800 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7801 Remove switch-to-buffer.
7802
58274504
LMI
78032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7804
bd2fcc8d
LMI
7805 * files.el (make-directory): Clarify that an error will be raised
7806 if there's an error (bug#6397).
7807
0f04b32c
LMI
7808 * startup.el (initial-buffer-choice): Add `none' as a choice
7809 (bug#6234).
7810
465c5fc8
LMI
7811 * subr.el (add-hook): Clarify section about buffer-local hooks
7812 (bug#6218).
7813
58274504
LMI
7814 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7815
bead9a43
JB
78162011-07-13 Juanma Barranquero <lekktu@gmail.com>
7817
7818 * tabify.el (untabify): Preserve the current column so that point
7819 doesn't move (bug#6032).
7820
3af98a7b
LMI
78212011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7822
b796c9b7
SM
7823 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7824 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7825
6240145a
GM
78262011-07-13 Glenn Morris <rgm@gnu.org>
7827
7828 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7829 (dired-insert-directory): Give a message the first time
7830 if ls is found not to support --dired.
7831
1d8c2ccc
LMI
78322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7833
7834 * simple.el (toggle-truncate-lines): Clarify what is toggled
7835 (bug#5580). Text by Drew Adams.
7836
5fc4038e
CY
78372011-07-13 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * simple.el (blink-matching-open): Make the error message from the
7840 last change less verbose.
7841
bf6012e5
DN
78422011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7843
7844 * font-lock.el (font-lock-comment-face): Use the high contrast
7845 "yellow" color for font-lock-comment-face on low color terminals
7846 using a dark background color (bug#4221).
7847
343c3b5a
LMI
78482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7849
7e9505c5
LMI
7850 * dired.el (dired-insert-set-properties): Make the doc string
7851 reflect what it does now (bug#5325).
7852
c26fdcf5
LMI
7853 * simple.el (blink-matching-open): Say that we were unable to find
7854 the match within the limit, if we're limited (bug#5122).
7855
bb388cc5
LMI
7856 * international/mule-cmds.el (prefer-coding-system): Add an
7857 example (bug#4869).
7858
343c3b5a
LMI
7859 * progmodes/etags.el (tags-search): Document `file-list-form'
7860 (bug#4731).
7861
2a517d45
LM
78622011-07-13 Lawrence Mitchell <wence@gmx.li>
7863
7864 * net/browse-url.el (browse-url-default-browser)
7865 (browse-url-browser-function): Make the default browser choice a
7866 bit more logical (bug#4300). Also clean up the doc string.
7867
b6c78ef2
JB
78682011-07-13 Juanma Barranquero <lekktu@gmail.com>
7869
7870 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7871 binary endings (bug#4440).
7872
1c4dd947
LMI
78732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7874
a2014063
LMI
7875 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7876 which can be pretty annoying (bug#8971).
7877
9c9c2d88
LMI
7878 * jka-compr.el (jka-compr-verbose): New variable, and use
7879 throughout (bug#8971).
7880
1c4dd947
LMI
7881 * info.el (Info-find-file): Fall back on the installation
7882 directory if we can't find the info node anywhere else.
7883
a1c9f41b
SO
78842011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7885
7886 * vc/vc.el (vc-revert-file):
7887 Don't set file time-stamp in the past. (Bug#5181)
7888
536f3d36
LMI
78892011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7890
7152b011
LMI
7891 * files.el (after-find-file): Give a better error message when
7892 trying to find a symlink that points to a file that doesn't exist
7893 (bug#4398).
7894
536f3d36
LMI
7895 * progmodes/cc-vars.el: Remove (probably) misleading comment
7896 (bug#4396).
7897
460c0fba
JB
78982011-07-12 Johan Bockgård <bojohan@gnu.org>
7899
7900 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7901
7a6bda45
CY
79022011-07-12 Chong Yidong <cyd@stupidchicken.com>
7903
7904 * mouse-sel.el: Hack restoring functionality, while keeping
7905 compatibility with 2010-07-03 changes to mouse selection.
7906 (mouse-sel-primary-overlay): New var.
7907 (mouse-sel-selection-alist): Use it.
7908 (mouse-sel-mode): Doc fix; remove points that are default features
7909 of mouse.el.
7910
c79598ef
JB
79112011-07-12 Johan Bockgård <bojohan@gnu.org>
7912
7913 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7914 Fix previous fix (bug#2490).
7915
ff8be6ef
RW
79162011-07-12 Roland Winkler <winkler@gnu.org>
7917
b796c9b7
SM
7918 * textmodes/bibtex.el (bibtex-initialize):
7919 Use pop-to-buffer-same-window.
ff8be6ef
RW
7920 (bibtex-search-entries): Fix interactive call.
7921
296ba3ee
LMI
79222011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7923
f5242a02 7924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7925 Fontise bytecomp Error lines more correctly (bug#2490).
7926 Fix suggested by Johan Bockgård.
f5242a02 7927
296ba3ee
LMI
7928 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7929
7930 * dired-x.el (dired-guess-default): Use `delete-dups'.
7931
f69fd0d2
CY
79322011-07-12 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * dired.el (dired-mark-prompt):
7935 * dired-aux.el (dired-read-shell-command): Doc fix.
7936
eab5dc07
LMI
79372011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938
b796c9b7
SM
7939 * mail/sendmail.el (sendmail-query-once):
7940 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7941 emacs -Q.
7942
7943 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7944
eab5dc07
LMI
7945 * cus-edit.el (custom-file): Take an optional no-error variable.
7946 (customize-save-variable): Set the variable, and give a warning if
7947 running under "emacs -q".
7948
a1e65d42
JB
79492011-07-11 Juanma Barranquero <lekktu@gmail.com>
7950
7951 * loadhist.el (unload-feature-special-hooks):
7952 Add `auto-coding-functions', `fill-nobreak-predicate' and
7953 `find-directory-functions' (bug#5327).
7954
1d52da10
LMI
79552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7956
be958f1d
LMI
7957 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7958
5bedb26c
LMI
7959 * cus-edit.el (custom-guess-name-alist): -alist variables should
7960 use the `alist' type (bug#3120). Suggested by Drew Adams.
7961
1d52da10
LMI
7962 * printing.el: Add documentation to all the `pr-toggle-' commands.
7963
cd394be1 79642011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7965
7966 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7967 backends where it makes sense (bug#2623).
7968
dcc88d8a
LMI
79692011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7970
c3de9feb
LMI
7971 * dired-x.el (dired-guess-default): Remove duplicate shell command
7972 entries (bug#2028).
8a93078b 7973 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7974 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7975
dcc88d8a
LMI
7976 * subr.el (remove-duplicates): New conveniency function.
7977
505e3645
LMI
79782011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7979
7980 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7981 (bug#1526).
7982
79832011-07-10 Martin Rudalics <rudalics@gmx.at>
7984
7985 * window.el (display-buffer-normalize-default): Don't invert
7986 meaning of even-window-heights. Reported by Eli Zaretskii
7987 <eliz@gnu.org>.
7988
455e4fa1
BR
79892011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7990
7991 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7992
8e0bc3e9
CY
79932011-07-10 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * window.el (display-buffer): Fix arguments to
7996 display-buffer-reuse-window in last change.
7997
fa7c3228
CY
7998 * faces.el (link): Use a less saturated blue on light backgrounds.
7999
8000 * startup.el (fancy-startup-text, fancy-about-text)
8001 (fancy-startup-tail): Use font-lock faces, for background safety.
8002
c0a7f300
BN
80032011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8004
b796c9b7
SM
8005 * emulation/viper-cmd.el (viper-change-state-to-vi):
8006 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8007
4dc2a129
MR
80082011-07-09 Martin Rudalics <rudalics@gmx.at>
8009
8010 * window.el (display-buffer-default-specifiers): Remove.
8011 (display-buffer-macro-specifiers): Remove default specifiers.
8012 (display-buffer-alist): Default to nil.
b796c9b7 8013 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8014 (display-buffer-pop-up-window): Allow splitting internal
8015 windows. Check whether a live window was created.
8016 (display-buffer-other-window-means-other-frame)
8017 (display-buffer-normalize-arguments): Rename to
8018 display-buffer-normalize-argument and rewrite. Set the
8019 other-window specifier.
8020 (display-buffer-normalize-special): New function.
8021 (display-buffer-normalize-options): Rename to
8022 display-buffer-normalize-default and rewrite.
8023 (display-buffer-normalize-options-inhibit): Remove.
8024 (display-buffer-normalize-specifiers): Rewrite.
8025 (display-buffer): Process other-window specifier and call
8026 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8027 more faithfully.
b796c9b7 8028 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8029 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8030 (display-buffer-in-window, display-buffer-alist-set):
8031 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8032 <tassilo@member.fsf.org>.
8033
2d43b8c9
LL
80342011-07-09 Leo Liu <sdl.web@gmail.com>
8035
8036 * register.el (insert-register): Restore accidental change on
8037 2011-06-26. (Bug#9028)
8038
7f9b7c53
GM
80392011-07-09 Glenn Morris <rgm@gnu.org>
8040
8041 * subr.el (remq): Handle the empty list. (Bug#9024)
8042
f042cfd8
AS
80432011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8044
8045 * mail/sendmail.el (send-mail-function): No longer delay custom
8046 initialization.
8047 * custom.el (custom-initialize-delay): Doc fix.
8048
856b2f11
SM
80492011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8052
afae1d68
MA
80532011-07-08 Michael Albinus <michael.albinus@gmx.de>
8054
8055 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8056 human-friendly prompt.
8057
0757af94
SM
80582011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8061 provided by a particular plugin.
8062
d760b731
LMI
80632011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8064
8065 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8066 save customizations (with "emacs -Q"), just set the variable
8067 instead of erroring out.
8068
8069 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8070
cd79ce90
JL
80712011-07-08 Juri Linkov <juri@jurta.org>
8072
8073 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8074 (archive-zip-update-case): Use 7z if found by `executable-find'.
8075 The order of searching the available programs is the same as in
8076 `archive-zip-extract' (bug#8968).
8077
14cc04aa
CY
80782011-07-07 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8081 (menu-bar-options-menu): Tweak descriptions.
8082
0a1848ec
LMI
80832011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8084
8085 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8086 menu items into verb phrases (bug#1421). Also refill to fit under
8087 80 columns.
8088
f5bd0689
CY
80892011-07-07 Chong Yidong <cyd@stupidchicken.com>
8090
538e85c6
CY
8091 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8092 (Info-read-node-name): Doc fix (Bug#1084).
8093
f5bd0689
CY
8094 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8095 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8096 (end-of-sexp, beginning-of-sexp)
8097 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8098 (forward-symbol, forward-same-syntax, word-at-point)
8099 (sentence-at-point): Doc fix (Bug#1144).
8100
56ec5115
LMI
81012011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8102
f3f8e37f
LMI
8103 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8104 should cover it (bug#1281).
8105
0757af94 8106 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8107
e9fce1ac 8108 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8109 negotiation fails, then possibly try again with a non-encrypted
8110 connection (bug#9017).
8111
56ec5115
LMI
8112 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8113 be used.
8114
c2f9aec8
RS
81152011-07-07 Richard Stallman <rms@gnu.org>
8116
8117 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8118 property, and handle its changed format.
8119 Look for the correct line number.
8120 Use file's line contents (but not past first =) to find
8121 correct line in message.
8122
ef7b981d 81232011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8124
8125 * international/characters.el (build-unicode-category-table):
8126 Delete it.
0757af94 8127 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8128
0757af94 8129 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8130 to src/chartab.c.
8131 (get-char-code-property): Call unicode-property-table-internal to
8132 load a file. Call get-unicode-property-internal where necessary.
8133 (put-char-code-property): Call unicode-property-table-internal to
8134 load a file. Call put-unicode-property-internal where necessary.
8135 put-unicode-property-internal where necessary.
0757af94
SM
8136 (char-code-property-description):
8137 Call unicode-property-table-internal to load a file.
c805dec0
KH
8138
8139 * international/charprop.el:
8140 * international/uni-bidi.el:
8141 * international/uni-category.el:
8142 * international/uni-combining.el:
8143 * international/uni-comment.el:
8144 * international/uni-decimal.el:
8145 * international/uni-decomposition.el:
8146 * international/uni-digit.el:
8147 * international/uni-lowercase.el:
8148 * international/uni-mirrored.el:
8149 * international/uni-name.el:
8150 * international/uni-numeric.el:
8151 * international/uni-old-name.el:
8152 * international/uni-titlecase.el:
8153 * international/uni-uppercase.el: Regenerate.
8154
8155 * loadup.el: Load international/charprop.el before
8156 international/characters.
8157
e14b388a
CY
81582011-07-07 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * window.el (next-buffer, previous-buffer): Signal an error if
8161 called from a minibuffer window.
8162
8163 * bindings.el: Revert 2011-07-04 change.
8164
354cf0ba
RS
81652011-07-06 Richard Stallman <rms@gnu.org>
8166
8167 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8168 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8169 Treat markers like ints.
8170 (rmail-mime-entity): Doc fix.
8171
a48868a7
LMI
81722011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
4906cd3d
LMI
8174 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8175 defcustom again for backwards compatibility.
8176
e0457abe
LMI
8177 * simple.el (shell-command-on-region): Fill.
8178
d67f7e1f
LMI
8179 * dired-aux.el (dired-kill-line): Add a doc string.
8180
fe204702
LMI
8181 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8182 to "\\sw\\|\\s_" (bug#358).
8183
a48868a7
LMI
8184 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8185 (dired-unmark-backward): Ditto.
8186 (dired-flag-backup-files): Ditto.
8187
8188 * dired-x.el (dired-mark-sexp): Ditto.
8189
aa8a705c
RS
81902011-07-06 Richard Stallman <rms@gnu.org>
8191
8192 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8193 (rmail-mime-entity): New arg TRUNCATED.
8194 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8195 New functions.
8196 (rmail-mime-save): Warn if entity is truncated.
8197 (rmail-mime-toggle-hidden): Likewise, for showing.
8198 (rmail-mime-process-multipart): Record when an entity is truncated.
8199
a9a936b9
RS
8200 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8201 if ENTITY is a string.
8202
1f2b92cb
LMI
82032011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8204
f4f73198 8205 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8206 of faces when `M-C-x'-ing their definitions (bug#8378).
8207 Also clean up the code slightly.
f4f73198 8208
12b16734 8209 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8210 because that makes the colors go away.
12b16734 8211
f0691d22
LMI
8212 * mail/sendmail.el (send-mail-function): Change the default to
8213 `sendmail-query-once'.
9e87df06 8214 (sendmail-query-once): Add an autoload cookie.
f0691d22 8215
1f2b92cb
LMI
8216 * net/network-stream.el (network-stream-open-starttls): Try using
8217 a plain connection even if the server offered STARTTLS, and we
8218 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8219 capability. This should make smtpmail.el work in slightly more
8220 configurations.
8221
1cdd2a1b
MA
82222011-07-06 Michael Albinus <michael.albinus@gmx.de>
8223
8224 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8225 New defun.
8226 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8227
fbcc67e2
MM
82282011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8229
8230 * progmodes/sql.el: Version 3.0
0757af94 8231 (sql-product-alist): Add product :completion-object,
fbcc67e2 8232 :completion-column, and :statement attributes.
0757af94 8233 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8234 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8235 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8236 ansi keywords.
8237 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8238 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8239 (sql-oracle-show-reserved-words): New function for development.
8240 (sql-product-font-lock): Simplify for source code buffers.
8241 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8242 New functions.
8243 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8244 (sql-mode-map): Add statement movement functions.
8245 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8246 New variable.
fbcc67e2
MM
8247 (sql-statement-regexp, sql-beginning-of-statement)
8248 (sql-end-of-statement, sql-signum): New functions.
0757af94 8249 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8250 (sql-show-sqli-buffer): Bug fix.
8251 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8252 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8253 with sql-interactive-mode.
8254 (sql-save-connection): Save buffer local settings.
0757af94 8255 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8256 (sql-product-interactive): Bug fix.
8257 (sql-preoutput-hold): New variable.
8258 (sql-interactive-remove-continuation-prompt): Bug fixes.
8259 (sql-debug-redirect): New variable.
8260 (sql-str-literal): New function.
8261 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8262 Redesign.
fbcc67e2
MM
8263 (sql-oracle-save-settings, sql-oracle-restore-settings)
8264 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8265 (sql-completion-object, sql-completion-column)
8266 (sql-completion-sqlbuf): New variables.
8267 (sql-build-completions-1, sql-build-completions)
8268 (sql-try-completion): New functions.
8269 (sql-read-table-name): Use them.
8270 (sql-contains-names): New buffer local variable.
8271 (sql-list-all, sql-list-table): Use it.
8272 (sql-oracle-completion-types): New variable.
8273 (sql-oracle-completion-object, sql-sqlite-completion-object)
8274 (sql-postgres-completion-object): New functions.
8275
d4eaeab1
GM
82762011-07-06 Glenn Morris <rgm@gnu.org>
8277
8278 * window.el (pop-to-buffer): Doc fix.
8279
322b7dab 82802011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8281
8282 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8283
322b7dab 82842011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8285
322b7dab 8286 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8287
322b7dab 8288 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8289
605dd5bf
CY
82902011-07-05 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * button.el (button): Inherit from link face. Suggested by Dan
8293 Nicolaescu.
8294
7dbfa719
SM
82952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8296
3db614b0
SM
8297 * progmodes/gdb-mi.el: Fit in 80 columns.
8298 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8299 switch-to-buffer.
8300
7dbfa719
SM
8301 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8302 if imenu is simply not configured (bug#8941).
8303
919d884a
KM
83042011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8305
8306 * allout.el (allout-post-undo-hook): New allout outline-change
8307 event hook to signal undo activity.
8308 (allout-post-command-business): Run allout-post-undo-hook if an
8309 undo just occurred.
7dbfa719
SM
8310 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8311 * allout-widgets.el (allout-widgets-after-undo-function):
8312 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8313 in the vicinity of an undo.
8314 (allout-widgets-mode): Include allout-widgets-after-undo-function
8315 on the new allout-post-undo-hook.
8316
450a0f09
SM
83172011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8320 Let define-derived-mode define it.
8321 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8322 cycles of abbrev-table inheritance (bug#8998).
8323
2de69e00
RW
83242011-07-05 Roland Winkler <winkler@gnu.org>
8325
8326 * textmodes/bibtex.el: Add support for biblatex.
8327 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8328 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8329 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8330 (bibtex-entry-alist, bibtex-field-alist): New variables.
8331 (bibtex-entry-field-alist): Obsolete alias for
8332 bibtex-BibTeX-entry-alist.
8333 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8334 (bibtex-set-dialect): New command.
8335 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8336 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8337 Bind via bibtex-set-dialect.
2de69e00
RW
8338 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8339 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8340 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8341 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8342 Define via bibtex-set-dialect.
450a0f09
SM
8343 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8344 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8345 (bibtex-vec-push, bibtex-vec-incr): New functions.
8346 (bibtex-format-entry, bibtex-field-list)
8347 (bibtex-print-help-message, bibtex-validate)
8348 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8349
2dcdbdd9
SM
83502011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * progmodes/compile.el (compilation-goto-locus):
8353 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8354 * bs.el (bs-cycle-next, bs-cycle-previous):
8355 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8356 * bindings.el (mode-line-other-buffer):
8357 * autoinsert.el (auto-insert):
8358 * arc-mode.el (archive-extract):
8359 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8360
b27640fe
JB
83612011-07-05 Juanma Barranquero <lekktu@gmail.com>
8362
8363 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8364 Fix check of `emacs-lock-unlockable-modes'.
8365 Coerce true values of `emacs-lock--try-unlocking' to t.
8366
53bbe3ad
JB
83672011-07-05 Juanma Barranquero <lekktu@gmail.com>
8368
8369 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8370 * emacs-lock.el: New file.
8371
1d3cdbc7
JD
83722011-07-05 Julien Danjou <julien@danjou.info>
8373
8374 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8375 than `boundp' to check if face is set.
8376
9173deec
JB
83772011-07-05 Juanma Barranquero <lekktu@gmail.com>
8378
8379 * register.el (registerv-make):
8380 * window.el (window-min-height): Fix typos in docstrings.
8381
869795d6
JD
83822011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8383
9173deec 8384 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8385 Update doc string.
8386
b768cdcd
JB
83872011-07-04 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * server.el (server-execute): Catch quit and call
8390 `server-return-error' to pass the error back to emacsclient and
8391 close the connection (bug#8942).
8392
13aa217b
KM
83932011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8394
8395 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8396 insecure exception for current topic. Also note that auto-saves
8397 are handled differently.
8398
5d3385a0 8399 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8400 State variables for tracking auto-save inhibition situation.
8401
8402 (allout-write-contents-hook-handler): Rename from
8403 'allout-write-file-hook-handler', and describe how it depends on
8404 write-contents-functions sensitivity to non-nil value to prevent
8405 file write.
8406
8407 (allout-auto-save-hook-handler): Remove. auto-save does not check
8408 this in individual buffers, only in the starting buffer, so this
8409 is not the right way for us to inhibit auto-save in a buffer
8410 according to its condition.
8411
8412 (allout-mode): Use new allout-write-contents-hook-handler, and
8413 only with write-contents-functions. Remove auto-save provisions -
8414 they're implemented elsewhere.
8415
8416 (allout-before-change-handler): If undo is in progress, note that
8417 for attention of allout-post-command-business.
8418
8419 (allout-post-command-business): If the command we're following was
8420 an undo, check for change in the status of encrypted items and
8421 adjust auto-save inhibitions accordingly.
8422
8423 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8424 according to whether there are or aren't any plain-text topics
8425 pending encryption.
8426
2dcdbdd9 8427 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8428 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8429 if there are plain-text topics pending encryption.
13aa217b
KM
8430
8431 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8432 buffer-saved-size and some allout state to not inhibit auto-saves
8433 if there are no longer any plain-text topics pending encryption.
8434
0757af94
SM
8435 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8436 No longer provide for exemption of the current topic.
13aa217b 8437
ac89b32c
JL
84382011-07-04 Juri Linkov <juri@jurta.org>
8439
8440 Add 7z operations to delete and save changed members (bug#8968).
8441 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8442 New defcustoms.
8443 (archive-7z-write-file-member): New function.
8444 (archive-7z-summarize): Fix the number of dashes in the
8445 listing output.
8446
8fa39615
SM
84472011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8450 (bug#8958).
8451
2f11b3f1
CY
84522011-07-04 Chong Yidong <cyd@stupidchicken.com>
8453
d66fef2b
CY
8454 * bindings.el: Ignore next-buffer and previous-buffer in
8455 minibuffer-local-map.
8456
2f11b3f1
CY
8457 * font-lock.el (font-lock-builtin-face): Change light background
8458 color to dark slate blue (Bug#6693).
8459
f932a347
WD
84602011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8461
8462 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8463
c8af70e1
SM
84642011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8467 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8468 Add switch-to-buffer.
8469
f158badc
LMI
84702011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8471
8472 * isearch.el (isearch-search-fun-function): Clarify further the
8473 meaning of the function returned.
8474
6d95bd46
MA
84752011-07-04 Michael Albinus <michael.albinus@gmx.de>
8476
8477 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8478
8479 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8480 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8481 Use it.
8482 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8483 `tramp-default-remote-path' does not exist.
8484 (tramp-send-command-and-read): New optional argument NOERROR.
8485 (tramp-open-connection-setup-interactive-shell)
8486 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8487 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8488 (tramp-process-sentinel): Flush also process' connection property.
8489 (tramp-sh-handle-start-file-process): Do not set process
8490 sentinel. It is done now ...
8491 (tramp-maybe-open-connection): ... here. (Bug#8929)
8492
909e6b67
MK
84932011-07-04 MON KEY <monkey@sandpframing.com>
8494
8495 * play/animate.el (animate-string): Doc fixes and allow changing
8496 the buffer name (bug#5417).
8497
84982011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8499
c8af70e1 8500 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8501
f34755dc
PE
85022011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8503
396cec72
PE
8504 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8505 This is simpler and helps future-proof the code.
8506 (timer-until): Use time-subtract and float-time.
08235028 8507 (timer--time-less-p): Use time-less-p.
f34755dc 8508
56e6cc31
JB
85092011-07-04 Juanma Barranquero <lekktu@gmail.com>
8510
3abb79e5
JB
8511 * type-break.el (timep): Use the value of `float-time' to avoid a
8512 byte-compiler warning.
8513
56e6cc31
JB
8514 * server.el (server-eval-and-print): Return any result, even nil.
8515
7b9430b4
PE
85162011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8517
8518 * type-break.el: Accept time formats that the builtins accept.
8519 (timep, type-break-time-difference): Accept any format that
8520 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8521 This is simpler and helps future-proof the code.
8522 (type-break-time-difference): Round rather than ignoring
8523 subseconds components.
8524
3034e9e7
LMI
85252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8526
8527 * info.el (Info-apropos-matches): Make non-interactive, since it
8528 doesn't seem to do anything useful as a command (bug#8829).
8529
1485f4c0
CY
85302011-07-03 Chong Yidong <cyd@stupidchicken.com>
8531
8532 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8533 Move from faces.el.
1485f4c0
CY
8534 (frame-default-terminal-background): New function.
8535
8536 * custom.el (custom-push-theme): Don't record faces in `changed'
8537 theme; this doesn't work correctly for per-frame face settings.
8538 (disable-theme): Use face-set-after-frame-default to reset faces.
8539 (custom--frame-color-default): New function.
8540
9fa3dd45
LMI
85412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8542
c8af70e1 8543 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8544 (bug#8769).
8545
6cbbc20c
KR
85462011-03-29 Kevin Ryde <user42@zip.com.au>
8547
8548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8549 `perl-Test2' extend to match possible "fail #N" rep count
8550 (bug#8377).
8551
c7f98048
LMI
85522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8553
65676592
LMI
8554 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8555 `smtpmail-via-smtp' now returns the error instead of nil.
8556
c7f98048
LMI
8557 * isearch.el (isearch-search-fun-function): Clarify the doc string
8558 (bug#8101).
8559
56e6cc31 85602011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8561
8562 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8563 unnecessary spaces (bug#8987).
8564
2b216704
LMI
85652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
8567 * net/network-stream.el (open-network-stream): Use the
8568 :end-of-capability command thoughout.
8569
85702011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8571
8572 * net/network-stream.el (open-network-stream): Add the
8573 :end-of-capability command parameter, used by pop3.el.
8574
36adf6ce
LMI
85752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576
1ca0da0e
LMI
8577 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8578
fc00f69c
LMI
8579 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8580 for list)" (bug#6475).
8581
28fd8759 8582 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8583 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8584 an error (bug#6297).
8585
0dd8b6da
LMI
8586 * man.el (Man-reference-regexp): Allow matching possible
8587 word-wrapped references (bug#6289).
8588
ce1438d6
LMI
8589 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8590 for consistency with the other vc buffers (bug#6197).
8591 (vc-checkin): Ditto.
8592
8593 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8594
36adf6ce
LMI
8595 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8596
e83cc1f7
LMI
85972011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8598
8a20ca4c
LMI
8599 * custom.el (defcustom): Clarify that :set is only used in the
8600 Customize user interface (bug#6089).
8601
83319045
LMI
8602 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8603 associated with a file, refuse to run instead of erroring out
8604 (bug#6084).
8605
a8392169
LMI
8606 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8607 the doc string, since it appears that using `fill-column' always
8608 controls the width (bug#7845).
8609
e83cc1f7
LMI
8610 * simple.el (shell-command-on-region): Say where the error output
8611 went if `shell-command-default-error-buffer' is set (bug#6857).
8612
e47ca23b
KM
86132011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8614
8615 * allout.el (allout-yank-processing): Adjust cursor position for
8616 backwards-deleted space.
8617
8618 (allout-rebullet-heading): Register changes with
8619 allout-exposure-changed-hook, so the modified topic is properly
8620 decorated.
8621
5cf56143
LMI
86222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8623
08549772
LMI
8624 * minibuffer.el (completion-in-region): Document PREDICATE
8625 (bug#7136).
8626
48e96771
LMI
8627 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8628 of keyword/argument pairs (bug#6904).
8629
c8af70e1
SM
8630 * replace.el (multi-occur):
8631 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8632
e17d05e2
LMI
86332011-07-02 Drew Adams <drew.adams@oracle.com>
8634
8635 * dired.el (dired-mark-if): Make the message about whether it's
8636 marking or unmarking clearer (bug#8523).
8637
063b0e45
LMI
86382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8639
8640 * disp-table.el (display-table-print-array): New function.
8641 (describe-display-table): Use it to print the vectors more pretty
8642 (Bug#8859).
8643
28545e04
MR
86442011-07-02 Martin Rudalics <rudalics@gmx.at>
8645
8646 * window.el (window-state-get-1): Don't assign clone numbers.
8647 Add clone-of item to list of window parameters.
8648 (window-state-put-2): Don't process clone numbers.
8649 (display-buffer-alist): Fix doc-string.
8650
3349e122
SM
86512011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * subr.el (remq): Don't allocate if it's not needed.
8654 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8655 (keymap--merge-bindings): New functions.
8656 (keymap-canonicalize): Use them to refine the canonicalization.
8657 * minibuffer.el (minibuffer-local-completion-map)
8658 (minibuffer-local-must-match-map): Move initialization from C.
8659 (minibuffer-local-filename-completion-map): Move initialization from C;
8660 don't inherit from anything here.
8661 (minibuffer-local-filename-must-match-map): Make obsolete.
8662 (completing-read-default): Use make-composed-keymap to combine
8663 minibuffer-local-filename-completion-map with either
8664 minibuffer-local-must-match-map or
8665 minibuffer-local-filename-completion-map.
8666
d224ac83
GM
86672011-07-01 Glenn Morris <rgm@gnu.org>
8668
3de63bf8
GM
8669 * type-break.el (type-break-time-sum): Use dolist.
8670
d224ac83
GM
8671 * textmodes/flyspell.el (flyspell-word-search-backward):
8672 Replace CL function.
8673
1a1e3f32
SM
86742011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8675
fe3f64d5
SM
8676 * mouse.el (mouse--strip-first-event): New function.
8677 (function-key-map): Use it to map fringe clicks to normal clicks
8678 by default.
8679
eb604e34
SM
8680 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8681 (vc-bzr-revision-completion-table): Add support for annotate and date.
8682
1a1e3f32
SM
8683 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8684 inherit from parent.
8685
5bd35902
LMI
86862011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8687
ace6c69c 8688 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8689 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8690
191e2bed
LMI
8691 * dired.el (dired-mode): Fix up the doc string as suggested by
8692 Drew Adams (bug#8817).
8693
5bd35902
LMI
8694 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8695 cookie, since the manual says that it should be possible to add
8696 this function to `find-file-hook' (bug#8709).
8697
eee8207a
TZ
86982011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8699
8700 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8701 here. Noted Ted Zlatanov as the maintainer.
8702 (cfengine-common-settings, cfengine-common-syntax): New functions
8703 to set up common things between `cfengine-mode' and
8704 `cfengine3-mode'.
8705 (cfengine3-mode): New mode.
8706 (cfengine3-defuns cfengine3-defuns-regex
8707 (cfengine3-class-selector-regex cfengine3-category-regex)
8708 (cfengine3-vartypes cfengine3-font-lock-keywords)
8709 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8710 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8711
36b148cf
MA
87122011-07-01 Michael Albinus <michael.albinus@gmx.de>
8713
8714 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8715
8716 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8717
0bf4ba9a
MR
87182011-07-01 Martin Rudalics <rudalics@gmx.at>
8719
8720 * window.el (same-window-buffer-names, same-window-regexps)
8721 (same-window-p, special-display-frame-alist)
8722 (special-display-popup-frame, special-display-function)
8723 (special-display-buffer-names, special-display-regexps)
8724 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8725 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8726 (split-window-preferred-function, split-height-threshold)
8727 (split-width-threshold, even-window-heights)
8728 (display-buffer-mark-dedicated, window-splittable-p)
8729 (split-window-sensibly, window-safely-shrinkable-p):
8730 Un-obsolete.
8731 (display-buffer): Don't spread args with function specifier
8732 because special-display-popup-frame won't like it.
8733
35837f51
PE
87342011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8735
d0672f86
PE
8736 Time-stamp simplifications and fixes.
8737 These improve accuracy slightly, and future-proof the code
8738 against some potential changes to current-time format.
8739
b9444d97
PE
8740 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8741 by using time-since and float-time.
8742
0ef923dc
PE
8743 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8744 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8745 + NNN microseconds".
8746
2f81380d
PE
8747 * type-break.el (type-break-time-sum): Rewrite using time-add.
8748
845b5c3e
PE
8749 * play/hanoi.el (hanoi-current-time-float): Remove.
8750 All uses replaced by float-time.
8751
ee6f1be0
PE
8752 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8753 This yields a more-accurate answer.
8754 (rng-time-to-float): Remove; no longer needed.
8755
fe955043
PE
8756 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8757
5777162a
PE
8758 * calendar/timeclock.el (timeclock-seconds-to-time):
8759 Defalias to seconds-to-time, since they're the same thing.
8760
3103f8b6 8761 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8762 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8763 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8764
0e61a35f
SM
87652011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * window.el (bury-buffer): Don't iconify the only frame.
8768 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8769 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8770
ddd63a1e
CY
87712011-07-01 Chong Yidong <cyd@stupidchicken.com>
8772
0e61a35f
SM
8773 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8774 Add mouse-yank-primary.
ddd63a1e 8775
055f4923
TZ
87762011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8777
8778 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8779
6a2fb145
SM
87802011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8783 (find-library-name): Use it to find relative load names when provided
8784 absolute file name (bug#8803).
8785
fd4983f2
LMI
87862011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
887d14ad
LMI
8788 * textmodes/flyspell.el (flyspell-word): Consider words that
8789 differ only in case as potential doublons (bug#5687).
8790
c53dc7fc
LMI
8791 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8792 Remove two rather uninteresting debugging-like messages to make
8793 debbugs.el more silent.
8794
fd4983f2
LMI
8795 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8796 a password-like phrase.
8797
7a71b18d 87982011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8799
8800 * progmodes/cc-guess.el: New file.
8801
6a2fb145 8802 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8803
8804 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8805 derived from `c-basic-common-init'.
8806
8807 * progmodes/cc-mode.el (top-level): Require cc-guess.
8808 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8809
1fa280a3
LM
88102011-06-30 Lawrence Mitchell <wence@gmx.li>
8811
8812 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8813
e6597158
AM
88142011-06-30 Alan Mackenzie <acm@muc.de>
8815
1fa280a3
LM
8816 * progmodes/cc-engine.el (c-guess-continued-construct):
8817 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8818 lock is disabled. Name this case as "CASE G".
8819
68ba37fb
KM
88202011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8821
8822 * allout.el (allout-yank-processing): Fix injection of extra space
8823 between bullet and non-whitespace character in first topic when
8824 pasting, ensuring that the actual spacing in the pasted topic
8825 following the bullet char is preserved. This extra space was
8826 causing pasted encrypted topics to get a decrypted status even
8827 when the content was actually still encrypted. Now the decryption
8828 status from before the paste is preserved.
8829
8830 (allout-flag-region): Set all allout overlays so they evaporate
8831 when reduced to zero length (evanescent), to prevent overlay
8832 leakage.
8833
887a0b34
GM
88342011-06-30 Glenn Morris <rgm@gnu.org>
8835
94b9acce
GM
8836 * w32-fns.el (w32-charset-info-alist): Declare.
8837
1d9b46d4
GM
8838 * find-dired.el (find-grep-options): Simplify.
8839
cc232200
GM
8840 * term/ns-win.el (ns-set-resource): Declare.
8841
28e77c46
GM
8842 * ses.el (row, col): Declare dynamic variables honestly.
8843
887a0b34
GM
8844 * textmodes/reftex-parse.el (index-tags): Declare.
8845
658d8eb8
CY
88462011-06-30 Chong Yidong <cyd@stupidchicken.com>
8847
8848 * cus-edit.el (customize-push-and-save): New function.
8849
8850 * files.el (hack-local-variables-confirm): Use it.
8851
1fa280a3
LM
8852 * custom.el (load-theme): New arg NO-CONFIRM.
8853 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8854 (custom-enabled-themes): Doc fix.
8855
8856 * cus-theme.el (customize-create-theme)
8857 (custom-theme-merge-theme): Callers to load-theme changed.
8858
bb617717
LMI
88592011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8860
d61bdd5d
LMI
8861 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8862 short URLs have at least one dot in them (bug #7614).
8863
bb617717
LMI
8864 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8865 nil, because using a pty is apparently too slow (bug #895).
8866
2f31f37a
LMI
88672011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8868
8869 * mail/sendmail.el (sendmail-query-once): New function.
8870 (sendmail-query-once-function): New variable.
8871
3076b24e
GM
88722011-06-29 Glenn Morris <rgm@gnu.org>
8873
faf2a174
GM
8874 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8875
3076b24e
GM
8876 * ses.el (top-level): Require cl when compiling.
8877 (ses-set-localvars): Fix error statement.
8878 Call it at compile time to silence a storm of warnings.
8879
5386012d
MR
88802011-06-29 Martin Rudalics <rudalics@gmx.at>
8881
8882 * window.el (normalize-live-buffer): Rename to
8883 window-normalize-buffer.
8884 (normalize-live-frame): Rename to window-normalize-frame.
8885 (normalize-any-window): Rename to window-normalize-any-window.
8886 (normalize-live-window): Rename to window-normalize-live-window.
8887 (make-window-atom): Rename to window-make-atom.
8888 (window-resize-reset): Rename to window--resize-reset.
8889 (window-resize-reset-1): Rename to window--resize-reset-1.
8890 (resize-mini-window): Rename to window--resize-mini-window.
8891 (resize-subwindows-skip-p): Rename to
8892 window--resize-subwindows-skip-p.
8893 (resize-subwindows-normal): Rename to
8894 window--resize-subwindows-normal.
8895 (resize-subwindows): Rename to window--resize-subwindows.
8896 (resize-other-windows): Rename to window--resize-siblings.
8897 (resize-this-window): Rename to window--resize-this-window.
8898 (resize-root-window): Rename to window--resize-root-window.
8899 (resize-root-window-vertically): Rename to
8900 window--resize-root-window-vertically.
8901 (normalize-buffer-to-display): Rename to
8902 window-normalize-buffer-to-display.
8903 (normalize-buffer-to-switch-to): Rename to
8904 window-normalize-buffer-to-switch-to.
8905 Correspondingly update all callers of the functions listed
8906 above.
8907 (display-buffer-alist, display-buffer-normalize-arguments)
8908 (display-buffer-normalize-options, display-buffer)
8909 (display-buffer-alist-set): Use "function" instead of
8910 "fun-with-args".
8911
1176868d
CY
89122011-06-28 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8915 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8916 debbugs.gnu.org. Mention acknowledgment email.
8917
20a7a65f
LMI
89182011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8919
8920 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8921 buffer multibyteness, since it shouldn't matter.
8922
5f45cca5
MR
89232011-06-28 Martin Rudalics <rudalics@gmx.at>
8924
8925 * window.el (display-buffer-in-side-window): Handle dedicated
8926 windows as in display-buffer-reuse-window.
8927 (display-buffer-normalize-alist): Use value of override
8928 specifier.
8929 (display-buffer-normalize-specifiers): Use value of
8930 other-window-means-other-frame specifier.
8931 (display-buffer-alist): Rewrite some texts in widgets.
8932 (display-buffer): Spread arguments when calling function
8933 specified by fun-with-args.
8934
ad85fe1f
DD
89352011-06-28 Deniz Dogan <deniz@dogan.se>
8936
1fa280a3
LM
8937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8938 Unnest `let'.
da68c4c8 8939
ad85fe1f
DD
8940 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8941 selectors (Bug#5732).
ec49bd31 8942 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8943
a08cc025
JA
89442011-06-27 Jari Aalto <jari.aalto@cante.net>
8945
8946 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8947 (eshell-ls-date-format): New defcustom.
8948 (eshell-ls-file): Use it.
8949
e2b551c5
SM
89502011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8953
8982b231
KY
89542011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8957 (ange-ftp-make-tmp-name): New arg.
8958 (ange-ftp-file-local-copy): Use it.
8959
36c9fa27
J
89602011-06-27 Jambunathan K <kjambunathan@gmail.com>
8961
8962 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8963 no-conversion (Bug#8870).
8964
d68443dc
MR
89652011-06-27 Martin Rudalics <rudalics@gmx.at>
8966
8967 * window.el (window-right, window-left, window-child)
8968 (window-child-count, window-last-child)
8969 (window-iso-combination-p, walk-window-tree-1)
8970 (window-atom-check-1, window-tree-1, delete-window)
8971 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8972 new naming conventions - window-vchild, window-hchild,
8973 window-next and window-prev are now called window-top-child,
8974 window-left-child, window-next-sibling and window-prev-sibling
8975 respectively.
d615d6d2
MR
8976 (resize-window-reset): Rename to window-resize-reset.
8977 (resize-window-reset-1): Rename to window-resize-reset-1.
8978 (resize-window): Rename to window-resize.
8979 (window-min-height, window-min-width)
8980 (resize-mini-window, resize-this-window, resize-root-window)
8981 (resize-root-window-vertically, adjust-window-trailing-edge)
8982 (enlarge-window, shrink-window, maximize-window)
8983 (minimize-window, delete-window, quit-restore-window)
8984 (split-window, balance-windows, balance-windows-area-adjust)
8985 (balance-windows-area, window-state-put-2)
8986 (display-buffer-even-window-sizes, display-buffer-set-height)
8987 (display-buffer-set-width, set-window-text-height)
8988 (fit-window-to-buffer): Rename all "resize-window" prefixed
8989 calls to use the "window-resize" prefix convention.
8990 (display-buffer-alist): Fix symbol for label specifier.
8991 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8992 corresponding specifier.
8993 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8994
b6458526
VB
89952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8996
8997 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8998 convention.
8999 (ses-call-printer): Does not pass an empty string to formatter when the
9000 cell is empty to keep from barking printer Calc math-format-value.
9001
d31fd9ac
RS
90022011-06-27 Richard Stallman <rms@gnu.org>
9003
43d5bf84
RS
9004 * battery.el (battery-mode-line-limit): New variable.
9005 (battery-update): Handle it.
9006
d31fd9ac
RS
9007 * mail/rmailmm.el (rmail-mime-process-multipart):
9008 Handle truncated messages.
9009
819a6054
GM
90102011-06-27 Glenn Morris <rgm@gnu.org>
9011
9012 * progmodes/flymake.el (flymake-err-line-patterns):
9013 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9014
cedc73f2
VB
90152011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9016
819a6054 9017 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9018 (ses--clean-!, ses--clean-_): New functions.
9019 (ses-range): Add configurability of readout order, and conversion
9020 to Calc vector.
9021
5e5d49b6
VB
9022 * ses.el (ses-repair-cell-reference-all): New function.
9023 (ses-cell-symbol): Set macro as safe, so that it can be used in
9024 formulas.
9025
56e6cc31 9026 * ses.el: Update cycle detection algorithm.
90ca8b49 9027 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9028 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9029 (ses-set-localvars): New function.
9030 (ses-make-cell): Add property-list as a cell element.
9031 (ses-cell-property-get-fun, ses-cell-property-get)
9032 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9033 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9034 New functions.
90ca8b49
VB
9035 (ses-cell-property-set, ses-cell-property-pop)
9036 (ses-cell-property-get-handle): New macro.
9037 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9038 New aliases, used for code readability.
9039 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9040 cycle detection.
9041 (ses-self-reference-early-detection): New defcustom.
fac916bf 9042 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9043 (ses-mode): Use ses-set-localvars.
9044 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9045 before lauching the update processing.
9046 (ses-initialize-Dijkstra-attempt): New function.
9047 (ses-recalculate-cell): Update for cycle detection based on
9048 Dijkstra algorithm.
9049
2bb63e81
VB
9050 * ses.el: Fix commenting and indenting convention.
9051
c9d29fb8
SM
90522011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * bs.el (bs-cycle-next): Complete last change.
9055
d8e4b68b
JB
90562011-06-27 Drew Adams <drew.adams@oracle.com>
9057
9058 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9059
40098786
LMI
90602011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9061
c9d29fb8
SM
9062 * net/network-stream.el (network-stream-open-starttls):
9063 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9064 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9065
40098786
LMI
9066 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9067 to binary to possibly avoid line encoding issues on Windows (among
9068 other things).
9069
468d09d4
LMI
90702011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9071
9072 * net/network-stream.el (open-network-stream): Return an :error
9073 saying what the problem was, if possible.
9074
9075 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9076 server.
9077
9078 * net/network-stream.el (network-stream-open-starttls): If we
9079 wanted to use STARTTLS, and the server offered it, but we weren't
9080 able to because we had no STARTTLS support, then close the connection.
9081 (open-network-stream): Return an :error element, if present.
9082
16f07dd7
CY
90832011-06-26 Chong Yidong <cyd@stupidchicken.com>
9084
88821ca0
CY
9085 * hl-line.el (hl-line-sticky-flag): Doc fix.
9086 (global-hl-line-sticky-flag): New option (Bug#8323).
9087 (global-hl-line-highlight): Obey it.
9088
16f07dd7
CY
9089 * vc/vc.el (vc-revert-show-diff): Default to t.
9090
6b5ccddf
KM
90912011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9092
c9d29fb8
SM
9093 * allout-widgets.el (allout-widgets-post-command-business):
9094 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9095 undecorated when an isearch is continued past, and isearch
9096 automatically collapses them. This leads to "widget leaks", where
9097 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9098 hidden widgets can slow down cursor travel, substantially.
9099 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9100 so we're doing without this nicety.
9101
9102 (allout-widgets-tally-string): Don't try to do a hash-table-count
9103 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9104 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9105 *Messages* when allout-widgets-maintain-tally is t.
9106
355f2e07
MR
91072011-06-26 Martin Rudalics <rudalics@gmx.at>
9108
9109 * window.el (display-buffer-normalize-argument): Rename to
9110 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9111 LABEL argument. Respect special-display-function when popping up
9112 a new frame. Fix code searching for a window showing the buffer
9113 on another frame.
c9d29fb8
SM
9114 (display-buffer-normalize-specifiers):
9115 Call display-buffer-normalize-arguments.
355f2e07
MR
9116 (display-buffer-in-window): Don't undedicate the window if its
9117 buffer remains the same.
9118 Reported by Drew Adams <drew.adams@oracle.com>.
9119 (display-buffer-alist): Add choice for same-window macro
9120 specfier.
9121 (display-buffer): Mention special meaning of LABEL argument in
9122 doc-string. Fix quoting. Don't pop up a new frame even as
9123 fallback.
9124
7ca8fc42
JB
91252011-06-26 Juanma Barranquero <lekktu@gmail.com>
9126
9127 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9128 avoid deleting the current window in some cases (bug#8911).
9129
bc312254
AS
91302011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9131
9132 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9133 (Bug#8934)
9134
2db18f3f
LMI
91352011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9136
c9d29fb8
SM
9137 * net/network-stream.el (network-stream-open-starttls):
9138 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9139 (network-stream-open-tls): Ditto.
9140
6302e0d3
LL
91412011-06-26 Leo Liu <sdl.web@gmail.com>
9142
9143 * register.el (registerv): New struct.
9144 (registerv-make): New function.
c9d29fb8
SM
9145 (jump-to-register, describe-register-1, insert-register):
9146 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9147 struct. (Bug#8415)
9148
5fdd4046
CY
91492011-06-26 Chong Yidong <cyd@stupidchicken.com>
9150
2afef60a
CY
9151 * vc/vc.el (vc-revert-show-diff): New defcustom.
9152 (vc-diff-internal): New arg specifying diff buffer.
9153 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9154 reuse an existing *vc-diff* buffer (Bug#8927).
9155
5fdd4046
CY
9156 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9157
e93db24a
GM
91582011-06-26 Glenn Morris <rgm@gnu.org>
9159
9160 * progmodes/f90.el (f90-critical-indent): New option.
9161 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9162 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9163 (f90-mode): Doc fix.
9164 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9165 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9166 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9167 (f90-match-end): Handle block, critical.
9168
eefff499
GM
91692011-06-25 Glenn Morris <rgm@gnu.org>
9170
f6ba4cc9
GM
9171 * calendar/diary-lib.el (diary-included-files): Doc fix.
9172 (diary-include-files): New function, extracted from
9173 diary-include-other-diary-files and diary-mark-included-diary-files.
9174 (diary-include-other-diary-files, diary-mark-included-diary-files):
9175 Just call diary-include-files.
9176 (diary-mark-entries): Reset diary-included-files on first call.
9177
16712304
GM
9178 * calendar/diary-lib.el (diary-mark-entries)
9179 (diary-mark-included-diary-files):
9180 Visit included diary-files in temp buffers.
9181
5d8e0d43
GM
9182 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9183 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9184 (f90-start-block-re, f90-imenu-generic-expression)
9185 (f90-looking-at-program-block-start, f90-no-block-limit):
9186 Add support for submodules.
9187
ccf7a5d5
GM
9188 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9189 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9190
11fdef7d 91912011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9192
9193 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9194 buffer-file-type before setting its value, to avoid disastrous
eefff499 9195 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9196
74f53697
JB
91972011-06-25 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9200
9201 * ses.el (ses-unload-function):
9202 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9203
9204 * proced.el (proced-unload-function):
9205 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9206
18a4ce5e
AR
92072011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9208
9209 * server.el (server-create-window-system-frame): Add parameters arg.
9210 (server-process-filter): Doc fix. Handle frame-parameters.
9211
519d22cc
JB
92122011-06-25 Juanma Barranquero <lekktu@gmail.com>
9213
9214 Fix bug#8730, bug#8781.
9215
9216 * loadhist.el (unload--set-major-mode): New function.
9217 (unload-feature): Use it.
9218
9219 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9220 (python-unload-function): New function.
9221
c206f5b0
SM
92222011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9225
f9ad64f3
GS
92262011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9227
9228 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9229 the candidates list.
9230
7d0da90e
JB
92312011-06-24 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9234
14b4e83d
RS
92352011-06-23 Richard Stallman <rms@gnu.org>
9236
9237 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9238 (rmail-variables): Set next-error-move-function.
9239 (rmail-what-message): Take argument POS.
9240 (rmail-next-error-move): New function.
9241
273d2baf
SM
92422011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9245 messages for adjacent non-terminals.
9246
56c2cc9a
RS
92472011-06-23 Richard Stallman <rms@gnu.org>
9248
9249 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9250 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9251 (rmail-start-mail): Don't specify use of rmail-mail-return;
9252 that's done by mail-bury now.
9253 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9254
d59eb518
MA
92552011-06-23 Michael Albinus <michael.albinus@gmx.de>
9256
9257 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9258 SIZE is a number.
9259
02cfc6d6
MR
92602011-06-23 Martin Rudalics <rudalics@gmx.at>
9261
9262 * window.el (get-lru-window, get-mru-window)
9263 (get-largest-window): Never return a minibuffer window.
9264 (display-buffer-pop-up-window): Fix a bug that could lead to
9265 reusing the minibuffer window.
9266 (display-buffer): Pass original specifier argument to
9267 display-buffer-function instead of the normalized one.
9268 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9269
4e323265
LL
92702011-06-22 Leo Liu <sdl.web@gmail.com>
9271
9272 * minibuffer.el (completing-read-function)
9273 (completing-read-default): Move from minibuf.c
9274
7a70468f
RS
92752011-06-22 Richard Stallman <rms@gnu.org>
9276
50718fc2
RS
9277 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9278 to Rmail even if not started by a special Rmail command.
9279
7a70468f
RS
9280 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9281 Copy the buffer currently showing just one message.
9282
297dde5a
RW
92832011-06-22 Roland Winkler <winkler@gnu.org>
9284
9285 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9286 (bibtex-clean-entry): First delete the old key so that a
9287 customized algorithm for generating the new key does not get
9288 confused by the old key.
9289 (bibtex-url): Obey regexp of first step.
9290 (bibtex-search-entries): Do not use add-to-list with local
9291 list-var.
9292
97bb1093
LMI
92932011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9294
9295 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9296 stored a user name, then query for the password first, instead of
9297 waiting for SMTP to give an error message and the trying again.
9298
1c0f1a19
JD
92992011-06-22 Lawrence Mitchell <wence@gmx.li>
9300
9301 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9302 BUFFER in call-process.
9303
396f7c9d
LMI
93042011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9305
9306 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9307 QUIT twice.
ddb7ffee
LMI
9308 (smtpmail-try-auth-methods): Require user name and password from
9309 auth-source.
396f7c9d 9310
8998d1b3
MR
93112011-06-22 Martin Rudalics <rudalics@gmx.at>
9312
9313 * window.el (display-buffer-default-specifiers)
9314 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9315 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9316 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9317
9318 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9319 (special-display-frame-alist, special-display-popup-frame):
9320 Remove duplicate declarations. These are now in window.el.
9321
4ea31e07
LMI
93222011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323
c9d29fb8
SM
9324 * mail/smtpmail.el (smtpmail-via-smtp):
9325 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9326 server supports it. SMTP servers that support STARTTLS commonly
9327 require it.
9328
9329 * net/network-stream.el (network-stream-open-starttls): Support
9330 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9331 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9332
95f41d9a
LMI
9333 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9334 upgrades with `open-network-stream', and rely solely on
9335 auth-source for all credentials. Big changes throughout the file,
9336 but in particular:
c9d29fb8
SM
9337 (smtpmail-auth-credentials): Remove.
9338 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9339 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9340 MAIL FROM, too.
95f41d9a 9341
c9d29fb8
SM
9342 * net/network-stream.el (network-stream-open-starttls):
9343 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9344 STARTTLS.
9345 (auth-source): Require.
9346 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9347 (network-stream-certificate): Change cert-cert to cert and
9348 cert-key to key.
4ea31e07 9349
065ec2c7
MA
93502011-06-21 Michael Albinus <michael.albinus@gmx.de>
9351
9352 * net/tramp-cache.el (top): Don't load the persistency file when
9353 "emacs -Q" has been called.
9354
cd93b359
DR
93552011-06-21 Tim Harper <timcharper@gmail.com>
9356
d8e4b68b
JB
9357 * term/ns-win.el (ns-initialize-window-system):
9358 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9359 resource to NO as it is not yet supported by the NS port.
9360
ae9c0411
JB
93612011-06-21 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9364 (list-dynamic-libraries): ...not here.
9365
7f3f739f
LL
93662011-06-21 Leo Liu <sdl.web@gmail.com>
9367
9368 * subr.el (sha1): Implement sha1 using secure-hash.
9369
327c8fb1
MR
93702011-06-21 Martin Rudalics <rudalics@gmx.at>
9371
9372 * window.el (display-buffer-alist): In default value do not
9373 enforce searching a window on any but the selected frame.
9374 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9375 (display-buffer-select-window): Remove function.
9376 (display-buffer-in-window): When a window on another frame gets
9377 reused, do not select it any more but just raise its frame if
9378 necessary (Bug#8851) and (Bug#8856).
9379 (display-buffer-normalize-options): Handle pop-up-frames related
9380 options more faithfully.
9381 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9382 window if it is on another frame.
c9d29fb8
SM
9383 (display-buffer-alist, display-buffer-default-specifiers):
9384 Don't make new frame unsplittable by default.
9e9de014
MR
9385 (display-buffer-normalize-argument): Fix doc-string typo and use
9386 'same-frame-other-window instead of 'other-window when associating
9387 with display-buffer-macro-specifiers.
327c8fb1 9388
7cf3f556
VB
93892011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9390
9391 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9392 New functions.
9393 (5x5-mode-map, 5x5-mode-menu): Bind them.
9394 (5x5-draw-grid): Tweak the solver's rendering.
9395
60a406cf
SM
93962011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9399 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9400
d8e4b68b 94012011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9402
9403 * menu-bar.el: Use function variable instead of switch-to-buffer.
9404 (menu-bar-select-buffer-function): New variable.
60a406cf 9405 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9406
478d6f95
SM
94072011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9410 variable's status.
9411
ca530739
JD
94122011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9413
9414 * x-dnd.el (x-dnd-version-from-flags)
9415 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9416 and long as number (Bug#8899).
9417 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9418
bcd70d97
SM
94192011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9420
60a406cf 9421 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9422 (completion-try-completion, completion-all-completions): Compute the
9423 metadata argument if it's missing; make it optional (bug#8795).
9424
60a406cf 9425 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9426 (widget-complete): Use new :completion-function property.
9427 (widget-completions-at-point): New function.
9428 (default): Use :completion-function instead of :complete.
60a406cf
SM
9429 (widget-default-completions): Rename from widget-default-complete;
9430 Rewrite.
bcd70d97
SM
9431 (widget-string-complete, widget-file-complete, widget-color-complete):
9432 Remove functions.
9433 (file, symbol, function, variable, coding-system, color):
9434 * international/mule-cmds.el (default-input-method, charset)
9435 (language-info-custom-alist):
9436 * cus-edit.el (face): Use new property :completions.
9437
9438 * progmodes/pascal.el (pascal-completions-at-point): New function.
9439 (pascal-mode): Use it.
9440 (pascal-mode-map): Use completion-at-point.
9441 (pascal-toggle-completions): Make obsolete.
9442 (pascal-complete-word, pascal-show-completions):
9443 * progmodes/octave-mod.el (octave-complete-symbol):
9444 Redefine as obsolete alias.
9445 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9446 Signal absence of completion info for old Octave,
9447 (inferior-octave-complete): Redefine as obsolete alias.
9448 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9449 (meta-completions-at-point): Rename from meta-complete-symbol and
9450 adapt it for use on completion-at-point-functions.
9451 (meta-common-mode): Use it.
9452 (meta-looking-at-backward, meta-match-buffer): Remove.
9453 (meta-complete-symbol): Redefine as obsolete alias.
9454 (meta-common-mode-map): Use completion-at-point.
9455 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9456 (makefile-mode-map): Use completion-at-point.
9457 (makefile-completions-at-point): Rename from makefile-complete and
9458 adapt it for use on completion-at-point-functions.
9459 (makefile-mode): Use it.
9460 (makefile-complete): Redefine as obsolete alias.
9461
aebf69c8
DD
94622011-06-20 Deniz Dogan <deniz@dogan.se>
9463
9464 * net/rcirc.el: Delete trailing whitespaces once and for all.
9465
bfbbb27d
DC
94662011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9467
9468 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9469
d264a46b
CY
94702011-06-19 Chong Yidong <cyd@stupidchicken.com>
9471
4ca009e5
CY
9472 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9473
d264a46b
CY
9474 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9475
fbf5b3ce
MR
94762011-06-19 Martin Rudalics <rudalics@gmx.at>
9477
9478 * window.el (display-buffer-other-window-means-other-frame):
9479 Call display-buffer-normalize-alist.
9480 (display-buffer-normalize-specifiers-1): Rename to
9481 display-buffer-normalize-argument. New argument other-frame.
9482 Rewrite.
9483 (display-buffer-normalize-specifiers-2): Rename to
9484 display-buffer-normalize-options.
9485 (display-buffer-normalize-alist-1): New function.
9486 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9487 display-buffer-normalize-alist.
9488 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9489 (display-buffer-normalize-options-inhibit): New variable.
9490 (display-buffer-normalize-specifiers): Rewrite calling
9491 display-buffer-normalize-alist,
9492 display-buffer-normalize-argument, and
9493 display-buffer-normalize-options. Don't call the latter if
9494 display-buffer-normalize-options-inhibit is non-nil.
9495 (frame-auto-delete): New option.
9496 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9497 (window-list-no-nils, window-state-ignored-parameters)
9498 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9499 (window-state-put-1, window-state-put-2, window-state-put):
9500 New functions.
9a028c23
MR
9501 (display-buffer-normalize-options): Move special-display-p group
9502 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9503
6d10d800
CY
95042011-06-18 Chong Yidong <cyd@stupidchicken.com>
9505
6420d28b
CY
9506 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9507 groups (Bug#8776).
9508 (rx-submatch-n): New function.
9509 (rx): Document it.
9510
ddb8b596
CY
9511 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9512 (Bug#8768).
9513
9514 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9515
77080289
CY
9516 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9517
61dfb316
CY
9518 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9519 anytime existing face settings are present (Bug#8889).
9520
6d10d800
CY
9521 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9522 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9523 Remove unused argument.
9524
be3fb2b8
MR
95252011-06-18 Martin Rudalics <rudalics@gmx.at>
9526
bcd70d97
SM
9527 * window.el (display-buffer-default-specifiers):
9528 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9529 pop-up-window-min-width, and another reuse-window specifier
9530 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9531 (display-buffer-normalize-specifiers-2):
9532 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9533 pop-up-windows is unset. Add a reuse-window specifier for the
9534 case popping up a new window fails.
9535 (special-display-popup-frame): Remove double quoting.
28dec25a 9536 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9537
1c6d8c76
SM
95382011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9541 according to comint-completion-addsuffix.
9542
9543 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9544 (pcomplete-suffix-list): Mark as obsolete.
9545 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9546 pcomplete-seen in the closure.
9547 (pcomplete-comint-setup): Setup completion-at-point as well.
9548 (pcomplete--entries): New function.
9549 (pcomplete--env-regexp): New var.
9550 (pcomplete-entries): Rewrite to work with partial-completion and
9551 without relying on pcomplete-suffix-list.
9552 (pcomplete-pare-list): Remove, unused.
9553
25aef8b8
MR
95542011-06-17 Martin Rudalics <rudalics@gmx.at>
9555
9556 * window.el (display-buffer-alist): Set pop-up-window-min-height
9557 and pop-up-window-min-width in default value. Reported by
9558 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9559 other-window-means-other-frame.
9560 (display-buffer-macro-specifiers): Comment out entry for
9561 other-window specifier.
9562 (display-buffer-other-window-means-other-frame): New function.
9563 (display-buffer-normalize-specifiers-1): New arguments
9564 buffer-name and label. Treat other-window case specially.
9565 (display-buffer-normalize-specifiers-2): Treat other-window case
9566 specially.
9567 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9568 (display-buffer-normalize-specifiers):
9569 Call display-buffer-normalize-specifiers-3.
25aef8b8 9570
dbad4f69
MR
95712011-06-17 Martin Rudalics <rudalics@gmx.at>
9572
9573 * window.el (same-window-p): Fix two typos introduced when
9574 adding with-no-warnings.
d1067961
MR
9575 (display-buffer-normalize-specifiers-1): Don't check
9576 pop-up-frames for 'unset initialization.
9577 (display-buffer-normalize-specifiers-2): Major rewrite using
9578 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9579 (pop-up-frames, display-buffer-reuse-frames)
9580 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9581 Suggested by David Engster <deng@randomsample.de>.
9582 (even-window-heights): Initialize to 'unset.
9583 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9584 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9585 other window case.
dbad4f69 9586
9b9c9e3a
MR
95872011-06-16 Martin Rudalics <rudalics@gmx.at>
9588
bcd70d97
SM
9589 * window.el (display-buffer-normalize-specifiers-1):
9590 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9591 second argument of display-buffer (Bug#8865).
981d5c09
MR
9592 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9593 (switch-to-buffer-other-window-same-frame)
9594 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9595 Adams (Bug#8875).
9c2755e9
MR
9596 (display-buffer): Don't check noninteractive when calling
9597 display-buffer-pop-up-frame.
9598 (display-buffer-pop-up-frame): Never pop up a frame in
9599 noninteractive mode (Bug#8857).
67222e1d
MR
9600 (enlarge-window, shrink-window): Don't report an error when the
9601 window can't be resized as requested (Bug#8862).
9b9c9e3a 9602
2b75be67
SM
96032011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9ffdd3ba
SM
9605 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9606
cb581a67
SM
9607 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9608
2b75be67
SM
9609 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9610
8c0e3589
AM
96112011-06-15 Alan Mackenzie <acm@muc.de>
9612
cb581a67
SM
9613 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9614 for declarators, disable knr checking to speed up for normal files.
9615 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9616
b96e6cde
LMI
96172011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9618
4bba86e6
LMI
9619 * net/network-stream.el (open-network-stream): Add the keyword
9620 :always-query-capabilities for the case where you want to force a
9621 `plain' network connection, but the protocol still requires the
9622 capabilitiy command (i.e., SMTP and EHLO).
9623
2b75be67 9624 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9625 consistency with other `-live-p' functions.
9626
efdcdbf8
SM
96272011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * window.el (same-window-buffer-names, same-window-regexps)
9630 (special-display-frame-alist, special-display-popup-frame)
9631 (special-display-function, special-display-buffer-names)
9632 (special-display-regexps, pop-up-frame-alist)
9633 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9634 (pop-up-windows, split-window-preferred-function)
9635 (split-height-threshold, split-width-threshold, even-window-heights)
9636 (display-buffer-mark-dedicated): Don't encourage the use of
9637 display-buffer-alist from Elisp code.
9638
c5cde042
DN
96392011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9640
9641 * progmodes/python.el (python-mode): Derive from prog-mode.
9642 * progmodes/ps-mode.el (ps-mode):
9643 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9644 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9645 * progmodes/ld-script.el (ld-script-mode): Likewise.
9646
baa1c9ab
MR
96472011-06-15 Martin Rudalics <rudalics@gmx.at>
9648
9649 * window.el (display-buffer-alist): Trim default value to avoid
9650 popping up a new frame (Bug#8857) or reusing an arbitrary window
9651 on another frame.
9652 (display-buffer): Do not fall back on popping up a new frame in
9653 batch mode (Bug#8857).
9654
c5dd5a51
CY
96552011-06-14 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9658 (custom-theme-summary): New function.
9659 (customize-themes): Use it.
9660
d647b7c4
GM
96612011-06-13 Glenn Morris <rgm@gnu.org>
9662
9663 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9664
9481c002
MR
96652011-06-13 Martin Rudalics <rudalics@gmx.at>
9666
357f93d2
MR
9667 * help.el (help-window): Remove variable.
9668 (help-window-point-marker, temp-buffer-max-height)
9669 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9670 (help-print-return-message): Don't set help-window.
9671 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9672 (help-window-setup-finish): Remove.
9673 (help-window-display-message, help-window-setup)
9674 (with-help-window): Major rewrite based on new
9675 display-buffer-window variable.
9676
9677 * help-mode.el (help-mode-finish): Remove help-window related
9678 code.
9679
9680 * view.el (view-exits-all-viewing-windows): Remove reference to
9681 view-return-to-alist in doc-string.
9682 (view-return-to-alist): Make obsolete.
9683 (view-buffer): Call pop-to-buffer-same-window and remove
9684 undo-window code.
9685 (view-buffer-other-window): Call pop-to-buffer-other-window and
9686 simplify code. Ignore second argument.
9687 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9688 simplify code. Ignore second argument.
9689 (view-return-to-alist-update): Make obsolete.
9690 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9691 Rewrite using quit-restore window parameters.
2b75be67
SM
9692 (view-mode-exit): Rename second argument to EXIT-ONLY.
9693 Rewrite using quit-restore-window.
357f93d2
MR
9694 (View-exit, View-exit-and-edit, View-leave, View-quit)
9695 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9696 appropriate arguments.
9697 (view-end-message): Use quit-restore window parameter.
9698
9481c002
MR
9699 * window.el (display-buffer-function): Rewrite doc-string.
9700 (display-buffer-window, display-buffer-alist): New variables.
9701 (display-buffer-split-specifiers)
9702 (display-buffer-side-specifiers)
9703 (display-buffer-macro-specifiers): New constants.
9704 (display-buffer-even-window-sizes, display-buffer-set-height)
9705 (display-buffer-set-width, display-buffer-select-window)
9706 (display-buffer-in-window, display-buffer-reuse-window)
9707 (display-buffer-split-window-1, display-buffer-split-window)
9708 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9709 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9710 (display-buffer-in-side-window, normalize-buffer-to-display)
9711 (display-buffer-normalize-specifiers-1)
9712 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9713 (display-buffer-normalize-specifiers, display-buffer-frame):
9714 New functions.
9481c002
MR
9715 (display-buffer): Major rewrite.
9716 (display-buffer-other-window, display-buffer-other-frame)
9717 (pop-to-buffer, switch-to-buffer-other-window)
9718 (switch-to-buffer-other-frame): Rewrite.
9719 (display-buffer-same-window, display-buffer-same-frame)
9720 (display-buffer-same-frame-other-window)
9721 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9722 (pop-to-buffer-other-window)
9723 (pop-to-buffer-same-frame-other-window)
9724 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9725 (switch-to-buffer-other-window-same-frame): New functions.
9726 (same-window-p, special-display-p): Rewrite disabling warnings.
9727 Make obsolete.
9728 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9729 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9730 Make obsolete
9731 (same-window-buffer-names, same-window-regexps)
9732 (special-display-frame-alist, special-display-popup-frame)
9733 (special-display-function, special-display-buffer-names)
9734 (special-display-regexps, pop-up-frame-alist)
9735 (pop-up-frame-function, split-window-preferred-function)
9736 (split-height-threshold, split-width-threshold)
9737 (even-window-heights): Make obsolete.
9738
9db51aca
GM
97392011-06-12 Glenn Morris <rgm@gnu.org>
9740
9741 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9742 Misc simplifications.
9db51aca 9743
39cffb44
MR
97442011-06-12 Martin Rudalics <rudalics@gmx.at>
9745
9746 * window.el (window-safely-shrinkable-p): Restore function which
9747 was inadvertently removed in change from 2011-06-11. Declare as
9748 obsolete.
9749
2b75be67
SM
9750 * calendar/calendar.el (calendar-generate-window):
9751 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9752 window-safely-shrinkable-p.
9753
a8955be7
GM
97542011-06-12 Glenn Morris <rgm@gnu.org>
9755
9756 * progmodes/fortran.el (fortran-mode-syntax-table):
9757 * progmodes/f90.el (f90-mode-syntax-table):
9758 Set % to punctuation. (Bug#8820)
9759 (f90-find-tag-default): Remove, no longer needed.
9760
f0d4059d
DC
97612011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9762
9763 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9764
1100a63c
CY
97652011-06-11 Chong Yidong <cyd@stupidchicken.com>
9766
9767 * image.el (image-animated-p): Return animation delay in seconds.
9768 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9769 (image-animate-timeout): Remove DELAY argument. Don't assume
9770 every subimage has the same delay; get it from image-animated-p.
9771 (image-animate): Caller changed.
9772
def722bf
MA
97732011-06-11 Michael Albinus <michael.albinus@gmx.de>
9774
9775 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9776 to ignored backtrace functions.
9777
0a2bb1a9
GM
97782011-06-11 Glenn Morris <rgm@gnu.org>
9779
9780 * calendar/appt.el (appt-disp-window-function): Doc fix.
9781 (appt-check): Handle overlapping appointments. (Bug#8337)
9782
6198ccd0
MR
97832011-06-11 Martin Rudalics <rudalics@gmx.at>
9784
9785 * window.el (window-tree-1, window-tree): New functions, moving
9786 the latter to window.el.
9787 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9788 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9789 (bw-refresh-edges): Remove.
9790 (balance-windows-1, balance-windows-2): New functions.
9791 (balance-windows): Rewrite in terms of window tree functions,
9792 balance-windows-1 and balance-windows-2.
9793 (bw-adjust-window): Remove.
9794 (balance-windows-area-adjust): New function with functionality of
9795 bw-adjust-window but using resize-window.
2b75be67
SM
9796 (set-window-text-height): Rewrite doc-string.
9797 Use normalize-live-window and resize-window.
9798 (enlarge-window-horizontally, shrink-window-horizontally):
9799 Rename argument to DELTA.
6198ccd0
MR
9800 (window-buffer-height): New function.
9801 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9802 Rewrite using new window resize routines.
2b75be67
SM
9803 (kill-buffer-and-window, mouse-autoselect-window-select):
9804 Use ignore-errors instead of condition-case.
6198ccd0
MR
9805 (quit-window): Call delete-frame instead of delete-windows-on
9806 for the only buffer on frame.
9807
9397e56f
MR
98082011-06-10 Martin Rudalics <rudalics@gmx.at>
9809
9810 * loadup.el (top-level): Load window before files for the sake
9811 of replace-buffer-in-windows.
9812
9813 * files.el (read-buffer-to-switch)
9814 (switch-to-buffer-other-window)
2b75be67
SM
9815 (switch-to-buffer-other-frame, display-buffer-other-frame):
9816 Move to window.el.
9397e56f
MR
9817
9818 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9819 (previous-buffer): Move to window.el.
9820
9821 * bindings.el (unbury-buffer): Move to window.el.
9822
9823 * window.el (delete-other-windows-vertically): Move after
9824 definition of delete-other-windows.
9825 (other-window, delete-windows-on, replace-buffer-in-windows):
9826 Move here from window.c.
9827 (record-window-buffer, unrecord-window-buffer)
9828 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9829 (switch-to-next-buffer): New functions.
9830 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9831 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9832 (previous-buffer): Move here from simple.el.
9833 Call switch-to-prev-buffer.
9397e56f
MR
9834 (bury-buffer): Move here from buffer.c. Switch to previous
9835 buffer when window cannot be deleted.
9836 (unbury-buffer): Move here from bindings.el.
9837 (ctl-x-map): Move binding for other-window from window.c to
9838 here.
9839 (read-buffer-to-switch, switch-to-buffer-other-window)
9840 (switch-to-buffer-other-frame): Move here from files.el.
9841 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9842 (switch-to-buffer): Move here from buffer.c.
9843 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9844
562dd5e9
MR
98452011-06-10 Martin Rudalics <rudalics@gmx.at>
9846
9847 * window.el (window-min-height, window-min-width): Move here
9848 from window.c. Add defcustoms and rewrite doc-strings.
9849 (resize-mini-window, resize-window): New functions.
9850 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9851 Move here from window.c.
9852 (maximize-window, minimize-window): New functions.
9853 (delete-window, delete-other-windows, split-window): Move here
9854 from window.c.
9855 (window-split-min-size): New function.
9856 (split-window-keep-point): Mention split-window-above-each-other
9857 instead of split-window-vertically.
2b75be67 9858 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9859 Rename split-window-vertically to split-window-above-each-other
9860 and provide defalias for old definition.
9861 (split-window-side-by-side, split-window-horizontally):
9862 Rename split-window-horizontally to split-window-side-by-side
9863 and provide defalias for the old definition.
562dd5e9
MR
9864 (ctl-x-map): Move bindings for delete-window,
9865 delete-other-windows and enlarge-window here from window.c.
9866 Replace bindings for split-window-vertically and
9867 split-window-horizontally by bindings for
9868 split-window-above-each-other and split-window-side-by-side.
9869
9870 * cus-start.el (all): Remove entries for window-min-height and
9871 window-min-width. Add entries for window-splits and
9872 window-nest.
9873
f0da764a
GM
98742011-06-09 Glenn Morris <rgm@gnu.org>
9875
80675c21
GM
9876 * calendar/appt.el (appt-mode-line): New function.
9877 (appt-check, appt-disp-window): Use it.
9878
f0da764a
GM
9879 * files.el (hack-one-local-variable-eval-safep):
9880 Allow minor-modes with explicit +/-1 arguments.
9881
59f623b7
TZ
98822011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9883
9884 * term/xterm.el (xterm): Add defgroup.
9885 (xterm-extra-capabilities): Add defcustom to supply known xterm
9886 capabilities, skip querying them, or query them (default).
9887 (terminal-init-xterm): Use it.
9888 (terminal-init-xterm-modify-other-keys): New function to set up
9889 modifyOtherKeys support to simplify `terminal-init-xterm'.
9890
9aab8e0d
MR
98912011-06-09 Martin Rudalics <rudalics@gmx.at>
9892
9893 * window.el (resize-window-reset, resize-window-reset-1)
9894 (resize-subwindows-skip-p, resize-subwindows-normal)
9895 (resize-subwindows, resize-other-windows, resize-this-window)
9896 (resize-root-window, resize-root-window-vertically)
9897 (window-deletable-p, window-or-subwindow-p)
9898 (frame-root-window-p): New functions.
9899
e8b08aee
GM
99002011-06-09 Glenn Morris <rgm@gnu.org>
9901
9902 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9903 (ange-ftp-get-files): Use it.
9904
254c37a5
AK
99052011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9906
9907 * mail/sendmail.el (mail-recover-1, mail-recover):
9908 * files.el (recover-file, recover-session):
9909 Handle dired-listing-switches not being just a single short option.
9910
35d7dbd3
GM
99112011-06-09 Glenn Morris <rgm@gnu.org>
9912
9913 * calendar/appt.el (appt-display-message, appt-disp-window):
9914 Handle lists of appointments.
9915
387522b2
MR
99162011-06-08 Martin Rudalics <rudalics@gmx.at>
9917
2b75be67
SM
9918 * window.el (one-window-p): Move down in code.
9919 Rewrite doc-string.
9920 (window-current-scroll-bars): Rewrite doc-string.
9921 Normalize live window argument.
387522b2
MR
9922 (walk-windows, get-window-with-predicate, count-windows):
9923 Rewrite doc-string. Use window-list-1.
9924 (window-in-direction-2, window-in-direction, get-mru-window):
9925 New functions.
9926
d8e4b68b 99272011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9928
9929 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9930 Doc fix (Bug#8713).
9931
99322011-06-08 Chong Yidong <cyd@stupidchicken.com>
9933
9934 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9935
99362011-06-08 Juanma Barranquero <lekktu@gmail.com>
9937
9938 * loadhist.el (unload-feature-special-hooks):
9939 Add `comint-output-filter-functions'.
9940
0de12c52
IK
99412011-06-08 Ivan Kanis <gnu@kanis.fr>
9942
9943 * calendar/appt.el (appt-check): Move some initializations into the let.
9944
f3d1777e
MR
99452011-06-08 Martin Rudalics <rudalics@gmx.at>
9946
9947 * window.el (window-height): Defalias to window-total-height.
9948 (window-width): Defalias to window-body-width.
9949
18af70d0
CY
99502011-06-07 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * image-mode.el (image-toggle-animation): New command.
9953 (image-mode-map): Bind it to RET.
9954 (image-mode): Update message.
9955 (image-toggle-display-image): Avoid a spurious cache flush.
9956 (image-transform-rotation): Doc fix.
9957 (image-transform-properties): Return quickly in the normal case.
9958 (image-animate-loop): Rename from image-animate-max-time.
9959
2b75be67 9960 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9961 (create-animated-image): Remove unnecessary function.
9962 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9963 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9964 (image-animate-timer): Use car-safe.
9965 (image-animate-timeout): Rename argument.
9966
190b47e6
MR
99672011-06-07 Martin Rudalics <rudalics@gmx.at>
9968
9969 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9970 window.c. Rename first argument to ALL-FRAMES.
9971 Rephrase doc-strings.
9972 (get-buffer-window-list): Rewrite using window-list-1.
9973 Rephrase doc-string.
a1511caf
MR
9974 (window-safe-min-height, window-safe-min-width): New constants.
9975 (window-size-ignore, window-min-size, window-min-size-1)
9976 (window-sizable, window-sizable-p, window-size-fixed-1)
9977 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9978 (window-max-delta-1, window-max-delta, window-resizable)
9979 (window-resizable-p, window-total-height, window-total-width)
9980 (window-body-width): New functions.
9981 (window-full-height-p, window-full-width-p): Rewrite using
9982 window-total-size.
9983 (window-body-height): Rewrite using window-body-size.
190b47e6 9984
85cc1f11
MR
99852011-06-06 Martin Rudalics <rudalics@gmx.at>
9986
9987 * window.el (window-right, window-left, window-child)
9988 (window-child-count, window-last-child, window-any-p)
9989 (normalize-live-buffer, normalize-live-frame)
9990 (normalize-any-window, normalize-live-window)
9991 (window-iso-combination-p, window-iso-combined-p)
9992 (window-iso-combinations)
9993 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9994 (windows-with-parameter, window-with-parameter)
9995 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9996 (window-atom-check, window-side-check, window-check):
9997 New functions.
85cc1f11
MR
9998 (ignore-window-parameters, window-sides, window-sides-vertical)
9999 (window-sides-slots): New variables.
10000 (window-size-fixed): Move down in code. Minor doc-string fix.
10001
e7156492
AS
100022011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10003
10004 * comint.el (comint-dynamic-complete-as-filename)
10005 (comint-dynamic-complete-filename): Correctly call
10006 completion-in-region.
10007
7e821d0d
DD
100082011-06-05 Deniz Dogan <deniz@dogan.se>
10009
10010 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10011 in last change.
10012
ac09b8a1
DD
100132011-06-05 Deniz Dogan <deniz@dogan.se>
10014
10015 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10016 (rcirc): Use it to prompt for encryption.
10017
34699b85
RW
100182011-06-05 Roland Winkler <winkler@gnu.org>
10019
10020 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10021 (bibtex-search-entries): New command bound to C-c C-a.
10022 (bibtex-display-entries): New function.
10023
004dedd3
RW
100242011-06-05 Roland Winkler <winkler@gnu.org>
10025
10026 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10027 (bibtex-insert-kill): After yanking insert newline if necessary.
10028 (bibtex-initialize): Call bibtex-string-files-init only once.
10029 (bibtex-mode): Do not call easy-menu-add.
10030 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10031 (bibtex-yank): Set arg properly if nil.
10032
022fe7ce
RW
100332011-06-05 Roland Winkler <winkler@gnu.org>
10034
2b75be67
SM
10035 * textmodes/bibtex.el (bibtex-search-entry-globally):
10036 New variable.
022fe7ce
RW
10037 (bibtex-search-entry): Use it.
10038
b7c3692a
RW
100392011-06-05 Roland Winkler <winkler@gnu.org>
10040
10041 * textmodes/bibtex.el (bibtex-entry-format): New option
10042 sort-fields.
10043 (bibtex-format-entry, bibtex-reformat): Honor this option.
10044 (bibtex-parse-entry): Return fields in proper order.
10045
8eda563d
JB
100462011-06-05 Juanma Barranquero <lekktu@gmail.com>
10047
10048 * doc-view.el (doc-view-remove-if): Move computation of result out
10049 of `dolist' to silence misleading lexical-binding warning.
10050
7dbe3dbc
CY
100512011-06-04 Chong Yidong <cyd@stupidchicken.com>
10052
10053 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10054 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10055
0c33dd17
MA
100562011-06-04 Michael Albinus <michael.albinus@gmx.de>
10057
10058 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10059 "SunOS 5.10".
10060
f8f91c2b
MA
100612011-06-04 Michael Albinus <michael.albinus@gmx.de>
10062
10063 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10064 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10065 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10066 (tramp-parse-putty):
10067 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10068 (tramp-completion-function-alist-ssh)
10069 (tramp-completion-function-alist-telnet)
10070 (tramp-completion-function-alist-su)
10071 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10072 cookie.
10073
10074 * net/tramp-ftp.el:
10075 * net/tramp-sh.el:
10076 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10077 load "tramp.el" `tramp-set-completion-function'.
10078
e17d9003
SM
100792011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * shell.el: Require and use pcomplete.
10082 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10083 (shell-completion-vars): Set pcomplete-default-completion-function.
10084
6c4cab03
DD
100852011-06-04 Deniz Dogan <deniz@dogan.se>
10086
10087 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10088 `memq' (Bug#8799).
10089
ea9fafe0
SM
100902011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10093
b3e945d3
JB
100942011-06-02 Juanma Barranquero <lekktu@gmail.com>
10095
10096 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10097 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10098 * vc/log-view.el (log-view-beginning-of-defun):
10099 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10100 (smerge-refine-forward, smerge-refine-chopup-region):
10101 Silence warning for unused `dotimes' counter variables.
10102
7d520089
SM
101032011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * net/tramp.el (tramp-with-progress-reporter): Rename from
10106 with-progress-reporter. Use `declare'.
10107 * net/tramp-smb.el:
10108 * net/tramp-sh.el:
10109 * net/tramp-gvfs.el: Update all uses.
10110
a1c2400f
JB
101112011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10112
10113 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10114 buffer isn't killed before making it current.
10115
2403c841
SM
101162011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 Silence various byte-compiler warnings.
10119 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10120 `access-type' and new obsolescence format.
10121 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10122 new format.
10123 (byte-compile-check-variable): New `access-type' argument.
10124 Only warn if the access-type is obsolete.
10125 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10126 (byte-compile-variable-set): Adjust callers.
10127 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10128 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10129 setting it as obsolete.
10130 * simple.el (minibuffer-completing-symbol):
10131 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10132 access as obsolete.
10133 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10134 obsolete yet.
10135 * international/quail.el (quail-mouse-choose-completion): Remove unused
10136 code referring to obsolete var.
10137 (quail-choose-completion-string): Remove.
10138 * server.el (server-clients-with, server-kill-buffer-query-function)
10139 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10140 * proced.el (proced-send-signal):
10141 * emacs-lisp/lisp.el (lisp-complete-symbol):
10142 Replace completion-annotate-function with completion-extra-properties.
10143
2462470b
SM
101442011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10145
fb5b2591
SM
10146 * simple.el (goto-line): Use read-number.
10147 (overriding-map-is-bound): Remove.
10148 (saved-overriding-map): Change default.
10149 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10150 Take the map as argument.
10151 (universal-argument, negative-argument, digit-argument): Use it.
10152 (restore-overriding-map): Adjust.
10153 (do-auto-fill): Use fill-forward-paragraph.
10154 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10155
fd6fa53f
SM
10156 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10157 (minibuffer-inactive-mode): New major mode.
10158 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10159 the *Messages* buffer" hack.
10160 (mouse-popup-menubar): Don't burp if the event is a normal key.
10161
2462470b
SM
10162 Miscellaneous tweaks.
10163 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10164 lexical scoping as in subr.el's dolist and dotimes.
10165 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10166 Silence compiler warning.
10167 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10168 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10169 * international/ccl.el (ccl-compile): Trivial simplification.
10170 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10171 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10172 `printflag' argument.
10173 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10174 Purecopy the whole obsolescence data.
10175
108bf785
LL
101762011-06-01 Leo Liu <sdl.web@gmail.com>
10177
10178 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10179 improve doc-string as suggested by Marco Pessotto
10180 <melmothx@gmail.com>.
10181 (rcirc-print): Fix last change.
10182
30a23501
SM
101832011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * minibuffer.el (complete-with-action): Return nil for the metadata and
10186 boundaries of non-functional tables.
10187 (completion-table-dynamic): Return nil for the metadata.
10188 (completion-table-with-terminator): Add default case, using
10189 complete-with-action.
10190 (completion--metadata): New function.
10191 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10192 to try and avoid pathological performance problems.
10193 (completion--embedded-envvar-table): Return `category' metadata.
10194
bcd54f83
LMI
101952011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10196
10197 * subr.el (process-alive-p): New tiny convenience function.
10198
e227544d
SM
101992011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10202 content but also its previous major mode.
10203
e8296fdc
HE
102042011-05-31 Helmut Eller <eller.helmut@gmail.com>
10205
4d61f28d 10206 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10207 *Backtrace* buffer when we exit with C-M-c.
10208
620c53a6
SM
102092011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * minibuffer.el: Add metadata method to completion tables.
10212 (completion-category-overrides): New defcustom.
10213 (completion-metadata, completion--field-metadata)
10214 (completion-metadata-get, completion--styles)
10215 (completion--cycle-threshold): New functions.
10216 (completion-try-completion, completion-all-completions):
10217 Add `metadata' argument to choose completion-styles.
10218 (completion--do-completion): Use metadata to choose cycling.
10219 (completion-all-sorted-completions): Use metadata for sorting.
10220 Remove :completion-cycle-penalty which is not needed any more.
10221 (completion--try-word-completion): Add `metadata' argument.
10222 (minibuffer-completion-help): Check metadata for annotation function
10223 and sorting.
10224 (completion-file-name-table): Return `category' metadata.
10225 (minibuffer-completing-file-name): Make obsolete.
10226 * simple.el (minibuffer-completing-symbol): Make obsolete.
10227 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10228 completion-try-completion.
10229
1257e755
SM
102302011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10233
3767e706
LL
102342011-05-30 Leo Liu <sdl.web@gmail.com>
10235
10236 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10237 (rcirc-print): Decode all incoming messages (bug#8744).
10238 (rcirc-decode-coding-system): Allow value nil for automatic coding
10239 system detection.
3767e706 10240
d1a5d56a
GM
102412011-06-01 Glenn Morris <rgm@gnu.org>
10242
10243 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10244
e8cbec34
CY
102452011-05-29 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * image.el (image-animate-max-time): Allow nil and t values.
10248 Default to nil.
10249 (create-animated-image): Doc fix.
10250 (image-animate-start): Remove second arg; just use
10251 image-animate-max-time.
10252 (image-animate-timeout): Doc fix. Args changed.
10253
10254 * image-mode.el (image-toggle-display-image): Ensure that the
10255 image spec passed to the animate timer is the same object as in
58179cce 10256 the buffer's display property (Bug#6981).
e8cbec34
CY
10257 (image-transform-properties): Doc fix.
10258
10259 * image.el (image-animate-max-time): Default to nil.
10260
159daf87
MR
102612011-05-29 Martin Rudalics <rudalics@gmx.at>
10262
10263 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10264 entire buffer list (Bug#8184).
10265
d66c4c7c
CY
102662011-05-29 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * image.el (imagemagick-types-inhibit)
10269 (imagemagick-register-types): Doc fix.
10270
80aec780
DD
102712011-05-29 Deniz Dogan <deniz@dogan.se>
10272
10273 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10274 default.
10275
1dd3c2d9
CY
102762011-05-29 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * select.el: Don't perform clipboard-manager saving in hooks;
10279 leave the hooks empty.
10280
60e56523
LL
102812011-05-28 Leo Liu <sdl.web@gmail.com>
10282
10283 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10284 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10285 (occur-edit-mode): New major mode (Bug#8463).
10286 (occur-after-change-function): New function.
10287 (occur-engine): Give Occur tags a read-only property.
10288
2b1e1a22
KR
102892011-05-28 Kevin Ryde <user42@zip.com.au>
10290
10291 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10292
5d344e88
CY
102932011-05-28 Chong Yidong <cyd@stupidchicken.com>
10294
8e6ca83d
CY
10295 * bindings.el (help-echo): Make the initial non-indicator dash
10296 empty on graphical terminals (Bug#7295).
10297
5d344e88
CY
10298 * files.el (auto-mode-alist): Move config rule after the
10299 in-stripping one (Bug#8547).
10300
bfbbace7
CY
10301 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10302
fbeba6e2
CY
10303 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10304 setting (Bug#8740).
10305
60ed8c72
AA
103062011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10307
4ac619f0
AA
10308 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10309 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10310 (Bug#8539).
60ed8c72 10311
23db196e
CY
103122011-05-28 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10315
5012f24c
DK
103162011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10317
10318 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10319 (hs-hide-block-at-point, hs-find-block-beginning)
10320 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10321 (Bug#8279).
10322
6a639b16
GM
103232011-05-28 Glenn Morris <rgm@gnu.org>
10324
10325 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10326
d43eaf2c
CY
103272011-05-28 Chong Yidong <cyd@stupidchicken.com>
10328
5199bde1
CY
10329 * help-fns.el (describe-function-1): If the function is a derived
10330 major mode, print the parent mode.
10331
d43eaf2c
CY
10332 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10333 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10334
423428a8
SM
103352011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10336
0ff8e1ba 10337 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10338 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10339 * progmodes/etags.el (tags-completion-at-point-function):
10340 * info-look.el (info-lookup-completions-at-point): Mark as
10341 non-exclusive.
10342 (info-complete): Adjust accordingly.
10343
423428a8
SM
10344 * info-look.el: Convert to lexical-binding and completion-at-point.
10345 (info-lookup-completions-at-point): New function.
10346 (info-complete): Use it and completion-in-region.
10347
b74aa22b
DA
103482011-05-28 Drew Adams <drew.adams@oracle.com>
10349
10350 * isearch.el: Let M-e start with point at the first mismatched char.
10351 (isearch-fail-pos): New function.
10352 (isearch-edit-string): Use it.
10353
66e2e71d
DK
103542011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10355
10356 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10357
b1890b0f 103582011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10359
10360 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10361 traversal functions for avl-trees.
10362 (avl-tree--stack): New struct.
10363 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10364 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10365 (avl-tree--do-enter): Add optional `updatefun' arg.
10366 Change return value.
eb95d01d 10367 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10368 (avl-tree--do-delete): Add `test' and `nilflag' args.
10369 Change return value.
eb95d01d
TC
10370 (avl-tree-member): Add optional `nilflag'
10371 (avl-tree-member-p): New function.
10372 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10373 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10374 (avl-tree-stack-empty-p): New functions.
10375
3769ddcf
TC
10376 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10377 avl-tree--del-balance1 and make it work both ways.
10378 (avl-tree--del-balance2): Remove.
10379 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10380 make it work both ways.
10381 (avl-tree--enter-balance2): Remove.
10382 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10383 New macros.
10384 (avl-tree--mapc, avl-tree-map): Add direction argument.
10385
eb95d01d 103862011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10387
10388 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10389
a9f737ee
CY
103902011-05-27 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * select.el: Support clipboard managers with built-in function
10393 x-clipboard-manager-save, via delete-frame-functions and
10394 kill-emacs-hook.
10395 (xselect-convert-to-targets): Add MULTIPLE target to list.
10396 (xselect-convert-to-save-targets): New function.
10397
c92a1e54
KH
103982011-05-27 Kenichi Handa <handa@m17n.org>
10399
10400 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10401 let-binding rfc2047-encode-encoded-words to nil.
10402
e145f188
GM
104032011-05-27 Glenn Morris <rgm@gnu.org>
10404
5ec8a862
GM
10405 * mail/emacsbug.el: Don't require url-util.
10406
4b29d9fb
GM
10407 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10408
e145f188
GM
10409 * files.el (set-auto-mode):
10410 Also respect mode: entries at the end of the file. (Bug#8586)
10411
7d15102b
GM
104122011-05-26 Glenn Morris <rgm@gnu.org>
10413
98f593b8
GM
10414 * files.el (hack-local-variables-prop-line, hack-local-variables):
10415 Downcase mode names, as seems to be traditional.
27b48e63 10416 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10417
7d15102b
GM
10418 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10419 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10420
51d5b4ec
JD
104212011-05-25 Julien Danjou <julien@danjou.info>
10422
10423 * textmodes/rst.el (rst-define-level-faces): Do not define face
10424 symbol if it is already defined.
10425
91513f63
VB
104262011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10427
10428 * play/5x5.el (5x5-new-game, 5x5-randomize):
10429 Reset 5x5-solver-output to nil when a new grid is cast.
10430 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10431 these debugging traces, as defmacro breaks the compiled code.
10432
4d90d6d0
DK
104332011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10434
10435 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10436
e1b90ef6
LL
104372011-05-24 Leo Liu <sdl.web@gmail.com>
10438
10439 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10440 (vc-bzr-sha1): Adapt.
10441
d8e4b68b 10442 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10443
10444 * bindings.el: Provide sha1 feature.
10445
db0406bb 104462011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10447
10448 * mail/sendmail.el: Require `rfc2047'.
10449 (mail-insert-from-field): Do not perform RFC2047 encoding.
10450 (mail-encode-header): New function.
10451 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10452 buffer to the return value of select-message-coding-system.
10453 Call mail-encode-header.
b8d747b9
KH
10454
10455 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10456
db0406bb 104572011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10458
4d90d6d0
DK
10459 * mail/supercite.el (sc-default-cite-frame):
10460 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10461
eb8a5e9b
GM
104622011-05-24 Glenn Morris <rgm@gnu.org>
10463
f8630703
GM
10464 * progmodes/python.el (brm-menu): Declare.
10465
8831bbed
GM
10466 * emulation/viper.el (viper-set-hooks): Declare.
10467
eb8a5e9b
GM
10468 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10469 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10470 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10471 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10472 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10473 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10474
a2a25d24
SM
104752011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 Add an :exit-function for completion-at-point.
10478
10479 * minibuffer.el (completion--done): New fun.
10480 (completion--do-completion): Use it. New arg `expect-exact'.
10481 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10482 since completion--do-completion does it for us now.
10483 (minibuffer-force-complete): Use completion--done and
10484 completion--replace. Handle sole-completion case with more care.
10485 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10486 (completion-extra-properties): New var.
10487 (completion-annotate-function): Make obsolete.
10488 (minibuffer-completion-help): Adjust accordingly.
10489 Use completion-list-insert-choice-function.
10490 (completion-at-point, completion-help-at-point):
10491 Bind completion-extra-properties.
10492 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10493 * simple.el (completion-list-insert-choice-function): New var.
10494 (completion-setup-function): Preserve it.
10495 (choose-completion): Pay attention to it, shuffle the code a bit.
10496 (choose-completion-string): New arg `insert-function'.
10497
10498 * textmodes/bibtex.el: Convert to lexical binding.
10499 (bibtex-mode-map): Use completion-at-point.
10500 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10501 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10502 (bibtex-complete): Define as obsolete alias.
10503 (bibtex-complete-internal): Remove.
10504 (bibtex-format-entry): Remove unused sub-group in regexp.
10505 * shell.el (shell--command-completion-data)
10506 (shell-environment-variable-completion):
10507 * pcomplete.el (pcomplete-completions-at-point):
10508 * comint.el (comint--complete-file-name-data): Use :exit-function
10509 instead of completion-table-with-terminator so it also works for
10510 choose-completion.
10511
e44e373d
SM
105122011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10513
4f91a816
SM
10514 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10515
782fc819
SM
10516 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10517 (bug#8710).
10518
e44e373d
SM
10519 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10520
381987c3
KM
105212011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10522
10523 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10524 customization variable and implement: If non-nil, auto-fill will
10525 be inhibited while on topic's header line.
10526
b776bc70
VB
105272011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10528
10529 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10530 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10531 always have a solution in grid size = 5 cases.
10532 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10533 (5x5-solver-output, 5x5-log-buffer): New vars.
10534 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10535 Make these variables buffer local to achieve 5x5 multi-session-ness.
10536 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10537 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10538 (5x5-solve-suggest): New funs.
10539 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10540 randomize a grid so that we ensure that there is always a solution.
10541 (5x5-make-random-grid): Allow other movement than flipping.
10542
7de88b6e
KR
105432011-05-23 Kevin Ryde <user42@zip.com.au>
10544
10545 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10546 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10547 advice and passes PREDICATE.
10548
b1ef1257
SM
105492011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10550
bbca48fe
SM
10551 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10552 byte-compile-lambda if it's actually a lambda.
10553
b1ef1257
SM
10554 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10555 Fix function quoting. Use backquote better.
10556
92a9cc65
YS
105572011-05-22 Yuanle Song <sylecn@gmail.com>
10558
10559 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10560 matching (Bug#8516).
10561
f0fb8059
JA
105622011-01-22 Jari Aalto <jari.aalto@cante.net>
10563
10564 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10565 different face (Bug#8178).
10566
d5b44c93
CY
105672011-05-22 Chong Yidong <cyd@stupidchicken.com>
10568
10569 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10570 defface (Bug#8144).
10571
79106a44
SM
105722011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10573
9c848d8a
SM
10574 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10575 funcall as well (bug#8712). Warn when performing those conversions.
10576 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10577
79106a44
SM
10578 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10579
88dfa756
GM
105802011-05-22 Glenn Morris <rgm@gnu.org>
10581
10582 * files.el (hack-local-variables-prop-line): Small simplifications.
10583 (hack-local-variables, hack-local-variables-prop-line):
10584 If MODE-ONLY, return the mode, rather than just `t'.
10585
b7cf2c79
SM
105862011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10589
3f1a8558
GM
105902011-05-21 Glenn Morris <rgm@gnu.org>
10591
7e4ccca3
GM
10592 * files.el (hack-local-variables-prop-line, hack-local-variables):
10593 If only interested in the mode, don't bother doing the other stuff.
10594
637d46ca
GM
10595 * image-mode.el (image-after-revert-hook):
10596 Redraw all frames on which the image is visible. (Bug#8567)
10597
973d955b
GM
10598 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10599
3f1a8558
GM
10600 * wid-edit.el (widget-checklist-match-inline):
10601 Fix 2011-04-19 change. (Bug#8649)
10602
96479927
SM
106032011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10604
1dcf791f
SM
10605 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10606 Also allow singlespace after single-letter capitals followed by a dot.
10607
96479927
SM
10608 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10609 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10610
35fd0881
N
106112011-05-20 Nix <nix@esperi.org.uk>
10612
10613 * files.el (basic-save-buffer-2):
10614 Fix handling of break-hardlink-on-save with non-existent files.
10615
82745640
DD
106162011-05-19 Deniz Dogan <deniz@dogan.se>
10617
10618 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10619 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10620
4a720484
GM
106212011-05-19 Glenn Morris <rgm@gnu.org>
10622
d1f21341
GM
10623 * progmodes/f90.el (f90-type-def-re):
10624 Handle "type, bind(c)". (Bug#8691)
10625
4a720484
GM
10626 * emacs-lisp/autoload.el (batch-update-autoloads):
10627 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10628
2fb0a219
MA
106292011-05-18 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10632 property for the correct connection in case of multihops.
10633
e565dd37
GM
106342011-05-18 Glenn Morris <rgm@gnu.org>
10635
c2571358 10636 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10637 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10638
e565dd37
GM
10639 Rationalize calendar handling of day and month abbrev-arrays.
10640 * calendar/calendar.el (calendar-customized-p): New function.
10641 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10642 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10643 Add :set function.
10644 (calendar-abbrev-length, calendar-day-abbrev-array)
10645 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10646 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10647 Elements may no longer be nil.
10648 (calendar-day-name, calendar-month-name):
10649 Update for changed nature of abbrev arrays.
10650 * calendar/diary-lib.el (diary-name-pattern):
10651 Update for changed nature of abbrev arrays.
10652 (diary-mark-entries-1): Update calendar-make-alist calls.
10653 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10654 * calendar/cal-html.el (cal-html-day-abbrev-array):
10655 Simply inherit from calendar-day-abbrev-array.
10656
1d99a745
SM
106572011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * progmodes/grep.el (grep-mode): Disable default
10660 compilation-directory-matcher setting (bug#8684).
10661
7c1d9aa0
MA
106622011-05-17 Michael Albinus <michael.albinus@gmx.de>
10663
10664 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10665 instead of "head" and "tail". There were problems with SunOS 5.9,
10666 and it performs better.
10667
3952e9d8
GM
106682011-05-17 Glenn Morris <rgm@gnu.org>
10669
2dd12e7f
GM
10670 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10671
e4157b9c
GM
10672 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10673 Replace obsolete function.
10674
8e249bbd
GM
10675 * shell.el (pcomplete-parse-arguments-function): Declare.
10676
3952e9d8
GM
10677 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10678 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10679 (appt-check): Doc fixes.
10680 (appt-disp-window-function, appt-delete-window-function):
10681 Remove needless special case in custom :type.
10682 (appt-display-count): Default to 0, not nil.
10683 (appt-check): Reset appt-display-count to 0, not nil.
10684
c71a0d48 106852011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10686
c71a0d48
GM
10687 * progmodes/python.el (python-font-lock-keywords):
10688 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10689
31d55be9
SM
106902011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10693
3bfacb2f
KR
106942011-05-16 Kevin Ryde <user42@zip.com.au>
10695
10696 * info-look.el (makefile-automake-mode): New setups, looking in
10697 automake manual, then makefile-mode.
10698 (makefile-mode): Remove automake manual, have it just in
10699 makefile-automake-mode since there's various things different or
10700 not relevant to plain make.
10701 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10702 believe a hypothetical automake-mode would go to makefile-mode,
10703 not the other way around.
10704
c8e83751
CY
107052011-05-15 Chong Yidong <cyd@stupidchicken.com>
10706
5e9e35cd
CY
10707 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10708 hunk-end tags (Bug#8672).
10709
c8e83751
CY
10710 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10711 vc-annotate-show-diff-revision-at-line (Bug#8671).
10712
50b23e5a
GM
107132011-05-14 Glenn Morris <rgm@gnu.org>
10714
7210a739
GM
10715 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10716 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10717 (change-log-font-lock-keywords): Also handle multiple author lines
10718 with leading tabs. (Bug#8644)
7210a739 10719
4691905a
GM
10720 * calendar/appt.el (appt-check): Rename some local variables.
10721 Some simplification/reordering.
10722
50b23e5a
GM
10723 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10724 (feedmail-sendmail-f-doesnt-sell-me-out)
10725 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10726 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10727 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10728 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10729 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10730 (feedmail-binmail-gnulinuxish-template):
10731 Rename from feedmail-binmail-linuxish-template.
10732 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10733 Use insert-buffer-substring.
10734
215cda7c
BC
107352011-05-14 Bill Carpenter <bill@carpenter.org>
10736
10737 * mail/feedmail.el (feedmail-patch-level): Increase.
10738 (feedmail-debug): New custom group.
10739 (feedmail-confirm-outgoing-timeout)
10740 (feedmail-sendmail-f-doesnt-sell-me-out)
10741 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10742 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10743 (feedmail-sender-line, feedmail-from-line)
10744 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10745 (feedmail-spray-this-address)
215cda7c
BC
10746 (feedmail-spray-address-fiddle-plex-list)
10747 (feedmail-queue-use-send-time-for-date)
10748 (feedmail-queue-use-send-time-for-message-id)
10749 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10750 (feedmail-buffer-eating-function):
10751 Doc fixes.
10752 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10753 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10754 (feedmail-message-action-scroll-down): New functions.
10755 (feedmail-queue-directory, feedmail-queue-draft-directory):
10756 Use expand-file-name.
10757 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10758 Remove C-v help entry.
10759 (feedmail-queue-buffer-file-name): New variable.
10760 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10761 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10762 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10763 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10764 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10765 (feedmail-message-action-toggle-spray)
10766 (feedmail-run-the-queue-no-prompts)
10767 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10768 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10769 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10770 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10771 (feedmail-envelope-deducer, feedmail-fiddle-from)
10772 (feedmail-fiddle-sender, feedmail-default-date-generator)
10773 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10774 (feedmail-fiddle-spray-address)
10775 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10776 (feedmail-fiddle-list-of-fiddle-plexes)
10777 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10778 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10779 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10780 Change default. Doc fix.
10781 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10782 (feedmail-binmail-linuxish-template): New constant.
10783 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10784 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10785 (feedmail-send-it): Add debug call.
10786 Use feedmail-queue-buffer-file-name, and
10787 feedmail-send-it-immediately-wrapper.
10788 (feedmail-message-action-send): Add debug call.
10789 Use feedmail-send-it-immediately-wrapper.
10790 (feedmail-queue-express-to-queue): Add debug call.
10791 Run feedmail-queue-express-hook.
10792 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10793 (feedmail-message-action-help-blat):
10794 Rename from feedmail-queue-send-edit-prompt-help-first.
10795 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10796 Check line-endings. Handle errors better.
10797 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10798 Doc fix. Add debug call.
10799 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10800 Use feedmail-queue-send-edit-prompt-inner.
10801 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10802 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10803 from feedmail-queue-send-edit-prompt.
10804 (feedmail-queue-send-edit-prompt-help)
10805 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10806 (feedmail-tidy-up-slug): Add debug call.
10807 Respect feedmail-queue-slug-suspect-regexp.
10808 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10809 (feedmail-dump-message-to-queue): Add debug call.
10810 Expand queue-directory.
10811 (feedmail-dump-message-to-queue): Change message slightly.
10812 Use feedmail-say-chatter.
10813 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10814 (feedmail-send-it-immediately-wrapper): New function.
10815 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10816 Insert empty string rather than newline. Handle full-frame case.
10817 Use catch/throw. Use feedmail-say-chatter.
10818 (feedmail-fiddle-from): Try mail-host-address.
10819 (feedmail-default-message-id-generator): Doc fix.
10820 Bind system-time-locale. Handle missing end.
10821 (feedmail-fiddle-x-mailer): Add debug call.
10822 Handle feedmail-x-mailer-line being nil.
10823 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10824 Add debug call. Use buffer-substring-no-properties.
10825 (feedmail-say-debug, feedmail-say-chatter): New functions.
10826 (feedmail-find-eoh): Give an explicit error.
10827
42c7e61e
UJ
108282011-05-13 Ulf Jasper <ulf.jasper@web.de>
10829
c2571358 10830 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10831 family from helvetica to sans.
c2571358 10832 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10833 etc/images/newsticker.
10834
c2571358 10835 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10836 family from helvetica to sans.
10837
10838 * net/newst-plainview.el (newsticker-new-item-face)
10839 (newsticker-old-item-face, newsticker-immortal-item-face)
10840 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10841 (newsticker-statistics-face): Change default family from
42c7e61e 10842 helvetica to sans.
c2571358 10843 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10844 etc/images/newsticker.
10845
5d3385a0
JB
10846 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
10847 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
10848 auto-marking.
10849
8497a297
DV
108502011-05-13 Didier Verna <didier@xemacs.org>
10851
10852 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10853 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10854 TODO entries.
8497a297
DV
10855 (lisp-lambda-list-keyword-parameter-indentation)
10856 (lisp-lambda-list-keyword-parameter-alignment)
10857 (lisp-lambda-list-keyword-alignment): New customizable user options.
10858 (lisp-indent-defun-method): Improve docstring.
10859 (extended-loop-p): Fix comment.
10860 (lisp-indent-lambda-list-keywords-regexp): New variable.
10861 (lisp-indent-lambda-list): New function.
10862 (lisp-indent-259): Use it.
10863 (lisp-indent-defmethod): Support for more than one
10864 method qualifier and properly indent methods lambda-lists.
10865 (defgeneric): Provide a missing common-lisp-indent-function property.
10866
f278f87f
SM
108672011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10870 bounds for the empty string (bug#8667).
10871
5233edd7
GM
108722011-05-13 Glenn Morris <rgm@gnu.org>
10873
5237a44f
GM
10874 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10875
8340026c 10876 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10877 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10878
5233edd7 10879 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10880 (appt-time-msg-list): Doc fix.
a5464014 10881 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10882
92d10796
AS
108832011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10884
10885 * progmodes/ld-script.el (ld-script-keywords)
10886 (ld-script-builtins): Update keywords list.
10887
914a0ae1
SM
108882011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10889
c89be45f
SM
10890 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10891
914a0ae1
SM
10892 * shell.el (shell-completion-vars): New function.
10893 (shell-mode):
10894 * simple.el (read-shell-command): Use it.
10895 (blink-matching-open): No need for " [...]" in minibuffer-message.
10896
98dc3df3
GM
108972011-05-12 Glenn Morris <rgm@gnu.org>
10898
10899 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10900 (appt-check): Simplify.
10901
d2fc7e3d 109022011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10903
4d61f28d 10904 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10905 literal "/dev/null".
10906
d2fc7e3d 109072011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10908
10909 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10910 Fix typo.
10911
d2fc7e3d 109122011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10913
3f254caa
SM
10914 * progmodes/which-func.el (which-function):
10915 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10916 which might not be defined (Bug#8260).
10917
d45885f7
GM
109182011-05-12 Glenn Morris <rgm@gnu.org>
10919
10920 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10921 Let byte-compile-initial-macro-environment always take precedence.
10922
488086f4
SM
109232011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * net/rcirc.el: Add support for SSL/TLS connections.
10926 (rcirc-server-alist): New field `encryption'.
10927 (rcirc): Check `encryption' settings.
10928 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10929 Merge make-local-variable into `set'.
10930 (rcirc--connection-open-p): New function.
10931 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10932 the process is not a network process (e.g. running gnutls-cli).
10933 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10934 Make rcirc-(en|de)code-coding-system local here.
10935 (rcirc-mode): Merge make-local-variable into `set'.
10936 (rcirc-parent-buffer): Make permanent buffer-local.
10937 (rcirc-multiline-minor-mode): Don't do it here.
10938 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10939 there's no server buffer.
10940
7d3b9d44
GM
109412011-05-11 Glenn Morris <rgm@gnu.org>
10942
f64049c6
GM
10943 * newcomment.el (comment-kill): Prefix "unused" local.
10944
93c9df73
GM
10945 * term/w32console.el (get-screen-color): Declare.
10946
7d3b9d44
GM
10947 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10948 Handle symbol elements of byte-compile-initial-macro-environment.
10949
9e2dd53f
LL
109502011-05-10 Leo Liu <sdl.web@gmail.com>
10951
488086f4
SM
10952 * bookmark.el (bookmark-bmenu-mode-map):
10953 Bind bookmark-bmenu-search to `/'.
8b340240 10954
9e2dd53f 10955 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10956 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10957 (Footnote-unicode): New function.
10958 (footnote-style-alist): Add unicode style to the list.
10959 (footnote-style): Doc fix.
9e2dd53f 10960
79b70037
GM
109612011-05-10 Jim Meyering <meyering@redhat.com>
10962
10963 Fix doubled-word typos.
10964 * international/quail.el (quail-insert-kbd-layout): and and -> and
10965 * kermit.el: and and -> and
10966 * net/ldap.el (ldap-search-internal): to to -> to
10967 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10968 * progmodes/js.el (js-mode): and and -> and
10969 * textmodes/artist.el (artist-move-to-xy): at at -> at
10970 (artist-draw-region-trim-line-endings): if if -> if
10971 And Safetyc -> Safety.
10972 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10973
b8f82dc1 109742011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10975 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10976
10977 * files.el (hack-one-local-variable-eval-safep):
10978 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10979
4f99f44b
GM
109802011-05-10 Glenn Morris <rgm@gnu.org>
10981
10982 * calendar/diary-lib.el (diary-list-entries-hook)
10983 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10984 (diary-nongregorian-marking-hook, diary-list-entries)
10985 (diary-include-other-diary-files, diary-mark-entries)
10986 (diary-mark-included-diary-files): Doc fixes.
10987
84f29e6b
JB
109882011-05-09 Juanma Barranquero <lekktu@gmail.com>
10989
10990 * misc.el: Require tabulated-list.el during compilation.
10991
9bedd73a
CY
109922011-05-09 Chong Yidong <cyd@stupidchicken.com>
10993
488086f4
SM
10994 * progmodes/compile.el (compilation-start):
10995 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10996 (compilation-filter-hook): Doc fix.
10997
797c735c
DD
109982011-05-09 Deniz Dogan <deniz@dogan.se>
10999
11000 * wdired.el: Remove outdated installation comment. Fix usage
11001 comment.
11002
5f4b1dfe
JB
110032011-05-09 Juanma Barranquero <lekktu@gmail.com>
11004
11005 * misc.el: Implement new command `list-dynamic-libraries'.
11006 (list-dynamic-libraries--loaded-only-p): New variable.
11007 (list-dynamic-libraries--refresh): New function.
11008 (list-dynamic-libraries): New command.
11009
4c44026c
CY
110102011-05-09 Chong Yidong <cyd@stupidchicken.com>
11011
488086f4
SM
11012 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11013 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11014 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11015 higher priority to avoid clobbering by gnu.
11016
027f966d
CY
110172011-05-08 Chong Yidong <cyd@stupidchicken.com>
11018
11019 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11020 if the face has existing theme settings (Bug#8454).
11021
085f5d7d
CY
110222011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11023
488086f4
SM
11024 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11025 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11026
2a86a00c
RS
11027 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11028 special file names `.' and `..' (Bug#8259).
11029
d9c54a06
CY
110302011-05-08 Chong Yidong <cyd@stupidchicken.com>
11031
488086f4
SM
11032 * progmodes/grep.el (grep-mode-font-lock-keywords):
11033 Remove buffer-changing entries.
d9c54a06
CY
11034 (grep-filter): New function.
11035 (grep-mode): Add it to compilation-filter-hook.
11036
11037 * progmodes/compile.el (compilation-filter-hook)
11038 (compilation-filter-start): New defvars.
11039 (compilation-filter): Call compilation-filter-hook prior to
11040 updating the process mark.
11041
c4662635
SM
110422011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11045
b0512a1d
EZ
110462011-05-07 Eli Zaretskii <eliz@gnu.org>
11047
605c9376
EZ
11048 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11049 mailclient-send-it even if window-system is nil. (Bug#8595)
11050
c4662635
SM
11051 * term/w32console.el (terminal-init-w32console):
11052 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11053 background-mode. (Bug#8597)
11054
d1dc2cc2
SM
110552011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11058 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11059 New functions.
11060 (defgeneric, eieio--defmethod): Use them.
11061 (eieio-defgeneric): Remove.
11062 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11063
915d1300
GM
110642011-05-07 Glenn Morris <rgm@gnu.org>
11065
a3961c3e
GM
11066 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11067 Use let rather than let*.
11068 (timeclock-find-discrep): Remove unused local.
11069
314347b9
GM
11070 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11071
915d1300
GM
11072 * calendar/appt.el (appt-time-msg-list): Doc fix.
11073
275b59b0
NF
110742011-05-06 Noah Friedman <friedman@splode.com>
11075
11076 * apropos.el (apropos-print-doc): Only use
11077 emacs-lisp-docstring-fill-column when it is bound to an integer,
11078 per that variable's documentation.
11079
6c19f744
SM
110802011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11083 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11084
60f884b2
GM
110852011-05-06 Glenn Morris <rgm@gnu.org>
11086
5006e634
GM
11087 * calendar/appt.el (appt-message-warning-time): Doc fix.
11088 (appt-warning-time-regexp): New option.
11089 (appt-make-list): Respect appt-message-warning-time.
11090
548d0a63
GM
11091 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11092 New options.
11093 (diary-add-to-list): Strip comments from the displayed string.
11094 (diary-mode): Set comment-start and comment-end.
11095
60f884b2
GM
11096 * vc/diff-mode.el (smerge-refine-subst): Declare.
11097 (diff-refine-hunk): Don't require smerge-mode when compiling.
11098
989681bb
JB
110992011-05-06 Juanma Barranquero <lekktu@gmail.com>
11100
11101 * simple.el (list-processes): Return nil as the docstring says.
11102
a6bc05e1
MA
111032011-05-05 Michael Albinus <michael.albinus@gmx.de>
11104
11105 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11106 to "".
11107 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11108 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11109 determining of binary transfer. (Bug#7383)
11110
23c22e9a
MA
111112011-05-05 Michael Albinus <michael.albinus@gmx.de>
11112
c4662635
SM
11113 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11114 Fix port computation bug. (Bug#8618)
23c22e9a 11115
0bff894f
GM
111162011-05-05 Glenn Morris <rgm@gnu.org>
11117
b8296902
GM
11118 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11119
1f522ce8
GM
11120 * simple.el (shell-dynamic-complete-functions)
11121 (comint-dynamic-complete-functions): Declare.
11122
cf5bee67
GM
11123 * net/network-stream.el (gnutls-negotiate):
11124 * simple.el (tabulated-list-print): Fix declarations.
11125
11126 * progmodes/gud.el (syntax-symbol, syntax-point):
11127 Remove unnecessary and incorrect declarations.
11128
0bff894f
GM
11129 * emacs-lisp/check-declare.el (check-declare-scan):
11130 Handle byte-compile-initial-macro-environment in bytecomp.el
11131
9869b3ae
SM
111322011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 Fix earlier half-done eieio-defmethod change (bug#8338).
11135 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11136 Streamline and change calling convention.
11137 (defmethod): Adjust accordingly and simplify.
11138 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11139 new eieio--defmethod.
11140 (slot-boundp): Minor CSE simplification.
11141
9c1d5ac5
MZ
111422011-05-05 Milan Zamazal <pdm@zamazal.org>
11143
11144 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11145 (glasses-make-readable): Use glasses-separate-capital-groups.
11146
455c834e
JB
111472011-05-05 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11150 (warning-series): Doc fix.
11151 (display-warning): Don't try to create the buffer if we just found it.
11152
9ed7c8cb
CY
111532011-05-04 Chong Yidong <cyd@stupidchicken.com>
11154
11155 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11156 (autoload-find-generated-file): New function.
11157 (generate-file-autoloads): Bind generated-autoload-file to
11158 buffer-file-name.
9869b3ae
SM
11159 (update-file-autoloads, update-directory-autoloads):
11160 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11161 output file (Bug#7989).
11162 (batch-update-autoloads): Doc fix.
11163
0898ca10
JB
111642011-05-04 Juanma Barranquero <lekktu@gmail.com>
11165
11166 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11167
31dfb76c
GM
111682011-05-04 Glenn Morris <rgm@gnu.org>
11169
f330b642
GM
11170 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11171 function, so it follows changes in calendar-date-style.
11172 (diary-fancy-date-matcher): New function.
11173 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11174 (diary-fancy-font-lock-fontify-region-function):
11175 Use diary-fancy-date-pattern as a function.
11176
31dfb76c
GM
11177 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11178 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11179
48e79d6a
TZ
111802011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11181
11182 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11183 instead of positional arguments. Allow :keylist and :crlfiles
11184 arguments.
11185 (open-gnutls-stream): Call it.
11186
11187 * net/network-stream.el (network-stream-open-starttls): Adjust to
11188 call `gnutls-negotiate' with :process and :hostname arguments.
11189
dd5a5ee0
SM
111902011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11191
ef80fc09
SM
11192 * minibuffer.el (completion--message): New function.
11193 (completion--do-completion, minibuffer-complete)
11194 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11195 (completion--do-completion): Don't ignore completion-auto-help when in
11196 icomplete-mode.
11197
dd5a5ee0
SM
11198 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11199 internal encoding (e.g. tibetan zero is not whitespace).
11200 (global-whitespace-mode): Prefer save-current-buffer.
11201 (whitespace-trailing-regexp): Remove useless save-match-data.
11202 (whitespace-empty-at-bob-regexp): Minor simplification.
11203
b7d22a83
CY
112042011-05-03 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11207
5192af46
AM
112082011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11209
11210 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11211 Use `concat' to create string for insertion.
5192af46 11212
5767d190
SM
112132011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11216 Avoid open-line which runs post-self-insert-hook.
11217 (bibtex-fill-entry): Remove unused `end' var.
11218
bf242939
AM
112192011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11220
5767d190
SM
11221 * textmodes/ispell.el (ispell-add-per-file-word-list):
11222 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11223
25666126
LL
112242011-05-03 Leo Liu <sdl.web@gmail.com>
11225
11226 * isearch.el (isearch-yank-pop): New command.
5767d190 11227 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11228 (isearch-forward): Mention it.
11229
52d3c2d0
SM
112302011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11231
1bcace58
SM
11232 * simple.el (minibuffer-complete-shell-command): Remove.
11233 (minibuffer-local-shell-command-map): Use completion-at-point.
11234 (read-shell-command): Setup completion vars here instead.
11235 (read-expression-map): Bind TAB to symbol completion.
11236
52d3c2d0
SM
11237 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11238 error directly rather via storing it into `results'.
11239
35813471
LL
112402011-05-02 Leo Liu <sdl.web@gmail.com>
11241
11242 * vc/diff.el: Fix description.
11243
e793a940
LMI
112442011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11245
11246 * server.el (server-eval-at): New function.
11247
8de66e05
LMI
112482011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11249
11250 * net/network-stream.el (open-network-stream): Take a :nowait
11251 parameter and pass it on to `make-network-process'.
11252 (network-stream-open-plain): Ditto.
11253
dcb79f20
AS
112542011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11255
11256 * faces.el (face-spec-set-match-display): Don't match toolkit
11257 options on terminal frames.
11258
14a7fbd8
SM
112592011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11260
7eabc1be
SM
11261 * progmodes/pascal.el: Use lexical binding.
11262 (pascal-mode-map): Remove author preferences.
11263
14a7fbd8
SM
11264 * pcomplete.el (pcomplete-std-complete): Don't abuse
11265 completion-at-point.
11266
50f84510
JB
112672011-04-28 Juanma Barranquero <lekktu@gmail.com>
11268
6e087a44
JB
11269 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11270 removing code that has been dead since 1991 or so.
11271
50f84510
JB
11272 * startup.el (command-line): When warning about "_emacs", use a
11273 delayed warning to allow the user to filter it out.
11274
0ba690bd
DD
112752011-04-28 Deniz Dogan <deniz@dogan.se>
11276
11277 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11278 user has not joined.
11279
08abfaad
SM
112802011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11283 aren't any completions at point.
11284
638f053a
JB
112852011-04-28 Juanma Barranquero <lekktu@gmail.com>
11286
11287 * subr.el (display-delayed-warnings): New function.
11288 (delayed-warnings-hook): New variable.
11289
8fff8daa
SM
112902011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11291
08abfaad
SM
11292 * minibuffer.el (completion-at-point, completion-help-at-point):
11293 Don't presume that a given completion-at-point-function will always
11294 use the same calling convention.
11295
8fff8daa
SM
11296 * pcomplete.el (pcomplete-completions-at-point):
11297 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11298 pcomplete-seen is non-nil.
11299 (pcomplete-comint-setup): Also recognize the new comint/shell
11300 completion functions.
11301 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11302 pcomplete-seen is non-nil.
11303
841a1577 113042011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11305
841a1577 11306 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11307 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11308 the first character in the entry. This allows for code to add its
211ec907
UJ
11309 own uid to the entry.
11310 (icalendar--convert-float-to-ical): Add export of
11311 `diary-float'-entries save for those with the optional DAY
11312 argument.
11313
2a782793
DC
113142011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11315
11316 * subr.el (shell-quote-argument): Use alternate escaping strategy
11317 when we spot a variable reference in a string.
11318
0438ce91
DC
113192011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11320
11321 * cus-start.el (all): Define customization for debug-on-event.
11322
841a1577 113232011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11324
11325 * subr.el (shell-quote-argument): Escape correctly under Windows.
11326
d090ed6c
SM
113272011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11328
11329 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11330
bfd31217
MA
113312011-04-25 Michael Albinus <michael.albinus@gmx.de>
11332
d090ed6c
SM
11333 * net/tramp.el (tramp-process-actions): Add POS argument.
11334 Delete region between POS and (pos).
bfd31217 11335
d090ed6c
SM
11336 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11337 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11338 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11339
11340 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11341 position in `tramp-process-actions' call.
11342
11343 * net/trampver.el: Update release number.
11344
e92f3bd3
SM
113452011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11346
850256b5
SM
11347 * custom.el (defcustom): Obey lexical-binding.
11348
e92f3bd3
SM
11349 Fix octave-inf completion problems reported by Alexander Klimov.
11350 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11351 Inherit from octave-mode-syntax-table.
11352 (inferior-octave-mode): Set info-lookup-mode.
11353 (inferior-octave-completion-at-point): New function.
11354 (inferior-octave-complete): Use it and completion-in-region.
11355 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11356 comint-filename-completion.
11357 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11358 symbol elements which shouldn't be word elements.
11359 (octave-font-lock-keywords, octave-beginning-of-defun)
11360 (octave-function-header-regexp): Adjust regexps accordingly.
11361 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11362
cd22b309
JB
113632011-04-25 Juanma Barranquero <lekktu@gmail.com>
11364
11365 * net/gnutls.el (gnutls-errorp): Declare before first use.
11366
8b492194
TZ
113672011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11368
11369 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11370 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11371 default trustfile exists before going to use it. Add missing
5a5fa834 11372 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11373 Reported by Claudio Bley <claudio.bley@gmail.com>.
11374 (open-gnutls-stream): Add usage example.
11375
11376 * net/network-stream.el (network-stream-open-starttls): Give host
11377 parameter to `gnutls-negotiate'.
11378 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11379 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11380
841a1577 113812011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11382
cd22b309
JB
11383 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11384 Use correct match group (bug#8438).
05842630 11385
3ba7869c
CY
113862011-04-24 Chong Yidong <cyd@stupidchicken.com>
11387
512e3ae1
CY
11388 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11389 (package-menu--generate): New arg specifying packages to show.
11390 (package-menu-refresh, package-menu-execute, list-packages):
11391 Callers changed.
11392 (package-show-package-list): New function, replacing deleted
11393 package--list-packages (renamed because it is non-internal).
11394
11395 * finder.el (finder-list-matches): Use package-show-package-list
11396 instead of deleted package--list-packages.
11397
e92f3bd3
SM
11398 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11399 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11400 (vc-annotate-mode-map): Bind it to RET.
11401
7031be6d
UR
114022011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11403
11404 * progmodes/etags.el (next-file): Don't use set-buffer to change
11405 buffers (Bug#8478).
11406
4ef177aa
CY
114072011-04-24 Chong Yidong <cyd@stupidchicken.com>
11408
c8d173eb
CY
11409 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11410
4ef177aa
CY
11411 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11412 (apropos-accumulator): Doc fix.
11413 (apropos-function, apropos-macro, apropos-command)
11414 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11415 (apropos-plist): Add face property.
11416 (apropos-symbols-internal): Fix indentation.
11417 (apropos-print): Simplify help, and recognize apropos-multi-type.
11418 (apropos-print-doc): Use button-type-get to extract the button's
11419 face property. Fill docstring (Bug#8352).
11420
4ffd0d6b 114212011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11422
11423 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11424
c6c32125 11425 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11426 (mpuz-mode-map): Use mapc.
c6c32125
JB
11427 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11428 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11429 Fix typos in docstrings.
11430
58d468b4
JB
11431 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11432 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11433
6470c3c6
JB
11434 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11435
4ffd0d6b 114362011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11437
11438 * minibuffer.el (completion--do-completion): Avoid the "Next char
11439 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11440
3ad8bad0
CY
11441 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11442 mouse-2 into unread-command-events, it is interpreted correctly.
11443
71d73c9c 11444 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11445 (image-toggle-display): Doc fix.
71d73c9c 11446
841a1577 114472011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11448
4ffd0d6b
GM
11449 * textmodes/page.el (what-page): Use line-number-at-pos to
11450 calculate line number (Bug#6825).
6e1dbaa9 11451
c2fb1b60
JB
114522011-04-22 Juanma Barranquero <lekktu@gmail.com>
11453
11454 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11455 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11456 Pass argument NO-DEFAULT to `find-tag-interactive'.
11457
e02f48d7
JB
114582011-04-22 Juanma Barranquero <lekktu@gmail.com>
11459
11460 Lexical-binding cleanup.
11461
11462 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11463 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11464 * progmodes/ada-prj.el (ada-prj-initialize-values)
11465 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11466 (ada-prj-show-value):
11467 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11468 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11469 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11470 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11471 * progmodes/bug-reference.el (bug-reference-push-button):
11472 * progmodes/fortran.el (fortran-line-length):
11473 * progmodes/glasses.el (glasses-change):
11474 * progmodes/octave-mod.el (octave-fill-paragraph):
11475 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11476 (python-pdbtrack-grub-for-buffer, python-sentinel):
11477 * progmodes/sql.el (sql-save-connection):
11478 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11479 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11480 Mark unused parameters.
11481
11482 * progmodes/compile.el (compilation--flush-directory-cache)
11483 (compilation--flush-parse, compile-internal): Mark unused parameters.
11484 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11485 (compilation-next-error-function): Remove unused variable `timestamp'.
11486
11487 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11488 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11489
11490 * progmodes/dcl-mode.el (dcl-end-of-command):
11491 Remove unused variable `start'.
11492 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11493 (dcl-option-value-basic, dcl-option-value-offset)
11494 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11495 Mark unused parameters.
11496 (dcl-save-local-variable): Remove unused variable `val'.
11497 (mode): Declare.
11498
11499 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11500 Mark unused parameters.
11501 (delphi-ignore-changes): Move before first use.
11502 (delphi-charset-token-at): Remove unused variable `start'.
11503 (delphi-else-start): Remove unused variable `if-count'.
11504 (delphi-comment-block-start, delphi-comment-block-end):
11505 Remove unused variable `kind'.
11506 (delphi-indent-line): Remove unused variable `new-point'.
11507
11508 * progmodes/ebrowse.el (ebrowse-files-list)
11509 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11510 Mark unused parameters. Don't quote `lambda'.
11511 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11512 Don't quote `lambda'.
11513 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11514 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11515 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11516 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11517 Use `ignore-errors'.
11518 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11519 (ebrowse-view/find-file-and-search-pattern)
11520 (ebrowse-view/find-member-declaration/definition):
11521 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11522 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11523 Rename parameter PREFIX-ARG to PREFIX.
11524 (ebrowse-tags-read-name): Remove unused variables `start' and
11525 `member-info'.
11526 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11527 to `tags-file'.
11528
11529 * progmodes/etags.el (local-find-tag-hook): Declare.
11530 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11531 Mark unused parameters.
11532
11533 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11534 (executable-interpret): Mark unused parameter.
11535
11536 * progmodes/flymake.el (flymake-process-sentinel)
11537 (flymake-after-change-function)
11538 (flymake-create-temp-with-folder-structure)
11539 (flymake-get-include-dirs-dot): Mark unused parameters.
11540 (flymake-safe-delete-directory): Remove unused variable `err'.
11541
11542 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11543 (speedbar-timer-fn, speedbar-line-text)
11544 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11545 (speedbar-center-buffer-smartly): Declare functions.
11546 (gdb-find-watch-expression): Remove unused variable `array'.
11547 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11548 (gdb-starting): Mark unused parameters.
11549 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11550 (gdb-table-string): Remove unused variable `res'.
11551 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11552 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11553 (gdb-display-buffer): Remove unused variable `cur-size'.
11554
11555 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11556 allow lexical-binding compilation.
11557 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11558 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11559 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11560 Mark unused parameters.
11561 (gud-gdb-marker-filter): Remove unused variable `match'.
11562 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11563 lambda expressions and funcall them, instead of using `fset'.
11564
11565 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11566 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11567
11568 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11569 variable `header-beg'; use `let'.
11570
11571 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11572 `restart', `last-sexp' and `at-do'.
11573
11574 * progmodes/js.el (js--debug): Mark unused parameter.
11575 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11576 (js--splice-into-items): Remove unused variable `item'.
11577 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11578
11579 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11580 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11581 (makefile-complete): Remove unused variable `try'.
11582 (makefile-fill-paragraph, makefile-match-function-end):
11583 Mark unused parameters.
11584
11585 * progmodes/octave-inf.el (inferior-octave-complete):
11586 Remove unused variable `proc'.
11587 (inferior-octave-output-digest): Mark unused parameter.
11588
11589 * progmodes/perl-mode.el (perl-calculate-indent):
11590 Remove unused variable `err'.
11591
11592 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11593 (prolog-indent-line): Mark unused parameters.
11594 (prolog-indent-line): Remove unused variable `beg'.
11595
11596 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11597 (reporter-dont-compact-list): Declare.
11598
11599 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11600 Remove unused variable `char'.
11601 (sh-debug): Mark unused parameter.
11602 (sh-get-indent-info): Remove unused variable `start'.
11603 (sh-calculate-indent): Remove unused variable `var'.
11604
11605 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11606 (simula-electric-keyword): Remove unused variable `null'.
11607 (simula-search-backward, simula-search-forward): Remove unused
11608 variables `begin' and `end'.
11609
11610 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11611 Remove unused variable `pos'.
11612 (vera-electric-tab, vera-comment-uncomment-region):
11613 Mark unused parameters.
11614 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11615
7ede3b65
CY
116162011-04-22 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * emacs-lisp/package.el (package--builtins, package-alist)
11619 (package-load-descriptor, package-built-in-p, package-activate)
11620 (define-package, package-installed-p)
11621 (package-compute-transaction, package-buffer-info)
11622 (package--push): Doc fix. Distinguish more clearly between
11623 version strings and version lists.
11624
121656e9
JB
116252011-04-21 Juanma Barranquero <lekktu@gmail.com>
11626
11627 Lexical-binding cleanup.
11628
11629 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11630 (5x5-make-mutate-best):
11631 * play/fortune.el (fortune-in-buffer):
11632 * play/gomoku.el (gomoku-init-display):
11633 * play/solitaire.el (solitaire, solitaire-do-check):
11634 * play/tetris.el (tetris-default-update-speed-function):
11635 Mark unused parameters.
11636
11637 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11638 (bubbles--shift): Remove unused variable `char-org'.
11639 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11640 (bubbles--show-images): Remove unused variable `char'.
11641
11642 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11643 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11644 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11645 (decipher-analyze-buffer): Use ?\s.
11646 (decipher-make-checkpoint): Remove unused variable `mapping'.
11647
11648 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11649
11650 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11651 Remove unused variable `result'; use `let'.
11652
11653 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11654 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11655 (gametree-children-shown-p, gametree-compute-reduced-score):
11656 Use `ignore-errors'.
11657
11658 * play/handwrite.el (ps-lpr-switches): Declare.
11659 (handwrite): Remove unused variables `pmin' and `lastp'.
11660
11661 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11662
11663 * play/landmark.el (landmark-init-display)
11664 (landmark-update-naught-weights): Mark unused parameters.
11665 (landmark-y): Remove unused variable `noise'. Simplify.
11666 (landmark-human-plays): Remove unused variable `score'.
11667
11668 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11669 (mpuz-try-proposal): Remove unused variable `game'.
11670
11671 * play/zone.el (life-patterns): Declare.
11672
80f499c7
JB
116732011-04-20 Juanma Barranquero <lekktu@gmail.com>
11674
11675 * vc/vc.el (ediff-vc-internal): Declare function.
11676
024ff170
SM
116772011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11678
c0a193ea
SM
11679 * shell.el: Use lexical-binding and std completion UI.
11680 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11681 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11682 comint-preoutput-filter-functions rather than on
11683 comint-output-filter-functions.
11684 (shell-command-completion, shell--command-completion-data)
11685 (shell-filename-completion, shell-environment-variable-completion)
11686 (shell-c-a-p-replace-by-expanded-directory): New functions.
11687 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11688 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11689 (shell-dynamic-complete-environment-variable): Use them.
11690 (shell-dynamic-complete-as-environment-variable)
11691 (shell-dynamic-complete-as-command): Remove.
11692 (shell-match-partial-variable): Match past point.
11693 * comint.el: Clean up use of completion-at-point-functions.
11694 (comint-completion-at-point): New function.
11695 (comint-mode): Use it completion-at-point-functions.
11696 (comint-dynamic-complete): Make it obsolete.
11697 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11698 (comint-c-a-p-replace-by-expanded-history): New function.
11699 (comint-dynamic-complete-functions)
11700 (comint-replace-by-expanded-history): Use it.
11701 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11702 termination strings. Try harder to avoid second try-completion.
11703 (completion-in-region-mode-map): Disable bindings that don't work yet.
11704
2dbaa080
SM
11705 * comint.el: Use lexical-binding. Require CL.
11706 (comint-dynamic-complete-functions): Use comint-filename-completion.
11707 (comint-completion-addsuffix): Tweak custom type.
11708 (comint-filename-completion, comint--common-suffix)
11709 (comint--common-quoted-suffix, comint--table-subvert)
11710 (comint--complete-file-name-data): New functions.
11711 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11712 (comint-dynamic-list-filename-completions): Use them.
11713 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11714
2dbaa080
SM
11715 * minibuffer.el (completion-in-region-mode):
11716 Keep completion-in-region-mode--predicate global.
11717 (completion-in-region--postch):
11718 Assume completion-in-region-mode--predicate is not null.
11719
c79a6f38
SM
11720 * progmodes/flymake.el (flymake-start-syntax-check-process):
11721 Obey `dir'. Simplify.
11722
024ff170
SM
11723 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11724 we're in VC after all.
11725
1c6c854e
CS
117262011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11727
11728 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11729 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11730 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11731
bed7f140
SM
117322011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11733
332e62ab
SM
11734 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11735 add sanity check.
11736
bed7f140
SM
11737 * obsolete/erc-hecomplete.el: Make obsolete.
11738 * obsolete/: Standardize obsolescence info in the header.
11739
f195c582
GM
117402011-04-20 Glenn Morris <rgm@gnu.org>
11741
11742 * calendar/solar.el (solar-horizontal-coordinates):
11743 Use the longitude argument rather than `calendar-longitude'.
11744 (solar-date-next-longitude): Remove unused locals.
11745
cb79b8c0
VJL
117462011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11747
11748 * whitespace.el: New version 13.2.1.
11749
117502011-04-20 felix <EmacsWiki> (tiny change)
11751
d8e4b68b 11752 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11753 switching between major modes on a file.
11754
602ea69d
SM
117552011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11758 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11759 multi-line comments as well.
11760
06b60517
JB
117612011-04-19 Juanma Barranquero <lekktu@gmail.com>
11762
11763 Lexical-binding cleanup.
11764
11765 * arc-mode.el (archive-mode-revert):
11766 * cmuscheme.el (scheme-interactively-start-process):
11767 * custom.el (custom-initialize-delay):
11768 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11769 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11770 * emacs-lock.el (emacs-lock-clear-sentinel):
11771 * ezimage.el (defezimage):
11772 * follow.el (follow-avoid-tail-recenter):
11773 * fringe.el (set-fringe-mode-1):
11774 * generic-x.el (bat-generic-mode-compile):
11775 * help-mode.el (help-info-variable, help-do-xref)
11776 (help-mode-revert-buffer):
11777 * help.el (view-emacs-todo):
11778 * iswitchb.el (iswitchb-completion-help):
11779 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11780 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11781 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11782 * locate.el (locate-update):
11783 * longlines.el (longlines-encode-region)
11784 (longlines-after-change-function):
11785 * outline.el (outline-isearch-open-invisible):
11786 * ps-def.el (declare-function, charset-dimension, char-width)
11787 (encode-char):
11788 * ps-mule.el (ps-mule-plot-string):
11789 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11790 (recentf-edit-list-select, recentf-edit-list-validate)
11791 (recentf-open-files-action):
11792 * rect.el (delete-whitespace-rectangle-line)
11793 (rectangle-number-line-callback):
11794 * register.el (window-configuration-to-register)
11795 (frame-configuration-to-register):
11796 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11797 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11798 (xselect-convert-to-targets, xselect-convert-to-delete)
11799 (xselect-convert-to-filename, xselect-convert-to-charpos)
11800 (xselect-convert-to-lineno, xselect-convert-to-colno)
11801 (xselect-convert-to-os, xselect-convert-to-host)
11802 (xselect-convert-to-user, xselect-convert-to-class)
11803 (xselect-convert-to-name, xselect-convert-to-integer)
11804 (xselect-convert-to-atom, xselect-convert-to-identity):
11805 * subr.el (declare, ignore, process-kill-without-query)
11806 (text-clone-maintain):
11807 * terminal.el (te-get-char, te-tic-sentinel):
11808 * tool-bar.el (tool-bar-make-keymap):
11809 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11810 * type-break.el (type-break-mode, type-break-noninteractive-query):
11811 * view.el (View-back-to-mark):
11812 * wid-browse.el (widget-browse-action, widget-browse-widget)
11813 (widget-browse-widgets, widget-browse-sexp):
11814 * widget.el (define-widget-keywords):
11815 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11816 Mark unused parameters.
11817
11818 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11819 (align-areas): Remove unused variable `look'.
11820 (align-region): Remove unused variables `real-end' and `pos-list'.
11821
11822 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11823
11824 * bindings.el (mode-line-modified, mode-line-remote):
11825 Mark unused parameters.
11826 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11827
11828 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11829 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11830
11831 * comint.el (comint-history-isearch-pop-state)
11832 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11833 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11834 (comint-substitute-in-file-name): Doc fix.
11835
11836 * completion.el (cmpl-statistics-block): Mark unused parameter.
11837 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11838 (save-completions-to-file, load-completions-from-file):
11839 Remove unused local variable `e'.
11840
11841 * composite.el (compose-chars): Remove unused variable `len'.
11842 (lgstring-insert-glyph): Remove unused variable `g'.
11843 (compose-glyph-string): Remove unused variables `ascent',
11844 `descent', `lbearing' and `rbearing'.
11845 (compose-glyph-string-relative): Remove unused variables
11846 `lbearing', `rbearing' and `wadjust'.
11847 (compose-gstring-for-graphic): Remove unused variables `header',
11848 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11849 (compose-gstring-for-terminal): Remove unused variables `header'
11850 and `nchars'. Use `let', not `let*'.
11851
11852 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11853 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11854 (Custom-buffer-done, custom-buffer-create-internal)
11855 (custom-browse-visibility-action, custom-browse-group-tag-action)
11856 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11857 (widget-magic-mouse-down-action, custom-toggle-parent)
11858 (custom-add-parent-links, custom-toggle-hide-variable)
11859 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11860 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11861 (custom-face-menu-create, custom-variable-menu-create, get)
11862 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11863 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11864 (customize-apropos): Remove unused variable `tests'.
11865 (custom-group-value-create): Remove unused variable `hidden-p'.
11866 (sort-fold-case): Declare.
11867
11868 * cus-theme.el (custom-reset-standard-faces-list)
11869 (custom-reset-standard-variables-list): Declare.
11870 (customize-create-theme, custom-theme-revert, custom-theme-write)
11871 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11872 Mark unused parameters.
11873
11874 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11875
11876 * delim-col.el (delimit-columns-max): Move defvar before first use.
11877
11878 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11879 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11880
11881 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11882 (auto-insert): Declare.
11883 (desktop-restore-file-buffer): Rename desktop-* parameters;
11884 mark unused ones.
11885 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11886 (desktop-buffer): Rename desktop-* parameters.
11887
11888 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11889 (dframe-reposition-frame-xemacs, dframe-help-echo)
11890 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11891 Mark unused parameters.
11892
11893 * dired-aux.el (backup-extract-version-start, overwrite-query)
11894 (overwrite-backup-query, rename-regexp-query)
11895 (rename-non-directory-query): Declare.
11896 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11897 (dired-add-entry): Remove unused variable `orig-file-name'.
11898 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11899 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11900 `dired-copy-preserve-time' directly.
11901 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11902 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11903
11904 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11905 (dired-virtual-revert, dired-make-relative-symlink):
11906 Mark unused parameters.
11907 (manual-program): Declare.
11908 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11909 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11910 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11911
11912 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11913
11914 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11915
11916 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11917 Declare.
11918
11919 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11920
11921 * electric.el (Electric-command-loop): Rename parameter
11922 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11923
11924 * expand.el (expand-in-literal): Remove unused variable `here'.
11925
11926 * facemenu.el (facemenu-add-new-color):
11927 Remove unused variable `docstring'.
11928
11929 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11930 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11931 (face-attr-construct): Mark unused parameter. Doc fix.
11932 (read-color): Remove unused variable `hex-string'.
11933
11934 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11935 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11936 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11937 (display-buffer-other-frame): Remove unused variable `old-window'.
11938 (kill-buffer-hook): Declare.
11939 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11940 Mark unused parameters.
11941 (after-find-file): Pass 1 to `auto-save-mode', not t.
11942
11943 * files-x.el (auto-insert): Declare.
11944 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11945
11946 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11947 variable `buf'. Mark unused parameter.
06b60517
JB
11948 (find-lisp-insert-directory): Mark unused parameter.
11949
11950 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11951 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11952 (format-common-tail): Remove, unused.
11953 (format-deannotate-region): Remove unused variable `loc'.
11954 (format-annotate-region): Remove unused variable `p'.
11955 (format-annotate-single-property-change): Remove unused variables
11956 `default' and `tail'.
11957
11958 * forms.el (read-file-filter): Declare.
11959 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11960
11961 * frame.el (frame-creation-function-alist): Mark unused parameter.
11962 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11963
11964 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11965 Remove unused parameters.
11966 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11967 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11968
11969 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11970 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11971 (hfy-prepare-tag-map): Mark unused parameters.
11972 (htmlfontify-buffer): Use `called-interactively-p'.
11973
11974 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11975 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11976 (ibuffer-do-occur): Mark unused parameters.
11977 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11978 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11979
11980 * ibuffer.el: Don't quote `lambda'.
11981 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11982 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11983 Mark unused parameters.
11984
11985 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11986 (ido-completing-read): Mark unused parameters.
11987 (ido-copy-current-word): Mark unused parameters;
11988 remove unused variable `name'.
11989 (ido-sort-merged-list): Remove unused parameter `dirs'.
11990
11991 * ielm.el (ielm-input-sender): Mark unused parameter.
11992 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11993 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11994 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11995 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11996 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11997
11998 * image-dired.el (image-dired-display-thumbs): Remove unused
11999 variables `curr-file' and `count'.
12000 (image-dired-remove-tag): Remove unused variable `start'.
12001 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12002 variable `curr-file'
12003 (image-dired-rotate-original): Remove unused variable `temp-file'.
12004 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12005 Remove unused variable `file'.
12006 (image-dired-gallery-generate): Remove unused variable `curr'.
12007 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12008
12009 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12010
12011 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12012
12013 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12014
12015 * isearch.el (minibuffer-history-symbol): Declare.
12016 (isearch-edit-string): Remove unused variable `err'.
12017 (isearch-message-prefix, isearch-message-suffix):
12018 Mark unused parameters.
12019
12020 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12021
12022 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12023
12024 * makesum.el (double-column): Remove unused variable `cnt'.
12025
12026 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12027 (ido-ignore-item-temp-list): Declare.
12028
12029 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12030 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12031 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12032 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12033 `mouse-col-delta'.
12034
12035 * mouse-sel.el (mouse-extend-internal):
12036 Remove unused variable `orig-window-frame'.
12037
12038 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12039 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12040 Move declarations before first use.
12041 (pcomplete-opt): Mark unused parameters; doc fix.
12042
12043 * proced.el (proced-revert): Mark unused parameter.
12044 (proced-send-signal): Remove unused variable `err'.
12045
12046 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12047 Rename parameter PREFIX-ARG to ARG.
12048 (ps-basic-plot-string, ps-basic-plot-whitespace):
12049 Mark unused parameters.
12050
12051 * replace.el (replace-count): Define.
12052 (occur-revert-function): Mark unused parameters.
12053 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12054 (isearch-case-fold-search, isearch-string): Declare.
12055 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12056 bind `case-fold-search'. Remove unused variables `beg' and `end',
12057 and simplify.
12058 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12059 COUNT and bind `replace-count'.
12060 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12061 to COUNT.
12062
12063 * savehist.el (print-readably, print-string-length): Declare.
12064
12065 * shadowfile.el (shadow-expand-cluster-in-file-name):
12066 Remove unused variable `cluster'.
12067 (shadow-copy-file): Remove unused variable `i'.
12068 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12069 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12070 (shadow-define-literal-group, shadow-define-regexp-group)
12071 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12072
12073 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12074 (shell): Use `called-interactively-p'.
12075 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12076
12077 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12078 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12079 (delete-backward-char): Remove unused variable `ocol'.
12080 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12081 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12082 (event-apply-hyper-modifier, event-apply-shift-modifier)
12083 (event-apply-control-modifier, event-apply-meta-modifier):
12084 Mark unused parameters.
12085 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12086 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12087
12088 * speedbar.el (speedbar-ignored-directory-expressions)
12089 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12090 (speedbar-find-file, speedbar-dir-follow)
12091 (speedbar-directory-buttons-follow, speedbar-tag-find)
12092 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12093 (speedbar-buffers-line-directory, speedbar-buffer-click):
12094 Mark unused parameters.
12095 (speedbar-tag-file): Remove unused variable `mode'.
12096 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12097
12098 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12099
12100 * talk.el (talk): Remove unused variable `display'.
12101
12102 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12103 (tar-write-region-annotate): Mark unused parameter.
12104
12105 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12106 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12107 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12108 warning by another.
12109
12110 * time-stamp.el (time-stamp-string-preprocess):
12111 Remove unused variable `require-padding'.
12112
12113 * tree-widget.el (widget-glyph-enable): Declare.
12114 (tree-widget-action): Mark unused parameter.
12115
12116 * w32-fns.el (x-get-selection): Mark unused parameter.
12117 (autoload-make-program, generated-autoload-file): Declare.
12118
12119 * wdired.el (wdired-revert): Mark unused parameters.
12120 (wdired-xcase-word): Remove unused variable `err'.
12121
12122 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12123 (whitespace-help-scroll): Remove unused variable `data-help'.
12124
12125 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12126 (widget-image-insert, widget-after-change, default)
12127 (widget-default-format-handler, widget-default-notify)
12128 (widget-default-prompt-value, widget-info-link-action)
12129 (widget-url-link-action, widget-function-link-action)
12130 (widget-variable-link-action, widget-file-link-action)
12131 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12132 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12133 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12134 (widget-insert-button-action, widget-delete-button-action, visibility)
12135 (widget-documentation-link-action, widget-documentation-string-action)
12136 (widget-const-prompt-value, widget-regexp-match, symbol)
12137 (widget-coding-system-prompt-value)
12138 (widget-key-sequence-value-to-external, sexp)
12139 (widget-sexp-value-to-internal, character, vector, cons)
12140 (widget-choice-prompt-value, widget-boolean-prompt-value)
12141 (widget-color--choose-action): Mark unused parameters.
12142 (widget-item-match-inline, widget-choice-match-inline)
12143 (widget-checklist-match, widget-checklist-match-inline)
12144 (widget-group-match): Rename parameter VALUES to VALS.
12145 (widget-field-value-set): Remove unused variable `size'.
12146 (widget-color-action): Remove unused variables `value' and `start'.
12147
12148 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12149 variable `dir'. Doc fix.
06b60517
JB
12150 (windmove-find-other-window): Don't pass it.
12151
12152 * window.el (count-windows): Mark unused parameter.
12153 (bw-adjust-window): Remove unused variable `err'.
12154
12155 * woman.el (woman-file-name): Remove unused variable `default'.
12156 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12157 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12158 (global-font-lock-mode): Declare.
12159 (woman-decode-region): Mark unused parameter.
12160 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12161
12162 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12163 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12164 (x-dnd-handle-moz-url): Remove unused variable `title'.
12165 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12166
12167 * xml.el (xml-parse-tag, xml-parse-attlist):
12168 Remove unused variable `pos'.
12169
bc4f7f3d
GM
121702011-04-19 Glenn Morris <rgm@gnu.org>
12171
12172 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12173 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12174 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12175 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12176 * calendar/cal-html.el (cal-html-insert-minical):
12177 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12178 (calendar-mark-date-pattern):
12179 Prefix "unused" locals.
12180
12181 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12182 optional argument `style'.
12183
12184 * calendar/appt.el (appt-make-list):
12185 * calendar/cal-china.el (calendar-chinese-date-string):
12186 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12187 (diary-hebrew-yahrzeit):
12188 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12189 * calendar/calendar.el (calendar-generate-window):
12190 * calendar/time-date.el (time-to-days):
12191 Remove unused local variables.
12192
16a43933
CY
121932011-04-18 Chong Yidong <cyd@stupidchicken.com>
12194
12195 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12196 glyphless-char-display table.
12197 (tabulated-list-glyphless-char-display): New var.
12198
7eed1860
SS
121992011-04-18 Sam Steingold <sds@gnu.org>
12200
12201 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12202 to acknowledgments.
12203
4d2d1ccd
GM
122042011-04-17 Glenn Morris <rgm@gnu.org>
12205
12206 * calendar/diary-lib.el (diary-sexp-entry):
12207 * calendar/holidays.el (holiday-sexp):
12208 Set debug-on-error rather than the removed stack-trace-on-error.
12209
239da61d
GM
122102011-04-16 Glenn Morris <rgm@gnu.org>
12211
12212 * progmodes/f90.el: Use lexical-binding.
12213 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12214
8b05752a
SM
122152011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12216
daca8ba5
SM
12217 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12218 (mail-mode): Setup mailalias completion here instead.
12219 * mail/mailalias.el: Use lexical-binding.
12220 (pattern, mailalias-done): Declare dynamic.
12221 (mail-completion-at-point-function): New function, from mail-complete.
12222 (mail-complete): Use it.
12223 (mail-completion-expand): New function.
12224 (mail-get-names): Use it.
12225 (mail-directory, mail-directory-process, mail-directory-stream):
12226 Don't use `pattern' for lexically bound arg.
12227
6f542485
SM
12228 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12229
037e7c3f
SM
12230 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12231 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12232 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12233
8b05752a
SM
12234 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12235 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12236 (byte-interactive-p): Define them again, for use when inlining
12237 old code.
12238
49093f60
JB
122392011-04-15 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * loadup.el: Use `string-to-number', not `string-to-int'.
12242
b5b8e7de
SM
122432011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12246 gud-gdb-complete-command.
12247 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12248 (gud-gdb-completion-at-point): New function.
12249 (gud-gdb-completions): Remove.
12250
f42efeb5
MA
122512011-04-14 Michael Albinus <michael.albinus@gmx.de>
12252
49093f60
JB
12253 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12254 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12255 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12256 whether `executable-find' is bound.
f42efeb5
MA
12257
12258 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12259
e240cc21
SM
122602011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * minibuffer.el (completion-in-region-mode-predicate)
12263 (completion-in-region-mode--predicate): New vars.
12264 (completion-in-region, completion-in-region--postch)
12265 (completion-in-region-mode): Use them.
12266 (completion--capf-wrapper): Also return the hook function.
12267 (completion-at-point, completion-help-at-point):
12268 Adjust and provide a predicate.
c2bd2ab0
SM
12269
12270 Preserve arg names for advice of subr and lexical functions (bug#8457).
12271 * help-fns.el (help-function-arglist): Consolidate the subr and
12272 new-byte-code cases. Add argument `preserve-names' to extract names
12273 from the docstring when needed.
12274 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12275 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12276 (ad-arglist): Use help-function-arglist's new arg.
12277 (ad-definition-type): Use cond.
12278
c183f693
JB
122792011-04-13 Juanma Barranquero <lekktu@gmail.com>
12280
06641a47
JB
12281 * autorevert.el (auto-revert-handler):
12282 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12283 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12284 Don't quote lambda.
12285
c183f693
JB
12286 * image-mode.el (image-transform-set-scale):
12287 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12288
1e3b6001
G
122892011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12290
12291 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12292 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12293 Upgrades via gnutls-cli are too slow to be done opportunistically.
12294
2d6af8dd
JB
122952011-04-12 Juanma Barranquero <lekktu@gmail.com>
12296
12297 * dframe.el (dframe-current-frame): Remove spurious quote.
12298
c0749a51
GM
122992011-04-12 Glenn Morris <rgm@gnu.org>
12300
088d0d61
GM
12301 * calendar/cal-tex.el (cal-tex-end-document):
12302 Try to automatically use latin1 input if needed.
12303
c0749a51
GM
12304 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12305 Don't try to cons a mark onto an empty element.
12306
5c90fde0
LL
123072011-04-11 Leo Liu <sdl.web@gmail.com>
12308
12309 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12310 buffers.
12311 (ido-kill-buffer-at-head): Support killing virtual buffers.
12312
369e974d
CY
123132011-04-10 Chong Yidong <cyd@stupidchicken.com>
12314
12315 * minibuffer.el (completion-show-inline-help): New var.
12316 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12317 (minibuffer-force-complete, minibuffer-complete-word):
12318 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12319
12320 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12321 to avoid interference from inline help (Bug#5849).
12322
37f1c930
LL
123232011-04-10 Leo Liu <sdl.web@gmail.com>
12324
099c39a4
JB
12325 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12326 Fix typo.
37f1c930 12327
a32d4040
CY
123282011-04-09 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * image-mode.el (image-toggle-display-image): Signal an error if
12331 not in Image mode.
12332 (image-transform-mode, image-transform-resize)
12333 (image-transform-set-rotation): Doc fix.
daca8ba5 12334 (image-transform-set-resize): Delete.
a32d4040
CY
12335 (image-transform-set-scale, image-transform-fit-to-height)
12336 (image-transform-fit-to-width): Handle image-toggle-display-image
12337 and image-transform-resize directly.
12338
099c39a4 123392011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12340
12341 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12342 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12343 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12344 (doc-view-mode-map): Add bindings for the new functions.
12345
099c39a4 123462011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12347
4d61f28d 12348 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12349 Fix typo in docstring.
12350
3726838a
EZ
123512011-04-08 Eli Zaretskii <eliz@gnu.org>
12352
04f33f1e
EZ
12353 * files.el (file-size-human-readable): Produce one digit after
12354 decimal, like "ls -lh" does.
12355
12356 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12357 the file size representation.
12358
3726838a
EZ
12359 * simple.el (list-processes): If async subprocesses are not
12360 available, error out with a clear error message.
12361
cbb59342
CY
123622011-04-08 Chong Yidong <cyd@stupidchicken.com>
12363
12364 * help.el (help-form-show): New function, to be called from C.
12365 Put help-form output in a buffer named differently than *Help*.
12366
e3971c44
EZ
123672011-04-08 Eli Zaretskii <eliz@gnu.org>
12368
12369 * files.el (file-size-human-readable): New function.
12370
12371 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12372 computing the representation inline. Don't require `cl'.
12373
12544bbe
GM
123742011-04-08 Glenn Morris <rgm@gnu.org>
12375
a1de6c6a
GM
12376 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12377
3c4671f4
GM
12378 * net/browse-url.el (browse-url-firefox):
12379 Test system-type, not system-configuration.
12380
b605679c
GM
12381 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12382 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12383 Use log-edit-empty-buffer-p. (Bug#7598)
12384
56442f0c
GM
12385 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12386 (rlogin-mode-map): Initialize in the defvar.
12387 (rlogin): Use ignore-errors.
12388
12544bbe
GM
12389 * replace.el (occur-mode-map): Some fixes for menu items.
12390
eb237b0f
AH
123912011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12392
12393 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12394
7d668f2c
CY
123952011-04-06 Chong Yidong <cyd@stupidchicken.com>
12396
e67a13ab
CY
12397 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12398 issuing unused warnings.
12399
12400 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12401 macro directly.
12402
7d668f2c
CY
12403 * simple.el: Lisp reimplement of list-processes. Based on an
12404 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12405 (process-menu-mode): New major mode.
12406 (list-processes--refresh, list-processes):
12407 (process-menu-visit-buffer): New functions.
12408
12409 * files.el (save-buffers-kill-emacs): Don't assume any return
12410 value of list-processes, which is undocumented anyway.
12411
a83ec3c9
CY
124122011-04-06 Chong Yidong <cyd@stupidchicken.com>
12413
12414 * emacs-lisp/tabulated-list.el: New file.
12415
e91a96fe
CY
12416 * emacs-lisp/package.el: Use Tabulated List mode.
12417 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12418 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12419 table format using Tabulated List mode variables.
12420 (package--push): New macro, replacing package-list-maybe-add.
12421 (package-menu--generate): Use package--push. Renamed from
12422 package--generate-package-list.
12423 (package-menu-refresh, list-packages): Use it.
daca8ba5 12424 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12425 Return insertion data instead of inserting it directly.
099c39a4
JB
12426 (package-menu-describe-package, package-menu-execute):
12427 Use tabulated-list-get-id.
e91a96fe
CY
12428 (package-menu-mark-delete, package-menu-mark-install)
12429 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12430 (package-menu-mark-obsolete-for-deletion):
12431 Use tabulated-list-put-tag.
e91a96fe
CY
12432 (package--list-packages, package-menu-revert)
12433 (package-menu-get-package, package-menu-get-version)
12434 (package-menu-sort-by-column): Functions deleted.
12435 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12436 (package-menu--status-predicate, package-menu--version-predicate)
12437 (package-menu--name-predicate)
12438 (package-menu--description-predicate): Handle arguments in the
12439 Tabulated List format.
12440 (package-list-packages-no-fetch): Call list-packages.
12441
3e214b50
JB
124422011-04-06 Juanma Barranquero <lekktu@gmail.com>
12443
12444 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12445 (after-find-file): Don't bind it.
3e214b50
JB
12446 (revert-buffer-in-progress-p): New variable.
12447 (revert-buffer): Bind it.
12448 Pass nil for `after-find-file-from-revert-buffer'.
12449
12450 * saveplace.el (save-place-find-file-hook): Use new variable
12451 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12452
3f0f1700
GM
124532011-04-06 Glenn Morris <rgm@gnu.org>
12454
c0274801
GM
12455 * Makefile.in (AUTOGEN_VCS): New variable.
12456 (autoloads): Use $AUTOGEN_VCS.
12457
3f0f1700
GM
12458 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12459 * calendar/calendar.el (calendar-mode-map):
12460 Check for toolkit scroll bars. (Bug#8305)
12461
41ea9e48
CY
124622011-04-05 Chong Yidong <cyd@stupidchicken.com>
12463
12464 * minibuffer.el (completion-in-region--postch)
12465 (completion-in-region-mode): Remove unnecessary messages.
12466
6194c800
JB
124672011-04-05 Juanma Barranquero <lekktu@gmail.com>
12468
33256f14
JB
12469 * font-lock.el (font-lock-refresh-defaults):
12470 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12471 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12472
6194c800
JB
12473 * info.el (Info-directory-list, Info-read-node-name-2)
12474 (Info-split-parameter-string): Doc fixes.
12475 (Info-virtual-nodes): Reflow docstring.
12476 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12477 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12478 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12479 Fix typos in docstrings.
12480 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12481 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12482 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12483 (Info-restore-desktop-buffer): Mark unused parameters.
12484 (Info-directory-find-file, Info-directory-find-node)
12485 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12486 (Info-virtual-index-find-node, Info-apropos-find-file)
12487 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12488 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12489 (Info-virtual-index): Remove unused local variable `nodename'.
12490
b87a8200 124912011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12492
b87a8200
DD
12493 * net/rcirc.el: Update my e-mail address.
12494 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12495
3b2ff876
CY
124962011-04-05 Chong Yidong <cyd@stupidchicken.com>
12497
12498 * startup.el (command-line): Save the cursor's theme-face
12499 directly, instead of using face-override-spec.
12500
12501 * custom.el (load-theme): Minor optimization in assigning faces.
12502
8d17e7ca
JB
125032011-04-04 Juanma Barranquero <lekktu@gmail.com>
12504
12505 * help-fns.el (describe-variable): Complete all variables having
12506 documentation, including keywords.
12507 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12508
2fbc1934
JB
125092011-04-04 Juanma Barranquero <lekktu@gmail.com>
12510
12511 Convert to lexical-binding.
12512
12513 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12514 (bs--get-marked-string, bs--get-modified-string)
12515 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12516 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12517 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12518
12519 * ehelp.el (electric-help-execute-extended)
12520 (electric-help-ctrl-x-prefix):
12521 * hexl.el (hexl-revert-buffer-function):
12522 * linum.el (linum-after-change, linum-after-scroll):
12523 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12524
12525 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12526
74f50695
DU
125272011-04-04 Daiki Ueno <ueno@unixuser.org>
12528
12529 * epa-dired.el:
12530 * epa-mail.el:
12531 * epa-hook.el:
12532 * epa-file.el:
12533 * epa.el:
12534 * epg.el: Use lexical binding.
12535
c11325f7
CY
125362011-04-03 Chong Yidong <cyd@stupidchicken.com>
12537
0d9e9a12
CY
12538 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12539
c11325f7 12540 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12541 dictionary case for flyspell-mark-duplications-exceptions.
12542 Use regexp matching for languages.
c11325f7
CY
12543 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12544 default dictionary (Bug#7926).
12545
da91b5f2
CY
125462011-04-02 Chong Yidong <cyd@stupidchicken.com>
12547
099c39a4
JB
12548 * emacs-lisp/package.el (package--with-work-buffer):
12549 Recognize https URLs.
da91b5f2 12550
099c39a4
JB
12551 * net/network-stream.el: Move from gnus/proto-stream.el.
12552 Change prefix to network-stream throughout.
da91b5f2
CY
12553 (open-protocol-stream): Merge into open-network-stream, leaving
12554 open-protocol-stream as an alias. Handle nil BUFFER args.
12555
12556 * subr.el (open-network-stream): Move to net/network-stream.el.
12557
afa8e9f6
GM
125582011-04-02 Glenn Morris <rgm@gnu.org>
12559
1d2e369d
GM
12560 * find-dired.el (find-exec-terminator): New option.
12561 (find-ls-option): Test for -ls support.
12562 (find-ls-subdir-switches): Test for -b in find-ls-option.
12563 (find-dired, find-grep-dired): Doc fixes.
12564 (find-dired): Use find-exec-terminator.
12565
8abb7da8 12566 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12567 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12568 (find-name-arg): Remove purecopy.
8abb7da8 12569
f3ca7378
GM
12570 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12571 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12572 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12573 accordingly. Don't add the null-device if not needed.
12574
afa8e9f6
GM
12575 * files.el (save-some-buffers): Doc fix.
12576
35eae264
EZ
125772011-04-02 Eli Zaretskii <eliz@gnu.org>
12578
12579 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12580
26b51db5
JB
125812011-04-01 Juanma Barranquero <lekktu@gmail.com>
12582
12583 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12584 Use `dolist' rather than `mapcar'.
12585
7200d79c
SM
125862011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12587
03408648 12588 Add lexical binding.
7200d79c 12589
03408648
SM
12590 * subr.el (apply-partially): Use new closures rather than CL.
12591 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12592 (dolist, dotimes): Use slightly different expansion for lexical code.
12593 (functionp): Move to C.
12594 (letrec): New macro.
12595 (with-wrapper-hook): Use it and apply-partially instead of CL.
12596 (eval-after-load): Preserve lexical-binding.
12597 (save-window-excursion, with-output-to-temp-buffer): Turn them
12598 into macros.
7200d79c 12599
03408648
SM
12600 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12601
12602 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12603 than the arglist.
12604 (help-add-fundoc-usage): Don't add `Not documented'.
12605 (help-function-arglist): Handle closures, subroutines, and new
12606 byte-code-functions.
12607 (help-make-usage): Remove leading underscores.
12608 (describe-function-1): Handle closures.
12609 (describe-variable): Use special-variable-p for completion.
12610
12611 * files.el (lexical-binding): Declare safe.
f488fb65 12612
03408648
SM
12613 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12614 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12615 (pcase): Add `let' pattern.
12616 Change memoization so it actually works.
12617 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12618 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12619 <let>: New case.
f488fb65 12620
03408648
SM
12621 * emacs-lisp/macroexp.el: Use lexical binding.
12622 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12623 Don't convert ' to #' without checking that it's indeed quoting
12624 a lambda.
12625
12626 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12627 Use eval-sexp-add-defvars.
03408648
SM
12628 (eval-sexp-add-defvars): New fun.
12629
12630 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12631
12632 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12633 Don't autoload.
12634 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12635 than the internal `byte-compile-lambda'.
12636 (defmethod): Don't hide code under quotes.
12637 (eieio-defmethod): New `code' argument.
12638
12639 * emacs-lisp/eieio-comp.el: Remove.
12640
12641 * emacs-lisp/edebug.el (edebug-eval-defun)
12642 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12643 (edebug-toggle): Avoid `eval'.
12644
12645 * emacs-lisp/disass.el (disassemble-internal): Handle new
12646 `closure' objects.
12647 (disassemble-1): Handle new byte codes.
12648
12649 * emacs-lisp/cl.el (pushnew): Silence warning.
12650
12651 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12652 (cl-byte-compile-throw): Remove.
12653 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12654
12655 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12656 closures.
12657
12658 * emacs-lisp/cconv.el: New file.
12659
12660 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12661 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12662 (byte-compile-initial-macro-environment):
12663 Handle declare-function here.
12664 (byte-compile--lexical-environment): New var.
12665 (byte-stack-ref, byte-stack-set, byte-discardN)
12666 (byte-discardN-preserve-tos): New lap codes.
12667 (byte-interactive-p): Don't use any more.
12668 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12669 New macros.
12670 (byte-compile-lapcode): Use them and handle new lap codes.
12671 (byte-compile-obsolete): Remove.
12672 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12673 (byte-compile-arglist-warn): Check late def of inlinable funs.
12674 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12675 since they should have been expanded by now.
12676 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12677 (byte-compile-from-buffer): Remove unused second arg.
12678 (byte-compile-preprocess): New function.
12679 (byte-compile-toplevel-file-form): New function to distinguish
12680 file-form calls from outside from file-form calls from hunk-handlers.
12681 (byte-compile-file-form): Simplify.
12682 (byte-compile-file-form-defsubst): Remove.
12683 (byte-compile-file-form-defmumble): Simplify now that
12684 byte-compile-lambda always returns a byte-code-function.
12685 (byte-compile): Preprocess.
12686 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12687 Remove, not used any more.
12688 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12689 (byte-compile-make-args-desc): New funs.
12690 (byte-compile-lambda): Handle lexical functions. Always return
12691 a byte-code-function.
12692 (byte-compile-reserved-constants): New var, to make up room for
12693 closed-over variables.
12694 (byte-compile-constants-vector): Obey it.
12695 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12696 (byte-compile-macroexpand-declare-function): New function.
12697 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12698 byte-code-functions.
12699 (byte-compile-form): Check obsolescence here.
12700 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12701 (byte-compile-variable-ref): Remove.
12702 (byte-compile-dynamic-variable-op): New fun.
12703 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12704 (byte-compile-variable-set): New funs.
12705 (byte-compile-discard): Add 2 args.
12706 (byte-compile-stack-ref, byte-compile-stack-set)
12707 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12708 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12709 macroexpand-all instead.
12710 (byte-compile-quote-form): Remove.
12711 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12712 (byte-compile-bind, byte-compile-unbind): New funs.
12713 (byte-compile-let): Handle let* and lexical binding.
12714 (byte-compile-let*): Remove.
12715 (byte-compile-catch, byte-compile-unwind-protect)
12716 (byte-compile-track-mouse, byte-compile-condition-case):
12717 Handle a new :fun-body form, used for lexical scoping.
12718 (byte-compile-save-window-excursion)
12719 (byte-compile-with-output-to-temp-buffer): Remove.
12720 (byte-compile-defun): Simplify.
12721 (byte-compile-stack-adjustment): New fun.
12722 (byte-compile-out): Use it.
12723 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12724
12725 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12726 handler any more.
12727
12728 * emacs-lisp/byte-opt.el: Use lexical binding.
12729 (byte-inline-lapcode): Remove (to bytecomp).
12730 (byte-compile-inline-expand): Pay attention to inlining to/from
12731 lexically bound code.
12732 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12733 any more.
12734 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12735 any more and don't call compiler-macros.
12736 (byte-compile-splice-in-already-compiled-code): Remove.
12737 (byte-code): Don't inline any more.
12738 (disassemble-offset): Receive `bytes' as argument rather than via
12739 dynamic scoping.
12740 (byte-compile-tag-number): Declare before first use.
12741 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12742 `return' even if make-spliceable.
12743 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12744 obsolete interactive-p.
12745 (byte-optimize-lapcode): Optimize new lap-codes.
12746 Don't trip up on new form of `byte-constant' lap code.
12747
12748 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12749
12750 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12751
12752 * custom.el (custom-initialize-default, custom-declare-variable):
12753 Use `defvar'.
12754
12755 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12756 New variables.
12757 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12758 (COMPILE_FIRST): Add macroexp and cconv.
12759 * makefile.w32-in: Mirror changes in Makefile.in.
12760
12761 * vc/cvs-status.el:
12762 * vc/diff-mode.el:
12763 * vc/log-edit.el:
12764 * vc/log-view.el:
12765 * vc/smerge-mode.el:
12766 * textmodes/bibtex-style.el:
12767 * textmodes/css.el:
12768 * startup.el:
12769 * uniquify.el:
da91b5f2
CY
12770 * minibuffer.el:
12771 * newcomment.el:
12772 * reveal.el:
12773 * server.el:
12774 * mpc.el:
12775 * emacs-lisp/smie.el:
12776 * doc-view.el:
12777 * dired.el:
03408648
SM
12778 * abbrev.el: Use lexical binding.
12779
0f0c1f27
EZ
127802011-04-01 Eli Zaretskii <eliz@gnu.org>
12781
12782 * info.el (info-display-manual): New function.
12783
c82b2579
SM
127842011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12787
221ddf68
TH
127882011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12789
12790 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12791 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12792
cba6e77e
GM
127932011-03-31 Glenn Morris <rgm@gnu.org>
12794
e040639f
GM
12795 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12796
cba6e77e
GM
12797 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12798
6d0f1c9e
CS
127992011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12800
12801 * progmodes/python.el (python-default-interpreter)
12802 (python-python-command-args, python-jython-command-args)
12803 (python-which-shell, python-which-args, python-which-bufname)
12804 (python-file-queue, python-comint-output-filter-function)
12805 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12806 variables and functions.
12807
3e2d70fd
SM
128082011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12811 (completion-in-region-mode): New minor mode.
12812 (completion-in-region): Use it.
12813 (completion-in-region--data, completion-in-region-mode-map): New vars.
12814 (completion-in-region--postch): New function.
12815 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12816 New vars.
12817 (completion--capf-wrapper): New function.
12818 (completion-at-point): Use it to track well-behavedness of
12819 hook functions.
12820 (completion-help-at-point): New command.
12821
f3e4086c
JM
128222011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12823
12824 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12825 syntax class to search for whitespace on a single line
12826 (Message-ID: <4D938140.4030905@redhat.com>).
12827
eb7ffc14
LL
128282011-03-30 Leo Liu <sdl.web@gmail.com>
12829
12830 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12831 New commands.
12832 (edit-abbrevs-map): Bind them here.
12833 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12834
d806ab68
KM
128352011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12836
12837 * allout.el (allout-hide-by-annotation, allout-flag-region):
12838 Reduce possibility of overlay leakage by making them volatile.
12839
12840 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12841 hash is not shared between buffers. Mode initialization is
12842 responsible for giving it a useful starting value.
12843 (allout-item-span): Reduce possibility of overlay leakage by
12844 making them volatile.
12845 (allout-widgets-count-buttons-in-region): Add diagnostic function
12846 for tracking down button overlay leaks.
12847
ea622834
LL
128482011-03-29 Leo Liu <sdl.web@gmail.com>
12849
12850 * ido.el (ido-read-internal): Use the default history var
12851 minibuffer-history if no HISTORY is specified.
12852
b62f8267
G
128532011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12854
03408648
SM
12855 * net/imap.el (imap-shell-open, imap-process-connection-type):
12856 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12857 Kerberos, SSL, other subprocesses.
12858
947b6566
LL
128592011-03-28 Leo Liu <sdl.web@gmail.com>
12860
12861 * abbrev.el (abbrev-table-empty-p): New function.
12862 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12863 nonempty ones. (Bug#5937)
12864
5ffb62aa
JD
128652011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12866
12867 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12868
7a097943
LL
128692011-03-27 Leo Liu <sdl.web@gmail.com>
12870
12871 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12872 for foreground and background colors.
12873 (ansi-color-make-color-map): Adapt.
12874
c5b40130
LL
128752011-03-25 Leo Liu <sdl.web@gmail.com>
12876
1f48f7d2
LL
12877 * midnight.el (midnight-time-float): Remove. Note it calculates
12878 the microsecond component incorrectly and seconds-to-time does the
12879 same job.
625897ec 12880 Remove redundant (require 'timer).
1f48f7d2 12881
c5b40130
LL
12882 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12883 (ido-completions): Remove unused arguments. (Bug#8329)
12884
d86d2721
SM
128852011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * minibuffer.el (completion--flush-all-sorted-completions):
12888 Remove itself from hook.
12889 (completion-at-point): Let the functions perform the completion
12890 immediately and return nil or t.
12891 * comint.el (comint-dynamic-complete-functions): Now identical to
12892 completion-at-point-functions.
12893 (comint-dynamic-list-input-ring): Remove unused var `index'.
12894 (comint--match-partial-filename, comint--unquote&expand-filename):
12895 New funs, split from comint-match-partial-filename.
12896 (comint-dynamic-complete): Use completion-at-point.
12897 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12898
e8974c48
DA
128992011-03-24 Drew Adams <drew.adams@oracle.com>
12900
12901 * thingatpt.el: Support `defun'.
12902
def71b5e
LL
129032011-03-23 Leo Liu <sdl.web@gmail.com>
12904
cb5af48e
LL
12905 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12906
def71b5e
LL
12907 * help-mode.el (help-mode-finish): Tweak regexp.
12908
927c53e7
GM
129092011-03-23 Glenn Morris <rgm@gnu.org>
12910
18d05bed
GM
12911 * eshell/esh-opt.el (eshell-eval-using-options):
12912 Do not bind unused local variable `eshell-option-stub'.
12913
927c53e7
GM
12914 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12915
9d0da923
JB
129162011-03-22 Juanma Barranquero <lekktu@gmail.com>
12917
12918 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12919 keymap variable in `with-no-warnings' to avoid a warning when the
12920 keymap has been already `defconst'ed.
12921
4b978a67
LL
129222011-03-22 Leo Liu <sdl.web@gmail.com>
12923
12924 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12925 encode all chars in abbrevs; otherwise use emacs-mule or
12926 utf-8-emacs. (Bug#8308)
12927
5fd62452
JB
129282011-03-22 Juanma Barranquero <lekktu@gmail.com>
12929
0b1596c6
JB
12930 * simple.el (backward-delete-char-untabify):
12931 Avoid warning about using `delete-backward-char'.
12932
5fd62452
JB
12933 * image.el (image-type-file-name-regexps): Make it variable.
12934 `imagemagick-register-types' modifies it, and the user may want
12935 to add new extensions for known image types.
12936 (imagemagick-register-types): Throw error if not using ImageMagick.
12937
0b4e93f1
LL
129382011-03-22 Leo Liu <sdl.web@gmail.com>
12939
12940 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12941 located before rcirc-prompt-end-marker.
12942 (rcirc-complete): Error if point is not after rcirc prompt.
12943 Handle the case when table is nil.
9882e214 12944 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12945
fccee4ab
CY
129462011-03-22 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * custom.el (custom--inhibit-theme-enable): Make it affect only
12949 custom-theme-set-variables and custom-theme-set-faces.
12950 (provide-theme): Ignore custom--inhibit-theme-enable.
12951 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12952 (custom-enabling-themes): Delete variable.
d86d2721
SM
12953 (enable-theme): Accept only loaded themes as arguments.
12954 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12955 (custom-enabled-themes): Forbid themes from setting this.
12956 Eliminate use of custom-enabling-themes.
12957 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12958
af896da6
LL
129592011-03-21 Leo Liu <sdl.web@gmail.com>
12960
12961 * ido.el (ido-read-internal): Add ido-selected to history instead
12962 of user input.
12963
78f64af0
SM
129642011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * subr.el (deferred-action-list, deferred-action-function):
12967 Mark obsolete.
12968
b16ac1ec
LL
129692011-03-21 Leo Liu <sdl.web@gmail.com>
12970
810f7698
LL
12971 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12972 change on 2011-02-13 (bug#8309).
12973
b16ac1ec
LL
12974 * minibuffer.el (read-file-name-function): Change default value.
12975 (read-file-name--defaults): Rename from read-file-name-defaults.
12976 (read-file-name-default): Rename from read-file-name.
12977 (read-file-name): Call read-file-name-function.
12978
4e05e67e
GM
129792011-03-21 Glenn Morris <rgm@gnu.org>
12980
12981 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12982 Doc fixes.
12983
4359915b
CY
129842011-03-21 Chong Yidong <cyd@stupidchicken.com>
12985
12986 * cus-theme.el: Add missing provide statement.
12987 (customize-create-theme): Extract theme value correctly.
12988 (custom-theme-visit-theme): Autoload.
12989 (customize-create-theme): Prompt before inserting default faces.
12990
1fe275ee
JB
129912011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12992
12993 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12994 units and musical notes.
12995
cd394be1 129962011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12997
12998 * ido.el (ido-read-internal): Use completing-read-default.
12999 (ido-completing-read): Fix compatibility with completing-read.
13000
7d476bde
CO
130012011-03-20 Christian Ohler <ohler@gnu.org>
13002
13003 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13004 (ert-delete-all-tests): Use `called-interactively-p' rather than
13005 `interactive-p'.
13006 (ert--make-xrefs-region): Respect END.
13007
fe0fb33e
CY
130082011-03-19 Chong Yidong <cyd@stupidchicken.com>
13009
ff854b0b
CY
13010 * dired-aux.el (dired-create-directory): Signal an error if the
13011 directory already exists (Bug#8246).
13012
fe0fb33e
CY
13013 * facemenu.el (list-colors-display): Call list-faces-display
13014 inside with-help-window.
13015 (list-colors-print): Use display property to align the final
13016 column, instead of checking window-width.
13017
576bce32
EZ
130182011-03-19 Eli Zaretskii <eliz@gnu.org>
13019
4d61f28d 13020 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13021 windows-nt systems.
13022 (emerge-protect-metachars): Quote correctly for ms-dos and
13023 windows-nt systems.
13024
89c41d68 130252011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13026
13027 * info.el (info-initialize): Replace all uses of `:' with
13028 path-separator for compatibility with non-Unix systems.
13029 Cache quoting of path-separator. (Bug#8258)
13030
b14e3e21 130312011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13032
13033 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13034 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13035 (mouse-avoidance-mode): Fix typos in docstrings.
13036
4525ce3e
CY
130372011-03-19 Chong Yidong <cyd@stupidchicken.com>
13038
13039 * startup.el (package-subdirectory-regexp): Move from package.el.
13040 Omit \\` and \\', and let callers add them.
13041
13042 * emacs-lisp/package.el (package-strip-version)
13043 (package-load-all-descriptors): Add \\` and \\' to
13044 package-subdirectory-regexp before using it.
13045 (package-untar-buffer): New arg DIR; ensure that file untars only
13046 into this expected directory. Remove superfluous delete-region.
13047 (package-unpack): Caller changed.
13048 (package-tar-file-info): Use package-subdirectory-regexp.
13049
a904a09a 130502011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13051
a904a09a
SM
13052 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13053 diff-mode-shared-map (bug#8284).
13054 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13055
130562011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13057
13058 * calendar/time-date.el (format-seconds): Use assoc instead of
13059 assoc-string, since assoc-string doesn't exist in XEmacs.
13060
171fc304
JB
130612011-03-17 Juanma Barranquero <lekktu@gmail.com>
13062
13063 * custom.el (custom-known-themes): Reflow docstring.
13064 (custom-theme-load-path): Fix typo in docstring.
13065 (load-theme): Fix typo in error message.
13066 (custom-available-themes, custom-variable-theme-value):
13067 Use `let', not `let*'.
13068
d71990a1
JB
130692011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13070
13071 * calc/README: Mention inclusion of musical notes.
13072
13073 * calc/calc-units.el (calc-lu-quant): Rename from
13074 `calc-logunits-quantity'.
13075 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13076 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13077 (calc-db): Rename from `calc-dblevel'.
13078 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13079 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13080 (calc-np): Rename from `calc-nplevel'.
13081 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13082 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13083 (calc-lu-plus): Rename from `calc-logunits-add'.
13084 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13085 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13086 (calc-lu-minus): Rename from `calc-logunits-sub'.
13087 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13088 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13089 (calc-lu-times): Rename from `calc-logunits-mul'.
13090 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13091 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13092 (calc-lu-divide): Rename from `calc-logunits-div'.
13093 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13094 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13095
13096 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13097 functions being autoloaded.
13098
13099 * calc/calc.el (calc-lu-power-reference): Rename from
13100 `calc-logunits-power-reference'.
13101 (calc-lu-field-reference): Rename from
13102 `calc-logunits-field-reference'.
13103
7a71b18d
GM
13104 * calc/calc-help.el (calc-l-prefix-help):
13105 Mention musical note functions.
d71990a1 13106
40c2934b
SM
131072011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * minibuffer.el (completion-all-sorted-completions):
13110 Use :completion-cycle-penalty text property if present.
13111
b0911414
KM
131122011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13113
13114 * allout.el (allout-yank-processing): Adjust for new rebulleting
13115 regime so bullet being yanked is used without prompting the user
13116 for a choice.
13117
8a05b668
JB
131182011-03-16 Juanma Barranquero <lekktu@gmail.com>
13119
13120 * startup.el (command-line): Warn the user that _emacs is deprecated.
13121
5ba5fb81
JB
131222011-03-16 Juanma Barranquero <lekktu@gmail.com>
13123
13124 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13125 (delphi-verbose, delphi-comment-face, delphi-string-face)
13126 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13127 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13128 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13129 (delphi-new-comment-line, delphi-font-lock-defaults)
13130 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13131 Fix typos in docstrings.
13132
2dab465b
KM
131332011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13134
5ba5fb81 13135 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13136 Invert the roles of character and string values for INSTEAD, so a
13137 string is used for the more common case of a defaulting prompt.
13138
0adf5618
SM
131392011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * progmodes/ruby-mode.el (ruby-backward-sexp):
13142 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13143 * play/gamegrid.el (gamegrid-make-face):
13144 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13145 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13146 * notifications.el (notifications-notify):
13147 * net/xesam.el (xesam-search-engines):
13148 * net/quickurl.el (quickurl-list-insert):
13149 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13150
d72700e5
CY
131512011-03-15 Chong Yidong <cyd@stupidchicken.com>
13152
13153 * startup.el (command-line): Update package subdirectory regexp.
13154
49c5410a
SM
131552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13156
c6eee9aa
SM
13157 * allout.el (allout-abbreviate-flattened-numbering)
13158 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13159
49c5410a
SM
13160 * subr.el (read-char-choice): Only show the cursor after the prompt,
13161 not after the answer.
13162
047b2bb9
KR
131632011-03-15 Kevin Ryde <user42@zip.com.au>
13164
13165 * help-fns.el (variable-at-point): Skip leading quotes, if any
13166 (bug#8253).
13167
0a57d256
SM
131682011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13171 warning message.
13172
77c992bc
MA
131732011-03-14 Michael Albinus <michael.albinus@gmx.de>
13174
13175 * shell.el (shell): When called interactively, offer to change the
13176 shell file name on remote hosts.
13177
eebc475d
TZ
131782011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13179
13180 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13181 integration for LDAP parameters. The host, base, user or binddn,
13182 and secret tokens can be specified in a netrc file, for instance.
13183 This is optional because an `auth-source' parameter must be
13184 specified in the search attributes.
13185
9d05d1ba
JB
131862011-03-13 Juanma Barranquero <lekktu@gmail.com>
13187
13188 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13189
09d9db2c
GM
131902011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13193 into declaration. Remove redundant and harmful binding.
13194
131952011-03-12 Eli Zaretskii <eliz@gnu.org>
13196
13197 * files.el (file-ownership-preserved-p): Pass `integer' as an
13198 explicit 2nd argument to `file-attributes'. If the file's owner
13199 is the Administrators group on Windows, and the current user is
13200 Administrator, consider that a match.
13201
13202 * server.el (server-ensure-safe-dir): Consider server directory
13203 safe on MS-Windows if its owner is the Administrators group while
13204 the current Emacs user is Administrator. Use `=' to compare
13205 numerical UIDs, since they could be integers or floats.
13206
219bd536
JB
132072011-03-12 Juanma Barranquero <lekktu@gmail.com>
13208
13209 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13210
f3afd36b
MA
132112011-03-12 Michael Albinus <michael.albinus@gmx.de>
13212
13213 Sync with Tramp 2.2.1.
13214
13215 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13216
13217 * net/trampver.el: Update release number.
13218
3aaaa6f1
SM
132192011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13220
94642599
SM
13221 * progmodes/compile.el (compilation--previous-directory): Fix up
13222 various nil/dead-marker mismatches (bug#8014).
13223 (compilation-directory-properties, compilation-error-properties):
13224 Don't call it at a position past the one we're about to change.
13225
3aaaa6f1
SM
13226 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13227 Disable obsolescence warnings in the file that declares it.
13228
14239447
KM
132292011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13230
099c39a4
JB
13231 * allout-widgets.el (allout-widgets-tally):
13232 Initialize allout-widgets-tally as a hash table rather than nil to
13233 prevent mode-line redisplay warnings. Also, clarify the module
13234 description and fix a comment typo.
14239447 13235
135e287c
JB
132362011-03-11 Juanma Barranquero <lekktu@gmail.com>
13237
13238 * help-fns.el (describe-variable): Don't complete keywords.
13239 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13240
ffbf300e
CY
132412011-03-10 Chong Yidong <cyd@stupidchicken.com>
13242
ba08b241
CY
13243 * emacs-lisp/package.el (package-version-join): Impose a standard
13244 string representation for pre/alpha/beta version lists.
13245 (package-unpack-single): Standardize the directory name by passing
13246 it through package-version-join.
13247 (package-strip-rcs-id): Accept any version string that does not
13248 signal an error in version-to-list.
ffbf300e 13249
f346fd6b
MA
132502011-03-10 Michael Albinus <michael.albinus@gmx.de>
13251
13252 * simple.el (delete-trailing-whitespace): Return nil for the
13253 benefit of `write-file-functions'.
13254
ccb55d27
GM
132552011-03-10 Glenn Morris <rgm@gnu.org>
13256
5ceaac0c
GM
13257 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13258
02da65ff
GM
13259 * vc/vc-git.el (vc-git-program): New option.
13260 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13261 (vc-git--call): Use it.
13262
b2f603cc
GM
13263 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13264
5772caab
GM
13265 * cus-edit.el (Custom-newline): If no button at point, look
13266 for a subgroup button at start-of-line. (Bug#2298)
13267
ccb55d27
GM
13268 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13269
ec6ecaed
JD
132702011-03-10 Julien Danjou <julien@danjou.info>
13271
13272 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13273 `cursor-type' is nil.
13274
9d5aa01d
JB
132752011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13276
13277 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13278
b6a5875b
KM
132792011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13280
7a71b18d 13281 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13282 preserves the existing header prefix, rebulleting it if necessary,
13283 rather than replacing it. This is necessary for proper operation
13284 of cooperative addons like allout-widgets.
1154d12e
JB
13285 (allout-make-topic-prefix, allout-rebullet-heading):
13286 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13287 value as alternate bullet to be used, instead of prompting the user
13288 for a bullet character.
b6a5875b 13289
ee545c35
MA
132902011-03-09 Michael Albinus <michael.albinus@gmx.de>
13291
d86d2721
SM
13292 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13293 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13294 `tramp-default-port'.
13295
c47971d7
DD
132962011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13297
13298 * net/rcirc.el (rcirc-handler-001): Remove useless
13299 with-rcirc-process-buffer.
13300 (rcirc-check-auth-status): Swap arguments to string-match.
13301
13522cb4
GM
133022011-03-09 Glenn Morris <rgm@gnu.org>
13303
0be6f4f1
GM
13304 * shell.el (shell-mode):
13305 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13306
13522cb4
GM
13307 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13308 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13309
515de2e3
CY
133102011-03-08 Chong Yidong <cyd@stupidchicken.com>
13311
13312 * emacs-lisp/package.el (package-refresh-contents)
13313 (package-menu-execute): Use condition-case-no-debug.
13314
b511b994
MA
133152011-03-08 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * simple.el (shell-command-to-string): Use `process-file'.
13318
13319 * emacs-lisp/package.el (package-tar-file-info): Handle also
13320 remote files.
13321
d86d2721
SM
13322 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13323 Use `equal' for upload base check.
b511b994 13324
25bbfb31
AM
133252011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13326
13327 * textmodes/texinfo.el (texinfo-environments):
13328 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13329
be996521
GM
133302011-03-08 Glenn Morris <rgm@gnu.org>
13331
e9c8529f
GM
13332 * cus-start.el (cursor-in-non-selected-windows):
13333 Fix :set quoting oddness. (Bug#8192)
13334
be996521
GM
13335 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13336 in some setf expressions. (Bug#2159)
13337
2bb5649e
CY
133382011-03-08 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * custom.el (custom-available-themes): Return themes in
13341 alphabetical order.
13342
33383987 13343See ChangeLog.15 for earlier changes.
e3d51b27
MR
13344
13345;; Local Variables:
13346;; coding: utf-8
e3d51b27
MR
13347;; End:
13348
acaf905b 13349 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13350
13351 This file is part of GNU Emacs.
13352
13353 GNU Emacs is free software: you can redistribute it and/or modify
13354 it under the terms of the GNU General Public License as published by
13355 the Free Software Foundation, either version 3 of the License, or
13356 (at your option) any later version.
13357
13358 GNU Emacs is distributed in the hope that it will be useful,
13359 but WITHOUT ANY WARRANTY; without even the implied warranty of
13360 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13361 GNU General Public License for more details.
13362
13363 You should have received a copy of the GNU General Public License
13364 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.