Fix minor Y10k bugs.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0bfcf5c5
PE
12012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix minor Y10k bugs.
4 * arc-mode.el (archive-unixdate):
5 * autoinsert.el (auto-insert-alist):
6 * calc/calc-forms.el (math-this-year):
7 * emacs-lisp/copyright.el (copyright-current-year)
8 (copyright-update-year, copyright):
9 * tar-mode.el (tar-clip-time-string):
10 * time.el (display-time-update):
11 Don't assume years have 4 digits.
12
78f3273a
CY
132012-05-04 Chong Yidong <cyd@gnu.org>
14
15 * dos-w32.el (file-name-buffer-file-type-alist)
16 (direct-print-region-use-command-dot-com):
17 * ffap.el (ffap-menu-regexp):
18 * find-file.el (ff-special-constructs):
19 * follow.el (follow-debug):
20 * forms.el (forms--debug):
21 * iswitchb.el (iswitchb-all-frames):
22 * ido.el (ido-all-frames):
23 * emacs-lisp/timer.el (timer-max-repeats):
24 * mail/feedmail.el (feedmail-mail-send-hook)
25 (feedmail-mail-send-hook-queued):
26 * mail/footnote.el (footnote-signature-separator):
27 * mail/mailabbrev.el (mail-alias-separator-string)
28 (mail-abbrev-mode-regexp):
29 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
30 * progmodes/idlwave.el (idlwave-libinfo-file)
31 (idlwave-default-completion-case-is-down)
32 (idlwave-library-routines): Convert defvars to defcustoms.
33
34 * mail/rmail.el (rmail-decode-mime-charset):
35 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
36 (idlwave-shell-fix-inserted-breaks)
37 (idlwave-shell-activate-alt-keybindings)
38 (idlwave-shell-use-breakpoint-glyph):
39 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
40
f7ae6719
SM
412012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
44
47086495
WS
452012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
46
47 * progmodes/verilog-mode.el (font-lock-keywords):
48 Fix mis-highligting auto. Reported by Craig Barner.
49 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
50 defines from global name space. Reported by Dan Dever.
51 (verilog-auto-reset, verilog-auto-reset-widths)
52 (verilog-auto-tieoff): Support using unbased numbers for
53 AUTORESET and AUTOTIEOFF.
54 (verilog-submit-bug-report): Update variable list.
55 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
56 parenthesis from not matching. Reported by Michael Rytting.
57 (verilog-auto-template-lint): Fix hash error when linting modules
58 with no used templates.
59 (verilog-warn, verilog-warn-error)
60 (verilog-warn-fatal): When non-interactive report multiple
61 warnings before exiting. Suggested by Brad Dobbie.
62 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
63 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
64 to report unused template errors. Reported by Brad Dobbie.
65 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
66 nets, bug438. Reported by Vns Blore.
67 (verilog-auto-inout-module, verilog-auto-reg)
68 (verilog-read-decls, verilog-read-sub-decls-sig)
69 (verilog-signals-edit-wire-reg, verilog-signals-with):
70 Fix passing of Verilog data types in ANSI input/output ports
71 such as "output logic" into the AUTOs. Special case "wire" and
72 "reg" for backwards compatibility presuming Verilog 2001.
73 (verilog-auto-ascii-enum): Add "auto enum" as alias.
74 (verilog-preprocess): Fix replication of preprocess output.
75 Reported by Brad Dobbie.
76 (verilog-auto-inst-interfaced-ports):
77 Create verilog-auto-inst-interfaced-ports, bug429.
78 Reported by Julian Gorfajn.
79 (verilog-after-save-font-hook)
80 (verilog-before-save-font-hook): New variable.
81 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
82 (verilog-save-font-mods): Wrap disabling fontification, reported
83 by David Rogoff.
84 (verilog-do-indent, verilog-pretty-declarations-auto)
85 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
86 Reported by Pierre-David Pfister.
87 (verilog-set-auto-endcomments): Fix endtask auto comments outside
88 of class declarations, bug292. Reported by Kevin Heilman.
89 (verilog-read-decls): Fix 'parameter type' not appearing in
90 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
91 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
92 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
93 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
94 Reported by David Kravitz.
95
962012-05-03 Michael McNamara <mac@mail.brushroad.com>
97
98 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
99 assignment with tests in ifs and for loops.
100 (verilog-extended-complete-re, verilog-complete-reg): Change so
101 that DPI inport functions don't look like fuction declarations.
102 (verilog-pretty-expr): Don't line up assignment
103 operations to the test and increment in if and for loops
104 (verilog-extended-complete-re, verilog-complete-reg): Change so
105 that DPI inport functions don't look like fuction declarations
106
2e51d4b5
KH
1072012-05-03 Kenichi Handa <handa@m17n.org>
108
109 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
110 decoding, and show a warning message without signalling an error
111 (Bug#11282).
112
2bd785a2
SM
1132012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * emacs-lisp/bytecomp.el
116 (byte-compile-file-form-custom-declare-variable): Compile all elements,
117 since cconv.el might have introduced :fun-body, internal-make-closure,
118 and friends for bytecomp to handle (bug#11391).
119 * custom.el (defcustom): Avoid ((λ ..) ..).
120
99d27583
SM
1212012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
124
55a71479
JB
1252012-05-02 Juanma Barranquero <lekktu@gmail.com>
126
127 * notifications.el (dbus-debug):
128 * term/linux.el (gpm-mouse-enable):
129 * term/screen.el (xterm-register-default-colors): Declare.
130
7b97c764
CY
1312012-05-02 Chong Yidong <cyd@gnu.org>
132
2bc356d7
CY
133 * cus-start.el (gc-cons-percentage, exec-suffixes)
134 (dos-display-scancodes, dos-hyper-key, dos-super-key)
135 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
136 (make-cursor-line-fully-visible, void-text-area-pointer)
137 (font-list-limit): Add customization data.
138
7b97c764
CY
139 * allout.el (allout-exposure-change-functions)
140 (allout-structure-added-functions)
141 (allout-structure-deleted-functions)
142 (allout-structure-shifted-functions): Rename abnormal hooks from
143 *-hook, and convert to defcustoms.
5d3385a0
JB
144 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
145 Convert to defcustoms.
7b97c764
CY
146 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
147
148 * allout-widgets.el: Hook callers changed.
149
90207a15 1502012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
151
152 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
153 the yanked message in preference to the default value of
154 buffer-file-coding-system.
155
90207a15 1562012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 157
5d3385a0
JB
158 * window.el (display-buffer--action-function-custom-type):
159 Fix entry.
d9558cad 160
90207a15 1612012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
162
163 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
164
d80ac57b
GM
1652012-05-01 Glenn Morris <rgm@gnu.org>
166
976f7668
GM
167 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
168
beb83b5a
GM
169 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
170
d80ac57b
GM
171 * cus-edit.el (custom-variable-documentation): Simplify with format.
172
b593d6a9
AH
1732012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
174 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * simple.el (suggest-key-bindings, execute-extended-command):
177 Move from keyboard.c.
178
782fbf2a
CY
1792012-05-01 Chong Yidong <cyd@gnu.org>
180
181 * follow.el: Eliminate advice.
182 (set-process-filter, process-filter, sit-for): Advice deleted.
183 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
184 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
185 Vars deleted.
782fbf2a
CY
186 (follow-auto): Use a :set function.
187 (follow-mode): Rewritten. Don't advise process filters.
188 (follow-switch-to-current-buffer-all, follow-scroll-up)
189 (follow-scroll-down): Assume follow-mode is bound.
190 (follow-comint-scroll-to-bottom)
191 (follow-align-compilation-windows): New functions.
192 (follow--window-sorter): New function.
193 (follow-all-followers): Use it to explicitly sort windows by their
194 positions; don't make assumptions about next-window order.
195 (follow-windows-start-end, follow-delete-other-windows-and-split)
196 (follow-calc-win-start): Doc fix.
197 (follow-windows-aligned-p, follow-select-if-visible): Don't call
198 vertical-motion unnecessarily.
199 (follow-adjust-window): New function.
200 (follow-post-command-hook): Use it.
201 (follow-call-set-process-filter, follow-call-process-filter)
202 (follow-intercept-process-output, follow-tidy-process-filter-alist)
203 (follow-stop-intercept-process-output, follow-generic-filter):
204 Functions deleted.
205 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
206 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
207 New functions, replacing advice on scroll-bar-* commands.
87233a14 208 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
209
210 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
211 (comint-postoutput-scroll-to-bottom): Use it.
212 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 213
290af740
GM
2142012-05-01 Glenn Morris <rgm@gnu.org>
215
216 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
217 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
218 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
219 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
220 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
221 Remove no-byte-compile setting.
222
6eac8dc9
SM
2232012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * minibuffer.el (completion-table-with-quoting): Fix compatibility
226 all-completions code to not return a number in the last cdr.
227
9cc7819c
LL
2282012-04-30 Leo Liu <sdl.web@gmail.com>
229
230 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
231 read-only error.
232
c93b886f
CY
2332012-04-29 Chong Yidong <cyd@gnu.org>
234
235 * follow.el (follow-calc-win-end): Rewrite to handle partial
236 screen lines correctly (Bug#8390).
237 (follow-avoid-tail-recenter): Minor cleanup.
238
8b6c19f4
SM
2392012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 Avoid the obsolete `assoc' package.
242 * speedbar.el (speedbar-refresh): Avoid adelete.
243 (speedbar-file-lists): Simplify and avoid aput.
244 * man.el (Man--sections, Man--refpages): New vars, replacing
245 Man-sections-alist and Man-refpages-alist.
246 (Man-build-section-alist, Man-build-references-alist):
247 Use them; avoid aput.
248 (Man--last-section, Man--last-refpage): New vars.
249 (Man-follow-manual-reference): Use them.
250 Use the `default' arg of completing-read.
251 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
252
c5bb7569
CY
2532012-04-27 Chong Yidong <cyd@gnu.org>
254
d1d2e2e8
CY
255 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
256
15cd8efd
CY
257 * startup.el (x-apply-session-resources): New function.
258
259 * term/ns-win.el (ns-initialize-window-system):
260 * term/w32-win.el (w32-initialize-window-system):
261 * term/x-win.el (x-initialize-window-system): Use it to properly
262 set menu-bar-mode and other vars from X resources, even if the
263 initial frame is not a window-system frame (Bug#2299).
264
c5bb7569
CY
265 * subr.el (read-key): Avoid running filter function when setting
266 up temporary tool bar entries (Bug#9922).
267
a8e7d6d7 2682012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
269
270 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
271 (Bug#11344)
272
a8e7d6d7 2732012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
274
275 * select.el (xselect--encode-string): New function, split from
276 xselect-convert-to-string.
277 (xselect-convert-to-string): Use it.
278 (xselect-convert-to-filename, xselect-convert-to-os)
279 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
280 returned strings are properly encoded (Bug#11315).
281
a8e7d6d7 2822012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
283
284 * simple.el (delete-active-region): Move to killing custom group.
285
a8e7d6d7 2862012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
287
288 * progmodes/which-func.el (which-func-current): Quote %
289 characters for mode-line processing.
290
578c1d4b 2912012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
292
293 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
294 reaching eob (Bug#11286).
295
a8e7d6d7 2962012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
297
298 * progmodes/gdb-mi.el (gdb-control-level): New variable.
299 (gdb): Make it buffer-local and init to zero.
300 (gdb-control-commands-regexp): New variable.
301 (gdb-send): Don't wrap in "-interpreter-exec console" if
302 gdb-control-level is positive. Increment gdb-control-level
303 whenever the command matches gdb-control-commands-regexp, and
304 decrement it each time the command is "end". (Bug#11279)
305
a8e7d6d7 3062012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
307
308 * window.el (adjust-window-trailing-edge, enlarge-window)
309 (shrink-window, window-resize):
310 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
311 windows (Bug#11276).
312
b3608390
CY
3132012-04-27 Chong Yidong <cyd@gnu.org>
314
315 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 316 fix "missing prefix" warning. All callers changed.
b3608390 317
797e6e88
SM
3182012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * emacs-lisp/assoc.el: Move to obsolete/.
321
e95a67dc
SM
3222012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
323
657c21e4 324 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
325
326 * term/ns-win.el (ns-define-service):
327 * progmodes/pascal.el (pascal-goto-defun):
328 * progmodes/js.el (js--read-tab):
329 * progmodes/etags.el (tags-lazy-completion-table):
330 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
331 * emacs-lisp/ewoc.el (ewoc--wrap):
332 * emacs-lisp/assoc.el (aput, adelete, amake):
333 * doc-view.el (doc-view-convert-current-doc):
334 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
335
cb3e7ae0
CY
3362012-04-26 Chong Yidong <cyd@gnu.org>
337
dce04f7f
CY
338 * image.el (image-type-from-buffer): Only return supported image
339 type (Bug#9045).
340
cb3e7ae0
CY
341 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
342 value, for symmetry with diff-end-of-hunk.
343 (diff-split-hunk, diff-find-source-location)
344 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
345 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
346 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
347 compute the relevant hunk or file properly (Bug#6005).
348 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
349
0d42eb3e
SM
3502012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * vc/vc-mtn.el:
353 * vc/vc-hg.el:
354 * vc/vc-git.el:
355 * vc/vc-dir.el:
356 * vc/vc-cvs.el:
357 * vc/vc-bzr.el:
358 * vc/vc-arch.el:
359 * vc/vc.el: Replace lexical-let by lexical-binding.
360 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
361 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
362 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
363
f08ae1c9
CY
3642012-04-26 Chong Yidong <cyd@gnu.org>
365
8b71081d
CY
366 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
367 (diff-mode-shared-map): Bind it to / and [remap undo].
368
f08ae1c9
CY
369 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
370 (ediff-window-setup-function): Use it as the default, to set up
371 windows based on whether the current frame is graphical (Bug#2138).
372 (ediff-choose-window-setup-function-automatically): Make obsolete.
373
374 * vc/ediff-init.el: Always define ediff-pixel-width/height.
375
ef24141c
SM
3762012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
377
cc356a5d
SM
378 * ffap.el: Remove old code for obsolete package.
379 (ffap-complete-as-file-p): Remove.
380
b4ff4f1f
SM
381 Use completion-table-with-quoting for comint and pcomplete.
382 * comint.el (comint--unquote&requote-argument)
383 (comint--unquote-argument, comint--requote-argument): New functions.
384 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
385 (comint-quote-filename): Use regexp-opt-charset.
386 (comint--common-suffix, comint--common-quoted-suffix)
387 (comint--table-subvert): Remove.
388 (comint-unquote-function, comint-requote-function): New vars.
389 (comint--complete-file-name-data): Use them with
390 completion-table-with-quoting.
391 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
392 * pcomplete.el (pcomplete-arg-quote-list)
393 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
394 (pcomplete-unquote-argument-function): Default to non-nil.
395 (pcomplete-unquote-argument): Simplify.
396 (pcomplete--common-quoted-suffix): Remove.
397 (pcomplete-requote-argument-function): New var.
398 (pcomplete--common-suffix): New function.
399 (pcomplete-completions-at-point): Use completion-table-with-quoting
400 and completion-table-subvert.
401
79c4eeb4
SM
402 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
403 (minibuffer--double-dollars): Preserve properties.
404 (completion--sifn-requote): New function.
405 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
406
ef24141c
SM
407 * minibuffer.el: Add support for completion of quoted/escaped data.
408 (completion-table-with-quoting, completion-table-subvert): New funs.
409 (completion--twq-try, completion--twq-all): New functions.
410 (completion--nth-completion): New function.
411 (completion-try-completion, completion-all-completions): Use it.
412
784e7d6e
LL
4132012-04-25 Leo Liu <sdl.web@gmail.com>
414
dd2ac746
SM
415 * progmodes/python.el (python-pdbtrack-get-source-buffer):
416 Use compilation-message if available to find real filename.
784e7d6e 417
07875ee7
CY
4182012-04-25 Chong Yidong <cyd@gnu.org>
419
420 * vc/diff-mode.el (diff-setup-whitespace): New function.
421 (diff-mode): Use it.
422
423 * vc/diff.el (diff-sentinel):
424 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
425 Whitespace mode variables based on diff style (Bug#8612).
426
5055880d
LL
4272012-04-25 Leo Liu <sdl.web@gmail.com>
428
daf75653
LL
429 * progmodes/python.el (python-send-region): Add suffix .py to the
430 temp file.
431
5055880d
LL
432 * files.el (auto-mode-alist): Use javascript-mode instead.
433
db9b177b
AH
4342012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
435
ef24141c 436 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
437
438 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 439 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 440 references, see Bug#9.
ef24141c 441 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 442 when receiving a fault reply.
ef24141c 443 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
444
445 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 446 (soap-inspect-simple-type): New function.
db9b177b 447
ef24141c 448 * soap-client.el (soap-simple-type): New struct.
db9b177b 449 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
450 (soap-decode-basic-type, soap-encode-basic-type):
451 support unsignedInt and double basic types.
db9b177b 452 (soap-resolve-references-for-simple-type)
ef24141c
SM
453 (soap-parse-simple-type, soap-encode-simple-type): New function.
454 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
455
456 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
457 (soap-default-soapenc-types): Add integer, byte and anyURI types.
458 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
459 the local name of "soapenc:Array".
460 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
461 decoding integer, byte and anyURI xsd types.
462
1fc6097b
CY
4632012-04-25 Chong Yidong <cyd@gnu.org>
464
465 * cus-edit.el (custom-buffer-create-internal): Update header text.
466
afc6df87
EZ
4672012-04-25 Eli Zaretskii <eliz@gnu.org>
468
469 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
470 settings on 'system-type', not on 'window-system'. On MS-Windows,
471 set interactive-mode on in GDB.
472
dfbd787f
SM
4732012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
476 (ruby-syntax-propertize-regexp): Remove.
477 (ruby-syntax-propertize-function): Split regexp into chunks.
478 Match following code directly.
479
85222d44
DG
4802012-04-24 Dmitry Gutov <dgutov@yandex.ru>
481
51a8ea2a
DG
482 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
483 (ruby-syntax-propertize-regexp): New function.
484 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
485 by a special keyword.
486
85222d44
DG
487 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
488 (ruby-syntax-general-delimiters-goto-beg)
489 (ruby-syntax-propertize-general-delimiters): New functions.
490 (ruby-syntax-propertize-function): Use them to handle GDL.
491 (ruby-font-lock-keywords): Move old handling of GDL...
492 (ruby-font-lock-syntactic-keywords): .. to here.
493 (ruby-calculate-indent): Adjust indentation for GDL.
494
b613912b
MA
4952012-04-24 Michael Albinus <michael.albinus@gmx.de>
496
b5380639
MA
497 * notifications.el (top): Remove unneeded declarations.
498 (notifications-specification-version): Change to "1.2".
e43042fe 499 (notifications-interface, notifications-notify-method)
b613912b
MA
500 (notifications-close-notification-method): Fix docstring.
501 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
502 (notifications-notify): Add :action-items, :resident and
503 :transient hints. Change "image_data" to "image-data" and
504 "image_path" to "image-path".
b613912b
MA
505 (notifications-get-capabilities): New defun.
506
257440aa
LL
5072012-04-24 Leo Liu <sdl.web@gmail.com>
508
509 * progmodes/python.el: Move hideshow setup to the end.
510
b1bac16e
MR
5112012-04-24 Martin Rudalics <rudalics@gmx.at>
512
513 * window.el (handle-select-window): Clear echo area since this is
514 no more done by read_char (Bug#11304).
515
d81bd059
SM
5162012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
519 and `/ M' to filter-derived-mode.
520 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
521 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
522 (ibuffer-mark-by-mode): Use default rather than initial-input.
523 (ibuffer-filter-by-derived-mode): Autoload and require-match.
524
c4cf6d91
IA
5252012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
526
527 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
528 (ibuffer-filter-by-derived-mode): New filter.
529 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
530
7511ded8
CY
5312012-04-23 Andreas Politz <politza@fh-trier.de>
532
533 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
534
775c916b
CY
5352012-04-23 Chong Yidong <cyd@gnu.org>
536
537 * cus-edit.el (customize-apropos, customize-apropos-options):
538 Disable matching of non-option variables (Bug#11176).
539 (customize-option, customize-option-other-window)
540 (customize-changed-options): Doc fix.
541 (customize-apropos-options, customize-apropos-faces)
542 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
543
544 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 545 Fix word list splitting (Bug#11132).
46c71e23
CY
546 (apropos-symbol, apropos-keybinding, apropos-label)
547 (apropos-property, apropos-function-button)
548 (apropos-variable-button, apropos-misc-button): New faces.
549 (apropos-symbol-face, apropos-keybinding-face)
550 (apropos-label-face, apropos-property-face, apropos-match-face):
551 Variables removed (Bug#8396).
552 (apropos-library-button, apropos-format-plist, apropos-print)
553 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 554
2df41f9c
MA
5552012-04-23 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/xesam.el (xesam-mode-map): Use let-bound map in
558 initialization. (Bug#11292)
559
da00640a
AM
5602012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
561
562 Preserve ispell session localwords when switching back to
563 original buffer.
564
565 * ispell.el (ispell-buffer-session-localwords): New buffer-local
566 variable to hold buffer session localwords.
567 (ispell-kill-ispell): add option 'clear to delete session
568 localwords.
569 (ispell-command-loop, ispell-change-dictionary)
570 (ispell-buffer-local-words): Preserve session localwords when
571 needed.
572
573 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
574 Preserve session localwords when needed.
575
f621ccf5
AM
5762012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
577
578 * ispell.el (ispell-insert-word) Remove unneeded function using
579 obsolete `translation-table-for-input'.
ef24141c
SM
580 (ispell-word, ispell-process-line, ispell-complete-word):
581 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 582
c2d1019e
CY
5832012-04-22 Chong Yidong <cyd@gnu.org>
584
585 * cus-edit.el (custom-variable-menu)
586 (custom-variable-reset-saved, custom-face-menu)
587 (custom-face-reset-saved): If there is no saved value, make the
588 "reset-saved" operation bring back the default (Bug#9509).
589 (custom-face-state): Properly detect themed faces.
590
eeddc531
CY
591 * faces.el (face-spec-set): Stop supporting deprecated form of
592 third arg.
593
dcbf5805
MA
5942012-04-22 Michael Albinus <michael.albinus@gmx.de>
595
596 Move functions from C to Lisp. Make non-blocking method calls
597 the default. Implement further D-Bus standard interfaces.
598
ef24141c
SM
599 * net/dbus.el (dbus-message-internal): Declare function.
600 Remove unneeded function declarations.
dcbf5805
MA
601 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
602 (dbus-message-type-method-return, dbus-message-type-error)
603 (dbus-message-type-signal): Declare variables. Remove local
604 definitions.
605 (dbus-interface-dbus, dbus-interface-peer)
606 (dbus-interface-introspectable, dbus-interface-properties)
607 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
608 Adapt docstring.
609 (dbus-interface-objectmanager): New defconst.
610 (dbus-call-method, dbus-call-method-asynchronously)
611 (dbus-send-signal, dbus-method-return-internal)
612 (dbus-method-error-internal, dbus-register-service)
613 (dbus-register-signal, dbus-register-method): New defuns, moved
614 from dbusbind.c
615 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
616 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
617 New defuns.
dcbf5805
MA
618 (dbus-call-method-non-blocking): Make it an obsolete function.
619 (dbus-unregister-object, dbus-unregister-service)
620 (dbus-handle-event, dbus-register-property)
621 (dbus-property-handler): Obey the new structure of
622 `bus-registered-objects'.
623 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
624 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
625 Use `dbus-call-method'.
626
cf20dee0
CY
6272012-04-22 Chong Yidong <cyd@gnu.org>
628
629 * cus-edit.el (custom-commands, custom-reset-menu)
630 (Custom-reset-standard): Tweak labels.
631 (custom-reset-button-menu): Change default to t.
632 (custom-buffer-create-internal): For the custom-reset-button-menu
633 case, put the revert button first.
634 (custom-group-subtitle): New face.
635 (custom-group-value-create): Align docstring to a specific column.
636
637 * wid-edit.el (widget-documentation-link-add): Don't handle
638 indentation in this function.
639 (widget-documentation-string-indent-to): New function.
640 (widget-documentation-string-value-create): Use it.
641
642 * autorevert.el (auto-revert):
643 * epg-config.el (epg):
644 * ibuffer.el (ibuffer):
645 * mpc.el (mpc):
646 * ses.el (ses):
647 * eshell/eshell.el (eshell):
648 * net/ange-ftp.el (ange-ftp):
649 * progmodes/ebnf2ps.el (postscript):
650 * progmodes/flymake.el (flymake):
651 * progmodes/prolog.el (prolog):
652 * progmodes/verilog-mode.el (verilog-mode):
653 * progmodes/which-func.el (which-func):
654 * term/xterm.el (xterm):
655 * textmodes/picture.el (picture):
656 * textmodes/tildify.el (tildify):
657 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
658 customization buffers.
659
583e23bd
AM
6602012-04-22 Alan Mackenzie <acm@muc.de>
661
662 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
663 Adding a ) can hide the resulting (..) from searches. Fix it.
664 Bound the backward search to the position of the existing (.
665
7dd51bf1
JB
6662012-04-21 Juanma Barranquero <lekktu@gmail.com>
667
668 * progmodes/verilog-mode.el (verilog-mode): Check whether
669 which-func-modes is t before adding verilog-mode.
670 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
671
d64a438f
LL
6722012-04-21 Leo Liu <sdl.web@gmail.com>
673
7dd51bf1 674 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 675
081e8d65
MV
6762012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
677
678 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
679 filling of the last column of a table (Bug#5635).
680 (woman-find-next-control-line): New arg, specifying an additional
681 regexp component for the control line.
682 (woman2-roff-buffer): Use it.
683 (woman-break-table): New function.
684 (woman2-TS): Use it.
685
6862012-04-21 Chong Yidong <cyd@gnu.org>
687
688 * woman.el (woman-set-buffer-display-table, woman-decode-region)
689 (woman-horizontal-escapes, woman-negative-vertical-space)
690 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
691 (WoMan-warn-ignored): Use ?\s instead of ?\ .
692
ed571ccb
SM
6932012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * minibuffer.el (completion-file-name-table): Complete user names.
696
39773899
LL
6972012-04-20 Leo Liu <sdl.web@gmail.com>
698
699 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
700 and pcase-let*.
701
de6ff46d
CY
7022012-04-20 Chong Yidong <cyd@gnu.org>
703
704 * server.el (server-execute): Respect initial-buffer-choice if it
705 is a string and there are no files to open (Bug#2825).
706 (server-create-window-system-frame, server-create-tty-frame):
707 Don't switch buffers here.
2d0e8e61
CY
708 (server-process-filter): Only try to open a window system frame if
709 compiled with graphical support (Bug#8314).
de6ff46d 710
54071013
DN
7112012-04-20 Dan Nicolaescu <dann@gnu.org>
712
713 * battery.el (battery-echo-area-format): Display remaining time
714 for sysfs backend too (Bug#11269).
715 (battery-linux-sysfs): Fix conditional for the charge.
716
f30d612a
CY
7172012-04-20 Chong Yidong <cyd@gnu.org>
718
c07a4c0b 719 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
720 (gdb-inferior-io--init-proc): New function.
721 (gdb-init-1): Use it.
722 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
723 responsible for allocating a new pty and hooking it to gdb when
724 the old pty gets an EIO due to process exit.
725 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
726 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
727 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
728
2116e93c
EZ
7292012-04-20 Eli Zaretskii <eliz@gnu.org>
730
731 * window.el (window-min-size, window-sizable, window-min-delta)
732 (window-max-delta, window--resizable, window-resizable)
733 (window-total-size, window-full-height-p, window-full-width-p)
734 (window-in-direction, window--resize-mini-window, window-resize)
735 (window--resize-child-windows-normal)
736 (window--resize-child-windows, window--resize-siblings)
737 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 738 (enlarge-window, shrink-window): Doc fixes.
2116e93c 739
c07a4c0b 7402012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 741
ef24141c
SM
742 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
743 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
744 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
745 pty process (Bug#11273).
746 (gdb-update): New arg to suppress talking to the gdb process.
747 (gdb-done-or-error): Use it.
748 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
749 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
750 sentinel not being called.
751
752 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
753
d02766ab
CY
754 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
755
c07a4c0b 7562012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
757
758 * net/network-stream.el (open-network-stream): Doc fix.
759
c07a4c0b 7602012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
761
762 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
763
c07a4c0b 7642012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
765
766 Ensure searching for keywords is case sensitive.
767
768 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
769 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
770 (c-defun-name, c-mark-function, c-cpp-define-name)
771 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 772 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 773
ef24141c
SM
774 * progmodes/cc-mode.el (c-font-lock-fontify-region):
775 Bind case-fold-search to nil.
f0f6bc35 776
c07a4c0b 7772012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
778
779 * mail/sendmail.el (mail-bury): Call return action with the right
780 Rmail buffer (Bug#11242).
781
9a864fa2
CY
782 * server.el (server-process-filter): Handle corner case where both
783 tty and nowait options are present (Bug#11102).
784
539aa513
EZ
7852012-04-20 Eli Zaretskii <eliz@gnu.org>
786
787 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
788 (top level): Put into the executable the ident-style '$Id:' tag on
789 windows-nt as well.
539aa513 790
cfc7d5da
SM
7912012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
792
793 * electric.el (electric-indent-post-self-insert-function): Check that
794 electric-indent-mode is enabled in current buffer.
795
5b01685c
JB
7962012-04-19 Juanma Barranquero <lekktu@gmail.com>
797
798 * imenu.el (imenu-progress-message): Restore; it is "used" in
799 erc/erc-imenu.el and net/snmp-mode.el.
800
4d6769e1
JB
8012012-04-19 Juanma Barranquero <lekktu@gmail.com>
802
803 * avoid.el (mouse-avoidance-mode): Mark unused arg.
804 (mouse-avoidance-nudge-mouse): Remove unused binding.
805
806 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
807
808 * descr-text.el (describe-char):
809 * progmodes/python.el (python-describe-symbol):
810 Don't call `toggle-read-only', set `buffer-read-only'.
811
812 * imenu.el (imenu-default-goto-function): Mark unused args.
813 (imenu-progress-message): Remove obsolete macro; all callers changed.
814
815 * subr.el (keymap-canonicalize): Remove unused binding.
816 (read-passwd): Mark unused arg.
817
818 * tutorial.el (tutorial--display-changes): Remove unused binding.
819 (tutorial--save-tutorial-to): Remove unused variable.
820
821 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
822 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
823 (package-generate-autoloads, package-menu--generate)
824 (package-menu--find-upgrades): Remove unused bindings.
825
826 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
827 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
828 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
829 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
830 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
831 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
832 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
833 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
834 (cua-delete-char-rectangle): Mark unused args.
835 (cua-align-rectangle): Remove unused binding.
836
837 * mail/rmail.el (compilation--message->loc)
838 (epa--find-coding-system-for-mime-charset): Declare.
839
840 * net/dbus.el (dbus-register-service): Declare.
841 (dbus-name-owner-changed-handler): Remove unused binding.
842
843 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
844 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
845 (nxml-scan-backward-within): Mark unused arg.
846 (nxml-dynamic-markup-word): Remove unused binding.
847
848 * mouse.el (mouse-menu-major-mode-map):
849 * emacs-lisp/authors.el (authors-scan-change-log)
850 (authors-add-to-author-list):
851 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
852 * emacs-lisp/smie.el (smie-auto-fill):
853 * mail/sendmail.el (mail-bury):
854 * mail/unrmail.el (unrmail):
855 * net/tls.el (open-tls-stream):
856 * textmodes/picture.el (picture-mouse-set-point):
857 Remove unused bindings.
858
8c8fc5df
MA
8592012-04-19 Michael Albinus <michael.albinus@gmx.de>
860
861 * net/tramp.el (tramp-action-password): Let-bind
862 `enable-recursive-minibuffers' to t.
863
a77b0ac9
SS
8642012-04-18 Sam Steingold <sds@gnu.org>
865
866 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
867 instead of 'string to accommodate values like [f11].
868 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
869 * progmodes/gdb-mi.el: Likewise.
870
12a106a9
LL
8712012-04-18 Leo Liu <sdl.web@gmail.com>
872
873 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
874 current buffer.
875 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
876 LOCAL is nil.
877
bc6494ef
CY
8782012-04-18 Chong Yidong <cyd@gnu.org>
879
880 * simple.el (line-move): Use forward-line if in batch mode
881 (Bug#11053).
882
c09c46b2
CS
8832012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
884
885 * files.el (after-find-file): Do not try to add a final newline if
886 the buffer is read-only (Bug#11156).
887
5f6530ea
RS
8882012-04-17 Richard Stallman <rms@gnu.org>
889
890 * mail/rmail.el (rmail-start-mail):
891 Pass (rmail-mail-return...) for the return-action.
892 Pass (rmail-yank-current-message...) for the yank-action.
893 (rmail-yank-current-message): New function.
894 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
895 (rmail-reply): Likewise.
896 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
897
898 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 899 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
900 buffer, not newbuf.
901
197b6f3c
JB
9022012-04-17 Juanma Barranquero <lekktu@gmail.com>
903
904 * server.el (server-ensure-safe-dir): Simplify.
905
2311d8e5 9062012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 907
2311d8e5
GM
908 * emacs-lisp/smie.el: Provide smarter auto-filling.
909 (smie-auto-fill): New function.
910 (smie-setup): Use it.
98fb480e 911
2311d8e5
GM
912 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
913
9142012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
915
916 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
917 (comment-indent): Use it.
918
2311d8e5 9192012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
920
921 * ses.el: The overall change is to add cell renaming, that is
922 setting fancy names for cell symbols other than name matching
923 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 924 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 925 (ses-create-cell-variable): New defun.
2311d8e5 926 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
927 (ses-relocate-formula): Relocate formulas only for cells the
928 symbols of which are not renamed, i.e. symbols whose names do not
929 match regexp "\\`[A-Z]+[0-9]+\\'".
930 (ses-relocate-all): Relocate values only for cells the symbols of
931 which are not renamed.
932 (ses-load): Create cells variables as the (ses-cell ...) are read,
933 in order to check row col consistency with cell symbol name only
934 for cells that are not renamed.
935 (ses-replace-name-in-formula): New defun.
936 (ses-rename-cell): New defun.
4bdf2ad2 937
fc72b15c
PO
9382012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
939
940 * progmodes/perl-mode.el (perl-indent-parens-as-block):
941 New option (bug#11118).
942 (perl-calculate-indent): Respect it.
943
12e10e61
GM
9442012-04-17 Glenn Morris <rgm@gnu.org>
945
946 * dired-aux.el (dired-mark-read-string): Doc fix.
947
30009afd
DA
9482012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
949
950 * dired-aux.el (dired-mark-read-string): Offer optional completion.
951 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
952
41f03f4d
GM
9532012-04-17 Glenn Morris <rgm@gnu.org>
954
955 * mouse.el (mouse-drag-track):
956 * speedbar.el (speedbar-frame-mode):
957 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
958
f45f90f3
LL
9592012-04-16 Leo Liu <sdl.web@gmail.com>
960
961 * progmodes/python.el: Trivial cleanup.
962
94ee8db5
GM
9632012-04-16 Glenn Morris <rgm@gnu.org>
964
121b8917
GM
965 * vc/vc.el (vc-string-prefix-p):
966 * vc/pcvs-util.el (cvs-string-prefix-p):
967 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
968 * mpc.el (mpc-string-prefix-p):
969 Make all of these into obsolete aliases for string-prefix-p.
970 Update callers.
971 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
972
1197ecfa
GM
973 * textmodes/two-column.el: Move custom options to the start.
974 (frame-width): Remove compat definition.
975 (2C-associate-buffer, 2C-dissociate):
976 Use with-current-buffer rather than save-excursion.
977 (2C-dissociate): Force a mode-line update.
978 (2C-autoscroll): Use ignore-errors.
979
099e7202
GM
980 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
981 Autoload trivia.
982
bf350d6a
GM
983 * emacs-lisp/cl-extra.el (*random-state*):
984 Remove unnecessary declaration.
985
0e829eab
GM
986 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
987
e3ad7552
GM
988 * play/cookie1.el (cookie-snarf):
989 Give an explicit error if input file cannot be read.
990
68892d27
GM
991 * play/yow.el (yow-file): Use expand-file-name rather than concat.
992
20f0c46d
GM
993 * progmodes/perl-mode.el (c-macro-expand):
994 Remove unnecessary autoload (it is in loaddefs.el).
995
5a0978ce
GM
996 * textmodes/picture.el (picture-desired-column)
997 (picture-update-desired-column): Convert comments to doc-strings.
998 (picture-substitute): Remove function.
999 (picture-mode-map): Initialize in the defvar.
1000
6b955486
GM
1001 * woman.el: Remove eval-after-load for tar-mode.
1002 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1003 (woman-tar-extract-file): Autoload it.
1004
94ee8db5
GM
1005 * frame.el (automatic-hscrolling): Make this alias obsolete.
1006
177eca34
AM
10072012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1008
1009 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1010 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1011 (ispell-dictionary-base-alist): Revert to original XEmacs
1012 friendly version for default. [:alpha:] will be added in
1013 `ispell-set-spellchecker-params' if needed
177eca34 1014
c505aaeb
CY
10152012-04-16 Chong Yidong <cyd@gnu.org>
1016
1017 * image.el (imagemagick--extension-regexp): New variable.
1018 (imagemagick-register-types): Use it.
1019 (imagemagick-types-inhibit): Add :set function. Allow new value
1020 of t to inhibit all types.
1021
1022 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1023 so we can preload it.
1024
1025 * loadup.el (fboundp): Preload regexp-opt, needed by
1026 imagemagick-register-types.
1027
60efac0f
CY
10282012-04-15 Chong Yidong <cyd@gnu.org>
1029
1030 * frame.el (scrolling): Remove nearly unused customization group.
1031
1032 * scroll-all.el (scroll-all-mode): Move to windows group.
1033
5dd1713e
CY
10342012-04-15 Chong Yidong <cyd@gnu.org>
1035
1036 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1037
e6fd457e
CY
10382012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1041 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1042
e153c136
GM
10432012-04-15 Glenn Morris <rgm@gnu.org>
1044
1045 * simple.el (process-file-side-effects): Doc fix.
1046
e6fd457e 10472012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1048
1049 * international/mule-cmds.el (set-language-environment): Doc fix.
1050
3603c3b1
JB
10512012-04-14 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * server.el (server-auth-key, server-generate-key): Doc fixes.
1054 (server-get-auth-key): Doc fix. Use `string-match-p'.
1055 (server-start): Reflow docstring.
1056
e6de100c
LI
10572012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1058
1059 * server.el (server-generate-key): `called-interactively-p'
1060 requires a parameter.
1061
29734c21
MN
10622012-04-14 Michal Nazarewicz <mina86@mina86.com>
1063
1064 * server.el (server-auth-key): New variable.
75f1671a 1065 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1066 (server-start): Use the new variable and functions to allow
1067 setting a permanent server key (bug#9423).
1068
d65c9521
LL
10692012-04-14 Leo Liu <sdl.web@gmail.com>
1070
1071 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1072
5ae255c7
PE
10732012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1074
1075 Spelling fixes.
1076 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1077 Emacs uses American spelling.
1078
d5e6342e
JB
10792012-04-14 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1082 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1083 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1084 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1085
ab036cd7
SM
10862012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * progmodes/which-func.el (which-func-modes): Change default.
1089
35dc09a1 10902012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1091
1092 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1093 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1094
35dc09a1 10952012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1096
1097 * custom.el (custom-theme-set-variables): Doc fix.
1098
35dc09a1 10992012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1100
1101 * international/mule.el (set-auto-coding-for-load): Doc fix.
1102
35dc09a1 11032012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1104
35dc09a1
GM
1105 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1106 imenu work again for Objective C Mode. Correct the *-index values,
1107 these having been disturbed by a previous change in 2011-08.
57f845ee 1108
0de3da9f
AM
1109 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1110 Correct two search limits.
1111
35dc09a1 11122012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1113
1114 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1115
35dc09a1 11162012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1117
1118 * international/characters.el: Fix sorting.
1119
35dc09a1 11202012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1121
1122 * international/characters.el: Add more missing Latin case pairs.
1123
35dc09a1 11242012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1125
1126 * files.el (dir-locals-set-class-variables): Doc fix.
1127
35dc09a1 11282012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1129
3f1b5bf8
EZ
1130 * international/characters.el: Add set-case-syntax-pair call for
1131 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1132 counterpart. (Bug#11209)
1133
9f847f41
EZ
1134 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1135
35dc09a1 11362012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1137
1138 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1139
35dc09a1 11402012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1141
35dc09a1
GM
1142 * textmodes/ispell.el (ispell-dictionary-base-alist):
1143 Add data for Hebrew.
e2627d21 1144
35dc09a1 11452012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1146
35dc09a1
GM
1147 * net/rcirc.el (rcirc-cmd-quit):
1148 Revert 2012-03-18 change (Bug#11192).
5c14e333 1149
35dc09a1 11502012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1151
1152 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1153
35dc09a1 11542012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1155
4517fe3a
SM
1156 * minibuffer.el (completion-in-region-mode-map):
1157 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1158
b472a594
VD
11592012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1160
1161 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1162
09b95ce3
MY
11632012-04-13 Masatake YAMATO <yamato@redhat.com>
1164
1165 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1166 to allow `C-M-f' and `C-M-b' to move to the nearest path
1167 separator (bug#9511).
1168
4b63a9ca
LI
11692012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1170
1171 * avoid.el: Require cl when compiling. And also move the
1172 `provide' to the end.
1173
7b55b8bf
TV
11742012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1175
1176 * avoid.el (mouse-avoidance-banish-position): New variable.
1177 (mouse-avoidance-banish-destination): Use it (bug#10165).
1178
adedaa1f
LL
11792012-04-13 Leo Liu <sdl.web@gmail.com>
1180
1181 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1182
70e74021
KB
11832012-04-13 Ken Brown <kbrown@cornell.edu>
1184
1185 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1186 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1187 (browse-url-filename-alist): For the same reason, don't modify
1188 file:// URLs on Cygwin.
1189
e75e89ba
SM
11902012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1193 the region on shift if the binding is already shifted (bug#11221).
1194
82f289a4
GM
11952012-04-12 Glenn Morris <rgm@gnu.org>
1196
1197 * mail/mailpost.el: Move to obsolete/.
1198
d333dc4c
DA
11992012-04-12 Drew Adams <drew.adams@oracle.com>
1200
1201 * imenu.el (imenu--generic-function): Ignore invisible definitions
1202 (bug#10123).
1203
0d15b5ba
VD
12042012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1205
1206 * hexl.el (hexl-bits): New variable.
1207 (hexl-options): Mention the variable in the doc string.
75f1671a 1208 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1209 (hexl-mode): Mention the new variable.
75f1671a
JB
1210 (hexl-mode, hexl-current-address, hexl-current-address):
1211 Use the displen.
0d15b5ba
VD
1212 (hexl-ascii-start-column): New function.
1213 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1214 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1215
64a440db
AM
12162012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1217
1218 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1219 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1220 the encoding, as expected by hunspell.
1221
6decb6c2
SM
12222012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * battery.el (battery--linux-sysfs-regexp): New const.
1225 (battery-status-function): Use it. Remove yeeloong special case.
1226 (battery-yeeloong-sysfs): Remove.
1227 (battery-echo-area-format): Remove yeeloong special case.
1228
088be6fb
SM
12292012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1230
6622e416
SM
1231 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1232 Reported by Noah Friedman.
1233
088be6fb
SM
1234 * subr.el (read-passwd): Use read-string.
1235
b49f886e
LMI
12362012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1237
1238 * vcursor.el (vcursor-move): Increase the priority of the overlay
1239 (bug#9663).
1240
a63067fc
DD
12412012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1242
1243 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1244 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1245
ac3cf14a
WS
12462012-04-11 William Stevenson <yhvh2000@gmail.com>
1247
1248 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1249 define-minor-mode (bug#10760).
1250
c4fc691b 12512012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1252
4d6769e1 1253 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1254 that directories matching `grep-find-ignored-files' won't be
1255 pruned (bug#10351).
1256
af23e2e5
CY
12572012-04-11 Chong Yidong <cyd@gnu.org>
1258
1259 * startup.el (command-line): Remove support for long-obsolete
1260 variable font-lock-face-attributes.
1261
ab7ce8c1
GM
12622012-04-11 Glenn Morris <rgm@gnu.org>
1263
1264 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1265
de8c03dc
SM
12662012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * window.el (window--state-get-1): Obey window-point-insertion-type.
1269
050cc68b
LB
12702012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1271
1272 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1273 to previous function when point is on the first character of a
75f1671a 1274 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1275
a38c310c
GM
12762012-04-11 Glenn Morris <rgm@gnu.org>
1277
effed0c2
GM
1278 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1279 not just file-errors.
1280
a38c310c
GM
1281 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1282 (vc-bzr-sha1): Use internal sha1.
1283
0221e323
SM
12842012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1287
43956923
SG
12882012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1289
1290 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1291 that start in the middle of the line (bug#10496).
1292
6a8c9eaf
DN
12932012-04-10 Dan Nicolaescu <dann@gnu.org>
1294
1295 * battery.el (battery-linux-proc-acpi): Only one battery is
1296 discharged at a time, but that seems to confuse battery.el when
1297 computing `rate-type' for the battery not being discharged
1298 (bug#10332).
1299
1930bf5d
SM
13002012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1301
2a718f6f
SM
1302 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1303
599430d0
SM
1304 * international/quail.el: Use dolist and simplify.
1305 (quail-define-package, quail-update-keyboard-layout)
1306 (quail-define-rules): Use dolist.
1307 (quail-insert-kbd-layout, quail-get-translation): CSE.
1308
a2754b6c
SM
1309 * tmm.el: Use dolist, remove left over hook.
1310 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1311 Use dolist.
1312 (calendar-load-hook): Don't mess with it.
1313
1930bf5d
SM
1314 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1315 Use derived-mode-p. Run the diff asynchronously.
1316
9f67961c
LMI
13172012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1318
1319 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1320
2a8ce227
JB
13212012-04-10 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1324 (list-dynamic-libraries--loaded): New function.
1325 (list-dynamic-libraries--refresh): Use it.
1326
8f33b5f8
NW
13272012-04-10 Nathan Weizenbaum <nweiz@google.com>
1328
1930bf5d
SM
1329 * progmodes/python.el (python-fill-paragraph):
1330 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1331 disabled (bug#7018).
1332
b12f0439
L
13332012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1334
1930bf5d 1335 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1336 DOS/MS Windows for the Baltic languages. There are still plenty
1337 of texts written in this encoding/codepage (bug#6519).
b12f0439 1338
57c3bd01
GM
13392012-04-10 Glenn Morris <rgm@gnu.org>
1340
1341 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1342 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1343
6c3eab30
FA
13442012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1345
1930bf5d 1346 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1347 next-line "n" and previous-line "p" in order to make recentf more
1348 consistent with ibuffer, dired or org-mode (bug#9387).
1349
24d78a88
LMI
13502012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1351
bc72b5d9
LMI
1352 * image.el (put-image): Return the overlay created instead of the
1353 optional input string (bug#7834). Note that this may break code
1354 that is (for some reason or other) depending on `put-image'
1355 returning the string.
1356
bd2dba5a
LMI
1357 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1358
74beb59f
LMI
1359 * simple.el (zap-to-char): Allow zapping using input methods
1360 (bug#1580).
1361
24d78a88
LMI
1362 * textmodes/fill.el (fill-region): Leave point and mark where they
1363 were before filling (bug#5399).
1364
263f20cd
GM
13652012-04-09 Glenn Morris <rgm@gnu.org>
1366
1367 * version.el (emacs-bzr-get-version):
1368 Handle lightweight checkouts of local branches.
1369
58d1f797
AS
13702012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1371
263f20cd 1372 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1373
b4d3bc10
CY
13742012-04-09 Chong Yidong <cyd@gnu.org>
1375
1376 * custom.el (custom-variable-p): Return nil for non-symbol
1377 arguments instead of signaling an error.
1378 (user-variable-p): Obsolete alias for custom-variable-p.
1379
1380 * apropos.el (apropos-variable):
1381 * files-x.el (read-file-local-variable):
1382 * simple.el (set-variable):
1383 * woman.el (woman-mini-help):
1384 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1385
fd06db5d
GM
13862012-04-09 Glenn Morris <rgm@gnu.org>
1387
e5fcdb5e
GM
1388 * startup.el (normal-top-level): Don't look for leim-list.el
1389 in places where it will not be found. (Bug#910)
1390
fd06db5d
GM
1391 * international/mule-cmds.el (set-default-coding-systems):
1392 * files.el (normal-mode):
1393 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1394 This function was removed with ucs-tables.el in 2008.
1395
b39bb7e1
EZ
13962012-04-08 Eli Zaretskii <eliz@gnu.org>
1397
1398 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1399 ispell-encoding8-command to "-i", without a trailing space.
1400 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1401 separate command-line arguments, to specify the encoding, since
1402 that's how hunspell expects it.
1403
5c5b8e23
GM
14042012-04-08 Glenn Morris <rgm@gnu.org>
1405
1406 * loadup.el: Load bindings before cus-start.
1407 This reduces somewhat the number of "rogue" settings in emacs -Q.
1408
a1ed8b05
GM
14092012-04-07 Glenn Morris <rgm@gnu.org>
1410
1411 * version.el (emacs-bzr-get-version): New function.
dfae128a 1412 (emacs-bzr-version): New variable.
a1ed8b05
GM
1413 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1414 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1415
b142f158
EZ
14162012-04-07 Eli Zaretskii <eliz@gnu.org>
1417
dfae128a
GM
1418 * international/uni-bidi.el, international/uni-category.el:
1419 * international/uni-combining.el, international/uni-decimal.el:
1420 * international/uni-decomposition.el, international/uni-digit.el:
1421 * international/uni-lowercase.el, international/uni-mirrored.el:
1422 * international/uni-name.el, international/uni-numeric.el:
1423 * international/uni-titlecase.el, international/uni-uppercase.el:
1424 Update for Unicode 6.1.
b142f158 1425
9078ead6
EZ
14262012-04-07 Eli Zaretskii <eliz@gnu.org>
1427
1428 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1429
f23d2c7d
LMI
14302012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1431
1432 * window.el (shrink-window): Mention the `window-min-height'
1433 variable in the doc string.
1434
0a0a3573
BG
14352012-04-05 Bastien Guerry <bzg@altern.org>
1436
1437 * color.el (color-lighten-name): Fix typo.
1438
e5248ac9
SM
14392012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1440
1441 * server.el (server--on-display-p): New function.
1442 (server--on-display-p): Use it.
1443
b4243e22
GV
14442012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1445
1446 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1447 (bug#11145).
1448
305d9f44
SM
14492012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * comint.el (comint--common-quoted-suffix): Check string boundary
1452 before comparing (bug#11158).
1453 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1454
3d439cd1
CY
14552012-04-04 Chong Yidong <cyd@gnu.org>
1456
321cc491
CY
1457 * minibuffer.el (completion-extra-properties): Doc fix.
1458
3d439cd1
CY
1459 * subr.el (delayed-warnings-hook): Doc fix.
1460
2d562c0f
DU
14612012-04-04 Daiki Ueno <ueno@unixuser.org>
1462
1463 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1464 selection (Bug#11159).
1465 (epa-insert-keys): Inform that the default public key will be
1466 exported if no key is selected.
1467
4443f204
RS
14682012-04-04 Richard Stallman <rms@gnu.org>
1469
1470 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1471
529c06b6
CY
14722012-04-03 Chong Yidong <cyd@gnu.org>
1473
1474 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1475 mail-insert-file, not its obsolete alias mail-attach-file.
1476
66b907dc
MA
14772012-04-03 Michael Albinus <michael.albinus@gmx.de>
1478
1479 * notifications.el (notifications-notify): Fix docstring.
1480
c0ea195d
GM
14812012-04-02 Glenn Morris <rgm@gnu.org>
1482
1483 * emacs-lisp/authors.el (authors-aliases): Another addition.
1484
5ca64e00
MA
14852012-04-02 Michael Albinus <michael.albinus@gmx.de>
1486
1487 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1488 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1489 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1490
42ee526b
CY
14912012-04-01 Chong Yidong <cyd@gnu.org>
1492
1493 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1494 Handle root directory properly.
1495 (copy-directory): Caller changed.
1496
1497 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1498 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1499
0b021094
GM
15002012-03-31 Glenn Morris <rgm@gnu.org>
1501
40f86458
GM
1502 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1503
7019c177
GM
1504 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1505
a1daddd6
GM
1506 * calendar/calendar.el (calendar-window-list)
1507 (calendar-hide-window): Restore. (Bug#11140)
1508 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1509
0b021094
GM
1510 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1511
40311efc
TV
15122012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1513
1514 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1515 Check if file is a symlink (Bug#10489).
1516
1517 * files.el (copy-directory): Likewise.
1518
5319014e
CY
15192012-03-30 Chong Yidong <cyd@gnu.org>
1520
1521 * image.el (imagemagick-types-inhibit)
1522 (imagemagick-register-types): Doc fix.
1523
935d1290
AM
15242012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1525
ef24141c
SM
1526 * ispell.el (ispell-get-extended-character-mode):
1527 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1528 and treats ~word as ordinary words in pipe mode.
935d1290 1529
61c6e8fd
GM
15302012-03-30 Glenn Morris <rgm@gnu.org>
1531
1532 * tutorial.el (help-with-tutorial): Ensure local variables don't
1533 happen to make the buffer read-only. (Bug#11127)
1534
81fdff00
SM
15352012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1538 (perl-calculate-indent): Return `noindent' in strings.
1539
6e7a6ec0
SS
15402012-03-28 Sam Steingold <sds@gnu.org>
1541
1542 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1543 instead of the broken adhockery which does not prevent calendar
1544 buffers from being displayed at random after exit.
1545 (calendar-window-list, calendar-hide-window): Remove the broken
1546 adhockery.
1547
fee88ca0
GM
15482012-03-28 Glenn Morris <rgm@gnu.org>
1549
1550 * replace.el (query-replace-map): Doc fix.
1551
38de3354
AS
15522012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1553
1554 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1555 contents. (Bug#11109)
1556
b973155e
SM
15572012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1560 (bug#11077).
1561 (avl-tree--check, avl-tree--check-node): New funs.
1562
dcb6e7b3
MR
15632012-03-27 Martin Rudalics <rudalics@gmx.at>
1564
1565 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1566 (switch-to-prev-buffer, switch-to-next-buffer):
1567 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1568 showing a buffer already is done on the same frame.
1569
b4fa35fa
GM
15702012-03-27 Glenn Morris <rgm@gnu.org>
1571
1572 * startup.el (mail-host-address): Doc fix.
1573
f9210e18
SM
15742012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1577 than 197 variables.
1578
c0bf7753
AF
15792012-03-26 Ami Fischman <ami@fischman.org>
1580
1581 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1582
33da7b16
GM
15832012-03-26 Glenn Morris <rgm@gnu.org>
1584
02243d9d
GM
1585 * files.el (save-buffers-kill-emacs): Doc fix.
1586
33da7b16
GM
1587 * startup.el (normal-top-level, command-line, command-line-1):
1588 Give them doc strings.
1589
e5a69fd0
EZ
15902012-03-25 Eli Zaretskii <eliz@gnu.org>
1591
1592 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1593 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1594
9a69676a
CY
15952012-03-25 Chong Yidong <cyd@gnu.org>
1596
4125cb8b
CY
1597 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1598 theme if it was previously enabled before (Bug#11031).
1599
dd470960
CY
1600 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1601 spec with custom-face-get-current-spec if its :shown-value is not
1602 determined yet (Bug#9337).
4125cb8b 1603 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1604
9a69676a
CY
1605 * button.el (button-at): Minor addition to docstring.
1606
6e7e90fa
SL
16072012-03-24 Simon Leinen <simon.leinen@gmail.com>
1608
1609 * vc/vc.el (vc-merge): Fix a prompt.
1610
f06e2758
CY
16112012-03-24 Chong Yidong <cyd@gnu.org>
1612
1613 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1614 point (Bug#9623).
1615
6e7e90fa
SL
1616 * button.el (button-at): Minor addition to docstring.
1617
b9d0879b
SM
16182012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * newcomment.el (comment-choose-indent): No space after BOL.
1621
e71cebb3
SS
16222012-03-22 Sam Steingold <sds@gnu.org>
1623
1624 * window.el (switch-to-prev-buffer): Revert last patch because the
1625 bug turned out to be an advertised feature (Elisp manual 28.14).
1626
335aff35
GM
16272012-03-22 Glenn Morris <rgm@gnu.org>
1628
1629 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1630 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1631
c676576a
LMI
16322012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1633
1634 * net/network-stream.el (network-stream-open-starttls): Make error
1635 message under Windows be less misleading.
1636
126f3d39
LW
16372012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1638
1639 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1640 understands (bug#9942).
1641
64fee311
CY
16422012-03-22 Chong Yidong <cyd@gnu.org>
1643
1644 * simple.el (end-of-visible-line): Handle return value of
1645 next-single-property-change properly (Bug#9371).
1646
a640d29a
KH
16472012-03-22 Kenichi Handa <handa@m17n.org>
1648
1649 * international/quail.el (quail-insert-kbd-layout): Fix previous
1650 change. To avoid unwanted bidi reordering, use
1651 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1652
39675016
DG
16532012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1654
1655 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1656 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1657 (ruby-beginning-of-indent): Be more careful with the difference
1658 between word-boundary and symbol boundary.
1659 (ruby-mode-syntax-table): Make : a symbol constituent.
1660
0a6934fc 16612012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1662
3d008e4f
SM
1663 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1664
0a6934fc
SM
16652012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1666
af67c9d7
SM
1667 * progmodes/etags.el (tags-completion-at-point-function):
1668 Improve last fix.
1669
1acad97c
SM
1670 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1671
e298b5da
SS
16722012-03-21 Sam Steingold <sds@gnu.org>
1673
1674 * progmodes/etags.el (tags-completion-at-point-function):
1675 Avoid the error when point is inside the pattern.
1676
91d82a70
JY
16772012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1678
1679 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1680 line (Bug#10855).
1681
69188b79
CY
16822012-03-21 Drew Adams <drew.adams@oracle.com>
1683
1684 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1685
99fc91fe
AK
16862012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1687
1688 * ido.el (ido-set-current-directory, ido-read-internal)
1689 (ido-choose-completion-string, ido-completion-help): Handle nil
1690 value of ido-completion-buffer (Bug#11008).
1691
087bbb4c
SS
16922012-03-21 Sam Steingold <sds@gnu.org>
1693
1694 * window.el (switch-to-prev-buffer): Do not switch to a visible
1695 window previous buffer, just like with the frame previous buffers.
1696
fb5b8aca
CY
16972012-03-21 Chong Yidong <cyd@gnu.org>
1698
1699 * faces.el (make-face, make-empty-face, copy-face):
1700 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1701 Doc fixes.
1702
dc9924b8
SM
17032012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1706 (widget-complete): Remove broken use of it.
1707
f0bcceb9
CY
17082012-03-20 Chong Yidong <cyd@gnu.org>
1709
dc9924b8
SM
1710 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1711 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1712 characters.
1713
ee52ebf3
TH
17142012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1715
1716 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1717 to draw rectangles, not squares. (Regression introduced by revno
1718 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1719
4c5779ab
CY
17202012-03-18 Chong Yidong <cyd@gnu.org>
1721
1722 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1723 it is not yet defined (for temacs).
1724
15360934
LL
17252012-03-18 Leo Liu <sdl.web@gmail.com>
1726
dc9924b8 1727 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1728
d9a8eb66
EZ
17292012-03-17 Eli Zaretskii <eliz@gnu.org>
1730
1731 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1732 (ispell-choices-win-default-height, ispell-silently-savep)
1733 (ispell-dictionary-alist, ispell-encoding8-command)
1734 (ispell-check-version, ispell-aspell-find-dictionary)
1735 (ispell-valid-dictionary-list, ispell-words-keyword)
1736 (ispell-get-word, ispell-internal-change-dictionary)
1737 (ispell-region, ispell-skip-region-list)
1738 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1739 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1740 (ispell-message-text-end, ispell-message)
1741 (ispell-buffer-local-parsing): Doc fix.
1742
f02ff80d
J
17432012-03-13 Jambunathan K <kjambunathan@gmail.com>
1744
1745 * htmlfontify.el: Add support for code block fontification for ODT
1746 export (Bug #9914).
1747 (hfy-optimisations): Define new option
1748 `body-text-only'
1749 (hfy-fontify-buffer): Honor above setting.
1750 (hfy-begin-span, hfy-end-span): New routines factored out form
1751 `hfy-fontify-buffer'.
1752 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1753 that permit insertion of custom tags.
1754 (hfy-fontify-buffer): Use above handlers.
1755 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1756 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1757 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1758 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1759 bind a special variable `hfy-user-sheet-assoc'.
1760 (htmlfontify-string): New defun.
1761 (hfy-compile-face-map): Make sure that the last char in the
1762 buffer is correctly fontified.
1763 (hfy-face-resolve-face): Whitespace only change.
1764
9ac7a13f
EZ
17652012-03-17 Eli Zaretskii <eliz@gnu.org>
1766
1767 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1768 message more clear.
1769
e2b5bdd7
LL
17702012-03-16 Leo Liu <sdl.web@gmail.com>
1771
1772 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1773
2e492df3
AM
17742012-03-16 Alan Mackenzie <acm@muc.de>
1775
1776 Further optimise the handling of large macros.
1777
1778 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1779 limit to a call of `c-literal-limits'.
1780 (c-determine-+ve-limit): New function.
dc9924b8
SM
1781 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1782 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1783 In CASE 5B, restrict a search limit to 500.
1784 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1785
1786 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1787 Restrict macro bounds to +-500 from after-change's BEG END.
1788
50e94f0c
LL
17892012-03-16 Leo Liu <sdl.web@gmail.com>
1790
1791 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1792
6f09f6ed
AH
17932012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1794
1795 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1796 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1797
c7e73d51
GM
17982012-03-16 Glenn Morris <rgm@gnu.org>
1799
da986230
GM
1800 * view.el (view-buffer, view-buffer-other-window)
1801 (view-buffer-other-frame): Doc fixes re special mode-class.
1802
0835f01e
GM
1803 * subr.el (eval-after-load): If named feature is provided not from
1804 a file, run after-load forms. (Bug#10946)
1805
c7e73d51
GM
1806 * calendar/calendar.el (calendar-insert-at-column):
1807 Handle non-unit-width characters a bit better. (Bug#10978)
1808
3f2eafd1
CY
18092012-03-15 Chong Yidong <cyd@gnu.org>
1810
1811 * emacs-lisp/ring.el (ring-extend): New function.
1812 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1813
1814 * comint.el (comint-read-input-ring)
1815 (comint-add-to-input-history): Grow comint-input-ring lazily.
1816
103af3fe
SM
18172012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1818
663b1677
SM
1819 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1820 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1821
103af3fe
SM
1822 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1823 (imenu-add-to-menubar): Don't add a redundant index.
1824 (imenu-update-menubar): Handle a dynamically composed keymap.
1825
899cb7cb
KY
18262012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1827
1828 * mail/sendmail.el (mail-encode-header):
1829 Bind rfc2047-encode-encoded-words to nil.
1830
3809f91d
GM
18312012-03-13 Glenn Morris <rgm@gnu.org>
1832
1833 * calendar/calendar.el (calendar-string-spread):
1834 Handle non-unit-width characters a bit better. (Bug#10978)
1835
9e345a01
LL
18362012-03-13 Leo Liu <sdl.web@gmail.com>
1837
1838 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1839 directory and file as argument (Bug#10822).
1840
4a07df36
KS
18412012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1842
1843 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1844 For dynamically generated code, follow $PC.
1845 (gdb-disassembly-handler-custom): Handle no function name case.
1846
4aaa9356
TL
18472012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1848
1849 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1850 * emulation/ws-mode.el (ws-query-replace):
1851 * sort.el (sort-regexp-fields):
1852 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1853
225979da
SM
18542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * dabbrev.el: Fix cycle completion order (bug#10963).
1857 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1858 (dabbrev-completion): Don't use an obarray; provide
1859 a cycle-sort-function.
1860
e2f1fdab
LL
18612012-03-12 Leo Liu <sdl.web@gmail.com>
1862
dc9924b8 1863 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1864 (kill-do-not-save-duplicates): Doc fix.
1865
b19490ed
SM
18662012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * dabbrev.el: Fix cycle completion (bug#10963).
1869 Use lexical binding and wrap to 80 columns.
1870 (dabbrev-completion): Delay computing the list of completions.
1871
4b05d722
KH
18722012-03-12 Kenichi Handa <handa@m17n.org>
1873
1874 * international/quail.el (quail-insert-kbd-layout): Surround each
1875 row by LRO and PDF instead of inserting many LRMs. Pad the left
1876 and right of each non-spacing marks. Insert invisible space
1877 between lower and upper characters to prevent composition.
1878
dbbc2e69
SM
18792012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * minibuffer.el (minibuffer-complete): Don't get confused when the
1882 function is run twice via different commands (bug#10958).
1883 (complete-with-action): Fix docstring.
1884
292112ed
CY
18852012-03-12 Chong Yidong <cyd@gnu.org>
1886
5d1ac394
CY
1887 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1888 (nxml-completion-at-point-function): New function.
1889 (nxml-mode): Use it.
1890 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1891
292112ed
CY
1892 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1893 Load generated autoloads file before byte compiling (Bug#10970).
1894 (package--make-autoloads-and-compile): New helper fun.
1895
4098f8f7
CS
18962012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1897
1898 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1899
8f754691
MA
19002012-03-11 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * autorevert.el (auto-revert-handler): Ensure, that
1903 file-readable-p is applied only for local files or in
1904 auto-revert-tail-mode.
1905
e29ab36b
AS
19062012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1907
dbbc2e69
SM
1908 * server.el (server-eval-at): Handle non-tcp connections.
1909 Decode result string.
ad0bf5b6 1910
e29ab36b
AS
1911 * server.el (server-msg-size): New constant.
1912 (server-reply-print): New function.
1913 (server-eval-and-print): Use it.
1914 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1915 Handle -print-nonl.
1916
de5939ba
CS
19172012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1918
1919 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1920 (Bug#10987).
1921
0c93eabf
CY
19222012-03-11 Chong Yidong <cyd@gnu.org>
1923
397a688f
CY
1924 * simple.el (goto-line): Doc fix (Bug#9938).
1925
2cc775f9
CY
1926 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1927
0c93eabf
CY
1928 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1929 when finished (Bug#10963).
1930
c491fa41
MR
19312012-03-11 Martin Rudalics <rudalics@gmx.at>
1932
1933 * window.el (split-window-below): Fix bug in case where
1934 split-window-keep-point is nil (Bug#10971).
1935
300e8fa5
JL
19362012-03-11 Juri Linkov <juri@jurta.org>
1937
1938 * replace.el (replace-highlight): Set isearch-word to nil
1939 unconditionally. (Bug#10887)
1940
dbf6c5a1
EZ
19412012-03-10 Eli Zaretskii <eliz@gnu.org>
1942
1943 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1944 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1945 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1946 (mairix-widget-create-query): Add usage information about mairix
1947 search forms: negating words, searching for substrings, etc.
1948
b9e501de
JP
19492012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1950
1951 * international/fontset.el (font-encoding-alist): Add an entry for
1952 ksx1001 (Bug#5667).
1953
92795c91
RS
19542012-03-10 Richard Stallman <rms@gnu.org>
1955
1694e6c1
RS
1956 * mail/sendmail.el (mail-encode-header):
1957 Set rfc2047-encode-encoded-words.
1958
607e8555
RS
1959 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1960
de3bc99a
RS
1961 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1962 view buffer means not swapped.
1963 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1964 (rmail-write-region-annotate): Error if real text has disappeared.
1965
92795c91
RS
1966 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1967
699bd04e
CY
19682012-03-10 Chong Yidong <cyd@gnu.org>
1969
1970 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1971 * emulation/cua-base.el (cua--init-keymaps):
1972 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1973
570a1714
MR
19742012-03-10 Martin Rudalics <rudalics@gmx.at>
1975
dbbc2e69
SM
1976 * speedbar.el (speedbar-unhighlight-one-tag-line):
1977 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1978
82dcf4e4
CY
19792012-03-10 Chong Yidong <cyd@gnu.org>
1980
7a2c7ca7
CY
1981 * minibuffer.el (completion-in-region, completion-help-at-point):
1982 Give the completion field overlay a high priority (Bug#6830).
1983
82dcf4e4
CY
1984 * dired.el (dired-goto-file): Recognize absolute file name
1985 listings (Bug#7126).
1986 (dired-goto-file-1): New helper function.
1987 (dired-toggle-read-only): Inhibit warnings.
1988
052e28ac
MA
19892012-03-09 Michael Albinus <michael.albinus@gmx.de>
1990
75f1671a 1991 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1992 there are no properties.
1993
95d5e396
LL
19942012-03-09 Leo Liu <sdl.web@gmail.com>
1995
1996 * savehist.el (savehist-printable): Stricter check for string
1997 value (Bug#10937).
1998
3f018d6d
EZ
19992012-03-09 Eli Zaretskii <eliz@gnu.org>
2000
dbbc2e69
SM
2001 * mail/smtpmail.el (smtpmail-send-it):
2002 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2003 valid mbox format.
2004
f7fd3d79
GM
20052012-03-09 Glenn Morris <rgm@gnu.org>
2006
2007 * files.el (dir-locals-find-file):
2008 Don't check result is regular, readable.
2009 (dir-locals-read-from-file): Demote errors.
2010
6ff6e72f
EZ
20112012-03-08 Eli Zaretskii <eliz@gnu.org>
2012
dbbc2e69
SM
2013 * international/quail.el (quail-insert-kbd-layout):
2014 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2015 layout cell, to prevent their reordering by bidi display engine.
2016 For details, see the discussion in
2017 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2018
9cec7834
AM
20192012-03-08 Alan Mackenzie <acm@muc.de>
2020
2021 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2022 the starting position; make it extend the marked region when
2023 invoked repeatedly - all under appropriate circumstances.
2024 Fixes bugs #5525, #10906.
2025
9a40b8d4
GM
20262012-03-08 Glenn Morris <rgm@gnu.org>
2027
2028 * files.el (locate-dominating-file, dir-locals-find-file):
2029 Undo 2012-03-06 change.
2030
7a08ed35
EZ
20312012-03-07 Eli Zaretskii <eliz@gnu.org>
2032
dbbc2e69
SM
2033 * international/quail.el (quail-help):
2034 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2035 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2036 for the reason.
2037
5aca4f71 20382012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2039
2040 Avoid superfluous registering of signals. (Bug#10807)
2041
2042 * notifications.el (notifications-on-action-object)
2043 (notifications-on-close-object): New defvars.
2044 (notifications-on-action-signal, notifications-on-closed-signal):
2045 Unregister the signal if not needed any longer.
2046 (notifications-notify): Register `notifications-action-signal' or
2047 `notifications-closed-signal', if :on-action or :on-close has been
2048 passed as argument.
2049
78e8b10a
CY
20502012-03-07 Chong Yidong <cyd@gnu.org>
2051
2052 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2053 non-X platforms.
2054
69481eb8
GM
20552012-03-06 Glenn Morris <rgm@gnu.org>
2056
2057 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2058 (x-disown-selection-internal, x-get-selection-internal):
2059 Doc fix (add arglist signatures). (Bug#10783)
2060
133b8e11
KS
20612012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2062
2063 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2064 Handle breakpoints with no "type".
2065
99a83064
GM
20662012-03-06 Glenn Morris <rgm@gnu.org>
2067
2068 * files.el (locate-dominating-file): Add optional predicate argument.
2069 (dir-locals-find-file): Make use of above change.
2070
17798e78
TTN
20712012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2072
2073 * info.el (Info-insert-dir): Also try "dir.gz".
2074
eb182446
GM
20752012-03-06 Glenn Morris <rgm@gnu.org>
2076
8f2114ee
GM
2077 * files.el (dir-locals-find-file):
2078 Ignore non-readable or non-regular files. (Bug#10928)
2079
eb182446
GM
2080 * files.el (locate-dominating-file): Doc fix.
2081
24679323
AS
20822012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2083
2084 * calendar/calendar.el (calendar-set-mode-line):
2085 `getenv' returns a string. (Bug#10951)
2086
01d972a9
LL
20872012-03-05 Leo Liu <sdl.web@gmail.com>
2088
109aa8a9
LL
2089 * simple.el (backward-delete-char-untabify): Constrain point to
2090 field (Bug#10939).
2091
01d972a9
LL
2092 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2093
10607bea
CY
20942012-03-05 Chong Yidong <cyd@gnu.org>
2095
2096 * simple.el (count-words): If called from Lisp, return the word
2097 count, for symmetry with `count-lines'. Arglist changed.
2098 (count-words--message): Args changed. Consolidate counting code
2099 from count-words and count-words-region.
2100 (count-words-region): Caller changed.
2101 (count-lines-region): Make it an obsolete alias.
2102
5dd11cfe
TH
21032012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2104
2105 * saveplace.el (save-place-to-alist)
2106 (save-place-ignore-files-regexp): Allow value nil to disable this
2107 feature.
2108
c349f4e6
CY
21092012-03-04 Chong Yidong <cyd@gnu.org>
2110
2111 * faces.el (face-spec-reset-face): For the default face, reset the
2112 attributes to default values (Bug#10748).
2113
e627be4c
LMI
21142012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2115
2116 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2117 previous patch: Check `message-send-mail-function', and not the
2118 default function (bug#10897).
2119
ebeabff4
MA
21202012-03-04 Michael Albinus <michael.albinus@gmx.de>
2121
a41a6cf4
MA
2122 * notifications.el (notifications-on-action-signal)
2123 (notifications-on-closed-signal): Check for unique service name of
2124 incoming event. Fix error in removing entry.
ebeabff4 2125 (top): Register for signals with wildcard service name.
a41a6cf4 2126 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2127
c1ca42b4
CY
21282012-03-04 Chong Yidong <cyd@gnu.org>
2129
dc9924b8 2130 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2131
ea16568d
GM
21322012-03-04 Glenn Morris <rgm@gnu.org>
2133
2134 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2135 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2136 (expand-abbrev, define-abbrev-table): Doc fixes.
2137
fbae4637
LMI
21382012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2141 `message-default-send-mail-function' and not `send-mail-function'
2142 when doing the prompting for `sendmail-query-once' before sending
2143 in Message buffers (bug#10897).
2144
a1e7225c
LMI
2145 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2146 This is inconsistent with all the other stream functions, which leave
2147 the setting up to the higher levels (if so wanted) (bug#10931).
2148
56d093a9
AM
21492012-03-02 Alan Mackenzie <acm@muc.de>
2150
2151 Depessimize the handling of very large macros.
2152
2153 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2154 (c-macro-cache-syntactic): New variables to implement a one
2155 element macro cache.
2156 (c-invalidate-macro-cache): New function.
2157 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2158 Adapt to use the new cache.
2159 (c-state-safe-place): Use better the cache of safe positions.
2160 (c-state-semi-nonlit-pos-cache)
2161 (c-state-semi-nonlit-pos-cache-limit):
2162 New variables for...
2163 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2164 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2165 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2166 Use c-state-semi-safe-place.
56d093a9 2167
dbbc2e69
SM
2168 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2169 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2170
817e5c3d
MA
21712012-03-02 Michael Albinus <michael.albinus@gmx.de>
2172
dbbc2e69
SM
2173 * jka-compr.el (jka-compr-call-process):
2174 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2175 not remote.
2176
a032a702
MA
21772012-03-01 Michael Albinus <michael.albinus@gmx.de>
2178
2179 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2180 access of FILE2, if FILE1 does not exist.
2181
99a54f21
MA
2182 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2183 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2184
2185 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2186 Add "PAGER=" to `process-environment'.
2187
f6561e1f
MM
21882012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2189
2190 * progmodes/sql.el: Bug fix
2191 (sql-get-login-ext): Save login values in globals.
2192 (sql-get-login): Use new version of `sql-get-login-ext'.
2193 (sql-interactive-mode): Set global `sql-connection' to nil.
2194 (sql-connect): Set global values for connection.
2195 (sql-product-interactive): Save global values as buffer local.
2196
2d44d9cc
LL
21972012-02-29 Leo Liu <sdl.web@gmail.com>
2198
2199 * abbrev.el (define-abbrevs): Reset sys to nil.
2200
96b49301 22012012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2202
bf7f9bc5
JB
2203 * files.el (file-equal-p): Rename from `files-equal-p'.
2204 Return nil when one or both files don't exist.
96b49301 2205 (file-subdir-of-p): Now only top directory must exists,
2206 return nil if it doesn't.
bf7f9bc5
JB
2207 (copy-directory): No need to test with `file-subdir-of-p' after
2208 creating dir.
2209 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2210 to `file-equal-p'.
96b49301 2211
44e97401
GM
22122012-02-28 Glenn Morris <rgm@gnu.org>
2213
2214 * shell.el (shell-mode):
2215 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2216 * play/landmark.el (landmark-font-lock-face-O):
2217 * play/handwrite.el (handwrite):
2218 * play/gomoku.el (gomoku-O):
2219 * net/browse-url.el (browse-url-browser-display):
2220 * international/mule.el (define-charset):
2221 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2222 * filesets.el (filesets-find-file-delay):
2223 * eshell/em-xtra.el (eshell-xtra):
2224 * eshell/em-unix.el (eshell-grep):
2225 * emulation/viper.el (viper-mode):
2226 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2227 * emacs-lisp/easymenu.el (easy-menu-define):
2228 * calendar/timeclock.el (timeclock-use-display-time):
2229 * bs.el (bs-mode):
2230 * bookmark.el (bookmark-save-flag):
2231 Doc fix (standardize possessive apostrophe usage).
2232
c98c6276
CY
22332012-02-27 Chong Yidong <cyd@gnu.org>
2234
bf7f9bc5
JB
2235 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2236 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2237
c98c6276
CY
2238 * font-lock.el (font-lock-specified-p): Rename from
2239 font-lock-spec-present. Callers changed.
2240
9c62cd04 22412012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2242
bf7f9bc5
JB
2243 * emacs-lisp/package.el (package-compute-transaction):
2244 Handle holding a package version to t in package-load-list.
8ac9e529 2245
530739c9
MA
22462012-02-26 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2249 (tramp-get-inode, tramp-get-device): Use cached values.
2250
487915d7
AM
22512012-02-26 Alan Mackenzie <acm@muc.de>
2252
2253 Check there is a font-lock specification before doing initial
2254 fontification.
2255
2256 * font-core.el (font-lock-mode): Move the conditional from
2257 :after-hook to font-lock-initial-fontify.
2258 (font-lock-default-function): Move the check for a specification
2259 to font-lock-spec-present.
2260
dc9924b8 2261 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2262 (font-lock-spec-present): New function.
2263
4fd96557
JB
22642012-02-26 Jim Blandy <jimb@red-bean.com>
2265
2266 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2267 (gdb-send): Apply it to the operand of the '-interpreter-exec
2268 console' command, so that we can pass arguments with (say) quotes
2269 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2270
9a4888c0
CY
22712012-02-26 Chong Yidong <cyd@gnu.org>
2272
07498861
CY
2273 * help-fns.el (describe-function-1): Clarify description of
2274 remapping (Bug#10844).
2275
9a4888c0
CY
2276 * files.el (files-equal-p): Doc fix.
2277 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2278 and quit the loop once a mismatch is found.
2279
ea8fb88d
JB
22802012-02-25 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * bs.el (bs--show-with-configuration): Don't throw an error
2283 if the window cannot be split; otherwise, subsequent calls to
2284 bs-show fail, restoring a stale window config. (Bug#10882)
2285
525795c1
JD
22862012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2287
2288 * term/ns-win.el (global-map): Bind ns-drag-file to
2289 ns-find-file (Bug#5855, Bug#10050).
2290
f008086f
AS
22912012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2292
2293 * calendar/parse-time.el (parse-time-string): Allow extractor to
2294 return nil.
2295
a3fcfa99
MA
22962012-02-25 Michael Albinus <michael.albinus@gmx.de>
2297
91027d08
JB
2298 * net/tramp.el (tramp-file-name-for-operation):
2299 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2300
2301 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2302 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2303 Add COPY-CONTENTS argument.
a3fcfa99 2304
67b0de11
CY
23052012-02-25 Chong Yidong <cyd@gnu.org>
2306
2307 Add custom groups for VC backends, for consistency with vc-bzr.
2308
2309 * vc/vc-arch.el (vc-arch):
2310 * vc/vc-cvs.el (vc-cvs):
2311 * vc/vc-git.el (vc-git):
2312 * vc/vc-hg.el (vc-hg):
2313 * vc/vc-mtn.el (vc-mtn):
2314 * vc/vc-rcs.el (vc-rcs):
2315 * vc/vc-sccs.el (vc-sccs):
2316 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2317 All relevant defcustoms reassigned.
2318
3c9dfce6
CY
23192012-02-25 Chong Yidong <cyd@gnu.org>
2320
1339bf43
CY
2321 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2322
3c9dfce6
CY
2323 * term/x-win.el (x-initialize-window-system): Reduce default for
2324 x-selection-timeout to 5 seconds (Bug#8869).
2325
25b2e303 23262012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2327
ec70a47d
GM
2328 * files.el (files-equal-p, file-subdir-of-p): New functions.
2329 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2330 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2331 * dired-aux.el (dired-copy-file-recursive): Same.
2332 (dired-create-files): Modify destination when source is equal to
2333 dest when copying files.
53a46cd0 2334 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2335
914260cd
MA
23362012-02-24 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2339 (Bug#10874)
2340
2cb228f7
AM
23412012-02-23 Alan Mackenzie <acm@muc.de>
2342
2343 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2344 parameter "after-hook:" to allow the expansion to run code after
2345 the execution of the mode hooks.
2346
2347 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2348 from font-lock-mode-internal.
2cb228f7 2349
91027d08 2350 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2351 :after-hook.
2352
8f0fde21
SM
23532012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2354
3e88618b
SM
2355 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2356 (completion--cache-all-sorted-completions): New function.
2357 (completion-all-sorted-completions): Use it.
2358 (completion--do-completion, minibuffer-force-complete):
2359 Use it to re-instate the flush hook.
2360
8f0fde21
SM
2361 * icomplete.el (icomplete-completions): Replace last fix with a better
2362 one (bug#10850).
2363
8e911f6f
DG
23642012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2365
2366 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2367 when it might call us back infinitely (bug#10797).
2368
49fe4321
GM
23692012-02-23 Glenn Morris <rgm@gnu.org>
2370
2371 * minibuffer.el (completion-category-overrides): Doc fix.
2372
b291b572
SM
23732012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2376 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2377
31a9ef2e
GM
23782012-02-23 Glenn Morris <rgm@gnu.org>
2379
5e6e6794 2380 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2381 (authors-obsolete-files-regexps, authors-ignored-files)
2382 (authors-ambiguous-files, authors-renamed-files-alist):
2383 Add more entries.
2384
0bd1e074
JL
23852012-02-23 Juri Linkov <juri@jurta.org>
2386
2387 * isearch.el (isearch-occur): Sync interactive spec with occur's
2388 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2389
b617673c
JL
2390 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2391
19e9789e
JL
23922012-02-22 Juri Linkov <juri@jurta.org>
2393
2394 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2395 (ucs-insert): Doc fix. Check for hex digits in the string.
2396 Don't display `nil' in the error message. (Bug#10857)
2397
f41ce09d
AM
23982012-02-22 Alan Mackenzie <acm@muc.de>
2399
7a71b18d 2400 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2401
ac2eceee
GM
24022012-02-22 Glenn Morris <rgm@gnu.org>
2403
2404 * ffap.el (ffap-c-path):
2405 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2406
abd1f678
CY
24072012-02-22 Chong Yidong <cyd@gnu.org>
2408
2409 * custom.el (load-theme): Doc fix.
2410
f25aef2e
GM
24112012-02-22 Glenn Morris <rgm@gnu.org>
2412
2413 * dired-x.el (dired-guess-shell-alist-default):
2414 Remove escape sequences from nroff output. (Bug#172)
2415
5f8dc2ca
GM
24162012-02-21 Glenn Morris <rgm@gnu.org>
2417
6ff86ec4
GM
2418 * vc/emerge.el (emerge-defvar-local):
2419 Set `permanent-local' property rather than unused `preserved'.
2420
be3223a3 2421 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2422 (picture-mode-map): Use it. (Bug#10860)
2423 (picture-mode): Doc fix.
2424
3fe58f4f
JB
24252012-02-21 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * newcomment.el (uncomment-region-default): Remove unused binding.
2428
f9a998c3
GM
24292012-02-21 Glenn Morris <rgm@gnu.org>
2430
2431 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2432 (picture-self-insert, picture-tab-chars): Doc fix.
2433 (picture-mode-map): Fix C-a, C-e.
2434
c6029348
GM
24352012-02-20 Glenn Morris <rgm@gnu.org>
2436
2437 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2438
ab1ce9d7
LL
24392012-02-20 Leo Liu <sdl.web@gmail.com>
2440
2441 * icomplete.el (icomplete-completions): Check FROM arg before
2442 passing to substring (Bug#10850).
2443
0fd40f89
CY
24442012-02-19 Chong Yidong <cyd@gnu.org>
2445
2446 * comint.el: Require ansi-color.
2447 (comint-output-filter-functions): Add ansi-color-process-output.
2448
2449 * ansi-color.el: Don't set comint-output-filter-functions; it is
2450 now in the initial value defined in comint.el.
2451 (ansi-color-apply-face-function): New variable.
2452 (ansi-color-apply-on-region): Use it.
2453 (ansi-color-apply-overlay-face): New function.
2454
2455 * shell.el (shell): No need to require ansi-color.
2456 (shell-mode): Use ansi-color-apply-face-function to highlight
2457 color escapes using font-lock-face property (Bug#10835).
2458
20af2394
CY
24592012-02-19 Chong Yidong <cyd@gnu.org>
2460
2461 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2462 mode-line formats (Bug#10839).
2463
e23a3fbe
GM
24642012-02-18 Glenn Morris <rgm@gnu.org>
2465
b474519e
GM
2466 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2467
2468 * mail/undigest.el (unforward-rmail-message): Doc fix.
2469
e23a3fbe
GM
2470 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2471
57939ff4
EZ
24722012-02-18 Eli Zaretskii <eliz@gnu.org>
2473
2474 * international/characters.el (script-list): Sync with the latest
2475 Unicode Character Database.
2476
0c23686e
AS
24772012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2478
2479 * international/titdic-cnv.el: Remove duplicate coding tag.
2480 * language/cham.el: Likewise.
2481 * language/tai-viet.el: Likewise.
2482
6818b449
GM
24832012-02-18 Glenn Morris <rgm@gnu.org>
2484
2485 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2486 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2487 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2488 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2489 * calendar/holidays.el (holiday-bahai-holidays)
2490 (calendar-holidays, list-holidays):
2491 Use utf-8 Bahá'í in doc-strings, menus, etc.
2492
0311a3fc
TH
24932012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2494
2495 * saveplace.el (save-place-ignore-files-regexp): New variable
2496 allowing for excluding files from saving their location of point.
2497 The default value matches the temporary commit message editing
2498 files from Git, SVN, Bazaar, and Mercurial.
2499 (save-place-to-alist): Use it.
2500
eb864a71
LM
25012012-02-17 Lawrence Mitchell <wence@gmx.li>
2502 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * newcomment.el (uncomment-region-default): Don't leave extra space
2505 when an arg is provided (bug#8150).
2506
ee0ce425
TZ
25072012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2508
eb864a71 2509 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2510
95ddf442
GM
25112012-02-17 Glenn Morris <rgm@gnu.org>
2512
2513 * net/socks.el: Require network-stream. (Bug#10599)
2514
48dd1e39 25152012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2516
2517 * international/charprop.el:
2518 * international/uni-name.el:
2519 * international/uni-old-name.el:
2520 * international/uni-comment.el: Regenerate.
2521
d68cd087
GM
25222012-02-16 Glenn Morris <rgm@gnu.org>
2523
2524 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2525 Interactively in calendar buffer, give an error if not on a date.
2526
13932042
GM
25272012-02-15 Glenn Morris <rgm@gnu.org>
2528
2529 * shell.el (shell-delimiter-argument-list):
2530 Revert 2011-02-17 change. (Bug#8027)
2531
c3a70e2b
CY
25322012-02-15 Chong Yidong <cyd@gnu.org>
2533
60236b0d
CY
2534 * minibuffer.el (completion-at-point-functions): Doc fix.
2535
c3a70e2b
CY
2536 * custom.el (defcustom): Doc fix; note use of defvar.
2537
9f26dc24
GM
25382012-02-15 Glenn Morris <rgm@gnu.org>
2539
2540 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2541 Doc fixes.
2542
6546b134
GM
25432012-02-14 Glenn Morris <rgm@gnu.org>
2544
2545 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2546
d29b2b4c
LI
25472012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2548
2549 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2550 way the ports list is computed.
835bdcba
LI
2551 (smtpmail-query-smtp-server): Prompt the user for a port number if
2552 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2553
08dcdbc9
TZ
25542012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2555
2556 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2557
2605051a
GM
25582012-02-13 Glenn Morris <rgm@gnu.org>
2559
2560 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2561
7ee99f32
TZ
25622012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2563
2564 * net/gnutls.el (gnutls-trustfiles): New variable.
2565 (gnutls-negotiate): Use it.
2566
5f0af64f
LI
25672012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2568
2569 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2570 does its stuff if Gnus is running.
2571
c14fcc95
AM
25722012-02-13 Alan Mackenzie <acm@muc.de>
2573
2574 Fix a loop in c-set-fl-decl-start.
2575
7a71b18d 2576 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2577 c-backward-syntactic-ws actually moves backwards.
2578
142b4d90
LL
25792012-02-13 Leo Liu <sdl.web@gmail.com>
2580
2581 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2582 beginning so that all \C-o chars are removed.
2583
fa9958a6
TZ
25842012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2585
dc9924b8 2586 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2587
0bc5886a
AM
25882012-02-12 Alan Mackenzie <acm@muc.de>
2589
2590 Fix infinite loop with long macros.
4d6769e1 2591 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2592
d4bd55e7
CY
25932012-02-12 Chong Yidong <cyd@gnu.org>
2594
2595 * window.el (display-buffer): Doc fix (Bug#10785).
2596
66f3fe22
GM
25972012-02-12 Glenn Morris <rgm@gnu.org>
2598
bd7da63e
GM
2599 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2600 (x-disown-selection-internal, x-get-selection-internal):
2601 Sync docs with the xselect.c versions.
2602
66f3fe22
GM
2603 * allout-widgets.el: Add missing license notice.
2604
3e0d2fa7
GM
26052012-02-11 Glenn Morris <rgm@gnu.org>
2606
cfecdf09
GM
2607 * select.el (x-get-selection-internal, x-own-selection-internal)
2608 (x-disown-selection-internal):
2609 * x-dnd.el (x-get-selection-internal): Update declarations.
2610
6d216d7f
GM
2611 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2612
2bed3f04
GM
2613 * window.el (window-sides-slots):
2614 * tool-bar.el (tool-bar-position):
2615 * term/xterm.el (xterm-extra-capabilities):
2616 * ses.el (ses-self-reference-early-detection):
2617 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2618 (verilog-auto-wire-type)
2619 (verilog-auto-delete-trailing-whitespace)
2620 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2621 (verilog-auto-tieoff-declaration):
2622 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2623 (sql-oracle-statement-starters, sql-oracle-scan-on):
2624 * progmodes/prolog.el (prolog-align-comments-flag)
2625 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2626 (prolog-left-indent-regexp, prolog-paren-indent-p)
2627 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2628 (prolog-types, prolog-mode-specificators)
2629 (prolog-determinism-specificators, prolog-directives)
2630 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2631 (prolog-electric-dot-flag)
2632 (prolog-electric-dot-full-predicate-template)
2633 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2634 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2635 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2636 (prolog-program-switches, prolog-prompt-regexp)
2637 (prolog-debug-on-string, prolog-debug-off-string)
2638 (prolog-trace-on-string, prolog-trace-off-string)
2639 (prolog-zip-on-string, prolog-zip-off-string)
2640 (prolog-use-standard-consult-compile-method-flag)
2641 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2642 (prolog-imenu-max-lines, prolog-info-predicate-index)
2643 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2644 (prolog-char-quote-workaround):
2645 * progmodes/cc-vars.el (c-defun-tactic):
2646 * net/tramp.el (tramp-encoding-command-interactive)
2647 (tramp-local-end-of-line):
2648 * net/soap-client.el (soap-client):
2649 * net/netrc.el (netrc-file):
2650 * net/gnutls.el (gnutls):
2651 * minibuffer.el (completion-category-overrides)
2652 (completion-cycle-threshold)
2653 (completion-pcm-complete-word-inserts-delimiters):
2654 * man.el (Man-name-local-regexp):
2655 * mail/feedmail.el (feedmail-display-full-frame):
2656 * international/characters.el (glyphless-char-display-control):
2657 * eshell/em-ls.el (eshell-ls-date-format):
2658 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2659 (lisp-lambda-list-keyword-parameter-indentation)
2660 (lisp-lambda-list-keyword-parameter-alignment):
2661 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2662 * dired-x.el (dired-omit-verbose):
2663 * cus-theme.el (custom-theme-allow-multiple-selections):
2664 * calc/calc.el (calc-highlight-selections-with-faces)
2665 (calc-lu-field-reference, calc-lu-power-reference)
2666 (calc-note-threshold):
2667 * battery.el (battery-mode-line-limit):
2668 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2669 (archive-7z-update):
2670 * allout.el (allout-prefixed-keybindings)
2671 (allout-unprefixed-keybindings)
2672 (allout-inhibit-auto-fill-on-headline)
2673 (allout-flattened-numbering-abbreviation):
2674 * allout-widgets.el (allout-widgets-auto-activation)
2675 (allout-widgets-icons-dark-subdir)
2676 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2677 (allout-widgets-theme-dark-background)
2678 (allout-widgets-theme-light-background)
2679 (allout-widgets-item-image-properties-emacs)
2680 (allout-widgets-item-image-properties-xemacs)
2681 (allout-widgets-run-unit-tests-on-load)
2682 (allout-widgets-time-decoration-activity)
2683 (allout-widgets-hook-error-post-time)
2684 (allout-widgets-track-decoration):
2685 Add missing :version tags to new defcustoms and defgroups.
2686
5fec1b8e
GM
2687 * progmodes/sql.el (sql-ansi-statement-starters)
2688 (sql-oracle-statement-starters): Add custom type.
2689
3e0d2fa7
GM
2690 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2691 (prolog-system-version): Give it a type.
2692
90b671e2
EZ
26932012-02-11 Eli Zaretskii <eliz@gnu.org>
2694
2695 * term/pc-win.el (x-select-text, x-selection-owner-p)
2696 (x-own-selection-internal, x-disown-selection-internal)
2697 (x-get-selection-internal): Sync doc strings and argument lists
2698 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2699
5eac0c02
LL
27002012-02-11 Leo Liu <sdl.web@gmail.com>
2701
2702 * progmodes/python.el (python-end-of-statement): Fix infinite
2703 loop. (Bug#10788)
2704
f82cb659
GM
27052012-02-10 Glenn Morris <rgm@gnu.org>
2706
2707 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2708 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2709
cc26d239
LI
27102012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2711
2712 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2713 about SMTP before checking the From header.
2714
91027d08 2715 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2716 into own function for reuse by emacsbug.el.
2717
1be3ca5a
LL
27182012-02-10 Leo Liu <sdl.web@gmail.com>
2719
2720 * subr.el (condition-case-unless-debug): Rename from
2721 condition-case-no-debug. All callers changed.
2722 (with-demoted-errors): Fix caller.
2723
2724 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2725 * nxml/rng-valid.el (rng-do-some-validation):
2726 * emacs-lisp/package.el (package-refresh-contents)
2727 (package-menu-execute):
2728 * desktop.el (desktop-create-buffer):
91027d08 2729 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2730
b011fbfe
GM
27312012-02-10 Glenn Morris <rgm@gnu.org>
2732
b2096d72
GM
2733 * textmodes/bibtex.el:
2734 Add missing :version tags for new/changed defcustoms.
2735
b011fbfe
GM
2736 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2737
4c7e65bf
LI
27382012-02-09 Lars Ingebrigtsen <larsi@rusty>
2739
2740 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2741 (smtpmail-via-smtp): Use it, or fall back on the From address.
2742 (smtpmail-send-it): Ditto.
2743
f3934f6f
SM
27442012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2747 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2748 (byte-compile-tmp-var): New const.
2749 (byte-compile-defvar): Use it to minimize .elc size.
2750 Just use `defvar' rather than simulate it (bug#10761).
2751
a075a2c5
GM
27522012-02-09 Glenn Morris <rgm@gnu.org>
2753
cf3aa21b
GM
2754 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2755
354998cd
GM
2756 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2757 Add :version tags.
2758
dc9924b8
SM
2759 * progmodes/compile.el (compilation-error-screen-columns)
2760 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2761
dab3703d
GM
2762 * vc/log-view.el (log-view-toggle-entry-display):
2763 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2764
3f88cd72
GM
2765 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2766 (report-emacs-bug-can-use-xdg-email):
2767 (report-emacs-bug-insert-to-mailer): Doc fixes.
2768 (report-emacs-bug): Message fix.
2769
d95b247d
GM
2770 * net/browse-url.el (browse-url-can-use-xdg-open)
2771 (browse-url-xdg-open): Doc fixes.
2772
a075a2c5
GM
2773 * electric.el (electric-indent-mode, electric-pair-mode)
2774 (electric-layout-rules, electric-layout-mode): Doc fixes.
2775 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2776
ffb6157e
MR
27772012-02-08 Martin Rudalics <rudalics@gmx.at>
2778
2779 * server.el (server-unselect-display): Don't inadvertently kill
2780 the current buffer. (Bug#10729)
2781
e1ac4066
GM
27822012-02-08 Glenn Morris <rgm@gnu.org>
2783
34e8a2da
GM
2784 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2785 (sql-list-table): Doc fixes.
2786
b4ac6e8c
GM
2787 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2788 Comment out (does nothing).
2789
e1ac4066
GM
2790 * completion.el (dynamic-completion-mode):
2791 * dirtrack.el (dirtrack-debug-mode):
2792 * electric.el (electric-layout-mode):
2793 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2794 * face-remap.el (text-scale-mode, buffer-face-mode):
2795 * iimage.el (iimage-mode):
2796 * image-mode.el (image-transform-mode):
2797 * minibuffer.el (completion-in-region-mode):
2798 * scroll-lock.el (scroll-lock-mode):
2799 * simple.el (next-error-follow-minor-mode):
2800 * tar-mode.el (tar-subfile-mode):
2801 * tooltip.el (tooltip-mode):
2802 * vcursor.el (vcursor-use-vcursor-map):
2803 * wid-browse.el (widget-minor-mode):
2804 * emulation/tpu-edt.el (tpu-edt-mode):
2805 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2806 * international/iso-ascii.el (iso-ascii-mode):
2807 * language/thai-util.el (thai-word-mode):
2808 * mail/supercite.el (sc-minor-mode):
2809 * net/goto-addr.el (goto-address-mode):
2810 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2811 * progmodes/cwarn.el (cwarn-mode):
2812 * progmodes/flymake.el (flymake-mode):
2813 * progmodes/glasses.el (glasses-mode):
2814 * progmodes/hideshow.el (hs-minor-mode):
2815 * progmodes/pascal.el (pascal-outline-mode):
2816 * textmodes/enriched.el (enriched-mode):
2817 * vc/smerge-mode.el (smerge-mode):
2818 Doc fixes (minor mode argument).
2819
5e0d957f
EZ
28202012-02-07 Eli Zaretskii <eliz@gnu.org>
2821
2822 * ls-lisp.el (ls-lisp-sanitize): New function.
2823 (ls-lisp-insert-directory): Use it to fix or remove any elements
2824 in file-alist with missing attributes. (Bug#4673)
2825
98d7371e
AM
28262012-02-07 Alan Mackenzie <acm@muc.de>
2827
2828 Fix spurious recognition of c-in-knr-argdecl.
2829
2830 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2831 putative K&R region.
2832
667ced3a
AM
28332012-02-07 Alan Mackenzie <acm@muc.de>
2834
eb864a71
LM
2835 * progmodes/cc-engine.el (c-forward-objc-directive):
2836 Prevent looping in "#pragma mark @implementation".
667ced3a 2837
5b77774d
MA
28382012-02-07 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * notifications.el (notifications-on-closed-signal): Make `reason'
2841 optional. (Bug#10744)
2842
af008560
GM
28432012-02-07 Glenn Morris <rgm@gnu.org>
2844
60d47423
GM
2845 * emacs-lisp/easy-mmode.el (define-minor-mode):
2846 Doc fixes for the macro and the mode it defines.
2847
dd605cc4
GM
2848 * image.el (imagemagick-types-inhibit): Doc fix.
2849
af008560
GM
2850 * cus-start.el (imagemagick-render-type): Add it.
2851
5cc59a37
LI
28522012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2853
4d6769e1
JB
2854 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2855 Set the default at load time, too, so that `font-lock-fontify-buffer'
2856 can be called without setting up the entire mode first. This fixes
2857 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2858
9a6dd747
CY
28592012-02-06 Chong Yidong <cyd@gnu.org>
2860
2d16b285
CY
2861 * simple.el (list-processes--refresh): Delete exited processes
2862 (Bug#8094).
2863
171e9b6e
CY
2864 * comint.el (comint-next-prompt): next-single-char-property-change
2865 and prev-single-char-property-change never return nil (Bug#8657).
2866
9a6dd747
CY
2867 * custom.el (defcustom): Doc fix (Bug#9711).
2868
aa4589a7
CY
28692012-02-05 Chong Yidong <cyd@gnu.org>
2870
5c2a252f
CY
2871 * cus-edit.el (custom-variable-reset-backup): Quote the value
2872 before storing it in the customized-value property (Bug#6712).
4aab9006 2873 (custom-display): Add a customization type tag.
983b9602 2874 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2875
aa4589a7
CY
2876 * wid-edit.el (widget-field-value-get): New optional arg to
2877 suppress trailing whitespace truncation.
2878 (character): Use it (Bug#2689).
2879
1ff980ae
AS
28802012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2881
2882 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2883 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2884
03988c98
CY
28852012-02-05 Chong Yidong <cyd@gnu.org>
2886
eeb6cc88
CY
2887 * cus-edit.el (custom-variable-value-create): For mismatched
2888 types, show the current value (Bug#7600).
2889
03988c98
CY
2890 * custom.el (defcustom): Doc fix.
2891
f8cdeef0
GM
28922012-02-05 Glenn Morris <rgm@gnu.org>
2893
2894 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2895
0696d255
JB
28962012-02-05 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2899 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2900 (pp-last-sexp): Use `looking-at-p'.
2901
34c99998
GM
29022012-02-04 Glenn Morris <rgm@gnu.org>
2903
8f05da42
GM
2904 * files.el (revert-buffer):
2905 Doc fix (mention revert-buffer-in-progress-p).
2906
f160676e
GM
2907 * emacs-lisp/ert-x.el (ert-simulate-command):
2908 Check deferred-action-list (which is obsolete) is bound.
2909
c7291ad9
GM
2910 * subr.el (with-wrapper-hook): Doc fixes.
2911
34c99998
GM
2912 * simple.el (filter-buffer-substring-functions)
2913 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2914
6283a7d3
LL
29152012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2916
2917 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2918 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2919
e96e3013
LL
29202012-02-04 Leo Liu <sdl.web@gmail.com>
2921
2922 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2923
8ded50f2
GM
29242012-02-04 Glenn Morris <rgm@gnu.org>
2925
82ff1d13
GM
2926 * image.el (image-extension-data): Add obsolete alias.
2927
987a0a16
GM
2928 * isearch.el (isearch-update): Doc fix.
2929
ea32ef46
GM
2930 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2931
8ded50f2
GM
2932 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2933
eea14f31
GM
29342012-02-03 Glenn Morris <rgm@gnu.org>
2935
2936 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2937 (image-animate-timeout): Doc fix.
2938
2939 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2940
12f381b7
GM
29412012-02-02 Glenn Morris <rgm@gnu.org>
2942
953cebf5
GM
2943 * server.el (server-auth-dir): Doc fix.
2944 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2945
12f381b7
GM
2946 * subr.el (run-mode-hooks): Doc fix.
2947
953a8c3b
JL
29482012-02-02 Juri Linkov <juri@jurta.org>
2949
2950 * image-mode.el (image-toggle-display-image): Remove tautological
2951 `major-mode' from the `derived-mode-p' test.
2952
c5d3843c
KH
29532012-02-02 Kenichi Handa <handa@m17n.org>
2954
9f6e692e 2955 * composite.el (compose-region): Cancel previous change.
c5d3843c 2956
159462d4 29572012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2958
2959 * composite.el (compose-region, compose-string): Signal error for
2960 a null string component (Bug#6988).
2961
9f562668
CY
29622012-02-01 Chong Yidong <cyd@gnu.org>
2963
e2cef717
CY
2964 * view.el (view-buffer-other-window, view-buffer-other-frame):
2965 Handle special modes like view-buffer (Bug#10650).
2966 (view-buffer): Simplify.
2967
9f562668
CY
2968 * frame.el (set-frame-font): Tweak meaning of third argument.
2969
9f6e692e
JB
2970 * dynamic-setting.el (font-setting-change-default-font):
2971 Use set-frame-font (Bug#9982).
9f562668 2972
781acb9f
GM
29732012-02-01 Glenn Morris <rgm@gnu.org>
2974
6035be52
GM
2975 * progmodes/compile.el (compilation-internal-error-properties):
2976 Respect compilation-first-column in the "*compilation*" buffer.
2977
781acb9f
GM
2978 * emacs-lisp/easy-mmode.el (define-minor-mode):
2979 Relax :variable's test for a named function.
2980
abbceb00
AM
29812012-01-31 Alan Mackenzie <acm@muc.de>
2982
2983 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2984 off by one error.
2985
fce3fdeb
CY
29862012-01-31 Chong Yidong <cyd@gnu.org>
2987
2988 * frame.el (set-frame-font): New arg ALL-FRAMES.
2989
2990 * menu-bar.el (menu-set-font): Use set-frame-font.
2991
2992 * faces.el (face-spec-reset-face): Don't apply unspecified
2993 attribute values to the default face.
2994
47893581
JB
29952012-01-31 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * progmodes/cwarn.el (cwarn): Remove dead link.
2998 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2999 Remove * from defcustom docstrings.
3000 (turn-on-cwarn-mode): Make obsolete.
3001 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3002 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3003
e58e988a
GM
30042012-01-31 Glenn Morris <rgm@gnu.org>
3005
60dc2671 3006 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3007 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3008 Allow named functions to be used as the cdr of :variable.
e58e988a 3009
7a3f511d
GM
30102012-01-30 Glenn Morris <rgm@gnu.org>
3011
3012 * emacs-lisp/authors.el (authors-fixed-entries):
3013 Remove reference to deleted file rnewspost.el.
3014
cb882333
JB
30152012-01-29 Juanma Barranquero <lekktu@gmail.com>
3016
3017 * window.el (window-with-parameter): Remove unused variable `windows'.
3018 (window--side-check): Remove unused variable `code'.
3019 (window--resize-siblings): Remove unused variable `first'.
3020 (adjust-window-trailing-edge): Remove unused variable `failed'.
3021 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3022 Use `let', not `let*'.
3023 (balance-windows-2): Remove unused variable `found'.
3024 (window--state-put-2): Remove unused variable `splits'.
3025 (window-state-put): Remove unused variable `selected'.
3026 (same-window-p): Use `string-match-p'.
3027 (display-buffer-assq-regexp): Remove unused variable `value'.
3028 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3029 Mark argument ALIST as ignored.
3030 (pop-to-buffer): Remove unused variable `old-window'.
3031
907201af
EZ
30322012-01-29 Eli Zaretskii <eliz@gnu.org>
3033
3034 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3035 and .lzma compressed files.
3036
ea162670
CY
30372012-01-29 Chong Yidong <cyd@gnu.org>
3038
5b95ee8a
CY
3039 * frame.el (window-system-default-frame-alist): Doc fix.
3040
ea162670
CY
3041 * dynamic-setting.el (font-setting-change-default-font): Don't
3042 change the default face if SET-FONT argument is non-nil (Bug#9982).
3043
d6e6f4b1
SB
30442012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3045
3046 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3047
0f29fa41 30482012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3049
3050 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3051 breakpoints in files outside current directory (Bug#6098).
3052
db174434
CY
30532012-01-29 Chong Yidong <cyd@gnu.org>
3054
6b25e4e2
SE
3055 * progmodes/python.el: Require ansi-color at top-level.
3056
6df6ae42
JB
3057 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3058 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3059 (lisp-mode-abbrev-table): Add doc.
3060 (lisp-mode-variables): Don't set local-abbrev-table.
3061 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3062
e70ee681
RW
30632012-01-28 Roland Winkler <winkler@gnu.org>
3064
3065 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3066
ace88aa2
RW
30672012-01-28 Roland Winkler <winkler@gnu.org>
3068
3069 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3070 (bibtex-set-dialect): Use it. Either set global values of
3071 dialect-dependent variables or bind these variables buffer-locally
3072 (Bug#10254).
3073 (bibtex-mode): Call bibtex-set-dialect via
3074 hack-local-variables-hook.
eb864a71
LM
3075 (bibtex-dialect): Update docstring.
3076 Add safe-local-variable predicate.
ace88aa2
RW
3077 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3078 bibtex-set-dialect.
3079 (bibtex-mode-map): Define menu for each dialect.
3080 (bibtex-entry): Fix docstring.
3081
93376c5b
CY
30822012-01-28 Chong Yidong <cyd@gnu.org>
3083
3084 * eshell/esh-arg.el (eshell-quote-argument): New function.
3085
3086 * eshell/esh-ext.el (eshell-invoke-batch-file):
3087 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3088 first arg to eshell-parse-command (Bug#10523).
3089
4372494f
DA
30902012-01-28 Drew Adams <drew.adams@oracle.com>
3091
3092 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3093 `default-directory' is non-nil.
3094
4d4ec1f8
EZ
30952012-01-28 Eli Zaretskii <eliz@gnu.org>
3096
3097 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3098 line that displays system-configuration-options. (Bug#9924)
3099
7c188927
DA
31002012-01-28 Drew Adams <drew.adams@oracle.com>
3101
3102 * descr-text.el (describe-char): Show information about POS, in
3103 addition to information about the character at POS. Improve and
3104 update the doc string. Change "code point" to "code point in
3105 charset", to avoid confusion with the character's Unicode code
3106 point shown above that. (Bug#10129)
3107
e0da685a
EZ
31082012-01-28 Eli Zaretskii <eliz@gnu.org>
3109
3110 * descr-text.el (describe-char): Show the raw character, not only
3111 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3112 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3113 for the reasons.
3114
70550acf
PH
31152012-01-28 Phil Hagelberg <phil@hagelb.org>
3116
eb864a71
LM
3117 * emacs-lisp/package.el (package-install):
3118 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3119
0ce8e868
CY
31202012-01-28 Chong Yidong <cyd@gnu.org>
3121
cb882333
JB
3122 * emacs-lisp/package.el (package-maybe-load-descriptor):
3123 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3124 (package-maybe-load-descriptor): Use it.
3125 (package-download-transaction): Fully load required packages
3126 inside the loop, so that `require' calls work (Bug#10593).
3127 (package-install): No need to call package-initialize now.
3128
2e7f3bea
CY
31292012-01-28 Chong Yidong <cyd@gnu.org>
3130
6e9bad14
CY
3131 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3132
f823b8ca
CY
3133 * tooltip.el (tooltip-mode): Doc fix.
3134 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3135
2680c309
CY
3136 * frame.el (set-cursor-color): Doc fix (Bug#352).
3137
d7a9e63b
CY
3138 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3139 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3140
2e7f3bea
CY
3141 * cus-edit.el (custom-buffer-create-internal): Fix search button
3142 action (Bug#10542).
2ae01800 3143 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3144
fc4f7a23
EW
31452012-01-27 Eduard Wiebe <usenet@pusto.de>
3146
3147 * dired.el (dired-mark-files-regexp):
3148 Include any subdirectory components. (Bug#10445)
3149
7dd37071
ML
31502012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3151
3152 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3153 Handle [host]:port syntax. (Bug#10533)
3154
a268160b
AH
31552012-01-27 Alex Harsanyi <harsanyi@mac.com>
3156
3157 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3158
e43273ef
GM
31592012-01-26 Glenn Morris <rgm@gnu.org>
3160
3161 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3162 * term.el (term-raw-escape-map): Use Control-X-prefix.
3163 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3164
1edf595d
MR
31652012-01-25 Martin Rudalics <rudalics@gmx.at>
3166
3167 * window.el (window-state-get, window--state-get-1): Don't deal
3168 with fixed-sizeness of windows. Simplify code.
3169
fa8eafef
JC
31702012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3171
6df6ae42
JB
3172 * window.el (window--state-get-1, window--state-put-2):
3173 Don't save and restore the mark.
fa8eafef 3174
0b21c100
CY
31752012-01-25 Chong Yidong <cyd@gnu.org>
3176
3177 * custom.el (custom-variable-p): Doc fix.
3178
5ae1a6c8
GM
31792012-01-25 Glenn Morris <rgm@gnu.org>
3180
40047858
GM
3181 * dired.el (dired-goto-file): Handle some of the more common
3182 characters that `ls -b' escapes. (Bug#10596)
3183
5ddce96c
GM
3184 * progmodes/compile.el (compilation-next-error-function):
3185 Respect compilation-first-column in the "*compilation*" buffer.
3186 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3187
5ae1a6c8
GM
3188 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3189
b559f1a9
GM
31902012-01-24 Glenn Morris <rgm@gnu.org>
3191
3192 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3193
6725d21a
JD
31942012-01-24 Julien Danjou <julien@danjou.info>
3195
3196 * color.el (color-rgb-to-hsl): Fix value computing.
3197 (color-hue-to-rgb): New function.
3198 (color-hsl-to-rgb): New function.
3199 (color-clamp, color-saturate-hsl, color-saturate-name)
3200 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3201 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3202
70df4bbe
GM
32032012-01-24 Glenn Morris <rgm@gnu.org>
3204
3205 * vc/vc-rcs.el (vc-rcs-create-tag):
3206 * vc/vc-sccs.el (vc-sccs-create-tag):
3207 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3208
802a2ae2
ML
32092012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3210
3211 * eshell/esh-util.el (eshell-read-hosts-file):
3212 Skip comment lines. (Bug#10549)
3213
d7128bb1
ML
3214 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3215
d1a5c3b4
JB
32162012-01-23 Juanma Barranquero <lekktu@gmail.com>
3217
2724d9c7
JB
3218 * subr.el (display-delayed-warnings): Doc fix.
3219 (collapse-delayed-warnings): New function to collapse identical
3220 adjacent warnings.
3221 (delayed-warnings-hook): Add it.
d1a5c3b4 3222
a5509865
MA
32232012-01-22 Michael Albinus <michael.albinus@gmx.de>
3224
3225 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3226
3227 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3228 properties, when "login-as" is set.
3229
3230 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3231 (tramp-default-user-alist): Don't add "pscp".
3232 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3233 property "login-as", if set. (Bug#10530)
3234
cc6d5805
MA
32352012-01-21 Michael Albinus <michael.albinus@gmx.de>
3236
3237 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3238 "plink1" and "psftp". (Bug#10530)
3239
32402012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3241
3242 * international/mule-cmds.el (prefer-coding-system): Show a
3243 warning message if the default value of file-name-coding-system
3244 was not changed.
3245
f0960428
JC
32462012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3247
cb882333
JB
3248 * windmove.el (windmove-reference-loc):
3249 Fix windmove-reference-loc miscalculation.
f0960428 3250
dd6f2a63
JB
32512012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3252
3253 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3254 default unit.
3255
7b447e9b
GM
32562012-01-21 Glenn Morris <rgm@gnu.org>
3257
117a9ea1
GM
3258 * international/mule.el (auto-coding-alist): Add .tbz.
3259
7b447e9b
GM
3260 * files.el (local-enable-local-variables): Doc fix.
3261 (inhibit-local-variables-regexps): Rename from
3262 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3263 Doc fix. Add some extensions from auto-coding-alist.
3264 (inhibit-local-variables-suffixes):
3265 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3266 (inhibit-local-variables-p):
3267 New function, extracted from set-auto-mode-1.
3268 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3269 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3270 (hack-local-variables): Doc fix. Make the mode-only case
3271 respect enable-local-variables and friends.
3272 Respect inhibit-local-variables-regexps for file-locals, but
3273 not for directory-locals.
3274 (set-visited-file-name):
3275 Take account of inhibit-local-variables-regexps.
3276 Whether it applies may change as the file name is changed.
3277 * jka-cmpr-hook.el (jka-compr-install):
3278 * jka-compr.el (jka-compr-uninstall):
3279 Update for inhibit-first-line-modes-suffixes name change.
3280
dd6e3cdd
MR
32812012-01-20 Martin Rudalics <rudalics@gmx.at>
3282
3283 * help-macro.el (make-help-screen): Temporarily restore original
3284 binding for minor-mode-map-alist (Bug#10454).
3285
0d0deb38
JD
32862012-01-19 Julien Danjou <julien@danjou.info>
3287
3288 * color.el (color-name-to-rgb): Use the white color to find the max
3289 color component value and return correctly computed values.
3290 (color-name-to-rgb): Add missing float conversion for max value.
3291
34a02f46
MR
32922012-01-19 Martin Rudalics <rudalics@gmx.at>
3293
3294 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3295 special state value for window-persistent-parameters.
3296 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3297 (window--state-put-2): Reset all window parameters to nil before
3298 assigning values of persistent parameters.
3299
606c44c4
AM
33002012-01-18 Alan Mackenzie <acm@muc.de>
3301
3302 Eliminate sluggishness and hangs in fontification of "semicolon
3303 deserts".
3304
cb882333
JB
3305 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3306 Change value 10000 -> 3000.
606c44c4
AM
3307 (c-state-safe-place): Reformulate so it doesn't stack up an
3308 infinite number of wrong entries in c-state-nonlit-pos-cache.
3309 (c-determine-limit-get-base, c-determine-limit): New functions to
3310 determine backward search limits disregarding literals.
3311 (c-find-decl-spots): Amend commenting.
3312 (c-cheap-inside-bracelist-p): New function which detects "={".
3313
3314 * progmodes/cc-fonts.el
3315 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3316 backward search.
3317 (c-font-lock-declarations): Fix an occurrence of point being
3318 undefined. Check additionally for point being in a bracelist or
3319 near a macro invocation without a semicolon so as to avoid a
3320 fruitless time consuming search for a declarator. Give a more
3321 precise search limit for declarators using the new
3322 c-determine-limit.
3323
f3860cea
GM
33242012-01-18 Glenn Morris <rgm@gnu.org>
3325
3326 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3327 (set-auto-mode): Doc fixes.
3328
1db03b16
GM
33292012-01-17 Glenn Morris <rgm@gnu.org>
3330
0e6038be
GM
3331 * isearch.el (search-nonincremental-instead): Fix doc typo.
3332
1db03b16
GM
3333 * dired.el (dired-insert-directory): Handle newlines in directory name.
3334 (dired-build-subdir-alist): Unescape newlines in directory name.
3335
4cb0aa75
MA
33362012-01-17 Michael Albinus <michael.albinus@gmx.de>
3337
3338 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3339 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3340 (tramp-action-terminal): Use it. (Bug#10530)
3341
1d00653d
SM
33422012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3345
6a6ee00d
MR
33462012-01-16 Martin Rudalics <rudalics@gmx.at>
3347
3348 * window.el (window-state-ignored-parameters): Remove variable.
3349 (window--state-get-1): Rename argument MARKERS to IGNORE.
3350 Handle persistent window parameters. Make copy of clone-of
3351 parameter only if requested. (Bug#10348)
3352 (window--state-put-2): Install a window parameter only if it has
3353 a non-nil value or an existing parameter shall be overwritten.
3354
97912def
MA
33552012-01-15 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3358
688070a5
EZ
33592012-01-14 Eli Zaretskii <eliz@gnu.org>
3360
3361 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3362 don't pass the (nil) value of `upnode' to string-match.
3363
301afadc
CY
33642012-01-14 Chong Yidong <cyd@gnu.org>
3365
3366 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3367 Fix values recognized by the cursorBlink resource.
301afadc 3368
9e5788aa
PE
33692012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3370
3371 * epg.el (epg--make-temp-file): Avoid permission race condition
3372 when running on old Emacs versions (bug#10403).
3373
3cdb7f5a
GM
33742012-01-14 Glenn Morris <rgm@gnu.org>
3375
3376 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3377
8c82b1b4
AM
33782012-01-13 Alan Mackenzie <acm@muc.de>
3379
3380 Fix filling for when filladapt mode is enabled.
3381
3382 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3383 c-mask-paragraph, pass in `fill-paragraph' rather than
3384 `fill-region-as-paragraph'. (This is a reversion of a previous
3385 change.)
eb864a71
LM
3386 * progmodes/cc-mode.el (c-basic-common-init):
3387 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3388
e517eda4
GM
33892012-01-13 Glenn Morris <rgm@gnu.org>
3390
1498536e
GM
3391 * dired.el (dired-switches-escape-p): New function.
3392 (dired-insert-directory): Use dired-switches-escape-p.
3393 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3394
e517eda4
GM
3395 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3396
328f984d
GM
33972012-01-12 Glenn Morris <rgm@gnu.org>
3398
3399 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3400 changes in adaptive-fill-regexp. (Bug#10276)
3401
2cc769a8
AM
34022012-01-11 Alan Mackenzie <acm@muc.de>
3403
3404 Fix Emacs bug #10463 - put `widen's around the critical spots.
3405
1d00653d 3406 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3407 widen around each invocation of c-state-pp-to-literal. Remove an
3408 unused let variable.
3409
e52c37fa
GM
34102012-01-11 Glenn Morris <rgm@gnu.org>
3411
3412 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3413 Doc fix.
e52c37fa 3414
96f8741e
CY
34152012-01-10 Chong Yidong <cyd@gnu.org>
3416
1d00653d
SM
3417 * net/network-stream.el (network-stream-open-starttls):
3418 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3419 response to the capability command.
3420
b09a806e
GM
34212012-01-10 Glenn Morris <rgm@gnu.org>
3422
3423 * mail/unrmail.el (unrmail): Tweak previous change.
3424
7655cb66
CY
34252012-01-09 Chong Yidong <cyd@gnu.org>
3426
3427 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3428
9d5a8f0b
AM
34292012-01-08 Alan Mackenzie <acm@muc.de>
3430
3431 Optimise font locking in long enum definitions.
3432
3433 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3434 arm to a cond form to handle enums.
3435 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3436 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3437
9a0115ab 34382012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3439
3440 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3441 (Bug#10401)
6bb72cbd 3442
f186bb95
LMI
34432012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444
29232a68
LMI
3445 * faces.el (set-face-attribute): Clarify the meaning of the nil
3446 frame (bug#10294).
3447
4e5d086d
LMI
3448 * subr.el (with-selected-frame): Mention that the selected frame
3449 is restored (bug#9980).
3450
8e66aebe
LMI
3451 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3452 (bug#9759).
3453
cd394be1 3454 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3455 (password-read): Don't autoload unused function.
3456
adf4e762
JB
34572012-01-07 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * progmodes/which-func.el (which-func-mode): Turn into a
3460 non-interactive function and mark as obsolete (bug#10428).
3461
89bd9ccd
CY
34622012-01-06 Chong Yidong <cyd@gnu.org>
3463
3464 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3465 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3466 functions, along with 1 and -1.
3467
4afee9d5
EZ
34682012-01-06 Eli Zaretskii <eliz@gnu.org>
3469
3470 * time.el (display-time-load-average)
3471 (display-time-default-load-average): Doc fixes. See the thread
3472 starting at
3473 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3474 for the details.
3475
536aea70
GM
34762012-01-06 Glenn Morris <rgm@gnu.org>
3477
665ae865
GM
3478 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3479 has no messages. (Bug#10377)
3480
c869783d
GM
3481 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3482 than Info-edit. (Bug#10385)
3483
2bb4227e
GM
3484 * time.el (display-time-load-average, display-time-next-load-average):
3485 Doc fixes.
3486
7d5944b9
GM
3487 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3488 local setting of buffer-read-only to the input buffer. (Bug#10419)
3489
536aea70
GM
3490 * calendar/calendar.el (calendar-mode):
3491 Locally set scroll-margin to 0. (Bug#10379)
3492
7dccca16
UM
34932012-01-06 Ulrich Mueller <ulm@gentoo.org>
3494
3495 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3496
afbb7930
GM
34972012-01-05 Glenn Morris <rgm@gnu.org>
3498
3499 * eshell/em-unix.el (diff-no-select): Autoload it.
3500 (eshell/diff): Use diff-no-select. (Bug#10420)
3501
04482335
CY
35022012-01-05 Chong Yidong <cyd@gnu.org>
3503
7baca3bc
CY
3504 * shell.el (shell-dynamic-complete-functions): Revert last change.
3505 (shell-command-completion-function): New function.
3506 (shell-completion-vars): Use it to implement
3507 shell-completion-execonly (Bug#10417).
3508
04482335
CY
3509 * custom.el (enable-theme): Don't set custom-safe-themes.
3510
1d00653d
SM
3511 * cus-theme.el (custom-theme-merge-theme):
3512 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3513
bb5aa5d6
MM
35142012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3515
3516 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3517 first prompt in `sql-interacive-mode'.
3518 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3519 keywords.
6df6ae42 3520 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3521 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3522 context of original buffer. Invoke `sql-login-hook'.
3523
a7183d7c
EZ
35242012-01-04 Eli Zaretskii <eliz@gnu.org>
3525
3526 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3527 letters in cite-prefix.
3528
a1eacd1e
LMI
35292012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3530
3531 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3532
787cdb34
CY
35332012-01-03 Chong Yidong <cyd@gnu.org>
3534
1d00653d
SM
3535 * shell.el (shell-dynamic-complete-functions):
3536 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3537 comint-filename-completion first (Bug#10417).
3538
30710442
RS
35392012-01-02 Richard Stallman <rms@gnu.org>
3540
3541 * battery.el (battery-status-function):
3542 Detect when to use battery-yeeloong-sysfs.
3543 (battery-echo-area-format): Add string for Yeeloong.
3544 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3545 (battery-yeeloong-sysfs): New function.
3546
f75bfc33
CY
35472012-01-02 Chong Yidong <cyd@gnu.org>
3548
3549 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3550 (dirtrack): Merge code for handling relative filenames in prompt
3551 from shell-dir-cookie-watcher.
3552 (dirtrack-debug-message): New arg to avoid excess format calls.
3553
3554 * shell.el (shell-dir-cookie-re): Variable deleted.
3555 (shell-dir-cookie-watcher): Function deleted.
3556 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3557 with dirtrack-mode.
3558
651e947e
EZ
35592012-01-01 Eli Zaretskii <eliz@gnu.org>
3560
1d00653d
SM
3561 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3562 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3563 libgnutls-26.dll.
3564
94d4c7dc
AS
35652011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3566
3567 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3568
8d43f3cd
EZ
35692011-12-31 Eli Zaretskii <eliz@gnu.org>
3570
3571 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3572 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3573
98c8795a
MA
35742011-12-29 Michael Albinus <michael.albinus@gmx.de>
3575
3576 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3577 also for alternative shells.
3578 (tramp-open-connection-setup-interactive-shell): Check, whether
3579 the shell is a busybox.
3580 (tramp-send-command): Don't suppress multiple prompts for
3581 busyboxes, it hurts.
3582
51281b32
CY
35832011-12-28 Chong Yidong <cyd@gnu.org>
3584
3585 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3586 (gdb-get-source-file): Move mode line update to
3587 gdb-get-source-file (Bug#10087).
3588
2170cb53
CY
35892011-12-25 Chong Yidong <cyd@gnu.org>
3590
3591 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3592 gud-gdb-marker-filter without taking it as an argument.
3593 (gud-gdb-run-command-fetch-lines): Caller changed.
3594 (gud-gdb-completion-function): New variable.
3595 (gud-gdb-completion-at-point): Use it.
3596 (gud-gdb-completions-1): Split from gud-gdb-completions.
3597
3598 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3599 function as separate arguments.
3600 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3601 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3602 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3603 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3604 (gdb-stopped, def-gdb-auto-update-trigger)
3605 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3606 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3607 Callers changed.
2170cb53
CY
3608 (gud-gdbmi-completions): New function.
3609 (gdb): Use it for generating the completion table.
3610
be8b11bb
AM
36112011-12-24 Alan Mackenzie <acm@muc.de>
3612
3613 Introduce a mechanism to widen the region used in context font
1d00653d 3614 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3615
1d00653d
SM
3616 * progmodes/cc-langs.el (c-before-font-lock-functions):
3617 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3618 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3619 functions to be run just before context (etc.) font locking.
3620
3621 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3622 New, functionality extracted from
be8b11bb 3623 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3624 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3625 (c-after-change): Set c-in-after-change-fontification.
3626 (c-set-fl-decl-start): Rejig its interface, so it can be called
3627 from both after-change and context fontifying.
b81d40f0
JB
3628 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3629 New functions.
3630 (c-standard-font-lock-fontify-region-function): New variable.
3631 (c-font-lock-fontify-region): New function.
be8b11bb 3632
341cf6ac
JL
36332011-12-24 Juri Linkov <juri@jurta.org>
3634
3635 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3636 (Bug#10348)
3637
bffcee0a
MA
36382011-12-23 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3641 existence of source file. (Bug#10325)
3642
cb5e207c
AM
36432011-12-23 Alan Mackenzie <acm@muc.de>
3644
3645 Fix unstable fontification inside templates.
3646
b81d40f0
JB
3647 * progmodes/cc-langs.el (c-before-font-lock-functions):
3648 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3649 additionally has c-set-fl-decl-start. The other languages (apart
3650 from AWK) have that as a single entry.
3651
b81d40f0
JB
3652 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3653 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3654 c-set-fl-decl-start.
3655
b81d40f0
JB
3656 * progmodes/cc-mode.el (c-common-init, c-after-change):
3657 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3658 (c-set-fl-decl-start): New function, extracted from
3659 c-font-lock-enclosing-decls and enhanced.
3660
60ff536c
JB
36612011-12-23 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3664
1c4757d6
JL
36652011-12-22 Juri Linkov <juri@jurta.org>
3666
3667 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3668
d031f2c7
CY
36692011-12-22 Chong Yidong <cyd@gnu.org>
3670
3671 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3672
bace743a
DA
36732011-12-21 Drew Adams <drew.adams@oracle.com>
3674
3675 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3676
728a1f2b
JC
36772011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3678
3679 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3680
0d373f73
TZ
36812011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3682
fec0aaa4
TZ
3683 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3684 highlighting and support. Fix up comments for capitalization.
3685 (cfengine-mode-debug): New var.
3686 (cfengine3-mode): Change the modeline indicator to "CFE3".
3687 (cfengine3-font-lock-keywords): Improve defun highlighting.
3688 (cfengine2-actions): Rename from `cfengine-actions'.
3689 (cfengine2-font-lock-keywords): Rename from
3690 `cfengine-font-lock-keywords'.
3691 (cfengine2-imenu-expression): Rename from
3692 `cfengine-imenu-expression'.
3693 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3694 (cfengine2-beginning-of-defun): Rename from
3695 `cfengine-beginning-of-defun'.
3696 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3697 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3698 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3699 modeline indicator to "CFE2".
3700 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3701 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3702
bc86f573
CY
37032011-12-21 Chong Yidong <cyd@gnu.org>
3704
3705 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3706 filename argument.
3707
d45ba96b
MR
37082011-12-20 Martin Rudalics <rudalics@gmx.at>
3709
3710 * window.el (window-normalize-buffer-to-display): Remove.
3711 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3712
a6198c90
CY
37132011-12-19 Chong Yidong <cyd@gnu.org>
3714
3715 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3716 Don't signal an error in a predicate function; return non-nil.
3717 (vc-dir-mark-file): Move the error here.
3718 (vc-dir-mark-unmark): If acting on the region, keep going if one
3719 of the entries cannot be marked/unmarked.
3720 (vc-dir-mark-all-files): If current entry is a directory, mark
3721 only child files, as documented.
3722
34c5fb55
VB
37232011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3724
3725 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3726 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3727 addition.
3728
c803b2b7
JD
37292011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3730
3731 * term/ns-win.el (ns-get-selection-internal)
3732 (ns-store-selection-internal): Declare.
1154d12e
JB
3733 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3734 Declare as obsolete.
3735 (ns-get-pasteboard, ns-paste-secondary):
3736 Use ns-get-selection-internal.
3737 (ns-set-pasteboard, ns-copy-including-secondary):
3738 Use ns-store-selection-internal.
c803b2b7 3739
9cff91f8 37402011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3741
3742 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3743 (vc-deduce-fileset): Doc fix.
99a289d9 3744
f16c898a
AS
37452011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3746
3747 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3748
763237c4
SS
37492011-12-13 Sam Steingold <sds@gnu.org>
3750
3751 * man.el (Man-getpage-in-background): When running under a
3752 window-system, ignore $MANWIDTH and $COLUMNS.
3753
5fc1c122
KH
37542011-12-15 Kenichi Handa <handa@m17n.org>
3755
3756 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3757 (setup-ethiopic-environment-internal): Comment out key-binding for
3758 ethio-toggle-punctuation.
3759
13d49cbb
AM
37602011-12-13 Alan Mackenzie <acm@muc.de>
3761
898169a2
AM
3762 Add the switch statement to AWK Mode.
3763
7a71b18d 3764 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3765 "default" to the keywords regexp.
3766
7a71b18d 3767 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3768 expression as the rest.
1d00653d
SM
3769 (c-nonlabel-token-key): Allow string literals for AWK.
3770 Refactor for the other modes.
898169a2 3771
13d49cbb 3772 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3773 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3774 routines. Limit backward searching in c-font-lock-enclosing.decl.
3775
3776 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3777 pp-state and literal type in addition to the limits.
1d00653d 3778 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3779 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3780 (c-slow-in-literal, c-fast-in-literal): Remove.
3781 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3782
3783 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3784 being in a literal. Add a limit for backward searching.
3785
3786 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3787 c-slow-in-literal.
3788
15e0efc7
SM
37892011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3792
454592a6
MR
37932011-12-13 Martin Rudalics <rudalics@gmx.at>
3794
3795 * window.el (delete-other-windows): Use correct frame in call to
3796 window-with-parameter.
3797
87393f26
DP
37982011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3799
3800 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3801 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3802 (makefile-gmake-statements, makefile-makepp-statements):
3803 Use it and add new makepp keywords.
3804 (makefile-makepp-font-lock-keywords): Add new patterns.
3805 (makefile-match-function-end): Match new [...] and [[...]].
3806
11636b22
JB
38072011-12-11 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * ses.el (ses-call-printer-return, ses-cell-property-get)
3810 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3811 (ses-create-cell-variable, ses-reset-header-string)
3812 (ses-cell-set-formula, ses-repair-cell-reference-all)
3813 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3814 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3815 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3816 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3817 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3818 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3819 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3820 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3821 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3822 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3823 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3824 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3825
cf018193
VB
38262011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3827
3828 * ses.el: The overall change is to add cell renaming, that is
3829 setting fancy names for cell symbols other than name matching
3830 "\\`[A-Z]+[0-9]+\\'" regexp .
3831 (ses-create-cell-variable): New defun.
3832 (ses-relocate-formula): Relocate formulas only for cells the
3833 symbols of which are not renamed, i.e. symbols whose names do not
3834 match regexp "\\`[A-Z]+[0-9]+\\'".
3835 (ses-relocate-all): Relocate values only for cells the symbols of
3836 which are not renamed.
3837 (ses-load): Create cells variables as the (ses-cell ...) are read,
3838 in order to check row col consistency with cell symbol name only
3839 for cells that are not renamed.
3840 (ses-replace-name-in-formula): New defun.
3841 (ses-rename-cell): New defun.
3842
ee957461
CY
38432011-12-11 Chong Yidong <cyd@gnu.org>
3844
3845 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3846 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3847
9a9e9ef0
MR
38482011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3849
3850 * window.el (other-window): Fix docstring.
3851
92a8eba5
EZ
38522011-12-10 Eli Zaretskii <eliz@gnu.org>
3853
3854 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3855 `from' or `to' address before taking its substring.
3856 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3857 encoded name is chopped in the middle of the encoded string, and
3858 thus displayed encoded.
3859
e152e577
JB
38602011-12-10 Juanma Barranquero <lekktu@gmail.com>
3861
3862 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3863
e5d84bfe
EZ
38642011-12-10 Eli Zaretskii <eliz@gnu.org>
3865
3866 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3867 to use texinfo-update-node and commands that call it if the
3868 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3869 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3870 (texinfo-all-menus-update, texinfo-master-menu)
3871 (texinfo-update-node, texinfo-every-node-update)
3872 (texinfo-multiple-files-update): Doc fix. Warn against updating
3873 all the @node lines.
3874 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3875 argument is numeric. Explain better in the doc string what the
3876 function really does.
3877 (texinfo-insert-master-menu-list): Improve the error message
3878 displayed if there's no menu in the Top node.
3879 (Bug#2975) See also this thread:
e5d84bfe
EZ
3880 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3881
1d84e9bb
MG
38822011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3883
3884 * speedbar.el (speedbar-supported-extension-expressions):
3885 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3886
382c953b
JB
38872011-12-09 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * printing.el (pr-mode-alist):
3890 * simple.el (filter-buffer-substring-functions)
3891 (completion-list-insert-choice-function):
3892 * window.el (window-with-parameter, window-atom-root)
3893 (window-sides-slots, window-size-fixed, window-min-delta)
3894 (window-max-delta, window--resize-mini-window)
3895 (window--resize-child-windows-normal, window-tree)
3896 (delete-other-windows, quit-window, split-window)
3897 (display-buffer-record-window, special-display-buffer-names)
3898 (special-display-regexps, special-display-popup-frame)
3899 (same-window-p, split-window-sensibly)
3900 (display-buffer-overriding-action, display-buffer-alist)
3901 (display-buffer-base-action, display-buffer, switch-to-buffer)
3902 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3903 (fit-window-to-buffer, recenter-positions)
3904 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3905 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3906 and remove unneeded backslashes in docstrings.
3907
39c9faef
SM
39082011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3909
98449af8
SM
3910 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3911
39c9faef
SM
3912 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3913 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3914 end in ".mk".
3915 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3916 when reading the makefile (bug#10116).
3917
86ed9fdc
SM
39182011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3921 (bug#10116).
3922
5580f89d
GM
39232011-12-06 Glenn Morris <rgm@gnu.org>
3924
3925 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3926
28d3917c
CY
39272011-12-06 Chong Yidong <cyd@gnu.org>
3928
3929 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3930
a98edce9
JB
39312011-12-06 Juanma Barranquero <lekktu@gmail.com>
3932
3933 * textmodes/table.el (table-shorten-cell): Fix typo.
3934
e65adfac
CG
39352011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3936
3937 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3938
71cc0b74
EZ
39392011-12-05 Eli Zaretskii <eliz@gnu.org>
3940
3941 * descr-text.el (describe-char): Fix display of strong
3942 right-to-left characters and directional embeddings and overrides.
3943
3944 * simple.el (what-cursor-position): Fix display of codepoints of
3945 strong right-to-left characters.
3946
315bc30d
CY
39472011-12-05 Chong Yidong <cyd@gnu.org>
3948
3949 * faces.el (read-color): Doc fix.
3950
58a70b94
GM
39512011-12-05 Glenn Morris <rgm@gnu.org>
3952
3953 * align.el (align--set-marker): Add doc-string.
3954 Don't try to move something that is not a marker. (Bug#10216)
3955
5158face
GM
39562011-12-04 Glenn Morris <rgm@gnu.org>
3957
3958 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3959 overly zealous deletion of trailing whitespace.
3960
520fca41
JB
39612011-12-04 Juanma Barranquero <lekktu@gmail.com>
3962
3963 * server.el (server-delete-client): On Windows, do not try to delete
3964 the only terminal.
3965 (server-process-filter): On Windows, treat requests for a tty frame as
3966 if they were for a GUI frame if the running server is in GUI mode.
3967
5e605a2e
GM
39682011-12-03 Glenn Morris <rgm@gnu.org>
3969
3970 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3971
5c3fe83f
SM
39722011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3973
6f5e57e7
SM
3974 * electric.el: Streamline electric-indent's hook.
3975 (electric-indent-chars): Revert to simple list.
3976 (electric-indent-functions): New var.
3977 (electric-indent-post-self-insert-function): Use it.
3978
5c3fe83f
SM
3979 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3980 there's no inferior buffer (bug#10196).
3981 (prolog-consult-compile): Don't use toggle-read-only.
3982
6bdac736
MA
39832011-12-02 Michael Albinus <michael.albinus@gmx.de>
3984
3985 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3986 interrupt. (Bug#10187)
3987
6131ba7f
SM
39882011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3989
99c79fee
SM
3990 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3991 (bug#9160).
3992
6131ba7f
SM
3993 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3994 (bug#10191).
3995
cb0a02ea
JL
39962011-12-02 Juri Linkov <juri@jurta.org>
3997
3998 * info.el (Info-search): Display "end of manual" when Isearch
3999 reaches the end of single-file Info manual. (Bug#9918)
4000
66e0570c
EZ
40012011-12-02 Eli Zaretskii <eliz@gnu.org>
4002
4003 * isearch.el (isearch-message-prefix): Run the input method part
4004 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4005
02b16839
JL
40062011-12-02 Juri Linkov <juri@jurta.org>
4007
4008 * isearch.el (isearch-occur): Use `word-search-regexp' for
4009 `isearch-word'.
4010 (isearch-search-and-update): Add condition for `isearch-word' and
4011 call `word-search-regexp'. (Bug#10145)
4012
0b950688
GM
40132011-12-01 Glenn Morris <rgm@gnu.org>
4014
4015 * eshell/em-hist.el (eshell-hist-initialize):
4016 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4017 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4018
9505c3c7
SM
40192011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4022
1bbe96b2 40232011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4024
a1beca85
SM
4025 * progmodes/verilog-mode.el (verilog-pretty-expr):
4026 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4027 verilog, such as += *= and the like.
4028 (verilog-assignment-operator-re): Regular expression to find the
4029 assigment operator in a verilog assignment.
4030 (verilog-assignment-operation-re): Regular expression to find an
4031 assignment statement for pretty-expr.
4032 (verilog-in-attribute-p): Query returns true if point is in an
4033 attribute context; used to skip these for expression line up from
4034 pretty-expr.
4035 (verilog-in-parameter-p): Query returns true if point is in an
4036 parameter definition context; used to skip these for expression
4037 line up from pretty-expr.
4038 (verilog-in-parenthesis-p): Query returns true if point is in a
4039 parenthetical expression, specifically ( ) but not [ ] or { };
4040 used by pretty-expr.
4041 (verilog-just-one-space): If there is no space, don't add one.
4042 (verilog-get-lineup-indent-2): Specifically skip just attribute
4043 contexts for expression lineup, rather than skipping all
4044 parenthetical expressions.
4045 (verilog-calculate-indent): Fix comment, and fix indent.
4046 (verilog-do-indent): Indent declarations in lists (suggested by
4047 Joachim Lechner).
4048 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4049 skeleton items.
4050 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4051 by Alain Mellan).
4052
1bbe96b2 40532011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4054
4055 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4056 parameters with embedded comments. Reported by Ray Stevens.
4057 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4058 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4059 Reported by Tim Holt.
4060 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4061 instantiated by upper module causing wrong expansion until AUTOed a
4062 second time. Reported by K C Buckenmaier.
4063 (verilog-diff-auto): Fix showing .* as a difference when
4064 `verilog-auto-star-save' off. Reported by Dan Dever.
4065 (verilog-auto-reset, verilog-read-always-signals)
4066 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4067 temporary signals in reset list if
4068 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4069 style to each signal's assignment type, bug381.
4070 Reported by Thomas Esposito.
6288f0ca
WS
4071 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4072 (verilog-uvm-statement-re): Support UVM indentation and
4073 highlighting, with old OVM keywords only.
a1beca85 4074 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4075 Support AUTOTIEOFF creating non-wire data types.
4076 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4077 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4078 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4079 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4080 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4081 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4082 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4083 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4084 non-numeric vector width. Reported by Alex Reed.
4085 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4086 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4087 (verilog-auto-delete-trailing-whitespace):
4088 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4089 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4090 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4091 Fix verilog-scan-cache corruption when running user AUTO expansion
4092 hooks that call indentation routines.
4093 (verilog-simplify-range-expression): Fix typo ignoring lower case
4094 identifiers.
4095 (verilog-delete-auto): Fix delete-autos to also remove user created
4096 automatics, as long as they start with AUTO.
4097 (verilog-batch-diff-auto, verilog-diff-auto)
4098 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4099 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4100 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4101 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4102 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4103 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4104 is disabled and its cache will get corrupt, causing AUTOS not to
4105 expand. Instead use only -quick functions.
4106 (verilog-scan-region): Fix scanning over escaped quotes.
4107 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4108 (verilog-re-search-backward-quick)
4109 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4110 related functions now ignore strings, to fix misparsing of strings
4111 with magic comments embedded in them.
a1beca85
SM
4112 (verilog-read-auto-template):
4113 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4114 Reported by Brad Dobbie.
4115 (verilog-read-auto-template):
4116 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4117 Reported by Brad Dobbie.
6288f0ca
WS
4118 (verilog-auto-inst, verilog-auto-inst-param)
4119 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4120 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4121 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4122 debugging templates without merge conflicts, bug357.
4123 Reported by Brad Dobbie.
4124 (verilog-read-auto-template):
4125 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4126 Reported by Brad Dobbie.
4127 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4128 abbrevs so user won't be asked to save.
4129 (verilog-read-auto-lisp-present): Fix to start at beginning of
4130 buffer in case called outside of verilog-auto.
4131 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4132 to "X-2". Reported by Matthew Myers.
4133 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4134 all inputs from module templates. Reported by Leith Johnson.
4135 (verilog-module-inside-filename-p): Fix locating programs as with
4136 modules.
4137 (verilog-auto-inst-port): Fix vl-width expressions when using
4138 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4139 (verilog-decls-get-regs, verilog-decls-get-signals,
4140 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4141 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4142 verilog-read-decls): Combine reg and wire structures into one var
4143 structure to represent SystemVerilog concepts.
4144 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4145 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4146 (verilog-auto-wire-type, verilog-insert-definition):
4147 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4148 SystemVerilog "logic" keyword instead of "wire"/"reg".
4149 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4150 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4151 ifdef or generate if so there's not a driver conflict).
4152 Reported by Matthew Myers.
4153 (verilog-auto-declare-nettype, verilog-insert-definition):
4154 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4155 `default_nettype none. Reported by Julian Gorfajn.
4156 (verilog-read-always-signals-recurse, verilog-read-decls)
4157 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4158 malformed end statement, bug325. Reported by Joshua Wise and
4159 Andrew Drake.
4160 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4161 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4162 when expanding .* in interfaces, bug320.
4163 Reported by Pierre-David Pfister.
6288f0ca 4164 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4165 name and open parenthesis, bug317.
4166 Reported by Pierre-David Pfister.
6288f0ca
WS
4167 (verilog-simplify-range-expression): Fix simplification of
4168 multiplications inside AUTOWIRE connections, bug303.
4169 (verilog-auto-inst-port): Support parameter expansion in
4170 multidimensional arrays.
4171 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4172 after "assert property". Reported by Julian Gorfajn.
4173 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4174 with multiplication, bug303.
4175 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4176 Reported by Jan Frode Lonnum.
4177
1bbe96b2
GM
41782011-11-30 Juanma Barranquero <lekktu@gmail.com>
4179
4180 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4181 (hfy-shell-file-name, hfy-shell):
4182 * international/fontset.el (x-decompose-font-name): Fix typos.
4183
41842011-11-29 Ken Brown <kbrown@cornell.edu>
4185
4186 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4187 (gdb-version): Remove defvar.
4188 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4189 (gdb-gud-context-command, gdb-non-stop-handler)
4190 (gdb-current-context-command, gdb-stopped): Use it.
4191 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4192 (gdb-non-stop-handler): Don't enable pretty-printing here.
4193 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4194 non-stop mode. Use the following.
4195 (gdb-check-target-async): New defun.
4196 (gud-watch, gdb-stopped): Fix whitespace.
4197 (gdb-get-source-file): Don't try to display the source file if
4198 `gdb-main-file' is nil.
4199
42002011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * align.el: Try to generate fewer markers (bug#10047).
4203 (align--set-marker): New macro.
4204 (align-region): Use it.
4205
c935221f
SM
42062011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4209
e70b5064
CY
42102011-11-29 Chong Yidong <cyd@gnu.org>
4211
4212 * indent.el (indent-for-tab-command, indent-according-to-mode):
4213 Doc fix.
4214 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4215
f3af92b7
MA
42162011-11-29 Michael Albinus <michael.albinus@gmx.de>
4217
4218 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4219 aware of remote file names. (Bug#10124)
4220
ed472be9
CY
42212011-11-29 Chong Yidong <cyd@gnu.org>
4222
4223 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4224
24510c22
SM
42252011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * files.el (find-file): Don't use force-same-window (bug#10144).
4228 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4229 use pop-to-buffer if the selected window can't be used.
4230 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4231
c60c3703
EZ
42322011-11-28 Eli Zaretskii <eliz@gnu.org>
4233
4234 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4235 special-mode-map.
4236
e95def75
CY
42372011-11-28 Chong Yidong <cyd@gnu.org>
4238
4239 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4240
c3f1c606
NR
42412011-11-27 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4244 gdb-get-source-file-list on gdb-create-source-file-list.
4245
00db469c
EZ
42462011-11-26 Eli Zaretskii <eliz@gnu.org>
4247
4248 * whitespace.el (whitespace-newline): Use a different foreground
4249 color for 16-color light-background displays.
4250
4ad3bc2a
CY
42512011-11-24 Chong Yidong <cyd@gnu.org>
4252
4253 * window.el (display-buffer--special-action): Doc fix.
4254
e9fce1ac
JB
42552011-11-25 Juanma Barranquero <lekktu@gmail.com>
4256
4257 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4258 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4259 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4260 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4261 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4262 (avl-tree-stack-first):
4263 * emacs-lisp/cconv.el (cconv--analyse-use):
4264 * net/gnutls.el (gnutls-negotiate): Fix typos.
4265
cb825e5d
GM
42662011-11-24 Glenn Morris <rgm@gnu.org>
4267
3adbe224
GM
4268 * lpr.el (lpr-windows-system, lpr-lp-system):
4269 * mail/binhex.el (binhex-begin-line):
4270 * progmodes/grep.el (grep-history, grep-find-history):
4271 * textmodes/flyspell.el:
4272 * vc/pcvs-defs.el (cvs-global-menu):
4273 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4274 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4275 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4276
321decc8
GM
4277 * net/tls.el: Fix case of "GnuTLS".
4278
420b63ad
GM
4279 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4280
cb825e5d
GM
4281 * version.el (emacs-build-system): Give it a doc-string.
4282
a0649f08
JL
42832011-11-24 Juri Linkov <juri@jurta.org>
4284
4285 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4286
c0bc0fd4
GM
42872011-11-24 Glenn Morris <rgm@gnu.org>
4288
4289 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4290 if called on a non-mime message just toggle the headers. (Bug#8006)
4291
20db1522
JB
42922011-11-24 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4295 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4296 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4297 (allout-rebullet-heading, allout-open-sibtopic)
4298 (allout-toggle-current-subtree-encryption)
4299 (allout-toggle-subtree-encryption, allout-encrypt-string)
4300 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4301 (allout-distinctive-bullets-string, allout-auto-activation):
4302 * window.el (window-normalize-buffer-to-display):
4303 * progmodes/verilog-mode.el (verilog-batch-indent):
4304 * textmodes/bibtex.el (bibtex-field-braces-opt)
4305 (bibtex-field-strings-opt):
4306 * vc/cvs-status.el (cvs-tree-merge):
4307 Fix typos.
4308
7262a87c
MA
43092011-11-23 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4312 `non-essential' to t, in order to avoid remote connections.
4313
283430a1
EZ
43142011-11-23 Eli Zaretskii <eliz@gnu.org>
4315
a1beca85
SM
4316 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4317 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4318 case-insensitively.
4319
d2992a38
ML
43202011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4321
4322 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4323
50419064
GM
43242011-11-23 Glenn Morris <rgm@gnu.org>
4325
da94eca1
GM
4326 * paths.el (rmail-file-name): Reformat the doc-string so that it
4327 is picked up.
4328
9aac4de2
GM
4329 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4330 (rmail-auto-file): Ignore case in the "special" field names,
4331 as mail-fetch-field does for all others.
4332
8038d2d2
GM
4333 * mail/rmail.el (rmail-forward):
4334 * mail/rmailkwd.el (rmail-set-label):
4335 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4336 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4337
f3fe222a
GM
4338 * mail/rmail.el (rmail-current-message): Doc fix.
4339
50419064
GM
4340 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4341
28109f49
SM
43422011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4345
394c65f1
GM
43462011-11-22 Glenn Morris <rgm@gnu.org>
4347
4348 * mail/rmailmm.el (test-rmail-mime-handler)
4349 (test-rmail-mime-bulk-handler)
4350 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4351
f2a0aa3a
JL
43522011-11-21 Juri Linkov <juri@jurta.org>
4353
1154d12e
JB
4354 * calc/calc.el (calc-read-key-sequence):
4355 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4356
9c34a344
LMI
43572011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358
4359 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4360 Tell the caller that the next line needs recomputation, even
4361 though it doesn't start a sexp (bug#10094).
4362
f04a3be9
SM
43632011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4366
7978747f
SM
43672011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4368
f04a3be9
SM
4369 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4370 Use force-same-window.
7978747f 4371
fe7a3057
JB
43722011-11-20 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * descr-text.el (describe-char-unicode-data):
4375 * json.el (json-string-escape):
4376 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4377 (Footnote-unicode, Footnote-style-p):
4378 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4379
24901d61
CY
43802011-11-20 Chong Yidong <cyd@gnu.org>
4381
4382 * window.el (replace-buffer-in-windows): Restore interactive spec.
4383
bac7ff22
SM
43842011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4385
24f3d7b9
SM
4386 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4387
bac7ff22
SM
4388 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4389 (byte-compile-global-not-obsolete-vars): New var.
4390 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4391 Use it.
4392 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4393
cd1181db
JB
43942011-11-20 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4397 * progmodes/pascal.el (electric-pascal-equal):
4398 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4399 * xml.el (xml-substitute-special): Fix typos.
4400
7fb18e9e
GM
44012011-11-20 Glenn Morris <rgm@gnu.org>
4402
4403 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4404 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4405 Doc fixes.
4406 (rmail-decode-mime-charset): Mark as obsolete.
4407
4408 * mail/rmailsum.el (rmail-message-regexp-p-1):
4409 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4410 Before using mime functions, check they are set. (Bug#10077)
4411
d5a6b3ba
JL
44122011-11-19 Juri Linkov <juri@jurta.org>
4413
4414 * info.el (Info-finder-find-node): Use `package--builtins' instead
4415 of `package-alist'. Use node names formed by the pattern "Keyword "
4416 and the keyword name.
4417
e981b61f
AS
44182011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4419
1d00653d 4420 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4421
3ffbc301
JL
44222011-11-19 Juri Linkov <juri@jurta.org>
4423
4424 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4425 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4426 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4427 `old-history', `old-history-forward'. Add let-binding
4428 `window-selected'. Remove calls to `kill-buffer',
4429 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4430 before calling `Info-find-node', so `Info-find-node-2' will reread
4431 the Info file. Restore window positions only when `window-selected'
4432 is non-nil.
4433
30c62133
JL
44342011-11-19 Juri Linkov <juri@jurta.org>
4435
4436 * isearch.el (isearch-lazy-highlight-new-loop):
4437 Remove condition `(not isearch-error)'. (Bug#9918)
4438
4439 * misearch.el (multi-isearch-search-fun): Add condition
4440 `(not bound)' to ignore lazy-highlighting search.
4441 Add the search-failed message "end of multi" when the end of
4442 multi-sequence is reached. Uncapitalize the search-failed
4443 message "Repeat for next buffer".
4444
4445 * info.el (Info-search): Add the search-failed message
4446 "end of the manual" when the end of the manual is reached
4447 in Isearch mode.
4448
645ca9cf
JL
44492011-11-19 Juri Linkov <juri@jurta.org>
4450
4451 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4452 Use non-destructive `remove' instead of `delete' because
4453 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4454 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4455
df754f66
JL
44562011-11-19 Juri Linkov <juri@jurta.org>
4457
4458 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4459 to nil instead of binding `search-ring' and `regexp-search-ring'.
4460 (Bug#9185)
4461
0e23d96a
EZ
44622011-11-19 Eli Zaretskii <eliz@gnu.org>
4463
4464 * simple.el (line-move): Force movement by logical lines for any
4465 hscrolled window, not only when auto-hscroll-mode is on.
4466 (line-move-visual): Update doc string to that effect. (Bug#10076)
4467
8a6ccb66
AS
44682011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4469
4470 * language/european.el (macintosh): Define as alias for mac-roman.
4471
49ae5b39
EZ
44722011-11-19 Eli Zaretskii <eliz@gnu.org>
4473
4474 * mail/rmailmm.el (rmail-mime-display-header)
4475 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4476 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4477 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4478 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4479 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4480 of a raw aref.
4481 (rmail-mime-entity-segment): To get past the tagline, move forward
4482 2 more lines, to account for the 2 empty lines that precede and
4483 follow the line with the buttons.
4484 (rmail-mime-update-tagline): Move one more line, to get past the
4485 empty line that follows the buttons in the tagline. (Bug#9520)
4486
c56cad4a
MR
44872011-11-19 Martin Rudalics <rudalics@gmx.at>
4488
4489 * window.el (window-max-delta-1, window-min-delta-1)
4490 (window-min-size-1, window-state-get-1, window-state-put-1)
4491 (window-state-put-2): Use "window--" prefix.
4492
cbe71af3
SM
44932011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4494
2ad52c60
SM
4495 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4496 (smie-warning-count): New var.
4497 (smie-set-prec2tab): Use it.
4498 (smie-bnf->prec2): Improve warnings. Add docstring.
4499 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4500 (smie-bnf--set-class): New function.
4501 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4502 corner case.
4503
6944dbc1
SM
4504 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4505 (compilation-error-properties, compilation-move-to-column):
4506 Handle compilation-first-column while in the target buffer.
4507
c400c4d7
SM
4508 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4509 Don't hardcode point-min==1.
4510
6dbe3e96
SM
4511 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4512 (eshell-rewrite-for-command): Remove workaround.
4513 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4514 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4515 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4516
cbe71af3
SM
4517 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4518
a8e1496d
GM
45192011-11-17 Glenn Morris <rgm@gnu.org>
4520
4521 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4522 Ignore buffer-local generated-autoload-file if it is the same
4523 as the global value. (Bug#10049)
4524
df85d315
JB
45252011-11-17 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4528 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4529 (reftex-toc-previous-heading, reftex-toc-max-level)
4530 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4531 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4532 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4533 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4534 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4535 (reftex-toc-rename-label, reftex-toc-visit-location)
4536 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4537 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4538 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4539 leaving "*toc*" only for references to the buffer.
4540
a0c2d0ae
MR
45412011-11-17 Martin Rudalics <rudalics@gmx.at>
4542
4543 * window.el (window-resize, delete-window, split-window):
4544 Replace window-splits by window-combination-resize.
1d00653d 4545 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4546
35c0bac8
GM
45472011-11-17 Glenn Morris <rgm@gnu.org>
4548
4549 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4550 Make bash entry derive from sh entry, not shell entry.
4551
d0c8fc8a
MA
45522011-11-16 Michael Albinus <michael.albinus@gmx.de>
4553
d0c8fc8a
MA
4554 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4555 properties of linked files. (Bug#9879)
4556
7262a87c
MA
4557 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4558 local file name.
4559
7877f373
JB
45602011-11-16 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * menu-bar.el (menu-bar-file-menu):
4563 * printing.el (pr-ps-utility):
4564 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4565 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4566 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4567 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4568 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4569 (icalendar--convert-cyclic-to-ical)
4570 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4571 (icalendar--convert-ical-to-diary)
4572 (icalendar--convert-recurring-to-diary)
4573 (icalendar--convert-non-recurring-all-day-to-diary)
4574 (icalendar-import-format-sample):
4575 * progmodes/idlw-shell.el (idlwave-shell-mode):
4576 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4577 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4578 (vhdl-ps-print-init): Fix typos.
4579
10649b82
KM
45802011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4581
9d0cfcd6
GM
4582 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4583 FSF and collapse date sequence, obscure author/maintainer email address
4584 better, remove extra version line, track relocation of author's webpage.
10649b82 4585
9d0cfcd6
GM
4586 * progmodes/python.el (python-pdbtrack-input-prompt)
4587 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4588 regular python pdb prompts. Adjustments shamelessly taken exactly as
4589 suggested in EmacsWiki page (tiny change):
4590 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4591
58179cce
JB
45922011-11-16 Juanma Barranquero <lekktu@gmail.com>
4593
4594 * expand.el (expand-pos, expand-index, expand-point):
4595 Remove redundant info from docstring.
4596 (expand-add-abbrevs): Doc fix.
4597 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4598 (expand-sample-perl-mode-expand-list): Fix typos.
4599
4600 * net/dbus.el (dbus-event-member-name):
4601 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4602 * term/pc-win.el (msdos-create-frame-with-faces):
4603 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4604
b6f67890
MR
46052011-11-16 Martin Rudalics <rudalics@gmx.at>
4606
4607 * window.el (split-window, window-state-get-1)
4608 (window-state-put-1, window-state-put-2): Rename occurrences of
4609 window-nest to window-combination-limit.
1d00653d 4610 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4611
ce7ddba0
CY
46122011-11-16 Chong Yidong <cyd@gnu.org>
4613
4614 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4615 regexp (Bug#10033).
4616
3ae704f4
SM
46172011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4620 `completing-read' will remove *Completions* and will preserve
4621 current-buffer for us.
4622 (tmm-add-prompt): Users of *Completions* will always (re)set its
4623 major mode.
4624 (tmm-old-comp-map): Remove.
4625
6ad1cdde
GM
46262011-11-16 Glenn Morris <rgm@gnu.org>
4627
4628 * mail/rmailedit.el: Require rmailmm when compiling.
4629 (rmail-old-mime-state): New declaration.
4630 (rmail-edit-current-message): If editing a mime message,
4631 edit the "raw" message from the mbox buffer.
4632 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4633
d20faa20
GM
46342011-11-15 Glenn Morris <rgm@gnu.org>
4635
4636 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4637 which wasn't being used. Add optional arg to force given state.
4638 (rmail-mime): Add optional arg to force given state.
4639
c7015153
JB
46402011-11-15 Juanma Barranquero <lekktu@gmail.com>
4641
4642 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4643 * frame.el (display-mm-dimensions-alist):
4644 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4645 (outline-move-subtree-down):
4646 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4647 (newsticker--treeview-do-get-node):
4648 * net/quickurl.el (quickurl-list-buffer-name):
4649 * progmodes/dcl-mode.el (dcl-mode):
4650 * progmodes/gdb-mi.el (gdb-mapcar*):
4651 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4652
45261b50
GM
46532011-11-15 Glenn Morris <rgm@gnu.org>
4654
4655 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4656 in a boolean sense, so just make it a boolean, and fix the doc.
4657 (rmail-show-mime-function, rmail-mime-feature)
4658 (rmail-require-mime-maybe): Doc fixes.
4659 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4660
4661 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4662
0d26e0b6
JB
46632011-11-15 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4666 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4667 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4668 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4669
447f30f6
GM
46702011-11-15 Glenn Morris <rgm@gnu.org>
4671
672b871d
GM
4672 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4673 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4674 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4675 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4676 (rmail-mime, rmail-show-mime): Doc fixes.
4677
f6aa5bb1
GM
4678 * term/ns-win.el (mode-line-frame-identification):
4679 Leave it alone. (Bug#10051)
4680
947cd66b
GM
4681 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4682
447f30f6
GM
4683 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4684 Handle empty buffers. (Bug#9978)
4685
0b381c7e
JB
46862011-11-14 Juanma Barranquero <lekktu@gmail.com>
4687
4688 * international/mule.el (define-charset):
4689 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4690 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4691 * progmodes/verilog-mode.el (verilog-backward-token):
4692 * textmodes/ispell.el (lookup-words):
4693 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4694
71e027ac
GM
46952011-11-14 Glenn Morris <rgm@gnu.org>
4696
56632ce4
GM
4697 * progmodes/executable.el
4698 (executable-make-buffer-file-executable-if-script-p):
4699 Handle file-modes returning nil.
4700
40500957
GM
4701 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4702 message - not necessary, and causes problems. (Bug#9831)
4703
071c2340
GM
4704 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4705
d3cfca60
GM
4706 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4707
71e027ac
GM
4708 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4709 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4710 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4711
89d61221
MR
47122011-11-12 Martin Rudalics <rudalics@gmx.at>
4713
4714 * window.el (window-resize, delete-window): Use window-splits
4715 variable instead of function.
4716 (window-state-get-1, window-state-put-2, window-state-put):
4717 Don't deal with windows' splits status.
4718
98282f6f
GM
47192011-11-12 Glenn Morris <rgm@gnu.org>
4720
4721 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4722 (apropos-documentation): Doc fixes.
4723
40a8bdf6
JB
47242011-11-11 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4727 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4728
65bd19ff
SM
47292011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * electric.el (electric-indent-post-self-insert-function): Make it
4732 possible for a char to only indent in some circumstances.
4733 (electric-indent-mode): Simplify.
4734
54f9154c
MR
47352011-11-11 Martin Rudalics <rudalics@gmx.at>
4736
4737 * window.el (windows-with-parameter): Remove unused function.
4738 (windows-at-side): Rename to window-at-side-list.
4739 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4740 (window-side-check, window-size-ignore, window-size-fixed-1)
4741 (window-in-direction-2): Prefix with "window--".
4742 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4743
68cbc58b
GM
47442011-11-11 Glenn Morris <rgm@gnu.org>
4745
4746 * subr.el (eval-after-load): If FILE is already loaded,
4747 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4748
b2621720
GM
47492011-11-10 Glenn Morris <rgm@gnu.org>
4750
9a4de110
GM
4751 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4752 Call svn via vc-svn-command rather than vc-do-command.
4753 (vc-svn-command): Add --non-interactive. (Bug#9993)
4754 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4755
b2621720
GM
4756 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4757 Add toggle-read-only. (Bug#7292)
4758 * files.el (toggle-read-only): Mention that it should only
4759 be used interactively. (Bug#10006)
4760
1dce7193
SM
47612011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4762
d9ac1a1e
SM
4763 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4764 Adjust regexp for OCaml warnings.
4765
0c325082
SM
4766 * electric.el (electric-pair-post-self-insert-function): Let user
4767 turn it off buffer-locally (bug#9932).
4768
90132c14
SM
4769 * progmodes/python.el (python-beginning-of-statement):
4770 Rewrite (bug#2703).
4771
1dce7193
SM
4772 * progmodes/compile.el: Better handle TABs (bug#9749).
4773 (compilation-internal-error-properties)
4774 (compilation-next-error-function): Obey the target buffer's
4775 compilation-error-screen-columns.
4776
c4e7c63a
JB
47772011-11-09 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * progmodes/meta-mode.el: Remove obsolete comments.
4780 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4781 Fix typos in docstrings.
4782
2cffd681
MR
47832011-11-09 Martin Rudalics <rudalics@gmx.at>
4784
4785 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4786 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4787 (window--resizable): New function. Make all callers of
4788 window-resizable call window--resizable instead.
4789 (window-resizable): Rewrite in terms of window--resizable.
4790
0edcba87
GM
47912011-11-08 Glenn Morris <rgm@gnu.org>
4792
4793 * progmodes/delphi.el (delphi-mode-syntax-table):
4794 Let define-derived-mode define a proper syntax table. (Bug#9994)
4795
4b0d61e3
SM
47962011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * window.el: Stay away from defsubst.
4799 (window-list-no-nils): Remove.
4800 (window-state-get-1, window-state-get): Use backquote instead.
4801
cd394be1 48022011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4803
4b0d61e3 4804 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4805 Fix incorrect use of default argument in `completing-read'.
4806
e1c2c6f2
MR
48072011-11-08 Martin Rudalics <rudalics@gmx.at>
4808
4809 * window.el (display-buffer-function, special-display-function):
4810 Mention display-buffer-record-window but do not mention
4811 help-setup parameter in doc-strings.
b3f4a882 4812 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4813
105216ed
CY
48142011-11-08 Chong Yidong <cyd@gnu.org>
4815
4816 * window.el (window-total-height, window-total-width): Doc fix.
4817 (window-body-size): Move from C.
4818 (window-body-height, window-body-width): Move to C.
4819
0a9f9ab5
SM
48202011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * window.el: Make special-display like display-buffer-alist (bug#9532).
4823 (display-buffer--special-action): New function, morphed
4824 from display-buffer--special.
4825 (display-buffer): Use it to handle special-display-buffers at higher
4826 priority (just after display-buffer-alist).
4827 (display-buffer-fallback-action, display-buffer--other-frame-action)
4828 (pop-to-buffer-same-window): Remove display-buffer--special.
4829
a769dd15
GM
48302011-11-07 Glenn Morris <rgm@gnu.org>
4831
4832 * calendar/cal-menu.el (cal-menu-set-date-title):
4833 Do nothing if not in a calendar. (Bug#9976)
4834
05a61ee3
SM
48352011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * files.el (find-file): Always use selected-window.
4838
be7f5545
MR
48392011-11-07 Martin Rudalics <rudalics@gmx.at>
4840
4841 * window.el (window-combinations): Make WINDOW argument
4842 mandatory. Rewrite doc-string.
4843 (walk-window-subtree, window-atom-check, window-min-delta)
4844 (window-max-delta, window--resize-this-window)
4845 (window--resize-root-window-vertically, window-tree)
4846 (balance-windows, window-state-put): Rewrite doc-strings as to
4847 not mention the term "subwindow".
4848 (window--resize-subwindows-skip-p): Rename to
4849 window--resize-child-windows-skip-p.
4850 (window--resize-subwindows-normal): Rename to
4851 window--resize-child-windows-normal.
4852 (window--resize-subwindows): Rename to
4853 window--resize-child-windows.
4854 (window-or-subwindow-p): Rename to window--in-subtree-p.
4855
3c6702ef
ML
48562011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4857
4858 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4859 Ensure that mbox format messages end in two newlines (Bug#9974).
4860
49745b39
CY
48612011-11-06 Chong Yidong <cyd@gnu.org>
4862
4863 * window.el (window-combination-p): Function deleted; its
4864 side-effect is not used in any existing code.
4865 (window-combinations, window-combined-p): Call window-*-child
4866 directly.
4867
24300f5f
CY
48682011-11-05 Chong Yidong <cyd@gnu.org>
4869
4870 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4871 (window-size-ignore, window-state-get): Callers changed.
4872 (window-normalize-window): Rename from window-normalize-any-window.
4873 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4874 (window-normalize-live-window): Delete.
447f16b8
CY
4875 (window-combination-p, window-combined-p, window-combinations)
4876 (walk-window-subtree, window-atom-root, window-min-size)
4877 (window-sizable, window-sizable-p, window-size-fixed-p)
4878 (window-min-delta, window-max-delta, window-resizable)
4879 (window-resizable-p, window-full-height-p, window-full-width-p)
4880 (window-current-scroll-bars, window-point-1, set-window-point-1)
4881 (window-at-side-p, window-in-direction, window-resize)
4882 (adjust-window-trailing-edge, maximize-window, minimize-window)
4883 (window-deletable-p, delete-window, delete-other-windows)
4884 (record-window-buffer, unrecord-window-buffer)
4885 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4886 (quit-window, split-window, window-state-put)
4887 (set-window-text-height, fit-window-to-buffer)
4888 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4889
89bd5ee1
EZ
48902011-11-04 Eli Zaretskii <eliz@gnu.org>
4891
53479029
EZ
4892 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4893 rfc2047-decode-string.
4894 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4895 warnings.
4896
89bd5ee1
EZ
4897 * window.el (window-body-height, window-body-width): Mention in
4898 the doc string that the return values are in frame's canonical
4899 units. (Bug#9949)
4900
bd17fdee
AM
49012011-11-03 Alan Mackenzie <acm@muc.de>
4902
4903 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4904 change in cc-engine.el.
4905
acc825c5
SM
49062011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4909
1885e5b8
MR
49102011-11-02 Martin Rudalics <rudalics@gmx.at>
4911
4912 * window.el (quit-window): Call unrecord-window-buffer after
4913 showing another buffer in the window. (Bug#9937)
acc825c5 4914 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4915
ebe06da9
JB
49162011-11-02 Juanma Barranquero <lekktu@gmail.com>
4917
4918 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4919 Accept status with more than 9 shelves. (Bug#9935)
4920 Reported by Colin D Bennett <colin@gibibit.com>.
4921
4ee88440
MR
49222011-11-01 Martin Rudalics <rudalics@gmx.at>
4923
4924 * help.el (with-help-window): Don't reference
4925 temp-buffer-show-specifiers in doc-string.
4926
08e1d82c
AS
49272011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4928
4929 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4930 menu-item.
4931
84bd6e9e
VJL
49322011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4933
4934 * whitespace.el: New version 13.2.2.
4935 (whitespace-newline-mode): Disable properly. Reported by Sarah
4936 <EmacsWiki>.
4937
dba0634a
UJ
49382011-10-30 Ulf Jasper <ulf.jasper@web.de>
4939
4940 * net/newst-treeview.el: Remove "Time-stamp".
4941 (newsticker--group-manage-orphan-feeds): Do not call
4942 newsticker--treeview-tree-update.
db22a3c2
JB
4943 (newsticker-treeview-update, newsticker-treeview):
4944 Call newsticker--treeview-tree-update if necessary.
dba0634a 4945
3d8daefe
MR
49462011-10-30 Martin Rudalics <rudalics@gmx.at>
4947
4948 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4949 (window-iso-combinations): Remove "iso-" infix.
4950 Suggested by Chong Yidong.
3d8daefe
MR
4951 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4952 (window-max-delta-1, window-resize, window--resize-siblings)
4953 (window--resize-this-window, adjust-window-trailing-edge)
4954 (split-window, balance-windows-1)
4955 (shrink-window-if-larger-than-buffer):
4956 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4957 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4958
1bc4c3ae
SM
49592011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4962 in place (bug#9907).
4963 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4964 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4965 (eshell-structure-basic-command, eshell-rewrite-while-command)
4966 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4967 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4968 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4969 (eshell-do-pipelines-synchronously, eshell-eval-command):
4970 Use backquotes and prefer setq to set.
4971 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4972 (eshell-macrop): Use functionp.
c1e2f5fa 4973 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4974
30b65d9c
CY
49752011-10-30 Chong Yidong <cyd@gnu.org>
4976
4977 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4978 instead of set-mark (Bug#9810).
4979
2d197ffb
CY
49802011-10-30 Chong Yidong <cyd@gnu.org>
4981
4982 * window.el (split-window-below, split-window-right): Rename from
4983 split-window-above-each-other and split-window-side-by-side
4984 respectively. All callers changed.
4985 (split-window-sensibly, split-window-sensibly): Use them.
4986 (split-window-keep-point): Doc fix.
4987
4988 * isearch.el: Add isearch-scroll property to split-window-below
4989 and split-window-right.
4990
4991 * follow.el (follow-mode):
4992 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4993 * progmodes/ada-xref.el (ada-gdb-application):
4994 * emulation/vip.el (vip-buffer-in-two-windows):
4995 * image-dired.el (image-dired-dired-with-window-configuration):
4996 * dired-x.el (dired-do-find-marked-files):
4997 * dired.el (dired-pop-to-buffer):
4998 * bs.el (bs--show-with-configuration):
4999 * vc/emerge.el (emerge-setup-windows):
5000 * textmodes/two-column.el (2C-two-columns):
5001 * textmodes/reftex-toc.el (reftex-toc):
5002 * progmodes/gdb-mi.el (gdb-setup-windows):
5003 * progmodes/fortran.el (fortran-window-create):
5004 * net/newst-treeview.el (newsticker--treeview-window-init):
5005 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5006 * emulation/tpu-edt.el (tpu-gold-map):
5007 * emulation/crisp.el (crisp-mode-map):
5008 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5009
38bb2ca8
CY
50102011-10-29 Chong Yidong <cyd@gnu.org>
5011
aa4de341
CY
5012 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5013
e1eb5385
CY
5014 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5015
5d2ece3c
CY
5016 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5017 forged Ispell output (Bug#7904).
5018
38bb2ca8
CY
5019 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5020
d0af9f77
SM
50212011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * doc-view.el: Avoid ugly errors about not finding nil.
5024 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5025 (doc-view-dvipdf-program, doc-view-unoconv-program)
5026 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5027 Avoid nil or absolute file name as default value.
5028 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5029
52bedd34
AM
50302011-10-28 Alan Mackenzie <acm@muc.de>
5031
db22a3c2 5032 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5033
7e43cfa5
AM
50342011-10-28 Alan Mackenzie <acm@muc.de>
5035
5036 Amend the handling of c-beginning/end-of-defun in nested declaration
5037 scopes.
5038
52bedd34
AM
5039 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5040 cc-langs.el. Change it to a defcustom.
7e43cfa5 5041
52bedd34
AM
5042 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5043 cc-vars.el.
7e43cfa5 5044
d0af9f77
SM
5045 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5046 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5047
52bedd34 5048 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5049 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5050 (c-widen-to-enclosing-decl-scope): New function.
5051 (c-while-widening-to-decl-block): New macro.
5052 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5053 outward for defun boundaries, and correspondingly change symbol
5054 `respect-enclosure' to `go-outward'.
5055 (c-declaration-limits): Change algorithm to report only the "innermost"
5056 defun's boundaries.
5057
1a2ce9ee
DD
50582011-10-28 Deniz Dogan <deniz@dogan.se>
5059
5060 * net/rcirc.el (rcirc-mode): Use hard newlines.
5061
bc97a826
AM
50622011-10-28 Alan Mackenzie <acm@muc.de>
5063
5064 Amend to indent and fontify macros "which include their own semicolon"
5065 correctly, using the "virtual semicolon" mechanism.
5066
52bedd34 5067 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5068
d0af9f77 5069 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5070 Recode to scan one line at a time rather than having \n and \r
58179cce 5071 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5072 (c-forward-label): Amend for virtual semicolons.
58179cce 5073 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5074
52bedd34
AM
5075 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5076 of the new C macros.
bc97a826 5077
52bedd34 5078 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5079 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5080 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5081 (c-opt-cpp-macro-define): Make into a full language variable.
5082 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5083 AWK Mode (including \n, \r) removed, no longer needed.
5084
d0af9f77
SM
5085 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5086 Invoke c-make-macro-with-semi-re.
bc97a826 5087
52bedd34
AM
5088 * progmodes/cc-vars.el (c-macro-with-semi-re):
5089 (c-macro-names-with-semicolon): New variables.
58179cce 5090 (c-make-macro-with-semi-re): New function.
bc97a826 5091
7a6c0941
SM
50922011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * vc/log-edit.el: Fill empty field rather than adding new one.
5095 (log-edit-add-field): New function.
5096 (log-edit-insert-changelog): Use it.
5097
b0c4cdcf
ML
50982011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5099
5100 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5101
ee1f1da9
SM
51022011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5105 (gdb--check-interpreter): New function.
5106 (gdb): Use it.
5107
51bc5f8b
GM
51082011-10-27 Glenn Morris <rgm@gnu.org>
5109
416a2c45
GM
5110 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5111 (least-positive-float, least-negative-float)
5112 (least-positive-normalized-float, least-negative-normalized-float)
5113 (float-epsilon, float-negative-epsilon):
5114 Remove unnecessary declarations.
5115
5116 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5117 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5118 (least-positive-float, least-negative-float)
5119 (least-positive-normalized-float, least-negative-normalized-float)
5120 (float-epsilon, float-negative-epsilon): Add doc-strings,
5121 based on those in cl.texi.
5122
51bc5f8b
GM
5123 * files.el (set-visited-file-name): If the major-mode changed,
5124 reload the local variables. (Bug#9796)
5125
15de15c6
CY
51262011-10-27 Chong Yidong <cyd@gnu.org>
5127
5128 * subr.el (change-major-mode-after-body-hook): New hook.
5129 (run-mode-hooks): Run it.
5130
ee1f1da9
SM
5131 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5132 Use change-major-mode-before-body-hook.
15de15c6
CY
5133
5134 * simple.el (fundamental-mode):
5135 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5136 change introducing fundamental-mode-hook.
5137
5430d399
JB
51382011-10-26 Juanma Barranquero <lekktu@gmail.com>
5139
acc825c5 5140 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5141
ad74a69e
MA
51422011-10-26 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5145 tramp.el explicitly. (Bug#7583)
ad74a69e 5146
71d4c2a5
SM
51472011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5148
5149 * progmodes/octave-mod.el:
5150 * progmodes/octave-inf.el: Update maintainer.
5151
b1f6fa26
CY
51522011-10-26 Chong Yidong <cyd@gnu.org>
5153
5154 * subr.el (with-wrapper-hook): Rewrite doc.
5155
3f04efd6
MA
51562011-10-25 Michael Albinus <michael.albinus@gmx.de>
5157
5158 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5159 filenames "/method:foo:". (Bug#9793)
3f04efd6 5160
410488d3
SM
51612011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5164 (bug#9865).
5165
c1ebb47e
GM
51662011-10-24 Glenn Morris <rgm@gnu.org>
5167
5168 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5169
7f5c46c7
MA
51702011-10-24 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * notifications.el: Add the requirement of a running D-Bus session
5173 bus to the Commentary.
5174
db2440b6
JL
51752011-10-24 Juri Linkov <juri@jurta.org>
5176
5177 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5178 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5179 (Bug#9364)
5180
feecf435
JL
51812011-10-24 Juri Linkov <juri@jurta.org>
5182
5183 * info.el (Info-following-node-name-re): Add newline to the list
5184 of allowed characters for leading space. (Bug#9824)
5185
a3839de2
SM
51862011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5187
acc825c5
SM
5188 * progmodes/octave-inf.el (inferior-octave-mode-map):
5189 Fix C-c C-h binding.
a3839de2
SM
5190 * progmodes/octave-mod.el (octave-help): Remove.
5191
09388e76
MA
51922011-10-23 Michael Albinus <michael.albinus@gmx.de>
5193
5194 Sync with Tramp 2.2.3.
5195
5196 * net/tramp-cache.el (top): Pacify byte-compiler using
5197 `init-file-user' and `site-run-file'.
5198
5199 * net/trampver.el: Update release number.
5200
86c60681
CY
52012011-10-23 Chong Yidong <cyd@gnu.org>
5202
5203 * files.el (toggle-read-only): Remove obsolete comment about
5204 version control.
5205
5206 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5207 for toggle-read-only. Note that this hasn't called vc-next-action
5208 since 2008-05-02, though it wasn't documented at the time.
5209
a3839de2
SM
5210 * vc/ediff-init.el (ediff-toggle-read-only-function):
5211 Use toggle-read-only.
86c60681 5212
cd5495ff
AM
52132011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5214
5215 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5216 of c-parse-state.
5217
00b77525 5218 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5219 correct faulty logical expression.
cd5495ff
AM
5220 (c-parse-state-state, c-record-parse-state-state):
5221 (c-replay-parse-state-state): New defvar/defuns.
5222 (c-debug-parse-state): Use new functions.
5223
42ee24ed
MR
52242011-10-22 Martin Rudalics <rudalics@gmx.at>
5225
5226 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5227 last fix. Use window-in-direction correctly.
42ee24ed 5228
a7dee7e7
CY
52292011-10-21 Chong Yidong <cyd@gnu.org>
5230
5231 * progmodes/idlwave.el (idlwave-mode):
5232 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5233 require-final-newline; that's done in prog-mode.
5234 Suggested by Stefan Monnier.
a7dee7e7 5235
e07b9a6d
MR
52362011-10-21 Martin Rudalics <rudalics@gmx.at>
5237
5238 * mouse.el (mouse-drag-window-above)
5239 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5240 (mouse-drag-mode-line-1, mouse-drag-header-line)
5241 (mouse-drag-vertical-line-rightward-window): Remove.
5242 (mouse-drag-line): New function.
5243 (mouse-drag-mode-line, mouse-drag-header-line)
5244 (mouse-drag-vertical-line): Call mouse-drag-line.
5245 * window.el (window-at-side-p, windows-at-side): New functions.
5246
7e1361d9
UM
52472011-10-21 Ulrich Mueller <ulm@gentoo.org>
5248
5249 * tar-mode.el (tar-grind-file-mode):
5250 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5251
30fcaf3a
CY
52522011-10-21 Chong Yidong <cyd@gnu.org>
5253
5254 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5255 * progmodes/vera-mode.el (vera-mode):
5256 Use mode-require-final-newline.
30fcaf3a 5257
516eddb0
GM
52582011-10-20 Glenn Morris <rgm@gnu.org>
5259
db22a3c2 5260 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5261
10d5f513
CS
52622011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5263
5264 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5265
ac6c8639
CY
52662011-10-20 Chong Yidong <cyd@gnu.org>
5267
5268 * emulation/cua-base.el (cua-mode):
5269 * mail/footnote.el (footnote-mode):
5270 * mail/mailabbrev.el (mail-abbrevs-mode):
5271 * net/xesam.el (xesam-minor-mode):
5272 * progmodes/bug-reference.el (bug-reference-mode):
5273 * progmodes/cap-words.el (capitalized-words-mode):
5274 * progmodes/compile.el (compilation-minor-mode)
5275 (compilation-shell-minor-mode):
5276 * progmodes/gud.el (gud-tooltip-mode):
5277 * progmodes/hideif.el (hide-ifdef-mode):
5278 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5279 * progmodes/subword.el (subword-mode):
5280 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5281 * progmodes/which-func.el (which-function-mode):
5282 * term/tvi970.el (tvi970-set-keypad-mode):
5283 * term/vt100.el (vt100-wide-mode):
5284 * textmodes/flyspell.el (flyspell-mode):
5285 * textmodes/ispell.el (ispell-minor-mode):
5286 * textmodes/nroff-mode.el (nroff-electric-mode):
5287 * textmodes/paragraphs.el (use-hard-newlines):
5288 * textmodes/refill.el (refill-mode):
5289 * textmodes/reftex.el (reftex-mode):
5290 * textmodes/rst.el (rst-minor-mode):
5291 * textmodes/sgml-mode.el (html-autoview-mode)
5292 (sgml-electric-tag-pair-mode):
5293 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5294 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5295 * emulation/crisp.el (crisp-mode):
5296 * emacs-lisp/eldoc.el (eldoc-mode):
5297 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5298 minor mode behavior.
5299
aa42ab43
JL
53002011-10-19 Juri Linkov <juri@jurta.org>
5301
5302 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5303 the list of hard-coded chars with escape-glyph face.
5304
89400f1d
SM
53052011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5308
305c07f6
MA
53092011-10-19 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5312 running process.
5313
13754b54
GM
53142011-10-19 Glenn Morris <rgm@gnu.org>
5315
5316 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5317 Ignore ignored files. (Bug#9726)
5318
06e21633
CY
53192011-10-19 Chong Yidong <cyd@gnu.org>
5320
5321 Doc fix for minor modes, stating that an omitted argument enables
5322 the mode unconditionally when called from Lisp.
5323
5324 * abbrev.el (abbrev-mode):
5325 * allout.el (allout-mode):
5326 * autoinsert.el (auto-insert-mode):
5327 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5328 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5329 (global-auto-revert-mode):
5330 * battery.el (display-battery-mode):
5331 * composite.el (global-auto-composition-mode)
5332 (auto-composition-mode):
5333 * delsel.el (delete-selection-mode):
5334 * desktop.el (desktop-save-mode):
5335 * dired-x.el (dired-omit-mode):
5336 * dirtrack.el (dirtrack-mode):
5337 * doc-view.el (doc-view-minor-mode):
5338 * double.el (double-mode):
5339 * electric.el (electric-indent-mode, electric-pair-mode):
5340 * emacs-lock.el (emacs-lock-mode):
5341 * epa-hook.el (auto-encryption-mode):
5342 * follow.el (follow-mode):
5343 * font-core.el (font-lock-mode):
5344 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5345 * help.el (temp-buffer-resize-mode):
5346 * hilit-chg.el (highlight-changes-mode)
5347 (highlight-changes-visible-mode):
5348 * hi-lock.el (hi-lock-mode):
5349 * hl-line.el (hl-line-mode, global-hl-line-mode):
5350 * icomplete.el (icomplete-mode):
5351 * ido.el (ido-everywhere):
5352 * image-file.el (auto-image-file-mode):
5353 * image-mode.el (image-minor-mode):
5354 * iswitchb.el (iswitchb-mode):
5355 * jka-cmpr-hook.el (auto-compression-mode):
5356 * linum.el (linum-mode):
5357 * longlines.el (longlines-mode):
5358 * master.el (master-mode):
5359 * mb-depth.el (minibuffer-depth-indicate-mode):
5360 * menu-bar.el (menu-bar-mode):
5361 * minibuf-eldef.el (minibuffer-electric-default-mode):
5362 * mouse-sel.el (mouse-sel-mode):
5363 * msb.el (msb-mode):
5364 * mwheel.el (mouse-wheel-mode):
5365 * outline.el (outline-minor-mode):
5366 * paren.el (show-paren-mode):
5367 * recentf.el (recentf-mode):
5368 * reveal.el (reveal-mode, global-reveal-mode):
5369 * rfn-eshadow.el (file-name-shadow-mode):
5370 * ruler-mode.el (ruler-mode):
5371 * savehist.el (savehist-mode):
5372 * scroll-all.el (scroll-all-mode):
5373 * scroll-bar.el (scroll-bar-mode):
5374 * server.el (server-mode):
5375 * shell.el (shell-dirtrack-mode):
5376 * simple.el (auto-fill-mode, transient-mark-mode)
5377 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5378 (line-number-mode, column-number-mode, size-indication-mode)
5379 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5380 * strokes.el (strokes-mode):
5381 * time.el (display-time-mode):
5382 * t-mouse.el (gpm-mouse-mode):
5383 * tool-bar.el (tool-bar-mode):
5384 * tooltip.el (tooltip-mode):
5385 * type-break.el (type-break-mode-line-message-mode)
5386 (type-break-query-mode):
5387 * view.el (view-mode):
5388 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5389 (global-whitespace-mode, global-whitespace-newline-mode):
5390 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5391
a3839de2
SM
5392 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5393 Fix autogenerated docstring.
06e21633 5394
5214e501
JL
53952011-10-19 Juri Linkov <juri@jurta.org>
5396
5397 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5398 by checking environment variables "DESKTOP_SESSION" and
5399 "XDG_CURRENT_DESKTOP". (Bug#9779)
5400
195f8db9
JL
54012011-10-19 Juri Linkov <juri@jurta.org>
5402
5403 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5404 (browse-url-chromium-program, browse-url-chromium-arguments):
5405 New defcustoms.
5406 (browse-url-default-browser): Check for `browse-url-chromium' and
5407 call `browse-url-chromium-program'.
5408 (browse-url-chromium): New command. (Bug#9779)
5409
343a34ff
JB
54102011-10-18 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * facemenu.el (list-colors-duplicates): On Windows, detect more
5413 duplicates by assuming that only colors matching "^System" are
5414 special "system colors". (Bug#9722)
5415
6978a151
SM
54162011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5419 to distinguish the author from the committer.
5420
6a80b297
MA
54212011-10-18 Michael Albinus <michael.albinus@gmx.de>
5422
5423 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5424
b31a5677
JK
54252011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5426
5427 * international/mule.el (sgml-html-meta-auto-coding-function):
5428 Add support for detecting encoding in HTML5 specified only as
5429 <meta charset="UTF-8">. Implementation just makes http-equiv and
5430 content-type parts from HTML4 encoding string optional. (Bug#9716)
5431
80c6d77f
GM
54322011-10-18 Glenn Morris <rgm@gnu.org>
5433
5434 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5435
08b0fee8
CY
54362011-10-18 Chong Yidong <cyd@gnu.org>
5437
5438 * faces.el (cursor): Doc fix.
5439
67e729a5
CY
54402011-10-17 Chong Yidong <cyd@gnu.org>
5441
5442 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5443
343a34ff 54442011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5445
5446 * dirtrack.el (dirtrack): Support shell buffers with path
5447 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5448
0bc06380
TZ
54492011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5450
5451 * json.el: Bump version to 1.3 and note change in History.
5452 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5453
8b79f3e0
SM
54542011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5a7c536b
SM
5456 * comint.el (comint-insert-input, comint-send-input)
5457 (comint-get-old-input-default, comint-backward-matching-input)
5458 (comint-next-prompt): Use nil instead of `input' for field property of
5459 past user input (bug#114).
5460
96a8a0df
SM
5461 * minibuffer.el (completion--replace): Inherit surrounding properties
5462 (bug#114).
5463 (minibuffer-complete-and-exit): Use it.
5464
8b79f3e0
SM
5465 * comint.el (comint--table-subvert): Quote the all-completions output
5466 (bug#9160).
5467
b8f7ff0d
MR
54682011-10-17 Martin Rudalics <rudalics@gmx.at>
5469
8b79f3e0 5470 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5471
b8f7ff0d 5472 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5473 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5474 entries and separate them from frame entries.
5475
c235b555
GM
54762011-10-15 Glenn Morris <rgm@gnu.org>
5477
5478 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5479 Doc fixes.
5480
6bbfa6e1
CY
54812011-10-15 Chong Yidong <cyd@stupidchicken.com>
5482
8b79f3e0
SM
5483 * net/network-stream.el (network-stream-open-starttls):
5484 Improve detection of failure due to lack of TLS support.
ec5c990d 5485
6bbfa6e1
CY
5486 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5487 putting the input text in front and in bold.
5488
98488977
SM
54892011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5490
3d1337be
SM
5491 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5492
ee0b45e4
SM
5493 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5494 empty buffer.
5495
98488977
SM
5496 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5497 unread-command-events rather than pushing yet-another event.
5498
186f4720
EZ
54992011-10-14 Eli Zaretskii <eliz@gnu.org>
5500
5501 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5502 the explanation of the possible choices. Make the options passed
5503 to completing-read shorter.
5504
8b7a997c
AM
55052011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5506
5507 * textmodes/flyspell.el (flyspell-large-region): Make sure
5508 extended character mode is used if defined (Bug#1339).
5509
12587bbb
EZ
55102011-10-13 Eli Zaretskii <eliz@gnu.org>
5511
5512 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5513 character info for LRE, LRO, RLE, and RLO characters by appending
5514 an invisible PDF.
12587bbb 5515
bad41229
SM
55162011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5519 even in case of error; add debug spec; simplify data flow.
5520 (with-timeout-handler): Remove.
5521
28dbc92f
MA
55222011-10-12 Michael Albinus <michael.albinus@gmx.de>
5523
5524 Fix Bug#6019, Bug#9315.
5525
5526 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5527 complete `buffer-file-name', the local file name part could look
5528 remotely (for example on VMS).
5529
5530 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5531 `tramp-run-real-handler'.
5532 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5533 already quoted by '"'.
5534
5535 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5536 Let `file-name-handler-alist' be nil, the local file name part
5537 could look remotely (for example on VMS).
5538
e1b0b23a
SM
55392011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5542 from here...
5543 (flyspell-post-command-hook): ...to here.
5544
a120bde9
SM
55452011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5548 if not needed.
5549 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5550 using completion. Protect against "slow" callers.
5551 Remove the "message hack".
5552
7ce7717b
JL
55532011-10-11 Juri Linkov <juri@jurta.org>
5554
5555 * isearch.el (isearch-lazy-highlight-word): New variable.
5556 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5557 Use it. (Bug#9727)
5558
c02ee9d6
GM
55592011-10-11 Glenn Morris <rgm@gnu.org>
5560
5561 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5562 like f90-previous-statement does.
5563
93e616fd 55642011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5565
1f190e73 5566 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5567 only in interactive use, to avoid error.
5568
af7b6078
SM
55692011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * minibuffer.el (completion-file-name-table): Fix last change,
5572 i.e. ignore normal errors but not the other ones.
5573
0563dae9
MR
55742011-10-10 Martin Rudalics <rudalics@gmx.at>
5575
5576 * window.el (special-display-buffer-names)
5577 (special-display-regexps): Remove some remnants of earlier
5578 changes from doc-strings.
366ca7f3
MR
5579 (quit-windows-on): New function.
5580
5581 * vc/vc.el (vc-revert, vc-rollback):
5582 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5583 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5584 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5585
49677495
MR
55862011-10-09 Martin Rudalics <rudalics@gmx.at>
5587
5588 * window.el (frame-auto-hide-function): Add version tag.
5589 (Bug#9699)
5590
56f2d1e1
MA
55912011-10-09 Michael Albinus <michael.albinus@gmx.de>
5592
5593 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5594 condition.
5595
112a6592
LL
55962011-10-09 Leo Liu <sdl.web@gmail.com>
5597
5598 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5599 (Bug#9701)
5600
0812589b
GM
56012011-10-08 Glenn Morris <rgm@gnu.org>
5602
5603 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5604 before the first code statement zero indent. (Bug#9690)
5605
b2b0776e
CY
56062011-10-08 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * simple.el (count-words-region): Always count in the region.
5609 Report the number of lines and characters too.
5610 (count-words): New command, which counts in the buffer if the
5611 region is inactive, as count-words-region used to.
5612 (count-words--message): New function. Handle plurals.
5613 (count-lines-region): Make it an alias for count-words-region.
5614
5615 * bindings.el (esc-map): Replace count-lines-region with
5616 count-words-region.
5617
c557cd6b
MR
56182011-10-08 Martin Rudalics <rudalics@gmx.at>
5619
5620 * window.el (window--delete): Delete dedicated frame
5621 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5622 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5623
61a57ef4 56242011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5625
3a7d293b 5626 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5627
c3833279
CY
56282011-10-07 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * bindings.el ([M-left],[M-right]): Bind to left-word and
5631 right-word respectively.
5632
21ce8245
GM
56332011-10-07 Glenn Morris <rgm@gnu.org>
5634
5635 * cus-start.el (debug-on-quit): Fix custom type.
5636
6d823bb2
LMI
56372011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5638
0181e193
LMI
5639 * subr.el (define-key-after): Clarify that the function is not
5640 useful for non-menu keymaps.
5641
6d823bb2
LMI
5642 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5643
8e3459ce 56442011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5645
21ce8245 5646 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5647 in current minibuffer (Fix bug with recursive minibuffers).
5648
a1c2d21e
CY
56492011-10-06 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * progmodes/gdb-mi.el (gdb): Doc fix.
5652
5a4cf282
MR
56532011-10-05 Martin Rudalics <rudalics@gmx.at>
5654
5655 * window.el (frame-auto-hide-function): New option replacing
5656 frame-auto-delete. Suggested by Stefan Monnier.
5657 (window--delete): Call frame-auto-hide-function instead of
5658 investigating frame-auto-delete.
c96111ea
MR
5659 (window-point-1, set-window-point-1): New functions.
5660 (window-in-direction, record-window-buffer, window-state-get-1)
5661 (display-buffer-record-window): Use window-point-1 instead of
5662 window-point.
5663 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5664
9854542e
SM
56652011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5668
8943cfb0
GM
56692011-10-05 Glenn Morris <rgm@gnu.org>
5670
5671 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5672 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5673
647ab967
LL
56742011-10-05 Leo Liu <sdl.web@gmail.com>
5675
5676 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5677 works with buffer object.
5678
3ddfbced
SM
56792011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * mpc.el (mpc-tool-bar-map): Add labels.
5682
bdfa5dd2
GM
56832011-10-04 Glenn Morris <rgm@gnu.org>
5684
5685 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5686
0e2070b5
MR
56872011-10-04 Martin Rudalics <rudalics@gmx.at>
5688
5689 * window.el (window--delete): New function.
5690 (frame-auto-delete): Resuscitate option.
5691 (bury-buffer, replace-buffer-in-windows)
5692 (quit-window): Rewrite using window--delete.
5693 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5694 Pass display-buffer-mark-dedicated to window--display-buffer-2
5695 (Bug#9639).
5696
3dc61a09
SM
56972011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5698
915a9b64
SM
5699 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5700 returns a list (bug#9554). Add remote file name completion.
5701 * comint.el (comint--table-subvert): Curry and get quote&unquote
5702 functions as arguments.
5703 (comint--complete-file-name-data): Adjust call accordingly.
5704 * pcomplete.el (pcomplete--table-subvert): Remove.
5705 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5706
3dc61a09
SM
5707 * minibuffer.el (completion-table-case-fold): Use currying.
5708 (completion--styles-type, completion--cycling-threshold-type):
5709 New constants.
5710 (completion-styles, completion-category-overrides)
5711 (completion-cycle-threshold): Use them.
5712 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5713 completion-table-case-fold.
5714
8ea0a993
SB
57152011-10-03 Stephen Berman <stephen.berman@gmx.net>
5716
5717 * minibuffer.el (completion-category-overrides): Fix type of styles
5718 and add more user friendly tags (bug#9660).
5719
8c24b7f6
SM
57202011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5723 (mule-input-method-string): New widget.
5724 (default-input-method, language-info-custom-alist): Use it.
5725
428fe61a
SM
57262011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5727
32c1fffd
SM
5728 * pcomplete.el: Require comint.
5729 (pcomplete--common-suffix): Remove.
5730 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5731 (pcomplete--table-subvert): Sync with comint--table-subvert.
5732 (pcomplete--entries): Use comint-completion-file-name-table.
5733 * comint.el (comint-unquote-filename): Simplify.
5734 (comint-completion-file-name-table): New function (bug#9616).
5735 (comint--complete-file-name-data): Use it.
5736
428fe61a
SM
5737 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5738 (pcmpl-gnu-tar-buffer): Remove.
5739 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5740 around. Make sure pcomplete-suffix-list is only changed temporarily.
5741 Don't look inside the tar's file if it's too large.
428fe61a 5742
04c52e2f
CY
57432011-10-01 Chong Yidong <cyd@stupidchicken.com>
5744
ce3cefcc
CY
5745 * cus-edit.el (custom-mode-map):
5746 * epa.el (epa-key-list-mode-map):
5747 * man.el (Man-mode-map):
5748 * startup.el (splash-screen-keymap):
5749 * simple.el (special-mode-map): Use scroll-up-command and
5750 scroll-down-command.
5751
5752 * progmodes/idlw-help.el (idlwave-help-mode-map):
5753 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5754 * net/newst-plainview.el (newsticker-mode-map):
5755 * emulation/ws-mode.el (wordstar-mode-map):
5756 * emulation/vi.el (vi-com-map):
5757 * calc/calc-graph.el (calc-graph-show-dumb):
5758 * term/sun.el (terminal-init-sun):
5759 * term/ns-win.el (global-map):
5760 * progmodes/grep.el (grep-mode-map):
5761 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5762 * mail/rmail.el (rmail-mode-map):
5763 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5764
04c52e2f
CY
5765 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5766 custom-safe-themes as special.
5767
79adf8c8
JD
57682011-10-01 Julien Danjou <julien@danjou.info>
5769
5770 * notifications.el (notifications-notify): Fix docstring.
5771
63bd50d3
PS
57722011-10-01 Per Starbäck <per@starback.se>
5773
5774 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5775
199e4c7e
MR
57762011-09-30 Martin Rudalics <rudalics@gmx.at>
5777
5778 * startup.el (command-line-1): Fix last fix by inserting
5779 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5780 (Bug#9605) and (Bug#9636)
199e4c7e 5781
fe5f08dd
EZ
57822011-09-29 Eli Zaretskii <eliz@gnu.org>
5783
5784 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5785 window is hscrolled, move by logical lines. (Bug#9607)
5786 (line-move-visual): Update the doc string to the above effect.
5787
b5516bbd
MR
57882011-09-29 Martin Rudalics <rudalics@gmx.at>
5789
ccee00c0
MR
5790 * window.el (display-buffer-record-window): When WINDOW is the
5791 selected window use `point' instead of `window-point'. (Bug#9626)
5792
b5516bbd
MR
5793 * startup.el (command-line-1): Use insert-before-markers when
5794 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5795
b5516bbd
MR
5796 * help.el (help-window): Remove variable.
5797
52aa0014
GM
57982011-09-29 Glenn Morris <rgm@gnu.org>
5799
5800 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5801
df9a7357
JB
58022011-09-29 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * descr-text.el (describe-char-categories): Accept category
5805 descriptions more than one line long.
5806
a8406c20
SM
58072011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5808
88d9610c
SM
5809 * simple.el (delete-trailing-whitespace): Fix last change.
5810
a5daf810
SM
5811 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5812 Don't confuse "y => 3" as the beginning of a `y' operation.
5813
a8406c20
SM
5814 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5815 object has more than 4 slots (bug#9613).
5816
a239d4e9
JB
58172011-09-28 Juanma Barranquero <lekktu@gmail.com>
5818
5819 * subr.el (with-output-to-temp-buffer):
5820 * net/quickurl.el (quickurl, quickurl-browse-url):
5821 Fix typos in docstrings.
5822
693fbdb6
EZ
58232011-09-27 Eli Zaretskii <eliz@gnu.org>
5824
5825 * minibuffer.el (completion-styles)
5826 (completion-category-overrides): Cross reference each other in doc
5827 strings.
5828
8b457e28
GM
58292011-09-27 Glenn Morris <rgm@gnu.org>
5830
5831 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5832 to split-string. (Bug#9606)
5833
85a16208
LMI
58342011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5835
5836 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5837 (bug#9615).
5838
502f9ebd
CY
58392011-09-27 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * emacs-lisp/package.el (list-packages): Fix echo area message.
5842
7690bdea
LL
58432011-09-27 Leo Liu <sdl.web@gmail.com>
5844
5845 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5846
e2ee6f30
MA
58472011-09-25 Michael Albinus <michael.albinus@gmx.de>
5848
5849 * net/dbus.el (dbus-unregister-object): Don't release services for
5850 registered signals. (Bug#9581)
5851
f3f98342
TZ
58522011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5853
5854 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5855 function that picks between cfengine 2 and 3 support
5856 automatically. Update docs accordingly.
5857
dd7aa8dd
KH
58582011-09-22 Kenichi Handa <handa@m17n.org>
5859
5860 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5861 ZERO.
5862 (indian-itrans-v5-table-for-tamil): New variable.
5863 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5864
3f2b07f8
KM
58652011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5866
5867 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5868 that's true if the current command involved collapsing of text.
5869 It's reset to false at the beginning of the next command.
5870 (allout-post-command-business): Move the cursor to the beginning
5871 of entry if the cursor is hidden and collapsing activity just
5872 happened.
5873
371d6a61
CY
58742011-09-24 Chong Yidong <cyd@stupidchicken.com>
5875
5876 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5877 tracking (Bug#9541).
5878
2ac2721a
UJ
58792011-09-24 Ulf Jasper <ulf.jasper@web.de>
5880
5881 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5882 (newsticker-show-news): Automatically load html rendering package
5883 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5884 because w3m-fill-column is let-bound" and the error "Symbol's value
5885 as variable is void: w3m-fill-column".
2ac2721a 5886
fac7ae53
MA
58872011-09-24 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5890 Release services only if they are defined. (Bug#9581)
5891
e08b633b
RS
58922011-09-23 Richard Stallman <rms@gnu.org>
5893
e488d29c
RS
5894 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5895 distinguish start of paragraph from start of its text.
5896
19c38752
RS
5897 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5898
e08b633b
RS
5899 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5900 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5901 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5902
0a39f27e
AS
59032011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5904
5905 * international/mule-diag.el (mule-diag): Insert a newline after
5906 each fontset description.
5907
db4e950d
SM
59082011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * simple.el (delete-trailing-whitespace):
5911 Document last change; simplify.
5912
eca3f3ea
PW
59132011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5914
d68e189a
PW
5915 * simple.el (delete-trailing-whitespace): Also delete
5916 extra newlines at the end of the buffer.
5917
eca3f3ea
PW
5918 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5919 (picture-newline): Use forward-line so as to ignore fields.
5920
01c157cc
SM
59212011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * subr.el (with-wrapper-hook): Fix edebug spec.
5924
022de23e
LMI
59252011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5926
5927 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5928 (bug#4538).
5929
91683089
MA
59302011-09-23 Michael Albinus <michael.albinus@gmx.de>
5931
eca3f3ea
PW
5932 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5933 Fix nasty bug using wrong cached values.
91683089 5934
5bdd6fa4
AM
59352011-09-23 Alan Mackenzie <acm@muc.de>
5936
5937 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5938
97adfb97
CY
59392011-09-23 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * window.el (pop-to-buffer): Ensure right window is selected if we
5942 chose another frame.
5943
d4ef2b50
EZ
59442011-09-22 Eli Zaretskii <eliz@gnu.org>
5945
5946 * simple.el (what-cursor-position): Use get-char-property-change
5947 and next-single-char-property-change, to be able to show display
5948 properties that come from overlays as well as text properties.
5949
72258fe5
CY
59502011-09-22 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5953
5954 * cmuscheme.el (run-scheme, switch-to-scheme):
5955 * cus-edit.el (customize-group, custom-buffer-create)
5956 (customize-browse):
5957 * info.el (info):
5958 * shell.el (shell):
5959 * mail/sendmail.el (mail):
5960 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5961
8f098516
RS
59622011-09-22 Richard Stallman <rms@gnu.org>
5963
5964 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5965 move back only to line beg, don't move back over blank lines.
5966
e74f1bb6
MA
59672011-09-22 Michael Albinus <michael.albinus@gmx.de>
5968
5969 * files.el (copy-directory): Set directory attributes only in case
5970 they could be retrieved from the source directory. (Bug#9565)
5971
bfeef8b6
DK
59722011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5973
5974 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5975 (hs-find-block-beginning, hs-hide-level-recursive):
5976 Ignore strings as well as comments. (Bug#9502)
5977
7e423bb8
AS
59782011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5979
5980 * progmodes/sql.el (sql-comint-postgres):
5981 Convert port number to a string. (Bug#9566)
5982
b4d72fcf
MR
59832011-09-22 Martin Rudalics <rudalics@gmx.at>
5984
5985 * window.el (quit-window): Undedicate window when switching to
5986 previous buffer. Reported by Thierry Volpiatto
5987 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5988 (special-display-popup-frame): When popping up a new frame reset
5989 its previous buffers to nil. Simplify code.
b4d72fcf 5990
a7b88dc6
MA
59912011-09-21 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5994 and process filter, as done also in `shell-command'.
5995
cf4eacfd
MR
59962011-09-21 Martin Rudalics <rudalics@gmx.at>
5997
eca3f3ea 5998 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5999 Call set-window-start with NOFORCE argument t.
6000 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6001 (quit-window): Reword doc-string. Handle new format of
6002 quit-restore parameter. Don't delete window if it has a
6003 previous buffer we can show instead of the present one.
6004 (display-buffer-record-window): Rewrite using a new format for
6005 the quit-restore window parameter
6006 (special-display-popup-frame, display-buffer-same-window)
6007 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6008 (display-buffer-pop-up-window, display-buffer-use-some-window):
6009 Adapt symbol passed to display-buffer-record-window.
6010 * help.el (help-window-setup): Handle new format of quit-restore
6011 parameter.
6012
8d28cb95
SM
60132011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6014
94ab793f
SM
6015 * faces.el (face-list): Fix docstring (bug#9564).
6016
8d28cb95
SM
6017 * window.el (display-buffer--action-function-custom-type):
6018 Don't include internal functions in the Custom interface.
6019
3820edeb
JL
60202011-09-20 Juri Linkov <juri@jurta.org>
6021
6022 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6023 (Info-forward-node, Info-backward-node, Info-next-preorder)
6024 (Info-last-preorder): Use it. (Bug#9528)
6025
5147931d
JL
60262011-09-20 Juri Linkov <juri@jurta.org>
6027
6028 * info.el (Info-last-preorder): Visit last menu item only when
6029 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6030
cf499a1a
JD
60312011-09-20 Julien Danjou <julien@danjou.info>
6032
6033 * password-cache.el (password-cache-remove): Remove entries even if the
6034 value is nil, so that password with a nil value (negative caching) is
6035 possible to invalidate.
6036
f84e2fe2
LM
60372011-09-20 Lawrence Mitchell <wence@gmx.li>
6038
6039 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6040 all whitespace around breakpoint. (Bug#9553)
6041 (f90-find-breakpoint): Only break at whitespace inside a comment.
6042
78054a46
SM
60432011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * minibuffer.el (completion-file-name-table): Keep track of errors.
6046 (completion-table-with-predicate): Handle the case where pred1 is nil.
6047 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6048
345083b2
SM
60492011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6050
e24e27be
SM
6051 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6052 (debugger-return-value): Signal an error if the debugging context does
6053 not await any return value.
6054
345083b2
SM
6055 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6056 * image-mode.el (image-toggle-display-text)
6057 (image-toggle-display-image): Stay away from evil `intangible'.
6058
08d355e3
LL
60592011-09-19 Leo Liu <sdl.web@gmail.com>
6060
6061 * replace.el (occur-revert-arguments): Make it permanent-local.
6062 (occur-mode): Don't call font-lock-defontify.
6063
f01da43f
CY
60642011-09-19 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * net/ldap.el (ldap-search-internal): Don't push empty search
6067 result (Bug#9508).
6068
b6072fa6
SM
60692011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6072
443d6696
MA
60732011-09-19 Michael Albinus <michael.albinus@gmx.de>
6074
6075 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6076 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6077
7cc6e154
JL
60782011-09-18 Juri Linkov <juri@jurta.org>
6079
6080 * buff-menu.el (Buffer-menu-mode-map):
6081 * dired.el (dired-mode-map):
6082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6083 (lisp-interaction-mode-map):
6084 * emacs-lisp/package.el (package-menu-mode-map):
6085 * epa.el (epa-key-list-mode-map):
6086 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6087 (menu-bar-options-menu):
6088 * outline.el (outline-mode-menu-bar-map):
6089 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6090 * vc/vc-dir.el (vc-dir-menu-map):
6091 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6092 Capitalize non-function content words in menu item strings.
6093
6094 * dired.el (dired-mode-map): Add menu item for
6095 `image-dired-dired-toggle-marked-thumbs'.
6096
80302a81
JL
60972011-09-18 Juri Linkov <juri@jurta.org>
6098
6099 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6100 to `isearch-case-fold-search' and restore its original value
6101 after the `isearch-mode' call.
6102
46c5cf66
JL
61032011-09-18 Juri Linkov <juri@jurta.org>
6104
6105 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6106 because `zgrep' returns 1 for successful matches (bug#9226).
6107
d18b513b
JL
61082011-09-18 Juri Linkov <juri@jurta.org>
6109
6110 * info.el (Info-extract-menu-node-name): Check the second match
6111 for empty string (second test-case of bug#9528).
6112 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6113 intermediate nodes to the history (first test-case of bug#9528).
6114
72753f87
JL
61152011-09-18 Juri Linkov <juri@jurta.org>
6116
6117 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6118 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6119
c9384295
JL
61202011-09-18 Juri Linkov <juri@jurta.org>
6121
1154d12e
JB
6122 * info.el (Info-file-supports-index-cookies):
6123 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6124 outputs one more line for long file names (bug#4142).
c9384295 6125
d473dce8
CY
61262011-09-18 Chong Yidong <cyd@stupidchicken.com>
6127
6128 * newcomment.el (comment-normalize-vars): If prompting for
6129 comment-start, set comment-start-skip too (Bug#8424).
6130
2176854d
JB
61312011-09-18 Johan Bockgård <bojohan@gnu.org>
6132
6133 * icomplete.el: Fix previous fix of Bug#5849.
6134 (icomplete-mode): Don't set completion-show-inline-help.
6135 (icomplete-minibuffer-setup): Set completion-show-inline-help
6136 locally during icompletion.
6137
3aace4e4
CY
61382011-09-18 Chong Yidong <cyd@stupidchicken.com>
6139
c940224f
CY
6140 * woman.el (woman2-process-escapes): Don't delete unrecognized
6141 escapes (Bug#7843).
6142
3aace4e4
CY
6143 * files.el (inhibit-first-line-modes-regexps): Add image files.
6144 (hack-local-variables-prop-line): Return nil for malformed
6145 prop-lines (Bug#9044).
6146
710dec63
MA
61472011-09-18 Michael Albinus <michael.albinus@gmx.de>
6148
6149 * net/tramp.el (top): Don't require 'shell.
6150 (tramp-methods): Fix docstring.
6151 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6152 Return complete remote file name. Handle "smb" case.
6153 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6154 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6155
6156 * net/tramp-compat.el (top): Require 'shell.
6157
6158 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6159 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6160 `tramp-current-host'.
6161 (tramp-get-remote-tmpdir): Remove.
6162
6163 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6164 `tramp-tmpdir' entries.
6165 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6166 (tramp-smb-handle-file-attributes): Ignore errors.
6167 (tramp-smb-wait-for-output): Check also for process end.
6168
5d5ac8ec
LMI
61692011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6170
6171 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6172 when sending QUIT (bug#9312).
6173
8c0f49f0
CY
61742011-09-17 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6177 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6178 occur-mode-display-occurrence.
6179 (occur-edit-mode): Add usage message.
6180 (occur-cease-edit): New command.
6181 (occur-after-change-function): Use text properties to find the
6182 position of the prefix text.
6183 (occur-engine): Set stickiness of prefix text properties.
6184
8f1383f7
GM
61852011-09-17 Glenn Morris <rgm@gnu.org>
6186
6187 * progmodes/etags.el (complete-tag):
6188 Fix call to completion-in-region. (Bug#9526)
6189
744ba0e3
JL
61902011-09-17 Juri Linkov <juri@jurta.org>
6191
6192 * textmodes/ispell.el (ispell-word): Add to the error message
6193 the word, ispell program name and current dictionary (bug#9121).
6194 (ispell-tex-arg-end): Capitalize "error" in the error message.
6195
d9bbf400
AS
61962011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6197
6198 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6199 check. (Bug#4251)
6200
8da11505
JL
62012011-09-17 Juri Linkov <juri@jurta.org>
6202
6203 * window.el (window-safe-min-height, window-safe-min-width):
6204 Fix typos (followup to bug#9522).
6205
a91adc7e
SJ
62062011-09-17 Sven Joachim <svenjoac@gmx.de>
6207
6208 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6209
064f328a
EZ
62102011-09-16 Eli Zaretskii <eliz@gnu.org>
6211
6212 * simple.el (line-move): If goal-column is set, move by logical
6213 lines, not by display lines. (Bug#971)
6214 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6215 to reflect the above change.
6216
e69df516
SM
62172011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * image.el (imagemagick-register-types): Use regexp-opt.
6220
cbb0f9ab
CY
62212011-09-15 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * window.el (display-buffer-base-action): Rename from
6224 display-buffer-default-action. Make default value empty.
6225 (display-buffer-overriding-action): Convert to defvar.
6226 (display-buffer-fallback-action): New var.
6227
25322144
CY
62282011-09-15 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6231 declaration.
6232 (package--add-to-archive-contents): If there is a duplicate entry
6233 with an older version, remove it.
6234 (package-menu-mark-delete, package-menu-mark-install)
6235 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6236 (package-menu-mark-obsolete-for-deletion):
6237 Use package-menu-get-status instead of a regexp search.
25322144
CY
6238 (package-menu-get-status): Use tabulated-list-entry.
6239 (package-menu-mark-upgrades): New command.
d770725a 6240 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6241 (package-menu-execute): Do installation before deletion.
6242 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6243 instead of checking major-mode.
6244 (package-menu--find-upgrades): New function.
6245
7520339c
LMI
62462011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6247
6248 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6249 passwords in the log buffer.
65a046c4
LMI
6250 (smtpmail-process-filter): Update the process marker so that the
6251 "broken by peer" status message is inserted in the right place.
7520339c 6252
d3c30954
SM
62532011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6254
3fe48822
SM
6255 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6256 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6257 bibtex-completion-at-point-function.
6258 (bibtex-completion-at-point-function): Use them.
6259
1b8b3954
SM
6260 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6261
d3c30954
SM
6262 * mpc.el (mpc-constraints-tag-lookup): New function.
6263 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6264 also to browser "album|playlist".
6265
72779976
JL
62662011-09-14 Juri Linkov <juri@jurta.org>
6267
6268 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6269 (isearch-edit-string): Use length of `isearch-string' when
6270 `isearch-fail-pos' returns nil.
6271 (isearch-message): Remove duplicate code and call
6272 `isearch-fail-pos' with arg `t'.
6273
a0bf2bcd
CY
62742011-09-14 Chong Yidong <cyd@stupidchicken.com>
6275
17bb0a2d
CY
6276 * replace.el (occur-mode-goto-occurrence): Don't force using other
6277 window (Bug#9499).
6278
a0bf2bcd
CY
6279 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6280
f678e0b6
MR
62812011-09-14 Martin Rudalics <rudalics@gmx.at>
6282
6283 * window.el (display-buffer-window): Remove.
6284 (display-buffer-record-window): Use help-setup window parameter
6285 instead of variable display-buffer-window.
6286 (display-buffer-function, special-display-buffer-names)
6287 (special-display-function): Mention help-setup parameter instead
6288 of display-buffer-window in doc-string.
d3c30954
SM
6289 * help.el (help-window-setup): New argument help-window.
6290 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6291 Reword some messages.
6292 (with-help-window): Pass window used for displaying the buffer
6293 to help-window-setup. Don't set display-buffer-window.
6294
8e39b2e8
GM
62952011-09-13 Glenn Morris <rgm@gnu.org>
6296
6297 * emacs-lisp/debug.el (debugger-make-xrefs):
6298 Preserve point. (Bug#9462)
6299
85e9c04b
CY
63002011-09-13 Chong Yidong <cyd@stupidchicken.com>
6301
6302 * window.el (window-deletable-p): Use next-frame.
6303
1b36ed6a
MR
63042011-09-13 Martin Rudalics <rudalics@gmx.at>
6305
6306 * window.el (window-auto-delete): Remove.
6307 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6308 dedication and previous buffers.
1b36ed6a
MR
6309 (switch-to-prev-buffer): Don't delete window.
6310 (delete-windows-on): Delete a window's frame if and only if the
6311 window is dedicated.
6312 (replace-buffer-in-windows): Delete buffer's window or frame if
6313 and only if window is dedicated.
6314 (quit-window): Handle quit-restore as before last change.
4d61f28d 6315 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6316
ef8ef9fb
CY
63172011-09-13 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * window.el (window-deletable-p): Never delete the last frame on a
6320 given terminal.
6321
b2cba41e
GM
63222011-09-13 Glenn Morris <rgm@gnu.org>
6323
6324 * help.el (describe-key-briefly): Copy previous standard-output change.
6325
51553db6 63262011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6327
6328 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6329
b7556719
GM
63302011-09-13 Glenn Morris <rgm@gnu.org>
6331
6332 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6333 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6334
64b51947
CY
63352011-09-12 Chong Yidong <cyd@stupidchicken.com>
6336
6337 * dired-aux.el (dired-mark-read-string): Don't return default
6338 value on empty input (Bug#9361).
6339 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6340 Omit initial minibuffer contents.
6341 (dired-do-chmod): Signal an error on empty input.
6342 (dired-mark-read-string): Don't return default on empty input.
6343
6344 * files.el (file-modes-symbolic-to-number): Doc fix.
6345
393a301e
SM
63462011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * international/mule-cmds.el (ucs-completions): Remove.
6349 (read-char-by-name): Use complete-with-action instead; add metadata.
6350
fa5660f9
CY
63512011-09-11 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * window.el (display-buffer--action-function-custom-type)
6354 (display-buffer--action-custom-type): New vars.
6355 (display-buffer-alist, display-buffer-default-action)
6356 (display-buffer-overriding-action): Add defcustom types.
6357
4a592f66
CY
6358 * frame.el (delete-other-frames): Doc fix (Bug#276).
6359
73d56dbd
LMI
63602011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6363
37ac18a3
CY
63642011-09-11 Chong Yidong <cyd@stupidchicken.com>
6365
6366 Change modes that used same-window-* vars to use switch-to-buffer.
6367
6368 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6369 Use switch-to-buffer.
6370
6371 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6372 (customize-browse, custom-buffer-create-other-window):
6373 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6374
6375 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6376 (Info-prev, Info-up, Info-speedbar-goto-node)
6377 (info-display-manual): Use switch-to-buffer.
6378 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6379
6380 * mail/sendmail.el (mail): Use switch-to-buffer.
6381 (mail-recover): Use switch-to-buffer-other-window.
6382
6383 * cmuscheme.el (run-scheme, switch-to-scheme):
6384 * ielm.el (ielm):
6385 * shell.el (shell):
6386 * net/rlogin.el (rlogin):
6387 * net/telnet.el (telnet, rsh):
6388 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6389
10195bd6
AS
63902011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6391
6392 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6393
b322f63a
LMI
63942011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6395
39d7fed6
LMI
6396 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6397 so don't mention it (bug#9301).
ba5a81f1 6398 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6399
ee0e9f11
LMI
6400 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6401 match `x', `w32' and `ns', like the manual says (bug#9029).
6402
0b1c89c1 6403 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6404 (process-kill-buffer-query-function): Mention the buffer name in
6405 the query.
0b1c89c1 6406
77549ea8
LMI
6407 * image-mode.el (image-next-line): The line parameter is mandatory
6408 (bug#9258).
6409
803ef892
LMI
6410 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6411 which can be useful (bug#9301).
6412
12980837
LMI
6413 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6414
91054f8f
LMI
6415 * subr.el (match-string): Mention that the current buffer should
6416 be the same as the search was done in (bug#9282).
6417
b322f63a
LMI
6418 * facemenu.el: Disable the remove-* commands if the mark isn't
6419 active (bug#9162).
6420
3199b96f
CY
64212011-09-10 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6424 of display-buffer.
6425 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6426
6427 * replace.el (occur-mode-goto-occurrence)
6428 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6429 and display-buffer.
6430
6431 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6432 display-buffer.
6433
6434 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6435 special-display and same-window variables.
6436 (mail-other-window): Use switch-to-buffer-other-window.
6437 (mail-other-frame): USe switch-to-buffer-other-frame.
6438
393a301e
SM
6439 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6440 Use display-buffer-other-frame.
3199b96f
CY
6441 (gdb-display-gdb-buffer): Use pop-to-buffer.
6442
6443 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6444
6445 * progmodes/python.el: Don't set same-window-buffer-names.
6446
6447 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6448
6449 * window.el (display-buffer-alist): Add *Python*.
6450
8319e0bf
CY
64512011-09-10 Chong Yidong <cyd@stupidchicken.com>
6452
6453 * window.el (display-buffer-alist): Add entry for buffers
6454 previously handled same-window-*.
6455 (display-buffer-alist, display-buffer-default-action)
6456 (display-buffer-overriding-action): Mark as risky.
6457 (display-buffer-alist): Document action function changes.
6458 (display-buffer--same-window-action)
6459 (display-buffer--other-frame-action): New variables.
6460 (switch-to-buffer, display-buffer-other-frame): Use them.
6461 (display-buffer): Rename reuse-frame entry to reusable-frames.
6462 (display-buffer-reuse-selected-window): Function deleted.
6463 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6464 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6465 (display-buffer-special): New function.
6466 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6467 display-buffer-reuse-or-pop-window. Split off special-display
6468 part into display-buffer-special.
6469 (display-buffer-use-some-window): Don't perform any special
6470 pop-up-frames handling.
6471 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6472 (display-buffer--maybe-same-window): Rename from
0d3ff375 6473 display-buffer-maybe-same-window.
8319e0bf 6474
919a69aa
CY
6475 * info.el: Don't set same-window-regexps.
6476 (info-setup): New function.
6477 (info-other-window, info): Call it.
6478
6479 * cus-edit.el: Don't set same-window-regexps.
6480 (customize-group): New argument.
6481 (customize-group-other-window): Use it.
6482 (customize-face, customize-face-other-window): Likewise.
6483 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6484
8319e0bf
CY
6485 * net/rlogin.el:
6486 * net/telnet.el:
6487 * progmodes/gud.el: Don't set same-window-regexps.
6488
6489 * cmuscheme.el:
6490 * ielm.el:
6491 * shell.el:
6492 * mail/sendmail.el:
6493 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6494
25173000
JL
64952011-09-10 Juri Linkov <juri@jurta.org>
6496
6497 * isearch.el (isearch-edit-string): Remove obsolete mention of
6498 `C-w' (`isearch-yank-word-or-char') from docstring.
6499 (isearch-query-replace): Fix typo in docstring (bug#9466).
6500
056e44ef
JL
65012011-09-10 Juri Linkov <juri@jurta.org>
6502
6503 * paren.el (show-paren-function): Don't show escaped parens.
6504 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6505
c3760c17
EZ
65062011-09-10 Eli Zaretskii <eliz@gnu.org>
6507
6508 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6509 (mm-default-file-encoding): Remove autoload forms, they are
6510 replaced with autoload cookies in mml.el and mm-encode.el.
6511 (mail-add-attachment): New command.
6512 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6513 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6514 the doc string.
6515 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6516
fece895e
RT
65172011-09-10 Reuben Thomas <rrt@sc3d.org>
6518
e69df516
SM
6519 * simple.el (count-words-region): Use buffer if there's no region
6520 (bug#9429).
fece895e 6521
5e68ce4a
JL
65222011-09-09 Juri Linkov <juri@jurta.org>
6523
6524 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6525 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6526 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6527
0a6b9622
AM
65282011-09-09 Alan Mackenzie <acm@muc.de>
6529
6530 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6531 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6532
14a29deb
EZ
65332011-09-09 Eli Zaretskii <eliz@gnu.org>
6534
6535 Fix for Savannah bug#9392.
6536 * simple.el (mail-encode-mml): New defvar.
6537
6538 * mail/rmail.el (mail-encode-mml): Add a defvar.
6539 (rmail-enable-mime-composing): Default to t.
6540 (rmail-forward): Use MIME method of forwarding only if both
6541 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6542 Set mail-encode-mml non-nil if the MIME method was used.
6543
6544 * mail/sendmail.el (mml-to-mime): Add autoload form.
6545 (mail-encode-mml): Add a defvar.
6546 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6547 to nil.
6548 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6549 message through mml-to-mime, and reset mail-encode-mml to nil.
6550
28c45130
GM
65512011-09-09 Glenn Morris <rgm@gnu.org>
6552
6553 * woman.el (woman-if-body): When processing an .el block,
6554 do not delete the next .el block as well. (Bug#9447)
69f4b618 6555 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6556
9b1c252e
MR
65572011-09-08 Martin Rudalics <rudalics@gmx.at>
6558
6559 * window.el (window-deletable-p): Make sure window is live before
6560 invoking window-prev-buffers.
6561
567457e3
LL
65622011-09-08 Leo Liu <sdl.web@gmail.com>
6563
6564 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6565
97f05794
JL
65662011-09-08 Juri Linkov <juri@jurta.org>
6567
6568 * progmodes/compile.el (compilation-environment): Make it
6569 a defcustom (bug#8340).
6570
8b0874b5
MR
65712011-09-08 Martin Rudalics <rudalics@gmx.at>
6572
6573 * window.el (frame-auto-delete): Rename to window-auto-delete.
6574 Make it control auto-deletion of windows and/or frames.
6575 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6576 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6577 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6578 Rewrite handling of case when window/frame can be deleted.
6579 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6580 argument t. (Bug#9456)
8b0874b5 6581
4feb6e73
CY
65822011-09-07 Chong Yidong <cyd@stupidchicken.com>
6583
6584 * help-mode.el (help-mode): Restore autoload.
6585
91ab9c13
JL
65862011-09-07 Juri Linkov <juri@jurta.org>
6587
6588 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6589 `compilation-environment'. Set buffer-local
6590 `compilation-environment' to `thisenv' later after (funcall mode).
6591 (Bug#8340)
6592
6593 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6594 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6595 instead of replacing its value. (Bug#8340)
6596
0527e251
JL
65972011-09-07 Juri Linkov <juri@jurta.org>
6598
6599 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6600 based on text properties put by `grep-filter' instead of matching
6601 escape sequences.
6602 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6603 to the value of `grep-error-screen-columns' (bug#9438).
6604
249f792c
JL
66052011-09-07 Juri Linkov <juri@jurta.org>
6606
6607 * simple.el (next-error-highlight, next-error-highlight-no-select):
6608 Doc fix (bug#9432).
6609
ff7271b9
OT
66102011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6611
6612 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6613 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6614
183fc730
LL
66152011-09-07 Leo Liu <sdl.web@gmail.com>
6616
6617 * net/rcirc.el (rcirc-mode): Conditionally initialize
6618 rcirc-input-ring.
6619
77694924
SM
66202011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * emacs-lisp/find-func.el (find-function-C-source): Only set
6623 find-function-C-source-directory after checking that we found a source
6624 file there (bug#9440).
6625
d809b8eb
AM
66262011-09-06 Alan Mackenzie <acm@muc.de>
6627
6628 * isearch.el (isearch-other-meta-char): Wherever a key list is
6629 unread, "unread" the prefix arg, too. This fixes bug #8901.
6630
453de99f
OG
66312011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6632
6633 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6634
90439906
JL
66352011-09-05 Juri Linkov <juri@jurta.org>
6636
6637 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6638
f62bd846
JL
66392011-09-05 Juri Linkov <juri@jurta.org>
6640
6641 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6642 keeping point where processing of grep matches begins, and
6643 continue to delete remaining escape sequences from the same point.
6644 (grep-filter): Make leading zero optional in "0?1;31m" because
6645 git-grep emits "\033[1;31m" escape sequences unlike expected
6646 "\033[01;31m" as GNU Grep does (bug#9408).
6647 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6648
045820ec
JL
66492011-09-05 Juri Linkov <juri@jurta.org>
6650
6651 * subr.el (y-or-n-p): Capitalize "yes".
6652
f5e29b9b
MA
66532011-09-04 Michael Albinus <michael.albinus@gmx.de>
6654
6655 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6656 `tramp-cache-unload-hook' where appropriate.
6657 (tramp-methods): Rename `tramp-remote-sh' to
6658 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6659 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6660
6661 * net/tramp-sh.el (top): Don't require 'shell.
6662 (tramp-methods): Add `tramp-remote-shell' and
6663 `tramp-remote-shell-args' entries.
6664 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6665 (tramp-sh-handle-shell-command): Remove.
6666 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6667 Use `tramp-remote-shell'.
6668
2784c434
CY
66692011-09-03 Chong Yidong <cyd@stupidchicken.com>
6670
393a301e 6671 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6672 (sendmail-query-once): Save directly to send-mail-function.
6673 Update message-send-mail-function too.
6674
6675 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6676
464cdf56
CS
66772011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6678
6679 * progmodes/python.el (python-mode-map): Use correct function to
6680 start python interpreter from menu-bar (as reported by Geert
6681 Kloosterman).
6682 (inferior-python-mode-map): Fix typo.
393a301e 6683 (python-shell-map): Remove.
464cdf56 6684
d37e5c87
DD
66852011-09-03 Deniz Dogan <deniz@dogan.se>
6686
6687 * net/rcirc.el (rcirc-print): Simplify code for
6688 rcirc-scroll-show-maximum-output. There is no need to walk
6689 through all windows to find the right one.
6690
f3ada0ee
CS
66912011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6692
6693 * help.el (help-return-method): Doc fix.
6694
1f3c99ca
MR
66952011-09-03 Martin Rudalics <rudalics@gmx.at>
6696
6697 * window.el (window-deletable-p): Don't return a non-nil value
6698 when there's a buffer that was shown in the window before.
6699 (Bug#9419)
393a301e
SM
6700 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6701 Set window's previous buffers to nil.
1f3c99ca 6702
a3cf097f
EZ
67032011-09-03 Eli Zaretskii <eliz@gnu.org>
6704
6705 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6706 newline before and after the tag line, so it doesn't interfere
6707 with determining the paragraph direction of bidirectional text.
6708
3d03de90
LL
67092011-09-03 Leo Liu <sdl.web@gmail.com>
6710
6711 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6712
c3313451
CY
67132011-09-02 Chong Yidong <cyd@stupidchicken.com>
6714
393a301e 6715 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6716 (pop-to-buffer): Change interactive spec. Pass second argument
6717 directly to display-buffer.
6718 (display-buffer): Fix interactive spec. Use functionp to
6719 distinguish between a function and a list of functions.
6720
6721 * abbrev.el (edit-abbrevs):
6722 * arc-mode.el (archive-extract):
6723 * autoinsert.el (auto-insert):
6724 * bookmark.el (bookmark-bmenu-list):
6725 * files.el (find-file):
6726 * view.el (view-buffer):
6727 * progmodes/compile.el (compilation-goto-locus):
6728 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6729
89894cd8
CY
67302011-09-02 Chong Yidong <cyd@stupidchicken.com>
6731
6732 * window.el (display-buffer-alist): Doc fix.
6733 (display-buffer): Add docstring. Don't treat
6734 display-buffer-default specially.
6735 (display-buffer-reuse-selected-window)
6736 (display-buffer-same-window, display-buffer-maybe-same-window)
6737 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6738 (display-buffer-pop-up-window)
6739 (display-buffer-reuse-or-pop-window)
6740 (display-buffer-use-some-window): New functions.
6741 (display-buffer-default-action): Use them.
393a301e 6742 (display-buffer-default): Delete.
89894cd8
CY
6743 (pop-to-buffer-1): Fix choice of actions.
6744
ae0bc9fb
SM
67452011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * minibuffer.el (completion--insert-strings): Don't get confused by
6748 completion entries that end with an LF char.
6749
e9d90883
EZ
67502011-09-01 Eli Zaretskii <eliz@gnu.org>
6751
6752 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6753
437014c8
CY
67542011-09-01 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6757 (display-buffer-same-window, display-buffer-other-window):
6758 New functions.
437014c8
CY
6759 (pop-to-buffer-1): New function. Use the above.
6760 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6761 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6762
6763 * view.el (view-buffer-other-window, view-buffer-other-frame):
6764 Just use pop-to-buffer.
6765
a5e063d5
TV
67662011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6767
6768 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6769
793d32bb
WH
67702011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6771
6772 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6773
d65e4c15
RS
67742011-08-31 Richard Stallman <rms@gnu.org>
6775
6776 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6777 of the separation of rmail-view-buffer from rmail-buffer.
6778 If you say no to "replace original", the decrypt is in the
6779 view buffer. If you say yes, the decrypt goes into the
6780 rmail buffer also.
6781
f818cd2a
MR
67822011-08-31 Martin Rudalics <rudalics@gmx.at>
6783
6784 * window.el (display-buffer-window): Rewrite doc-string.
6785 (display-buffer-record-window): New function.
6786 (display-buffer-macro-specifiers)
6787 (display-buffer-even-window-sizes, display-buffer-set-height)
6788 (display-buffer-set-width, display-buffer-in-window)
6789 (display-buffer-reuse-window, display-buffer-split-specifiers)
6790 (display-buffer-side-specifiers, display-buffer-split-window-1)
6791 (display-buffer-split-window, display-buffer-split-atom-window)
6792 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6793 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6794 (display-buffer-other-window-means-other-frame)
6795 (display-buffer-normalize-special)
6796 (display-buffer-normalize-default)
6797 (display-buffer-normalize-argument)
6798 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6799 (display-buffer-normalize-specifiers, display-buffer-frame)
6800 (display-buffer-same-window, display-buffer-same-frame)
6801 (display-buffer-other-window)
6802 (display-buffer-same-frame-other-window)
6803 (display-buffer-other-frame, pop-to-buffer-same-window)
6804 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6805 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6806 (switch-to-buffer-same-frame)
6807 (switch-to-buffer-other-window-same-frame)
6808 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6809 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6810 (display-buffer-alist-set): Remove.
6811 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6812 (special-display-regexps, special-display-function):
6813 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6814 parameter.
6815 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6816 (special-display-frame-alist, special-display-popup-frame)
6817 (same-window-buffer-names, same-window-regexps, same-window-p)
6818 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6819 (split-window-preferred-function, split-height-threshold)
6820 (split-width-threshold, window-splittable-p)
6821 (split-window-sensibly, window--try-to-split-window)
6822 (window--frame-usable-p, even-window-heights)
6823 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6824 (window--display-buffer-2, display-buffer-other-frame):
6825 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6826 (display-buffer-default, display-buffer-assq-regexp): New functions.
6827 (display-buffer-alist): Rewrite doc-string.
6828 (display-buffer-default-action)
6829 (display-buffer-overriding-action): New variables.
6830 (display-buffer, switch-to-buffer): Rewrite.
6831 (pop-to-buffer): Restore Emacs 23 behavior but use
6832 window-normalize-buffer-to-display.
6833 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6834 Restore Emacs 23 behavior but use
6835 window-normalize-buffer-to-switch-to.
6836 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6837 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6838 Rewrite using Emacs 23 options.
f818cd2a 6839
5bc3b51d
MA
68402011-08-31 Michael Albinus <michael.albinus@gmx.de>
6841
6842 * net/tramp.el (tramp-root-regexp): Remove.
6843 (tramp-completion-file-name-regexp-unified)
6844 (tramp-completion-file-name-regexp-separate)
6845 (tramp-completion-file-name-regexp-url): Don't use leading volume
6846 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6847 (tramp-drop-volume-letter): Simplify definition.
6848 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6849
b1a4f8e1
SM
68502011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6853 (bug#9356).
6854
5664fa7b
RT
68552011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6856
b1a4f8e1 6857 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6858
9a45d6c3
JL
68592011-08-29 Juri Linkov <juri@jurta.org>
6860
6861 * isearch.el (isearch-done): Don't display message "Mark saved"
6862 when arg `edit' is non-nil to prevent its flicker in the echo area.
6863
fb87e0fb
CY
68642011-08-28 Chong Yidong <cyd@stupidchicken.com>
6865
6866 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6867 obsolete packages for deletion.
6868
09ac1c2a
CS
68692011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6870
6871 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6872 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6873 view-mode from help-mode.
6874 (help-xref-override-view-map): Remove.
6875 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6876 view-mode is not used anymore.
6877
7a1ff57f
CY
68782011-08-28 Chong Yidong <cyd@stupidchicken.com>
6879
6880 * server.el (server-port): Doc fix.
6881
b9696605
CY
6882 * cus-theme.el (custom-theme-choose-mode): Inherit from
6883 special-mode (Bug#9124).
6884 (custom-theme-choose-mode-map): Add special-mode to parent.
6885
ef8cdf8c
AM
68862011-08-28 Alan Mackenzie <acm@muc.de>
6887
6888 * progmodes/cc-fonts.el
6889 (c-make-font-lock-BO-decl-search-function): New function.
6890 (c-basic-matchers-after - "Fontify the clauses after various
6891 keywords"): Extract the three keyword lists for the 3 erroneous
6892 constructs from the list of four, and use the new function above
6893 in place of an old one.
6894
27de4e20
DD
68952011-08-28 Deniz Dogan <deniz@dogan.se>
6896
6897 * net/rcirc.el (rcirc-insert-prev-input)
6898 (rcirc-insert-next-input): Remove unused argument.
6899
356a3681
SM
69002011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6903
3fc9b218
AM
69042011-08-27 Alan Mackenzie <acm@muc.de>
6905
6906 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6907 handle function pointer parameters properly.
6908
538a061c
MR
69092011-08-27 Martin Rudalics <rudalics@gmx.at>
6910
6911 * window.el (display-buffer-reuse-window): Fix case where
6912 selected window was reused with non-nil OTHER-WINDOW argument.
6913 (Bug#9381)
6914
35b1c40c
DD
69152011-08-27 Deniz Dogan <deniz@dogan.se>
6916
6917 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6918 oftc's NickServ messages.
6919
2f6a3e79
GM
69202011-08-27 Glenn Morris <rgm@gnu.org>
6921
6922 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6923
7254299e
CY
69242011-08-26 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * emacs-lisp/package.el (package-install): Call package-initialize
6927 if called interactively.
6928
f8ccf167
LL
69292011-08-26 Leo Liu <sdl.web@gmail.com>
6930
6931 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6932
3e8cd5ce
JL
69332011-08-25 Juri Linkov <juri@jurta.org>
6934
6935 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6936 `search-whitespace-regexp' (bug#9364).
6937
93eb7113
JL
69382011-08-25 Juri Linkov <juri@jurta.org>
6939
6940 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6941 `regexp-search-ring' to their global values to protect from
6942 updating by `read-from-minibuffer' (bug#9185).
6943
f65d1611
JL
69442011-08-25 Juri Linkov <juri@jurta.org>
6945
6946 * textmodes/ispell.el (ispell-command-loop): Add newline
6947 at the end of the "Use option `i'..." line.
6948
f1cf7a31
JL
69492011-08-25 Juri Linkov <juri@jurta.org>
6950
6951 * battery.el (display-battery-mode): If `battery-status-function'
6952 or `battery-mode-line-format' is nil, display the message and set
6953 `display-battery-mode' to nil (bug#9363).
6954
0c95fcf7
EZ
69552011-08-25 Eli Zaretskii <eliz@gnu.org>
6956
6957 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6958 bidi-string-mark-left-to-right; they are unnecessary now.
6959
a2ebe600
DD
69602011-08-25 Deniz Dogan <deniz@dogan.se>
6961
6962 * net/quickurl.el: Documentation typo fixes.
6963
e4ed06f1
CY
69642011-08-25 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6967
e5f1c99e
GM
69682011-08-25 Glenn Morris <rgm@gnu.org>
6969
b2948976
GM
6970 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6971
e5f1c99e
GM
6972 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6973 (smtpmail-via-smtp): Handle nil response from smtp.
6974
f22f4808
JL
69752011-08-24 Juri Linkov <juri@jurta.org>
6976
6977 * proced.el (proced-marked): Inherit from `error' instead of
6978 `font-lock-warning-face'.
6979
6980 * ibuffer.el (ibuffer-marked-face): Change default face from
6981 `font-lock-warning-face' to `warning'.
6982 (ibuffer-deletion-face): Change default face from
6983 `font-lock-type-face' to `error'.
6984
6985 * battery.el (battery-update): Use the face `error' instead of
6986 `font-lock-warning-face' (bug#6117).
6987
6a93965e
JL
69882011-08-24 Juri Linkov <juri@jurta.org>
6989
6990 * faces.el (success): Change face color from "Green3" to
6991 "ForestGreen" on light background (bug#9353).
6992
1ed43b09
CY
69932011-08-24 Chong Yidong <cyd@stupidchicken.com>
6994
5664fa7b
RT
6995 * window.el (quit-window): Rename from quit-restore-window.
6996 Use same arglist as old quit-window.
1ed43b09
CY
6997 (frame-auto-delete): Doc fix.
6998
6999 * view.el (view-mode-exit): Use quit-window.
7000
11dcdbb2
JL
70012011-08-24 Juri Linkov <juri@jurta.org>
7002
7003 * isearch.el (isearch-ring-adjust1): Start visiting previous
7004 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7005 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7006 for empty search string (when the last search string is reused
7007 automatically) to adjust the isearch ring to the last element and
7008 prepare the correct index for further M-p commands (bug#9185).
7009
de62b4df
KH
70102011-08-24 Kenichi Handa <handa@m17n.org>
7011
7012 * international/ucs-normalize.el: If decomposition property of
7013 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7014 nil.
7015 (nfd, nfkd): Likewise.
7016
963b492b
SM
70172011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7020 from process filters aren't reliably transmitted to the surrounding
7021 accept-process-output.
7022 (mpc-proc-check): New function.
7023 (mpc-proc-sync): Use it (bug#8293)
7024
93b6b5e1
SM
70252011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7028 Add compatibility functions (bug#9313).
7029
bca633fb
EZ
70302011-08-23 Eli Zaretskii <eliz@gnu.org>
7031
b177498a
EZ
7032 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7033
6df6ae42 7034 * international/uni-bidi.el: Regenerate.
bca633fb 7035
0902a04e
KH
70362011-08-23 Kenichi Handa <handa@m17n.org>
7037
7038 * international/charprop.el:
7039 * international/uni-bidi.el:
7040 * international/uni-category.el:
7041 * international/uni-combining.el:
7042 * international/uni-comment.el:
7043 * international/uni-decimal.el:
7044 * international/uni-decomposition.el:
7045 * international/uni-digit.el:
7046 * international/uni-lowercase.el:
7047 * international/uni-mirrored.el:
7048 * international/uni-name.el:
7049 * international/uni-numeric.el:
7050 * international/uni-old-name.el:
7051 * international/uni-titlecase.el:
7052 * international/uni-uppercase.el: Regenerate.
7053
3bbf23bc
MR
70542011-08-23 Martin Rudalics <rudalics@gmx.at>
7055
7056 * help.el (help-window-setup): Fix message displayed when other
7057 window is reused. (Bug#9341)
7058
b3fd59bd
SM
70592011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7060
1802e444
SM
7061 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7062 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7063
b3fd59bd
SM
7064 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7065 Mark obsolete.
7066 * shell.el (shell-parse-pcomplete-arguments): New function.
7067 (shell-completion-vars): Use it instead (bug#9160).
7068
4eb61348
SM
70692011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7070
867cab74
SM
7071 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7072 strings and comments (bug#9333).
7073
4eb61348
SM
7074 * emacs-lisp/debug.el (debug-arglist): New function.
7075 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7076 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7077
262a1439
JL
70782011-08-22 Juri Linkov <juri@jurta.org>
7079
56ee679c
JL
7080 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7081 Revert regexp that highlights output switches to its old
7082 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7083
262a1439
JL
7084 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7085 to check for empty output (bug#9226).
7086
f13f86fb
CY
70872011-08-22 Chong Yidong <cyd@stupidchicken.com>
7088
7089 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7090 symbol-constituent as the default, as that stops font-lock from
7091 working properly (Bug#8843).
7092
c65c9622
LMI
70932011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7094
7095 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7096 `coding-system-for-*' around the process open call to avoid
7097 auth-source side effects.
e7f2c178 7098 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7099 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7100 probe hangs.
c65c9622 7101
23a8a5ab
CY
71022011-08-21 Chong Yidong <cyd@stupidchicken.com>
7103
ff98b2dd
CY
7104 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7105
23a8a5ab
CY
7106 * emacs-lisp/find-func.el (find-function-noselect): New arg
7107 lisp-only.
7108
7109 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7110 signal an error for built-in functions (Bug#6664).
7111
f5e3c598
LMI
71122011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113
7114 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7115 (smtpmail-try-auth-methods): Use it.
7116
a3f2468a
CY
71172011-08-21 Chong Yidong <cyd@stupidchicken.com>
7118
2c34e8da
CY
7119 * font-lock.el (font-lock-fontify-region)
7120 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7121 (font-lock-default-unfontify-buffer)
7122 (font-lock-default-fontify-region)
7123 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7124
b3fd59bd
SM
7125 * progmodes/compile.el (compilation-error-properties):
7126 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7127 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7128 `ant' regexp.
ee31aabc 7129
a3f2468a
CY
7130 * net/browse-url.el (browse-url-firefox): Don't call
7131 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7132
8e999f70
GM
71332011-08-20 Glenn Morris <rgm@gnu.org>
7134
c21a496a
GM
7135 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7136
59ee0542
GM
7137 * tutorial.el (tutorial--default-keys): Update some default bindings.
7138
8e999f70
GM
7139 * files.el (hack-local-variables): Fully ignore case for "mode:".
7140
e3715033
AM
71412011-08-20 Alan Mackenzie <acm@muc.de>
7142
7143 Resolve invalid use of a regexp in regexp-opt.
7144
4d61f28d
JB
7145 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7146 detection for a java annotation.
e3715033 7147
4d61f28d 7148 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7149 detection for a java annotation.
7150
4d61f28d
JB
7151 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7152 handling for java.
e3715033
AM
7153 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7154
04ed2e9c
CY
71552011-08-20 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7158 (Bug#9274).
7159
826cee64
AM
71602011-08-20 Alan Mackenzie <acm@muc.de>
7161
58179cce 7162 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7163 such a construct. Mainly for when jit-lock etc. starts a chunk
7164 here.
7165
58179cce 7166 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7167 variable.
58179cce 7168 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7169 c-make-font-lock-search-function.
7170 (c-make-font-lock-search-function): Use the above function.
7171 (c-make-font-lock-context-search-function): New function.
7172 (c-cpp-matchers): Enhance the preprocessor expression case with
7173 the above function
7174 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7175 which takes an expression.
7176
7177 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7178
13009bd8
MR
71792011-08-20 Martin Rudalics <rudalics@gmx.at>
7180
7181 * window.el (display-buffer-reuse-window)
7182 (display-buffer-pop-up-window): Don't reuse or split a side
7183 window.
7184
9234ff7f
GM
71852011-08-19 Glenn Morris <rgm@gnu.org>
7186
7187 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7188 Downcase "Mode:". (Bug#9331)
9234ff7f 7189
f635daa1
CY
71902011-08-18 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * international/characters.el: Add L and R categories.
7193
7194 * subr.el (bidi-string-mark-left-to-right): Rename from
7195 string-mark-left-to-right. Use category search.
7196
7197 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7198
bc987f8b
JL
71992011-08-18 Juri Linkov <juri@jurta.org>
7200
7201 * faces.el (error, warning, success): New faces with definitions
7202 copied from old default values of `font-lock-warning-face',
7203 `compilation-warning', `compilation-info' (bug#6117).
7204
7205 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7206
7207 * progmodes/compile.el (compilation-error): Inherit from `error'.
7208 (compilation-warning): Inherit from `warning'.
7209 (compilation-info): Inherit from `success'.
7210
7211 * dired.el (dired-marked): Inherit from `warning'.
7212 (dired-flagged): Inherit from `error'.
7213
57173b96
LMI
72142011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7215
3e79eb87
LMI
7216 * mail/smtpmail.el (auth-source): Require to avoid problems with
7217 binding variables (bug#9298). Also clean up some unused
7218 autoloads.
7219
b3fd59bd
SM
7220 * net/network-stream.el (network-stream-open-starttls):
7221 Support using starttls.el without using gnutls-cli.
57173b96 7222
02b404de
JL
72232011-08-17 Juri Linkov <juri@jurta.org>
7224
7225 * progmodes/grep.el (rgrep): Handle the case when
7226 `grep-find-command' is a cons cell (bug#9278).
7227
8c9177f2
MR
72282011-08-17 Martin Rudalics <rudalics@gmx.at>
7229
7230 * window.el (display-buffer-pop-up-frame): Run frame creation
7231 function with BUFFER current (as special-display-popup-frame
7232 does). Reported by Drew Adams.
7233
3644a0ab
DU
72342011-08-17 Daiki Ueno <ueno@unixuser.org>
7235
7236 * epa-mail.el: Simplify GnuPG group expansion using
7237 epg-expand-group.
7238 (epa-mail-group-alist, epa-mail-group-modtime)
7239 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7240 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7241 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7242 Remove.
7243
5e617bc2 72442011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7245
7246 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7247
9c4aeabf
AM
72482011-08-16 Alan Mackenzie <acm@muc.de>
7249
7250 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7251 Correct, to avoid the inside of macros.
7252
3a99bf64
RS
72532011-08-16 Richard Stallman <rms@gnu.org>
7254
04963aa8
RS
7255 * epa-mail.el: Handle GnuPG group definitions.
7256 (epa-mail-group-alist, epa-mail-group-modtime)
7257 (epa-mail-gnupg-conf-file): New variables.
7258 (epa-mail-parse-groups, epa-mail-sync-groups)
7259 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7260 (epa-mail-expand-recipients): New functions.
7261 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7262
177549d0
RS
7263 * mail/rmail.el (rmail-epa-decrypt): New command.
7264
fe38beef
RS
7265 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7266 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7267 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7268 (epa-decrypt-armor-in-region): Make error message clearer.
7269
934eacb9
SM
72702011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7273 and "a2b" to "ab" for `prefix'.
7274
d024fb4e
CY
72752011-08-14 Chong Yidong <cyd@stupidchicken.com>
7276
7277 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7278 filter groups.
de148fee
CY
7279 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7280 Fourquet (Bug#8804).
d024fb4e 7281
62f1ca49
JB
72822011-08-12 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * startup.el (argi): Declare as global variable (bug#9275).
7285
9ccaaa4b
CY
72862011-08-12 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * subr.el (string-mark-left-to-right): Search the entire string
7289 for RTL script, not just the terminating character. Doc fix.
7290
a3dae87a
SM
72912011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7292
6cd18349
SM
7293 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7294 New function.
7295 (js--regexp-literal, js-syntax-propertize-function): Remove.
7296 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7297 (js-mode-map): Don't rebind electric keys.
7298 (js-insert-and-indent): Remove.
7299 (js-mode): Setup electric-layout and electric-indent instead.
7300
a3dae87a
SM
7301 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7302
9d5cb631
DU
73032011-08-12 Daiki Ueno <ueno@unixuser.org>
7304
7305 * epa.el (epa-progress-callback-function): Fix the logic of
7306 displaying progress.
7307 * epa-file.el (epa-file-insert-file-contents): Make progress
7308 display more user-friendly.
7309 (epa-file-write-region): Ditto.
7310
3e26a4a2
CY
73112011-08-10 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * subr.el (string-mark-left-to-right): New function.
7314
7315 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7316 Use string-mark-left-to-right.
7317 (list-buffers-noselect): Caller changed.
7318
a3dae87a
SM
7319 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7320 Use string-mark-left-to-right.
3e26a4a2
CY
7321 (tabulated-list-print): Recenter after moving point.
7322
ac8cf6e6
JL
73232011-08-10 Juri Linkov <juri@jurta.org>
7324
7325 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7326 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7327 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7328
8d96c9a4
CY
73292011-08-09 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7332 (Bug#7554).
7333
7be1c708 73342011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7335
7336 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7337 character. (Bug#6594)
7338
37e11a63
CY
73392011-08-08 Chong Yidong <cyd@stupidchicken.com>
7340
839dde57
CY
7341 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7342 (image-dired--with-db-file): New macro.
7343 (image-dired-write-tags, image-dired-remove-tag)
7344 (image-dired-create-gallery-lists, image-dired-write-comments)
7345 (image-dired-get-comment, image-dired-mark-tagged-files)
7346 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7347 (image-dired-gallery-generate): Use insert-file-contents.
7348
37e11a63
CY
7349 * time.el (display-time-world-list, display-time-world-display):
7350 * time-stamp.el (time-stamp-string):
7351 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7352 set-time-zone-rule (Bug#7337).
7353
0b4946c4
DU
73542011-08-08 Daiki Ueno <ueno@unixuser.org>
7355
7356 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7357 (epg-error-to-string, epg-errors-to-string): New function.
7358 (epg-wait-for-completion): Reverse errors list.
7359 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7360 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7361 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7362 (epg-sign-keys, epg-generate-key-from-file)
7363 (epg-generate-key-from-string): Format errors by using
7364 epg-errors-to-string (bug#9255).
7365 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7366
75bfc667
JL
73672011-08-07 Juri Linkov <juri@jurta.org>
7368
7369 * faces.el (list-faces-display): Remove extra angle bracket
7370 from `help-mode-map'.
7371
7372 * info.el (Info-history-toc-nodes): Doc fix.
7373
7374 * longlines.el (longlines-mode): Doc fix.
7375
673e08bb
SM
73762011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7377
4640dd88
SM
7378 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7379 of statements and in a few more cases (bug#9183).
7380
673e08bb
SM
7381 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7382 New functions.
7383 (cl-transform-lambda): Use them (bug#9239).
7384
89b3f019
MR
73852011-08-05 Martin Rudalics <rudalics@gmx.at>
7386
7387 * window.el (display-buffer-same-window)
7388 (display-buffer-same-frame, display-buffer-other-window)
7389 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7390 (pop-to-buffer-other-window)
7391 (pop-to-buffer-same-frame-other-window)
7392 (pop-to-buffer-other-frame): Make them defuns.
7393 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7394
640c8776
SM
73952011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * subr.el (make-composed-keymap): Move from C. Change calling
7398 convention, and improve docstring to bring attention to a subtle point.
7399 * minibuffer.el (completing-read-default): Adjust accordingly.
7400
63648a95
MA
74012011-08-03 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7404 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7405
7406 * net/trampver.el: Update release number.
7407
b796c9b7
SM
74082011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7411 "in" (bug#9190).
7412
2239d7d5
LMI
74132011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7414
e07dd7c3
LMI
7415 * mail/sendmail.el (sendmail-query-once): Restore the current
7416 buffer after querying (bug#9074).
7417
0e6a2bd7
LMI
7418 * dired.el (dired-flagged): Use different faces for marked and
7419 flagged files (bug#6117).
7420
ce887515
LMI
7421 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7422 (bug#4433).
7423
92f2affc
LMI
7424 * ido.el (ido-mode): Switch off the message if called
7425 non-interactively.
7426
57d5aff0
LMI
7427 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7428 before 587, since it appears that that's more likely to work for
7429 more people.
7430
98cd6c18 7431 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7432 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7433 exist.
7434
b96dec83
LMI
7435 * info.el: Remove the `Info-beginning-of-buffer' function
7436 (bug#8325).
7437
b796c9b7
SM
7438 * net/network-stream.el (network-stream-open-starttls):
7439 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7440
d90e2ea0
MR
74412011-08-01 Martin Rudalics <rudalics@gmx.at>
7442
7443 * window.el (display-buffer-in-window): Don't set dedicated status
7444 of window here (Bug#9215).
7445 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7446 (display-buffer-pop-up-side-window)
b796c9b7 7447 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7448
cca09170
SM
74492011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7452 before binding generated-autoload-file.
7453
027b979c
DD
74542011-08-01 Deniz Dogan <deniz@dogan.se>
7455
7456 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7457
3c7ee4f3
MA
74582011-07-30 Michael Albinus <michael.albinus@gmx.de>
7459
7460 Sync with Tramp 2.2.2.
7461
7462 * net/trampver.el: Update release number.
7463
2cc8e51a
JL
74642011-07-30 Juri Linkov <juri@jurta.org>
7465
7466 * dired-aux.el (dired-touch-initial): Remove function.
7467 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7468 current time, and `default' to the last modification time of the
7469 current marked file (bug#6887).
7470
a514d856
JM
74712011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7472
7473 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7474 numeric argument to read-number (bug#9163).
a514d856 7475
8a7eddd7
MA
74762011-07-27 Michael Albinus <michael.albinus@gmx.de>
7477
7478 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7479 connection process, it could be nil.
7480
1ddd96f5
LL
74812011-07-27 Leo Liu <sdl.web@gmail.com>
7482
7483 Simplify url handling in rcirc-mode.
7484
7485 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7486 (rcirc-browse-url-at-mouse): Remove.
7487 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7488
b248a85d
AM
74892011-07-26 Alan Mackenzie <acm@muc.de>
7490
7491 Fontify bitfield declarations properly.
7492
7493 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7494 (c-symbol-chars): Now exported as a lang variable.
7495 (c-not-primitive-type-keywords): New lang variable.
7496
7497 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7498 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7499 parsed as a bitfield declaration.
b248a85d 7500
b796c9b7
SM
7501 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7502 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7503 (c-punctuation-in): New function.
7504 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7505 declarations properly.
7506
68575ab0
UJ
75072011-07-26 Ulf Jasper <ulf.jasper@web.de>
7508
7509 * calendar/icalendar.el (icalendar--all-events): Take care of
7510 multiple vcalendars in a single file.
b796c9b7 7511 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7512
0f0a88b9
DD
75132011-07-25 Deniz Dogan <deniz@dogan.se>
7514
7515 * image.el (insert-image): Clarifying docstring.
7516
0b3f36df
MA
75172011-07-24 Michael Albinus <michael.albinus@gmx.de>
7518
7519 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7520 `tramp-send-command-and-check' if there is no error.
7521 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7522
a9901f61
AM
75232011-07-22 Alan Mackenzie <acm@muc.de>
7524
7525 Prevent cc-langs.elc being loaded at run time.
7526
7527 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7528 cc-langs.
7529
4d61f28d 7530 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7531 "(require 'cc-langs)". Quote a form so it will evaluate at
7532 (cc-mode's) compilation time.
7533
11d074b2
MA
75342011-07-22 Michael Albinus <michael.albinus@gmx.de>
7535
7536 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7537 loading. (Bug#9114)
7538
938b94c8
MR
75392011-07-21 Martin Rudalics <rudalics@gmx.at>
7540
7541 * window.el (display-buffer-pop-up-window)
7542 (display-buffer-pop-up-side-window)
7543 (display-buffer-in-side-window): Call display-buffer-set-height
7544 and display-buffer-set-width after setting the new window's
b796c9b7 7545 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7546
bfa4f190
SS
75472011-07-20 Sam Steingold <sds@gnu.org>
7548
7549 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7550 (etags-tags-included-tables): Call `convert-standard-filename' on
7551 the file names contained in TAGS so that windows Emacs can handle
7552 TAGS files created by cygwin ctags.
7553
8ca42262
LMI
75542011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7555
7556 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7557 which apparently didn't work.
7558
5db2afd2 75592011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7560
5db2afd2
RW
7561 * proced.el (proced-send-signal): For *Marked Processes* buffer
7562 put point at beginning of buffer.
7563
92e15d10
SB
75642011-07-19 Stephen Berman <stephen.berman@gmx.net>
7565
7566 * proced.el (proced-format): Make header lines align with the text
7567 (bug#1779).
7568
1bfd59e5
LMI
75692011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7570
7571 * view.el (view-buffer): Allow running in `special' modes if we're
7572 visiting a file (bug#8615).
7573
f5aae37c
MR
75742011-07-19 Martin Rudalics <rudalics@gmx.at>
7575
7576 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7577 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7578 New functions.
f5aae37c
MR
7579 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7580 more accurately.
7581
bf2c1571
AM
75822011-07-18 Alan Mackenzie <acm@muc.de>
7583
7584 Fontify declarators properly when, e.g., a jit-lock chunk begins
7585 inside a declaration.
7586
7587 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7588
b796c9b7
SM
7589 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7590 New function.
bf2c1571
AM
7591 (c-complex-decl-matchers): Insert reference to
7592 c-font-lock-enclosing-decls.
7593
7594 * progmodes/cc-engine.el (c-backward-single-comment):
7595 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7596 to nil around calls to (forward-comment -1).
7597
4e190b80
LMI
75982011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7599
12dc863d
LMI
7600 * image.el (put-image): Doc typo fix.
7601
a762e966
LMI
7602 * progmodes/etags.el (tags-search): Doc typo fix.
7603
4e190b80
LMI
7604 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7605 password if we get errors 550 to 554.
7606
f019fb21
LMI
76072011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7608
b796c9b7 7609 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7610
81746738
LMI
7611 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7612 indentation character (bug#6380).
7613
3ee3a1b5
LMI
7614 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7615
c82f64de
LMI
7616 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7617 to clarify what the problem is (bug#4291).
7618
f019fb21
LMI
7619 * simple.el (current-kill): Clarify what
7620 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7621 (auto-fill-mode): Document `auto-fill-function' in relation to
7622 `auto-fill-mode' (bug#2470).
f019fb21 7623
0794775d
LM
76242011-07-16 Lawrence Mitchell <wence@gmx.li>
7625
7626 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7627 method if slot is read-only (bug#9035).
7628
be39b8cc
MR
76292011-07-16 Martin Rudalics <rudalics@gmx.at>
7630
b796c9b7 7631 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7632 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7633 selected before, see discussion of (Bug#8615), (Bug#6954).
7634 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7635
6ccf7859
GM
76362011-07-15 Glenn Morris <rgm@gnu.org>
7637
7638 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7639 Respect help-form.
6ccf7859 7640
87e86684
LM
76412011-07-09 Lawrence Mitchell <wence@gmx.li>
7642
7643 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7644 (gnutls-negotiate): Use it.
7645
d6066239
LMI
76462011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7647
b796c9b7
SM
7648 * net/gnutls.el (gnutls-negotiate):
7649 Upcase `gnutls-algorithm-priority'.
d6066239 7650
bd23ebc0
GM
76512011-07-15 Glenn Morris <rgm@gnu.org>
7652
c65bca65
GM
7653 * jka-compr.el (jka-compr-verbose): Move from here...
7654 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7655 Add missing :version tag.
7656 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7657
478615cc
LMI
76582011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7659
7b41decb
LMI
7660 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7661 (gnutls-negotiate): Use it.
7662
dbc44fcd
LMI
7663 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7664
06789f97
LMI
7665 * info.el (Info-beginning-of-buffer): New command.
7666 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7667 announcing `b' as the key (bug#8325).
ab896c37 7668 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7669
c39da690
LMI
7670 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7671
3aa5f34b
LMI
7672 * international/mule-cmds.el
7673 (describe-specified-language-support): Make the error message
7674 clearer (bug#8905).
7675
4bf0979f
LMI
7676 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7677
478615cc
LMI
7678 * isearch.el (isearch-barrier): Add a doc string, since it's
7679 mentioned in a function doc string (bug#8678).
7680
75c68aa1
MR
76812011-07-15 Martin Rudalics <rudalics@gmx.at>
7682
7683 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7684 buffer argument (Bug#9083) and self-identifying label argument.
7685
a7c33da2
GM
76862011-07-15 Glenn Morris <rgm@gnu.org>
7687
7688 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7689
2f5c6024
LMI
76902011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691
7692 * man.el (Man-fontify-manpage): Fix message when formatting the
7693 man page (bug#7929).
7694
0bb23927 76952011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7696
7697 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7698 argument LRM; if non-nil, append an invisible LRM character to the
7699 buffer name.
7700 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7701 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7702 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7703 paragraph direction.
cce4b0a7 7704
621ef9ab
LMI
77052011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7706
d1583c48
LMI
7707 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7708 the man page name (bug#7929).
7709
6a57fb5f
LMI
7710 * image.el (put-image): Mention the `put-image' overlay property
7711 (bug#7834).
7712
d7956b14
LMI
7713 * scroll-bar.el (set-scroll-bar-mode): Mention that
7714 `scroll-bar-mode' lists the values (bug#7772).
7715
5b2d4a66
LMI
7716 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7717 command (bug#7729).
7718
7509a874
LMI
7719 * rect.el (apply-on-rectangle): Return the point after the last
7720 operation.
7721 (string-rectangle): Go to the point after the last operation
7722 (bug#7522).
7723
4fe74b19
LMI
7724 * printing.el (pr-toggle-region): Clarify the documentation
7725 slightly (bug#7493).
7726
b796c9b7
SM
7727 * time.el (display-time-update):
7728 Allow `display-time-mail-function' to return nil (bug#7158).
7729 Fix suggested by Detlev Zundel.
ab283561 7730
fc233c9d
LMI
7731 * vc/diff.el (diff): Clarify the order the file names are read
7732 (bug#7111).
7733
43f5740b
LMI
7734 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7735 the doc string (bug#7015).
7736
f2182a76
LMI
7737 * font-lock.el (font-lock-maximum-decoration): Mention what
7738 numeric levels mean (bug#6935).
7739
621ef9ab
LMI
7740 * startup.el (initial-buffer-choice): Don't mention the `none'
7741 selection, which is against policy.
7742
adc47434
MR
77432011-07-14 Martin Rudalics <rudalics@gmx.at>
7744
b796c9b7
SM
7745 * window.el (display-buffer-normalize-special):
7746 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7747
7e5bfb8f
EZ
77482011-07-14 Eli Zaretskii <eliz@gnu.org>
7749
7750 * subr.el (version<, version<=, version=): Mention "-CVS" and
7751 "-12345" alpha version numbers.
7752
27fa387a
CY
77532011-07-14 Chong Yidong <cyd@stupidchicken.com>
7754
7755 * bindings.el: Add advertised binding for set-mark-command
7756 (Bug#5772).
7757
8bdfa064
CY
77582011-07-14 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * bindings.el (mode-line-other-buffer):
7761 * bookmark.el (bookmark-bmenu-2-window):
7762 * bs.el (bs-cycle-next, bs-cycle-previous):
7763 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7764 switch-to-buffer.
7765
7766 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7767 Delete.
8bdfa064 7768
5eba16a3
JB
77692011-07-14 Juanma Barranquero <lekktu@gmail.com>
7770
7771 * follow.el (follow-debug-message, follow-redisplay):
7772 * jka-cmpr-hook.el (with-auto-compression-mode):
7773 Fix typos in docstrings.
7774
15853710
LMI
77752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7776
a28e4607
LMI
7777 * subr.el (with-silent-modifications): Clarify somewhat what the
7778 macro inhibits (bug#6525).
7779
15853710
LMI
7780 * simple.el (eval-expression): Note what it does if called
7781 interactively (bug#6495).
7782
bee0fcef
CY
77832011-07-13 Chong Yidong <cyd@stupidchicken.com>
7784
b796c9b7
SM
7785 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7786 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7787
7788 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7789 Remove switch-to-buffer.
7790
58274504
LMI
77912011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7792
bd2fcc8d
LMI
7793 * files.el (make-directory): Clarify that an error will be raised
7794 if there's an error (bug#6397).
7795
0f04b32c
LMI
7796 * startup.el (initial-buffer-choice): Add `none' as a choice
7797 (bug#6234).
7798
465c5fc8
LMI
7799 * subr.el (add-hook): Clarify section about buffer-local hooks
7800 (bug#6218).
7801
58274504
LMI
7802 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7803
bead9a43
JB
78042011-07-13 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * tabify.el (untabify): Preserve the current column so that point
7807 doesn't move (bug#6032).
7808
3af98a7b
LMI
78092011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7810
b796c9b7
SM
7811 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7812 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7813
6240145a
GM
78142011-07-13 Glenn Morris <rgm@gnu.org>
7815
7816 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7817 (dired-insert-directory): Give a message the first time
7818 if ls is found not to support --dired.
7819
1d8c2ccc
LMI
78202011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7821
7822 * simple.el (toggle-truncate-lines): Clarify what is toggled
7823 (bug#5580). Text by Drew Adams.
7824
5fc4038e
CY
78252011-07-13 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * simple.el (blink-matching-open): Make the error message from the
7828 last change less verbose.
7829
bf6012e5
DN
78302011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7831
7832 * font-lock.el (font-lock-comment-face): Use the high contrast
7833 "yellow" color for font-lock-comment-face on low color terminals
7834 using a dark background color (bug#4221).
7835
343c3b5a
LMI
78362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7837
7e9505c5
LMI
7838 * dired.el (dired-insert-set-properties): Make the doc string
7839 reflect what it does now (bug#5325).
7840
c26fdcf5
LMI
7841 * simple.el (blink-matching-open): Say that we were unable to find
7842 the match within the limit, if we're limited (bug#5122).
7843
bb388cc5
LMI
7844 * international/mule-cmds.el (prefer-coding-system): Add an
7845 example (bug#4869).
7846
343c3b5a
LMI
7847 * progmodes/etags.el (tags-search): Document `file-list-form'
7848 (bug#4731).
7849
2a517d45
LM
78502011-07-13 Lawrence Mitchell <wence@gmx.li>
7851
7852 * net/browse-url.el (browse-url-default-browser)
7853 (browse-url-browser-function): Make the default browser choice a
7854 bit more logical (bug#4300). Also clean up the doc string.
7855
b6c78ef2
JB
78562011-07-13 Juanma Barranquero <lekktu@gmail.com>
7857
7858 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7859 binary endings (bug#4440).
7860
1c4dd947
LMI
78612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7862
a2014063
LMI
7863 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7864 which can be pretty annoying (bug#8971).
7865
9c9c2d88
LMI
7866 * jka-compr.el (jka-compr-verbose): New variable, and use
7867 throughout (bug#8971).
7868
1c4dd947
LMI
7869 * info.el (Info-find-file): Fall back on the installation
7870 directory if we can't find the info node anywhere else.
7871
a1c9f41b
SO
78722011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7873
7874 * vc/vc.el (vc-revert-file):
7875 Don't set file time-stamp in the past. (Bug#5181)
7876
536f3d36
LMI
78772011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7878
7152b011
LMI
7879 * files.el (after-find-file): Give a better error message when
7880 trying to find a symlink that points to a file that doesn't exist
7881 (bug#4398).
7882
536f3d36
LMI
7883 * progmodes/cc-vars.el: Remove (probably) misleading comment
7884 (bug#4396).
7885
460c0fba
JB
78862011-07-12 Johan Bockgård <bojohan@gnu.org>
7887
7888 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7889
7a6bda45
CY
78902011-07-12 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * mouse-sel.el: Hack restoring functionality, while keeping
7893 compatibility with 2010-07-03 changes to mouse selection.
7894 (mouse-sel-primary-overlay): New var.
7895 (mouse-sel-selection-alist): Use it.
7896 (mouse-sel-mode): Doc fix; remove points that are default features
7897 of mouse.el.
7898
c79598ef
JB
78992011-07-12 Johan Bockgård <bojohan@gnu.org>
7900
7901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7902 Fix previous fix (bug#2490).
7903
ff8be6ef
RW
79042011-07-12 Roland Winkler <winkler@gnu.org>
7905
b796c9b7
SM
7906 * textmodes/bibtex.el (bibtex-initialize):
7907 Use pop-to-buffer-same-window.
ff8be6ef
RW
7908 (bibtex-search-entries): Fix interactive call.
7909
296ba3ee
LMI
79102011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
f5242a02 7912 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7913 Fontise bytecomp Error lines more correctly (bug#2490).
7914 Fix suggested by Johan Bockgård.
f5242a02 7915
296ba3ee
LMI
7916 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7917
7918 * dired-x.el (dired-guess-default): Use `delete-dups'.
7919
f69fd0d2
CY
79202011-07-12 Chong Yidong <cyd@stupidchicken.com>
7921
7922 * dired.el (dired-mark-prompt):
7923 * dired-aux.el (dired-read-shell-command): Doc fix.
7924
eab5dc07
LMI
79252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7926
b796c9b7
SM
7927 * mail/sendmail.el (sendmail-query-once):
7928 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7929 emacs -Q.
7930
7931 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7932
eab5dc07
LMI
7933 * cus-edit.el (custom-file): Take an optional no-error variable.
7934 (customize-save-variable): Set the variable, and give a warning if
7935 running under "emacs -q".
7936
a1e65d42
JB
79372011-07-11 Juanma Barranquero <lekktu@gmail.com>
7938
7939 * loadhist.el (unload-feature-special-hooks):
7940 Add `auto-coding-functions', `fill-nobreak-predicate' and
7941 `find-directory-functions' (bug#5327).
7942
1d52da10
LMI
79432011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7944
be958f1d
LMI
7945 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7946
5bedb26c
LMI
7947 * cus-edit.el (custom-guess-name-alist): -alist variables should
7948 use the `alist' type (bug#3120). Suggested by Drew Adams.
7949
1d52da10
LMI
7950 * printing.el: Add documentation to all the `pr-toggle-' commands.
7951
cd394be1 79522011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7953
7954 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7955 backends where it makes sense (bug#2623).
7956
dcc88d8a
LMI
79572011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7958
c3de9feb
LMI
7959 * dired-x.el (dired-guess-default): Remove duplicate shell command
7960 entries (bug#2028).
8a93078b 7961 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7962 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7963
dcc88d8a
LMI
7964 * subr.el (remove-duplicates): New conveniency function.
7965
505e3645
LMI
79662011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7967
7968 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7969 (bug#1526).
7970
79712011-07-10 Martin Rudalics <rudalics@gmx.at>
7972
7973 * window.el (display-buffer-normalize-default): Don't invert
7974 meaning of even-window-heights. Reported by Eli Zaretskii
7975 <eliz@gnu.org>.
7976
455e4fa1
BR
79772011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7978
7979 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7980
8e0bc3e9
CY
79812011-07-10 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * window.el (display-buffer): Fix arguments to
7984 display-buffer-reuse-window in last change.
7985
fa7c3228
CY
7986 * faces.el (link): Use a less saturated blue on light backgrounds.
7987
7988 * startup.el (fancy-startup-text, fancy-about-text)
7989 (fancy-startup-tail): Use font-lock faces, for background safety.
7990
c0a7f300
BN
79912011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7992
b796c9b7
SM
7993 * emulation/viper-cmd.el (viper-change-state-to-vi):
7994 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7995
4dc2a129
MR
79962011-07-09 Martin Rudalics <rudalics@gmx.at>
7997
7998 * window.el (display-buffer-default-specifiers): Remove.
7999 (display-buffer-macro-specifiers): Remove default specifiers.
8000 (display-buffer-alist): Default to nil.
b796c9b7 8001 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8002 (display-buffer-pop-up-window): Allow splitting internal
8003 windows. Check whether a live window was created.
8004 (display-buffer-other-window-means-other-frame)
8005 (display-buffer-normalize-arguments): Rename to
8006 display-buffer-normalize-argument and rewrite. Set the
8007 other-window specifier.
8008 (display-buffer-normalize-special): New function.
8009 (display-buffer-normalize-options): Rename to
8010 display-buffer-normalize-default and rewrite.
8011 (display-buffer-normalize-options-inhibit): Remove.
8012 (display-buffer-normalize-specifiers): Rewrite.
8013 (display-buffer): Process other-window specifier and call
8014 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8015 more faithfully.
b796c9b7 8016 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8017 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8018 (display-buffer-in-window, display-buffer-alist-set):
8019 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8020 <tassilo@member.fsf.org>.
8021
2d43b8c9
LL
80222011-07-09 Leo Liu <sdl.web@gmail.com>
8023
8024 * register.el (insert-register): Restore accidental change on
8025 2011-06-26. (Bug#9028)
8026
7f9b7c53
GM
80272011-07-09 Glenn Morris <rgm@gnu.org>
8028
8029 * subr.el (remq): Handle the empty list. (Bug#9024)
8030
f042cfd8
AS
80312011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8032
8033 * mail/sendmail.el (send-mail-function): No longer delay custom
8034 initialization.
8035 * custom.el (custom-initialize-delay): Doc fix.
8036
856b2f11
SM
80372011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8040
afae1d68
MA
80412011-07-08 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8044 human-friendly prompt.
8045
0757af94
SM
80462011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8049 provided by a particular plugin.
8050
d760b731
LMI
80512011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8052
8053 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8054 save customizations (with "emacs -Q"), just set the variable
8055 instead of erroring out.
8056
8057 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8058
cd79ce90
JL
80592011-07-08 Juri Linkov <juri@jurta.org>
8060
8061 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8062 (archive-zip-update-case): Use 7z if found by `executable-find'.
8063 The order of searching the available programs is the same as in
8064 `archive-zip-extract' (bug#8968).
8065
14cc04aa
CY
80662011-07-07 Chong Yidong <cyd@stupidchicken.com>
8067
8068 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8069 (menu-bar-options-menu): Tweak descriptions.
8070
0a1848ec
LMI
80712011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
8073 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8074 menu items into verb phrases (bug#1421). Also refill to fit under
8075 80 columns.
8076
f5bd0689
CY
80772011-07-07 Chong Yidong <cyd@stupidchicken.com>
8078
538e85c6
CY
8079 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8080 (Info-read-node-name): Doc fix (Bug#1084).
8081
f5bd0689
CY
8082 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8083 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8084 (end-of-sexp, beginning-of-sexp)
8085 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8086 (forward-symbol, forward-same-syntax, word-at-point)
8087 (sentence-at-point): Doc fix (Bug#1144).
8088
56ec5115
LMI
80892011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8090
f3f8e37f
LMI
8091 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8092 should cover it (bug#1281).
8093
0757af94 8094 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8095
e9fce1ac 8096 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8097 negotiation fails, then possibly try again with a non-encrypted
8098 connection (bug#9017).
8099
56ec5115
LMI
8100 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8101 be used.
8102
c2f9aec8
RS
81032011-07-07 Richard Stallman <rms@gnu.org>
8104
8105 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8106 property, and handle its changed format.
8107 Look for the correct line number.
8108 Use file's line contents (but not past first =) to find
8109 correct line in message.
8110
ef7b981d 81112011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8112
8113 * international/characters.el (build-unicode-category-table):
8114 Delete it.
0757af94 8115 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8116
0757af94 8117 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8118 to src/chartab.c.
8119 (get-char-code-property): Call unicode-property-table-internal to
8120 load a file. Call get-unicode-property-internal where necessary.
8121 (put-char-code-property): Call unicode-property-table-internal to
8122 load a file. Call put-unicode-property-internal where necessary.
8123 put-unicode-property-internal where necessary.
0757af94
SM
8124 (char-code-property-description):
8125 Call unicode-property-table-internal to load a file.
c805dec0
KH
8126
8127 * international/charprop.el:
8128 * international/uni-bidi.el:
8129 * international/uni-category.el:
8130 * international/uni-combining.el:
8131 * international/uni-comment.el:
8132 * international/uni-decimal.el:
8133 * international/uni-decomposition.el:
8134 * international/uni-digit.el:
8135 * international/uni-lowercase.el:
8136 * international/uni-mirrored.el:
8137 * international/uni-name.el:
8138 * international/uni-numeric.el:
8139 * international/uni-old-name.el:
8140 * international/uni-titlecase.el:
8141 * international/uni-uppercase.el: Regenerate.
8142
8143 * loadup.el: Load international/charprop.el before
8144 international/characters.
8145
e14b388a
CY
81462011-07-07 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * window.el (next-buffer, previous-buffer): Signal an error if
8149 called from a minibuffer window.
8150
8151 * bindings.el: Revert 2011-07-04 change.
8152
354cf0ba
RS
81532011-07-06 Richard Stallman <rms@gnu.org>
8154
8155 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8156 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8157 Treat markers like ints.
8158 (rmail-mime-entity): Doc fix.
8159
a48868a7
LMI
81602011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8161
4906cd3d
LMI
8162 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8163 defcustom again for backwards compatibility.
8164
e0457abe
LMI
8165 * simple.el (shell-command-on-region): Fill.
8166
d67f7e1f
LMI
8167 * dired-aux.el (dired-kill-line): Add a doc string.
8168
fe204702
LMI
8169 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8170 to "\\sw\\|\\s_" (bug#358).
8171
a48868a7
LMI
8172 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8173 (dired-unmark-backward): Ditto.
8174 (dired-flag-backup-files): Ditto.
8175
8176 * dired-x.el (dired-mark-sexp): Ditto.
8177
aa8a705c
RS
81782011-07-06 Richard Stallman <rms@gnu.org>
8179
8180 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8181 (rmail-mime-entity): New arg TRUNCATED.
8182 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8183 New functions.
8184 (rmail-mime-save): Warn if entity is truncated.
8185 (rmail-mime-toggle-hidden): Likewise, for showing.
8186 (rmail-mime-process-multipart): Record when an entity is truncated.
8187
a9a936b9
RS
8188 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8189 if ENTITY is a string.
8190
1f2b92cb
LMI
81912011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8192
f4f73198 8193 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8194 of faces when `M-C-x'-ing their definitions (bug#8378).
8195 Also clean up the code slightly.
f4f73198 8196
12b16734 8197 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8198 because that makes the colors go away.
12b16734 8199
f0691d22
LMI
8200 * mail/sendmail.el (send-mail-function): Change the default to
8201 `sendmail-query-once'.
9e87df06 8202 (sendmail-query-once): Add an autoload cookie.
f0691d22 8203
1f2b92cb
LMI
8204 * net/network-stream.el (network-stream-open-starttls): Try using
8205 a plain connection even if the server offered STARTTLS, and we
8206 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8207 capability. This should make smtpmail.el work in slightly more
8208 configurations.
8209
1cdd2a1b
MA
82102011-07-06 Michael Albinus <michael.albinus@gmx.de>
8211
8212 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8213 New defun.
8214 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8215
fbcc67e2
MM
82162011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8217
8218 * progmodes/sql.el: Version 3.0
0757af94 8219 (sql-product-alist): Add product :completion-object,
fbcc67e2 8220 :completion-column, and :statement attributes.
0757af94 8221 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8222 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8223 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8224 ansi keywords.
8225 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8226 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8227 (sql-oracle-show-reserved-words): New function for development.
8228 (sql-product-font-lock): Simplify for source code buffers.
8229 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8230 New functions.
8231 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8232 (sql-mode-map): Add statement movement functions.
8233 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8234 New variable.
fbcc67e2
MM
8235 (sql-statement-regexp, sql-beginning-of-statement)
8236 (sql-end-of-statement, sql-signum): New functions.
0757af94 8237 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8238 (sql-show-sqli-buffer): Bug fix.
8239 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8240 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8241 with sql-interactive-mode.
8242 (sql-save-connection): Save buffer local settings.
0757af94 8243 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8244 (sql-product-interactive): Bug fix.
8245 (sql-preoutput-hold): New variable.
8246 (sql-interactive-remove-continuation-prompt): Bug fixes.
8247 (sql-debug-redirect): New variable.
8248 (sql-str-literal): New function.
8249 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8250 Redesign.
fbcc67e2
MM
8251 (sql-oracle-save-settings, sql-oracle-restore-settings)
8252 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8253 (sql-completion-object, sql-completion-column)
8254 (sql-completion-sqlbuf): New variables.
8255 (sql-build-completions-1, sql-build-completions)
8256 (sql-try-completion): New functions.
8257 (sql-read-table-name): Use them.
8258 (sql-contains-names): New buffer local variable.
8259 (sql-list-all, sql-list-table): Use it.
8260 (sql-oracle-completion-types): New variable.
8261 (sql-oracle-completion-object, sql-sqlite-completion-object)
8262 (sql-postgres-completion-object): New functions.
8263
d4eaeab1
GM
82642011-07-06 Glenn Morris <rgm@gnu.org>
8265
8266 * window.el (pop-to-buffer): Doc fix.
8267
322b7dab 82682011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8269
8270 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8271
322b7dab 82722011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8273
322b7dab 8274 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8275
322b7dab 8276 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8277
605dd5bf
CY
82782011-07-05 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * button.el (button): Inherit from link face. Suggested by Dan
8281 Nicolaescu.
8282
7dbfa719
SM
82832011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8284
3db614b0
SM
8285 * progmodes/gdb-mi.el: Fit in 80 columns.
8286 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8287 switch-to-buffer.
8288
7dbfa719
SM
8289 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8290 if imenu is simply not configured (bug#8941).
8291
919d884a
KM
82922011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8293
8294 * allout.el (allout-post-undo-hook): New allout outline-change
8295 event hook to signal undo activity.
8296 (allout-post-command-business): Run allout-post-undo-hook if an
8297 undo just occurred.
7dbfa719
SM
8298 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8299 * allout-widgets.el (allout-widgets-after-undo-function):
8300 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8301 in the vicinity of an undo.
8302 (allout-widgets-mode): Include allout-widgets-after-undo-function
8303 on the new allout-post-undo-hook.
8304
450a0f09
SM
83052011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8308 Let define-derived-mode define it.
8309 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8310 cycles of abbrev-table inheritance (bug#8998).
8311
2de69e00
RW
83122011-07-05 Roland Winkler <winkler@gnu.org>
8313
8314 * textmodes/bibtex.el: Add support for biblatex.
8315 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8316 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8317 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8318 (bibtex-entry-alist, bibtex-field-alist): New variables.
8319 (bibtex-entry-field-alist): Obsolete alias for
8320 bibtex-BibTeX-entry-alist.
8321 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8322 (bibtex-set-dialect): New command.
8323 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8324 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8325 Bind via bibtex-set-dialect.
2de69e00
RW
8326 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8327 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8328 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8329 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8330 Define via bibtex-set-dialect.
450a0f09
SM
8331 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8332 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8333 (bibtex-vec-push, bibtex-vec-incr): New functions.
8334 (bibtex-format-entry, bibtex-field-list)
8335 (bibtex-print-help-message, bibtex-validate)
8336 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8337
2dcdbdd9
SM
83382011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * progmodes/compile.el (compilation-goto-locus):
8341 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8342 * bs.el (bs-cycle-next, bs-cycle-previous):
8343 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8344 * bindings.el (mode-line-other-buffer):
8345 * autoinsert.el (auto-insert):
8346 * arc-mode.el (archive-extract):
8347 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8348
b27640fe
JB
83492011-07-05 Juanma Barranquero <lekktu@gmail.com>
8350
8351 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8352 Fix check of `emacs-lock-unlockable-modes'.
8353 Coerce true values of `emacs-lock--try-unlocking' to t.
8354
53bbe3ad
JB
83552011-07-05 Juanma Barranquero <lekktu@gmail.com>
8356
8357 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8358 * emacs-lock.el: New file.
8359
1d3cdbc7
JD
83602011-07-05 Julien Danjou <julien@danjou.info>
8361
8362 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8363 than `boundp' to check if face is set.
8364
9173deec
JB
83652011-07-05 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * register.el (registerv-make):
8368 * window.el (window-min-height): Fix typos in docstrings.
8369
869795d6
JD
83702011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8371
9173deec 8372 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8373 Update doc string.
8374
b768cdcd
JB
83752011-07-04 Juanma Barranquero <lekktu@gmail.com>
8376
8377 * server.el (server-execute): Catch quit and call
8378 `server-return-error' to pass the error back to emacsclient and
8379 close the connection (bug#8942).
8380
13aa217b
KM
83812011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8382
8383 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8384 insecure exception for current topic. Also note that auto-saves
8385 are handled differently.
8386
5d3385a0 8387 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8388 State variables for tracking auto-save inhibition situation.
8389
8390 (allout-write-contents-hook-handler): Rename from
8391 'allout-write-file-hook-handler', and describe how it depends on
8392 write-contents-functions sensitivity to non-nil value to prevent
8393 file write.
8394
8395 (allout-auto-save-hook-handler): Remove. auto-save does not check
8396 this in individual buffers, only in the starting buffer, so this
8397 is not the right way for us to inhibit auto-save in a buffer
8398 according to its condition.
8399
8400 (allout-mode): Use new allout-write-contents-hook-handler, and
8401 only with write-contents-functions. Remove auto-save provisions -
8402 they're implemented elsewhere.
8403
8404 (allout-before-change-handler): If undo is in progress, note that
8405 for attention of allout-post-command-business.
8406
8407 (allout-post-command-business): If the command we're following was
8408 an undo, check for change in the status of encrypted items and
8409 adjust auto-save inhibitions accordingly.
8410
8411 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8412 according to whether there are or aren't any plain-text topics
8413 pending encryption.
8414
2dcdbdd9 8415 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8416 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8417 if there are plain-text topics pending encryption.
13aa217b
KM
8418
8419 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8420 buffer-saved-size and some allout state to not inhibit auto-saves
8421 if there are no longer any plain-text topics pending encryption.
8422
0757af94
SM
8423 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8424 No longer provide for exemption of the current topic.
13aa217b 8425
ac89b32c
JL
84262011-07-04 Juri Linkov <juri@jurta.org>
8427
8428 Add 7z operations to delete and save changed members (bug#8968).
8429 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8430 New defcustoms.
8431 (archive-7z-write-file-member): New function.
8432 (archive-7z-summarize): Fix the number of dashes in the
8433 listing output.
8434
8fa39615
SM
84352011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8438 (bug#8958).
8439
2f11b3f1
CY
84402011-07-04 Chong Yidong <cyd@stupidchicken.com>
8441
d66fef2b
CY
8442 * bindings.el: Ignore next-buffer and previous-buffer in
8443 minibuffer-local-map.
8444
2f11b3f1
CY
8445 * font-lock.el (font-lock-builtin-face): Change light background
8446 color to dark slate blue (Bug#6693).
8447
f932a347
WD
84482011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8449
8450 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8451
c8af70e1
SM
84522011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8455 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8456 Add switch-to-buffer.
8457
f158badc
LMI
84582011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8459
8460 * isearch.el (isearch-search-fun-function): Clarify further the
8461 meaning of the function returned.
8462
6d95bd46
MA
84632011-07-04 Michael Albinus <michael.albinus@gmx.de>
8464
8465 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8466
8467 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8468 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8469 Use it.
8470 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8471 `tramp-default-remote-path' does not exist.
8472 (tramp-send-command-and-read): New optional argument NOERROR.
8473 (tramp-open-connection-setup-interactive-shell)
8474 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8475 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8476 (tramp-process-sentinel): Flush also process' connection property.
8477 (tramp-sh-handle-start-file-process): Do not set process
8478 sentinel. It is done now ...
8479 (tramp-maybe-open-connection): ... here. (Bug#8929)
8480
909e6b67
MK
84812011-07-04 MON KEY <monkey@sandpframing.com>
8482
8483 * play/animate.el (animate-string): Doc fixes and allow changing
8484 the buffer name (bug#5417).
8485
84862011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8487
c8af70e1 8488 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8489
f34755dc
PE
84902011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8491
396cec72
PE
8492 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8493 This is simpler and helps future-proof the code.
8494 (timer-until): Use time-subtract and float-time.
08235028 8495 (timer--time-less-p): Use time-less-p.
f34755dc 8496
56e6cc31
JB
84972011-07-04 Juanma Barranquero <lekktu@gmail.com>
8498
3abb79e5
JB
8499 * type-break.el (timep): Use the value of `float-time' to avoid a
8500 byte-compiler warning.
8501
56e6cc31
JB
8502 * server.el (server-eval-and-print): Return any result, even nil.
8503
7b9430b4
PE
85042011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8505
8506 * type-break.el: Accept time formats that the builtins accept.
8507 (timep, type-break-time-difference): Accept any format that
8508 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8509 This is simpler and helps future-proof the code.
8510 (type-break-time-difference): Round rather than ignoring
8511 subseconds components.
8512
3034e9e7
LMI
85132011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8514
8515 * info.el (Info-apropos-matches): Make non-interactive, since it
8516 doesn't seem to do anything useful as a command (bug#8829).
8517
1485f4c0
CY
85182011-07-03 Chong Yidong <cyd@stupidchicken.com>
8519
8520 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8521 Move from faces.el.
1485f4c0
CY
8522 (frame-default-terminal-background): New function.
8523
8524 * custom.el (custom-push-theme): Don't record faces in `changed'
8525 theme; this doesn't work correctly for per-frame face settings.
8526 (disable-theme): Use face-set-after-frame-default to reset faces.
8527 (custom--frame-color-default): New function.
8528
9fa3dd45
LMI
85292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8530
c8af70e1 8531 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8532 (bug#8769).
8533
6cbbc20c
KR
85342011-03-29 Kevin Ryde <user42@zip.com.au>
8535
8536 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8537 `perl-Test2' extend to match possible "fail #N" rep count
8538 (bug#8377).
8539
c7f98048
LMI
85402011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8541
65676592
LMI
8542 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8543 `smtpmail-via-smtp' now returns the error instead of nil.
8544
c7f98048
LMI
8545 * isearch.el (isearch-search-fun-function): Clarify the doc string
8546 (bug#8101).
8547
56e6cc31 85482011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8549
8550 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8551 unnecessary spaces (bug#8987).
8552
2b216704
LMI
85532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8554
8555 * net/network-stream.el (open-network-stream): Use the
8556 :end-of-capability command thoughout.
8557
85582011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8559
8560 * net/network-stream.el (open-network-stream): Add the
8561 :end-of-capability command parameter, used by pop3.el.
8562
36adf6ce
LMI
85632011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
1ca0da0e
LMI
8565 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8566
fc00f69c
LMI
8567 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8568 for list)" (bug#6475).
8569
28fd8759 8570 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8571 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8572 an error (bug#6297).
8573
0dd8b6da
LMI
8574 * man.el (Man-reference-regexp): Allow matching possible
8575 word-wrapped references (bug#6289).
8576
ce1438d6
LMI
8577 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8578 for consistency with the other vc buffers (bug#6197).
8579 (vc-checkin): Ditto.
8580
8581 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8582
36adf6ce
LMI
8583 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8584
e83cc1f7
LMI
85852011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8586
8a20ca4c
LMI
8587 * custom.el (defcustom): Clarify that :set is only used in the
8588 Customize user interface (bug#6089).
8589
83319045
LMI
8590 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8591 associated with a file, refuse to run instead of erroring out
8592 (bug#6084).
8593
a8392169
LMI
8594 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8595 the doc string, since it appears that using `fill-column' always
8596 controls the width (bug#7845).
8597
e83cc1f7
LMI
8598 * simple.el (shell-command-on-region): Say where the error output
8599 went if `shell-command-default-error-buffer' is set (bug#6857).
8600
e47ca23b
KM
86012011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8602
8603 * allout.el (allout-yank-processing): Adjust cursor position for
8604 backwards-deleted space.
8605
8606 (allout-rebullet-heading): Register changes with
8607 allout-exposure-changed-hook, so the modified topic is properly
8608 decorated.
8609
5cf56143
LMI
86102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8611
08549772
LMI
8612 * minibuffer.el (completion-in-region): Document PREDICATE
8613 (bug#7136).
8614
48e96771
LMI
8615 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8616 of keyword/argument pairs (bug#6904).
8617
c8af70e1
SM
8618 * replace.el (multi-occur):
8619 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8620
e17d05e2
LMI
86212011-07-02 Drew Adams <drew.adams@oracle.com>
8622
8623 * dired.el (dired-mark-if): Make the message about whether it's
8624 marking or unmarking clearer (bug#8523).
8625
063b0e45
LMI
86262011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8627
8628 * disp-table.el (display-table-print-array): New function.
8629 (describe-display-table): Use it to print the vectors more pretty
8630 (Bug#8859).
8631
28545e04
MR
86322011-07-02 Martin Rudalics <rudalics@gmx.at>
8633
8634 * window.el (window-state-get-1): Don't assign clone numbers.
8635 Add clone-of item to list of window parameters.
8636 (window-state-put-2): Don't process clone numbers.
8637 (display-buffer-alist): Fix doc-string.
8638
3349e122
SM
86392011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * subr.el (remq): Don't allocate if it's not needed.
8642 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8643 (keymap--merge-bindings): New functions.
8644 (keymap-canonicalize): Use them to refine the canonicalization.
8645 * minibuffer.el (minibuffer-local-completion-map)
8646 (minibuffer-local-must-match-map): Move initialization from C.
8647 (minibuffer-local-filename-completion-map): Move initialization from C;
8648 don't inherit from anything here.
8649 (minibuffer-local-filename-must-match-map): Make obsolete.
8650 (completing-read-default): Use make-composed-keymap to combine
8651 minibuffer-local-filename-completion-map with either
8652 minibuffer-local-must-match-map or
8653 minibuffer-local-filename-completion-map.
8654
d224ac83
GM
86552011-07-01 Glenn Morris <rgm@gnu.org>
8656
3de63bf8
GM
8657 * type-break.el (type-break-time-sum): Use dolist.
8658
d224ac83
GM
8659 * textmodes/flyspell.el (flyspell-word-search-backward):
8660 Replace CL function.
8661
1a1e3f32
SM
86622011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8663
fe3f64d5
SM
8664 * mouse.el (mouse--strip-first-event): New function.
8665 (function-key-map): Use it to map fringe clicks to normal clicks
8666 by default.
8667
eb604e34
SM
8668 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8669 (vc-bzr-revision-completion-table): Add support for annotate and date.
8670
1a1e3f32
SM
8671 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8672 inherit from parent.
8673
5bd35902
LMI
86742011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8675
ace6c69c 8676 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8677 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8678
191e2bed
LMI
8679 * dired.el (dired-mode): Fix up the doc string as suggested by
8680 Drew Adams (bug#8817).
8681
5bd35902
LMI
8682 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8683 cookie, since the manual says that it should be possible to add
8684 this function to `find-file-hook' (bug#8709).
8685
eee8207a
TZ
86862011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8687
8688 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8689 here. Noted Ted Zlatanov as the maintainer.
8690 (cfengine-common-settings, cfengine-common-syntax): New functions
8691 to set up common things between `cfengine-mode' and
8692 `cfengine3-mode'.
8693 (cfengine3-mode): New mode.
8694 (cfengine3-defuns cfengine3-defuns-regex
8695 (cfengine3-class-selector-regex cfengine3-category-regex)
8696 (cfengine3-vartypes cfengine3-font-lock-keywords)
8697 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8698 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8699
36b148cf
MA
87002011-07-01 Michael Albinus <michael.albinus@gmx.de>
8701
8702 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8703
8704 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8705
0bf4ba9a
MR
87062011-07-01 Martin Rudalics <rudalics@gmx.at>
8707
8708 * window.el (same-window-buffer-names, same-window-regexps)
8709 (same-window-p, special-display-frame-alist)
8710 (special-display-popup-frame, special-display-function)
8711 (special-display-buffer-names, special-display-regexps)
8712 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8713 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8714 (split-window-preferred-function, split-height-threshold)
8715 (split-width-threshold, even-window-heights)
8716 (display-buffer-mark-dedicated, window-splittable-p)
8717 (split-window-sensibly, window-safely-shrinkable-p):
8718 Un-obsolete.
8719 (display-buffer): Don't spread args with function specifier
8720 because special-display-popup-frame won't like it.
8721
35837f51
PE
87222011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8723
d0672f86
PE
8724 Time-stamp simplifications and fixes.
8725 These improve accuracy slightly, and future-proof the code
8726 against some potential changes to current-time format.
8727
b9444d97
PE
8728 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8729 by using time-since and float-time.
8730
0ef923dc
PE
8731 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8732 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8733 + NNN microseconds".
8734
2f81380d
PE
8735 * type-break.el (type-break-time-sum): Rewrite using time-add.
8736
845b5c3e
PE
8737 * play/hanoi.el (hanoi-current-time-float): Remove.
8738 All uses replaced by float-time.
8739
ee6f1be0
PE
8740 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8741 This yields a more-accurate answer.
8742 (rng-time-to-float): Remove; no longer needed.
8743
fe955043
PE
8744 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8745
5777162a
PE
8746 * calendar/timeclock.el (timeclock-seconds-to-time):
8747 Defalias to seconds-to-time, since they're the same thing.
8748
3103f8b6 8749 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8750 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8751 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8752
0e61a35f
SM
87532011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * window.el (bury-buffer): Don't iconify the only frame.
8756 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8757 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8758
ddd63a1e
CY
87592011-07-01 Chong Yidong <cyd@stupidchicken.com>
8760
0e61a35f
SM
8761 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8762 Add mouse-yank-primary.
ddd63a1e 8763
055f4923
TZ
87642011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8765
8766 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8767
6a2fb145
SM
87682011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8771 (find-library-name): Use it to find relative load names when provided
8772 absolute file name (bug#8803).
8773
fd4983f2
LMI
87742011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8775
887d14ad
LMI
8776 * textmodes/flyspell.el (flyspell-word): Consider words that
8777 differ only in case as potential doublons (bug#5687).
8778
c53dc7fc
LMI
8779 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8780 Remove two rather uninteresting debugging-like messages to make
8781 debbugs.el more silent.
8782
fd4983f2
LMI
8783 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8784 a password-like phrase.
8785
7a71b18d 87862011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8787
8788 * progmodes/cc-guess.el: New file.
8789
6a2fb145 8790 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8791
8792 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8793 derived from `c-basic-common-init'.
8794
8795 * progmodes/cc-mode.el (top-level): Require cc-guess.
8796 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8797
1fa280a3
LM
87982011-06-30 Lawrence Mitchell <wence@gmx.li>
8799
8800 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8801
e6597158
AM
88022011-06-30 Alan Mackenzie <acm@muc.de>
8803
1fa280a3
LM
8804 * progmodes/cc-engine.el (c-guess-continued-construct):
8805 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8806 lock is disabled. Name this case as "CASE G".
8807
68ba37fb
KM
88082011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8809
8810 * allout.el (allout-yank-processing): Fix injection of extra space
8811 between bullet and non-whitespace character in first topic when
8812 pasting, ensuring that the actual spacing in the pasted topic
8813 following the bullet char is preserved. This extra space was
8814 causing pasted encrypted topics to get a decrypted status even
8815 when the content was actually still encrypted. Now the decryption
8816 status from before the paste is preserved.
8817
8818 (allout-flag-region): Set all allout overlays so they evaporate
8819 when reduced to zero length (evanescent), to prevent overlay
8820 leakage.
8821
887a0b34
GM
88222011-06-30 Glenn Morris <rgm@gnu.org>
8823
94b9acce
GM
8824 * w32-fns.el (w32-charset-info-alist): Declare.
8825
1d9b46d4
GM
8826 * find-dired.el (find-grep-options): Simplify.
8827
cc232200
GM
8828 * term/ns-win.el (ns-set-resource): Declare.
8829
28e77c46
GM
8830 * ses.el (row, col): Declare dynamic variables honestly.
8831
887a0b34
GM
8832 * textmodes/reftex-parse.el (index-tags): Declare.
8833
658d8eb8
CY
88342011-06-30 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * cus-edit.el (customize-push-and-save): New function.
8837
8838 * files.el (hack-local-variables-confirm): Use it.
8839
1fa280a3
LM
8840 * custom.el (load-theme): New arg NO-CONFIRM.
8841 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8842 (custom-enabled-themes): Doc fix.
8843
8844 * cus-theme.el (customize-create-theme)
8845 (custom-theme-merge-theme): Callers to load-theme changed.
8846
bb617717
LMI
88472011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8848
d61bdd5d
LMI
8849 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8850 short URLs have at least one dot in them (bug #7614).
8851
bb617717
LMI
8852 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8853 nil, because using a pty is apparently too slow (bug #895).
8854
2f31f37a
LMI
88552011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8856
8857 * mail/sendmail.el (sendmail-query-once): New function.
8858 (sendmail-query-once-function): New variable.
8859
3076b24e
GM
88602011-06-29 Glenn Morris <rgm@gnu.org>
8861
faf2a174
GM
8862 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8863
3076b24e
GM
8864 * ses.el (top-level): Require cl when compiling.
8865 (ses-set-localvars): Fix error statement.
8866 Call it at compile time to silence a storm of warnings.
8867
5386012d
MR
88682011-06-29 Martin Rudalics <rudalics@gmx.at>
8869
8870 * window.el (normalize-live-buffer): Rename to
8871 window-normalize-buffer.
8872 (normalize-live-frame): Rename to window-normalize-frame.
8873 (normalize-any-window): Rename to window-normalize-any-window.
8874 (normalize-live-window): Rename to window-normalize-live-window.
8875 (make-window-atom): Rename to window-make-atom.
8876 (window-resize-reset): Rename to window--resize-reset.
8877 (window-resize-reset-1): Rename to window--resize-reset-1.
8878 (resize-mini-window): Rename to window--resize-mini-window.
8879 (resize-subwindows-skip-p): Rename to
8880 window--resize-subwindows-skip-p.
8881 (resize-subwindows-normal): Rename to
8882 window--resize-subwindows-normal.
8883 (resize-subwindows): Rename to window--resize-subwindows.
8884 (resize-other-windows): Rename to window--resize-siblings.
8885 (resize-this-window): Rename to window--resize-this-window.
8886 (resize-root-window): Rename to window--resize-root-window.
8887 (resize-root-window-vertically): Rename to
8888 window--resize-root-window-vertically.
8889 (normalize-buffer-to-display): Rename to
8890 window-normalize-buffer-to-display.
8891 (normalize-buffer-to-switch-to): Rename to
8892 window-normalize-buffer-to-switch-to.
8893 Correspondingly update all callers of the functions listed
8894 above.
8895 (display-buffer-alist, display-buffer-normalize-arguments)
8896 (display-buffer-normalize-options, display-buffer)
8897 (display-buffer-alist-set): Use "function" instead of
8898 "fun-with-args".
8899
1176868d
CY
89002011-06-28 Chong Yidong <cyd@stupidchicken.com>
8901
8902 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8903 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8904 debbugs.gnu.org. Mention acknowledgment email.
8905
20a7a65f
LMI
89062011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8907
8908 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8909 buffer multibyteness, since it shouldn't matter.
8910
5f45cca5
MR
89112011-06-28 Martin Rudalics <rudalics@gmx.at>
8912
8913 * window.el (display-buffer-in-side-window): Handle dedicated
8914 windows as in display-buffer-reuse-window.
8915 (display-buffer-normalize-alist): Use value of override
8916 specifier.
8917 (display-buffer-normalize-specifiers): Use value of
8918 other-window-means-other-frame specifier.
8919 (display-buffer-alist): Rewrite some texts in widgets.
8920 (display-buffer): Spread arguments when calling function
8921 specified by fun-with-args.
8922
ad85fe1f
DD
89232011-06-28 Deniz Dogan <deniz@dogan.se>
8924
1fa280a3
LM
8925 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8926 Unnest `let'.
da68c4c8 8927
ad85fe1f
DD
8928 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8929 selectors (Bug#5732).
ec49bd31 8930 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8931
a08cc025
JA
89322011-06-27 Jari Aalto <jari.aalto@cante.net>
8933
8934 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8935 (eshell-ls-date-format): New defcustom.
8936 (eshell-ls-file): Use it.
8937
e2b551c5
SM
89382011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8941
8982b231
KY
89422011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8943
8944 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8945 (ange-ftp-make-tmp-name): New arg.
8946 (ange-ftp-file-local-copy): Use it.
8947
36c9fa27
J
89482011-06-27 Jambunathan K <kjambunathan@gmail.com>
8949
8950 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8951 no-conversion (Bug#8870).
8952
d68443dc
MR
89532011-06-27 Martin Rudalics <rudalics@gmx.at>
8954
8955 * window.el (window-right, window-left, window-child)
8956 (window-child-count, window-last-child)
8957 (window-iso-combination-p, walk-window-tree-1)
8958 (window-atom-check-1, window-tree-1, delete-window)
8959 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8960 new naming conventions - window-vchild, window-hchild,
8961 window-next and window-prev are now called window-top-child,
8962 window-left-child, window-next-sibling and window-prev-sibling
8963 respectively.
d615d6d2
MR
8964 (resize-window-reset): Rename to window-resize-reset.
8965 (resize-window-reset-1): Rename to window-resize-reset-1.
8966 (resize-window): Rename to window-resize.
8967 (window-min-height, window-min-width)
8968 (resize-mini-window, resize-this-window, resize-root-window)
8969 (resize-root-window-vertically, adjust-window-trailing-edge)
8970 (enlarge-window, shrink-window, maximize-window)
8971 (minimize-window, delete-window, quit-restore-window)
8972 (split-window, balance-windows, balance-windows-area-adjust)
8973 (balance-windows-area, window-state-put-2)
8974 (display-buffer-even-window-sizes, display-buffer-set-height)
8975 (display-buffer-set-width, set-window-text-height)
8976 (fit-window-to-buffer): Rename all "resize-window" prefixed
8977 calls to use the "window-resize" prefix convention.
8978 (display-buffer-alist): Fix symbol for label specifier.
8979 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8980 corresponding specifier.
8981 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8982
b6458526
VB
89832011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8984
8985 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8986 convention.
8987 (ses-call-printer): Does not pass an empty string to formatter when the
8988 cell is empty to keep from barking printer Calc math-format-value.
8989
d31fd9ac
RS
89902011-06-27 Richard Stallman <rms@gnu.org>
8991
43d5bf84
RS
8992 * battery.el (battery-mode-line-limit): New variable.
8993 (battery-update): Handle it.
8994
d31fd9ac
RS
8995 * mail/rmailmm.el (rmail-mime-process-multipart):
8996 Handle truncated messages.
8997
819a6054
GM
89982011-06-27 Glenn Morris <rgm@gnu.org>
8999
9000 * progmodes/flymake.el (flymake-err-line-patterns):
9001 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9002
cedc73f2
VB
90032011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9004
819a6054 9005 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9006 (ses--clean-!, ses--clean-_): New functions.
9007 (ses-range): Add configurability of readout order, and conversion
9008 to Calc vector.
9009
5e5d49b6
VB
9010 * ses.el (ses-repair-cell-reference-all): New function.
9011 (ses-cell-symbol): Set macro as safe, so that it can be used in
9012 formulas.
9013
56e6cc31 9014 * ses.el: Update cycle detection algorithm.
90ca8b49 9015 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9016 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9017 (ses-set-localvars): New function.
9018 (ses-make-cell): Add property-list as a cell element.
9019 (ses-cell-property-get-fun, ses-cell-property-get)
9020 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9021 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9022 New functions.
90ca8b49
VB
9023 (ses-cell-property-set, ses-cell-property-pop)
9024 (ses-cell-property-get-handle): New macro.
9025 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9026 New aliases, used for code readability.
9027 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9028 cycle detection.
9029 (ses-self-reference-early-detection): New defcustom.
fac916bf 9030 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9031 (ses-mode): Use ses-set-localvars.
9032 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9033 before lauching the update processing.
9034 (ses-initialize-Dijkstra-attempt): New function.
9035 (ses-recalculate-cell): Update for cycle detection based on
9036 Dijkstra algorithm.
9037
2bb63e81
VB
9038 * ses.el: Fix commenting and indenting convention.
9039
c9d29fb8
SM
90402011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * bs.el (bs-cycle-next): Complete last change.
9043
d8e4b68b
JB
90442011-06-27 Drew Adams <drew.adams@oracle.com>
9045
9046 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9047
40098786
LMI
90482011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9049
c9d29fb8
SM
9050 * net/network-stream.el (network-stream-open-starttls):
9051 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9052 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9053
40098786
LMI
9054 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9055 to binary to possibly avoid line encoding issues on Windows (among
9056 other things).
9057
468d09d4
LMI
90582011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9059
9060 * net/network-stream.el (open-network-stream): Return an :error
9061 saying what the problem was, if possible.
9062
9063 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9064 server.
9065
9066 * net/network-stream.el (network-stream-open-starttls): If we
9067 wanted to use STARTTLS, and the server offered it, but we weren't
9068 able to because we had no STARTTLS support, then close the connection.
9069 (open-network-stream): Return an :error element, if present.
9070
16f07dd7
CY
90712011-06-26 Chong Yidong <cyd@stupidchicken.com>
9072
88821ca0
CY
9073 * hl-line.el (hl-line-sticky-flag): Doc fix.
9074 (global-hl-line-sticky-flag): New option (Bug#8323).
9075 (global-hl-line-highlight): Obey it.
9076
16f07dd7
CY
9077 * vc/vc.el (vc-revert-show-diff): Default to t.
9078
6b5ccddf
KM
90792011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9080
c9d29fb8
SM
9081 * allout-widgets.el (allout-widgets-post-command-business):
9082 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9083 undecorated when an isearch is continued past, and isearch
9084 automatically collapses them. This leads to "widget leaks", where
9085 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9086 hidden widgets can slow down cursor travel, substantially.
9087 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9088 so we're doing without this nicety.
9089
9090 (allout-widgets-tally-string): Don't try to do a hash-table-count
9091 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9092 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9093 *Messages* when allout-widgets-maintain-tally is t.
9094
355f2e07
MR
90952011-06-26 Martin Rudalics <rudalics@gmx.at>
9096
9097 * window.el (display-buffer-normalize-argument): Rename to
9098 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9099 LABEL argument. Respect special-display-function when popping up
9100 a new frame. Fix code searching for a window showing the buffer
9101 on another frame.
c9d29fb8
SM
9102 (display-buffer-normalize-specifiers):
9103 Call display-buffer-normalize-arguments.
355f2e07
MR
9104 (display-buffer-in-window): Don't undedicate the window if its
9105 buffer remains the same.
9106 Reported by Drew Adams <drew.adams@oracle.com>.
9107 (display-buffer-alist): Add choice for same-window macro
9108 specfier.
9109 (display-buffer): Mention special meaning of LABEL argument in
9110 doc-string. Fix quoting. Don't pop up a new frame even as
9111 fallback.
9112
7ca8fc42
JB
91132011-06-26 Juanma Barranquero <lekktu@gmail.com>
9114
9115 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9116 avoid deleting the current window in some cases (bug#8911).
9117
bc312254
AS
91182011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9119
9120 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9121 (Bug#8934)
9122
2db18f3f
LMI
91232011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9124
c9d29fb8
SM
9125 * net/network-stream.el (network-stream-open-starttls):
9126 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9127 (network-stream-open-tls): Ditto.
9128
6302e0d3
LL
91292011-06-26 Leo Liu <sdl.web@gmail.com>
9130
9131 * register.el (registerv): New struct.
9132 (registerv-make): New function.
c9d29fb8
SM
9133 (jump-to-register, describe-register-1, insert-register):
9134 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9135 struct. (Bug#8415)
9136
5fdd4046
CY
91372011-06-26 Chong Yidong <cyd@stupidchicken.com>
9138
2afef60a
CY
9139 * vc/vc.el (vc-revert-show-diff): New defcustom.
9140 (vc-diff-internal): New arg specifying diff buffer.
9141 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9142 reuse an existing *vc-diff* buffer (Bug#8927).
9143
5fdd4046
CY
9144 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9145
e93db24a
GM
91462011-06-26 Glenn Morris <rgm@gnu.org>
9147
9148 * progmodes/f90.el (f90-critical-indent): New option.
9149 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9150 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9151 (f90-mode): Doc fix.
9152 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9153 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9154 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9155 (f90-match-end): Handle block, critical.
9156
eefff499
GM
91572011-06-25 Glenn Morris <rgm@gnu.org>
9158
f6ba4cc9
GM
9159 * calendar/diary-lib.el (diary-included-files): Doc fix.
9160 (diary-include-files): New function, extracted from
9161 diary-include-other-diary-files and diary-mark-included-diary-files.
9162 (diary-include-other-diary-files, diary-mark-included-diary-files):
9163 Just call diary-include-files.
9164 (diary-mark-entries): Reset diary-included-files on first call.
9165
16712304
GM
9166 * calendar/diary-lib.el (diary-mark-entries)
9167 (diary-mark-included-diary-files):
9168 Visit included diary-files in temp buffers.
9169
5d8e0d43
GM
9170 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9171 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9172 (f90-start-block-re, f90-imenu-generic-expression)
9173 (f90-looking-at-program-block-start, f90-no-block-limit):
9174 Add support for submodules.
9175
ccf7a5d5
GM
9176 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9177 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9178
11fdef7d 91792011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9180
9181 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9182 buffer-file-type before setting its value, to avoid disastrous
eefff499 9183 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9184
74f53697
JB
91852011-06-25 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9188
9189 * ses.el (ses-unload-function):
9190 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9191
9192 * proced.el (proced-unload-function):
9193 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9194
18a4ce5e
AR
91952011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9196
9197 * server.el (server-create-window-system-frame): Add parameters arg.
9198 (server-process-filter): Doc fix. Handle frame-parameters.
9199
519d22cc
JB
92002011-06-25 Juanma Barranquero <lekktu@gmail.com>
9201
9202 Fix bug#8730, bug#8781.
9203
9204 * loadhist.el (unload--set-major-mode): New function.
9205 (unload-feature): Use it.
9206
9207 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9208 (python-unload-function): New function.
9209
c206f5b0
SM
92102011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9211
9212 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9213
f9ad64f3
GS
92142011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9215
9216 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9217 the candidates list.
9218
7d0da90e
JB
92192011-06-24 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9222
14b4e83d
RS
92232011-06-23 Richard Stallman <rms@gnu.org>
9224
9225 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9226 (rmail-variables): Set next-error-move-function.
9227 (rmail-what-message): Take argument POS.
9228 (rmail-next-error-move): New function.
9229
273d2baf
SM
92302011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9233 messages for adjacent non-terminals.
9234
56c2cc9a
RS
92352011-06-23 Richard Stallman <rms@gnu.org>
9236
9237 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9238 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9239 (rmail-start-mail): Don't specify use of rmail-mail-return;
9240 that's done by mail-bury now.
9241 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9242
d59eb518
MA
92432011-06-23 Michael Albinus <michael.albinus@gmx.de>
9244
9245 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9246 SIZE is a number.
9247
02cfc6d6
MR
92482011-06-23 Martin Rudalics <rudalics@gmx.at>
9249
9250 * window.el (get-lru-window, get-mru-window)
9251 (get-largest-window): Never return a minibuffer window.
9252 (display-buffer-pop-up-window): Fix a bug that could lead to
9253 reusing the minibuffer window.
9254 (display-buffer): Pass original specifier argument to
9255 display-buffer-function instead of the normalized one.
9256 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9257
4e323265
LL
92582011-06-22 Leo Liu <sdl.web@gmail.com>
9259
9260 * minibuffer.el (completing-read-function)
9261 (completing-read-default): Move from minibuf.c
9262
7a70468f
RS
92632011-06-22 Richard Stallman <rms@gnu.org>
9264
50718fc2
RS
9265 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9266 to Rmail even if not started by a special Rmail command.
9267
7a70468f
RS
9268 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9269 Copy the buffer currently showing just one message.
9270
297dde5a
RW
92712011-06-22 Roland Winkler <winkler@gnu.org>
9272
9273 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9274 (bibtex-clean-entry): First delete the old key so that a
9275 customized algorithm for generating the new key does not get
9276 confused by the old key.
9277 (bibtex-url): Obey regexp of first step.
9278 (bibtex-search-entries): Do not use add-to-list with local
9279 list-var.
9280
97bb1093
LMI
92812011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9282
9283 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9284 stored a user name, then query for the password first, instead of
9285 waiting for SMTP to give an error message and the trying again.
9286
1c0f1a19
JD
92872011-06-22 Lawrence Mitchell <wence@gmx.li>
9288
9289 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9290 BUFFER in call-process.
9291
396f7c9d
LMI
92922011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9293
9294 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9295 QUIT twice.
ddb7ffee
LMI
9296 (smtpmail-try-auth-methods): Require user name and password from
9297 auth-source.
396f7c9d 9298
8998d1b3
MR
92992011-06-22 Martin Rudalics <rudalics@gmx.at>
9300
9301 * window.el (display-buffer-default-specifiers)
9302 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9303 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9304 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9305
9306 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9307 (special-display-frame-alist, special-display-popup-frame):
9308 Remove duplicate declarations. These are now in window.el.
9309
4ea31e07
LMI
93102011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311
c9d29fb8
SM
9312 * mail/smtpmail.el (smtpmail-via-smtp):
9313 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9314 server supports it. SMTP servers that support STARTTLS commonly
9315 require it.
9316
9317 * net/network-stream.el (network-stream-open-starttls): Support
9318 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9319 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9320
95f41d9a
LMI
9321 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9322 upgrades with `open-network-stream', and rely solely on
9323 auth-source for all credentials. Big changes throughout the file,
9324 but in particular:
c9d29fb8
SM
9325 (smtpmail-auth-credentials): Remove.
9326 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9327 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9328 MAIL FROM, too.
95f41d9a 9329
c9d29fb8
SM
9330 * net/network-stream.el (network-stream-open-starttls):
9331 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9332 STARTTLS.
9333 (auth-source): Require.
9334 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9335 (network-stream-certificate): Change cert-cert to cert and
9336 cert-key to key.
4ea31e07 9337
065ec2c7
MA
93382011-06-21 Michael Albinus <michael.albinus@gmx.de>
9339
9340 * net/tramp-cache.el (top): Don't load the persistency file when
9341 "emacs -Q" has been called.
9342
cd93b359
DR
93432011-06-21 Tim Harper <timcharper@gmail.com>
9344
d8e4b68b
JB
9345 * term/ns-win.el (ns-initialize-window-system):
9346 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9347 resource to NO as it is not yet supported by the NS port.
9348
ae9c0411
JB
93492011-06-21 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9352 (list-dynamic-libraries): ...not here.
9353
7f3f739f
LL
93542011-06-21 Leo Liu <sdl.web@gmail.com>
9355
9356 * subr.el (sha1): Implement sha1 using secure-hash.
9357
327c8fb1
MR
93582011-06-21 Martin Rudalics <rudalics@gmx.at>
9359
9360 * window.el (display-buffer-alist): In default value do not
9361 enforce searching a window on any but the selected frame.
9362 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9363 (display-buffer-select-window): Remove function.
9364 (display-buffer-in-window): When a window on another frame gets
9365 reused, do not select it any more but just raise its frame if
9366 necessary (Bug#8851) and (Bug#8856).
9367 (display-buffer-normalize-options): Handle pop-up-frames related
9368 options more faithfully.
9369 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9370 window if it is on another frame.
c9d29fb8
SM
9371 (display-buffer-alist, display-buffer-default-specifiers):
9372 Don't make new frame unsplittable by default.
9e9de014
MR
9373 (display-buffer-normalize-argument): Fix doc-string typo and use
9374 'same-frame-other-window instead of 'other-window when associating
9375 with display-buffer-macro-specifiers.
327c8fb1 9376
7cf3f556
VB
93772011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9378
9379 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9380 New functions.
9381 (5x5-mode-map, 5x5-mode-menu): Bind them.
9382 (5x5-draw-grid): Tweak the solver's rendering.
9383
60a406cf
SM
93842011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9387 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9388
d8e4b68b 93892011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9390
9391 * menu-bar.el: Use function variable instead of switch-to-buffer.
9392 (menu-bar-select-buffer-function): New variable.
60a406cf 9393 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9394
478d6f95
SM
93952011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9398 variable's status.
9399
ca530739
JD
94002011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9401
9402 * x-dnd.el (x-dnd-version-from-flags)
9403 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9404 and long as number (Bug#8899).
9405 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9406
bcd70d97
SM
94072011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9408
60a406cf 9409 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9410 (completion-try-completion, completion-all-completions): Compute the
9411 metadata argument if it's missing; make it optional (bug#8795).
9412
60a406cf 9413 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9414 (widget-complete): Use new :completion-function property.
9415 (widget-completions-at-point): New function.
9416 (default): Use :completion-function instead of :complete.
60a406cf
SM
9417 (widget-default-completions): Rename from widget-default-complete;
9418 Rewrite.
bcd70d97
SM
9419 (widget-string-complete, widget-file-complete, widget-color-complete):
9420 Remove functions.
9421 (file, symbol, function, variable, coding-system, color):
9422 * international/mule-cmds.el (default-input-method, charset)
9423 (language-info-custom-alist):
9424 * cus-edit.el (face): Use new property :completions.
9425
9426 * progmodes/pascal.el (pascal-completions-at-point): New function.
9427 (pascal-mode): Use it.
9428 (pascal-mode-map): Use completion-at-point.
9429 (pascal-toggle-completions): Make obsolete.
9430 (pascal-complete-word, pascal-show-completions):
9431 * progmodes/octave-mod.el (octave-complete-symbol):
9432 Redefine as obsolete alias.
9433 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9434 Signal absence of completion info for old Octave,
9435 (inferior-octave-complete): Redefine as obsolete alias.
9436 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9437 (meta-completions-at-point): Rename from meta-complete-symbol and
9438 adapt it for use on completion-at-point-functions.
9439 (meta-common-mode): Use it.
9440 (meta-looking-at-backward, meta-match-buffer): Remove.
9441 (meta-complete-symbol): Redefine as obsolete alias.
9442 (meta-common-mode-map): Use completion-at-point.
9443 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9444 (makefile-mode-map): Use completion-at-point.
9445 (makefile-completions-at-point): Rename from makefile-complete and
9446 adapt it for use on completion-at-point-functions.
9447 (makefile-mode): Use it.
9448 (makefile-complete): Redefine as obsolete alias.
9449
aebf69c8
DD
94502011-06-20 Deniz Dogan <deniz@dogan.se>
9451
9452 * net/rcirc.el: Delete trailing whitespaces once and for all.
9453
bfbbb27d
DC
94542011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9455
9456 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9457
d264a46b
CY
94582011-06-19 Chong Yidong <cyd@stupidchicken.com>
9459
4ca009e5
CY
9460 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9461
d264a46b
CY
9462 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9463
fbf5b3ce
MR
94642011-06-19 Martin Rudalics <rudalics@gmx.at>
9465
9466 * window.el (display-buffer-other-window-means-other-frame):
9467 Call display-buffer-normalize-alist.
9468 (display-buffer-normalize-specifiers-1): Rename to
9469 display-buffer-normalize-argument. New argument other-frame.
9470 Rewrite.
9471 (display-buffer-normalize-specifiers-2): Rename to
9472 display-buffer-normalize-options.
9473 (display-buffer-normalize-alist-1): New function.
9474 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9475 display-buffer-normalize-alist.
9476 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9477 (display-buffer-normalize-options-inhibit): New variable.
9478 (display-buffer-normalize-specifiers): Rewrite calling
9479 display-buffer-normalize-alist,
9480 display-buffer-normalize-argument, and
9481 display-buffer-normalize-options. Don't call the latter if
9482 display-buffer-normalize-options-inhibit is non-nil.
9483 (frame-auto-delete): New option.
9484 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9485 (window-list-no-nils, window-state-ignored-parameters)
9486 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9487 (window-state-put-1, window-state-put-2, window-state-put):
9488 New functions.
9a028c23
MR
9489 (display-buffer-normalize-options): Move special-display-p group
9490 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9491
6d10d800
CY
94922011-06-18 Chong Yidong <cyd@stupidchicken.com>
9493
6420d28b
CY
9494 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9495 groups (Bug#8776).
9496 (rx-submatch-n): New function.
9497 (rx): Document it.
9498
ddb8b596
CY
9499 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9500 (Bug#8768).
9501
9502 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9503
77080289
CY
9504 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9505
61dfb316
CY
9506 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9507 anytime existing face settings are present (Bug#8889).
9508
6d10d800
CY
9509 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9510 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9511 Remove unused argument.
9512
be3fb2b8
MR
95132011-06-18 Martin Rudalics <rudalics@gmx.at>
9514
bcd70d97
SM
9515 * window.el (display-buffer-default-specifiers):
9516 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9517 pop-up-window-min-width, and another reuse-window specifier
9518 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9519 (display-buffer-normalize-specifiers-2):
9520 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9521 pop-up-windows is unset. Add a reuse-window specifier for the
9522 case popping up a new window fails.
9523 (special-display-popup-frame): Remove double quoting.
28dec25a 9524 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9525
1c6d8c76
SM
95262011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9529 according to comint-completion-addsuffix.
9530
9531 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9532 (pcomplete-suffix-list): Mark as obsolete.
9533 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9534 pcomplete-seen in the closure.
9535 (pcomplete-comint-setup): Setup completion-at-point as well.
9536 (pcomplete--entries): New function.
9537 (pcomplete--env-regexp): New var.
9538 (pcomplete-entries): Rewrite to work with partial-completion and
9539 without relying on pcomplete-suffix-list.
9540 (pcomplete-pare-list): Remove, unused.
9541
25aef8b8
MR
95422011-06-17 Martin Rudalics <rudalics@gmx.at>
9543
9544 * window.el (display-buffer-alist): Set pop-up-window-min-height
9545 and pop-up-window-min-width in default value. Reported by
9546 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9547 other-window-means-other-frame.
9548 (display-buffer-macro-specifiers): Comment out entry for
9549 other-window specifier.
9550 (display-buffer-other-window-means-other-frame): New function.
9551 (display-buffer-normalize-specifiers-1): New arguments
9552 buffer-name and label. Treat other-window case specially.
9553 (display-buffer-normalize-specifiers-2): Treat other-window case
9554 specially.
9555 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9556 (display-buffer-normalize-specifiers):
9557 Call display-buffer-normalize-specifiers-3.
25aef8b8 9558
dbad4f69
MR
95592011-06-17 Martin Rudalics <rudalics@gmx.at>
9560
9561 * window.el (same-window-p): Fix two typos introduced when
9562 adding with-no-warnings.
d1067961
MR
9563 (display-buffer-normalize-specifiers-1): Don't check
9564 pop-up-frames for 'unset initialization.
9565 (display-buffer-normalize-specifiers-2): Major rewrite using
9566 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9567 (pop-up-frames, display-buffer-reuse-frames)
9568 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9569 Suggested by David Engster <deng@randomsample.de>.
9570 (even-window-heights): Initialize to 'unset.
9571 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9572 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9573 other window case.
dbad4f69 9574
9b9c9e3a
MR
95752011-06-16 Martin Rudalics <rudalics@gmx.at>
9576
bcd70d97
SM
9577 * window.el (display-buffer-normalize-specifiers-1):
9578 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9579 second argument of display-buffer (Bug#8865).
981d5c09
MR
9580 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9581 (switch-to-buffer-other-window-same-frame)
9582 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9583 Adams (Bug#8875).
9c2755e9
MR
9584 (display-buffer): Don't check noninteractive when calling
9585 display-buffer-pop-up-frame.
9586 (display-buffer-pop-up-frame): Never pop up a frame in
9587 noninteractive mode (Bug#8857).
67222e1d
MR
9588 (enlarge-window, shrink-window): Don't report an error when the
9589 window can't be resized as requested (Bug#8862).
9b9c9e3a 9590
2b75be67
SM
95912011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9592
9ffdd3ba
SM
9593 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9594
cb581a67
SM
9595 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9596
2b75be67
SM
9597 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9598
8c0e3589
AM
95992011-06-15 Alan Mackenzie <acm@muc.de>
9600
cb581a67
SM
9601 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9602 for declarators, disable knr checking to speed up for normal files.
9603 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9604
b96e6cde
LMI
96052011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9606
4bba86e6
LMI
9607 * net/network-stream.el (open-network-stream): Add the keyword
9608 :always-query-capabilities for the case where you want to force a
9609 `plain' network connection, but the protocol still requires the
9610 capabilitiy command (i.e., SMTP and EHLO).
9611
2b75be67 9612 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9613 consistency with other `-live-p' functions.
9614
efdcdbf8
SM
96152011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * window.el (same-window-buffer-names, same-window-regexps)
9618 (special-display-frame-alist, special-display-popup-frame)
9619 (special-display-function, special-display-buffer-names)
9620 (special-display-regexps, pop-up-frame-alist)
9621 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9622 (pop-up-windows, split-window-preferred-function)
9623 (split-height-threshold, split-width-threshold, even-window-heights)
9624 (display-buffer-mark-dedicated): Don't encourage the use of
9625 display-buffer-alist from Elisp code.
9626
c5cde042
DN
96272011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9628
9629 * progmodes/python.el (python-mode): Derive from prog-mode.
9630 * progmodes/ps-mode.el (ps-mode):
9631 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9632 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9633 * progmodes/ld-script.el (ld-script-mode): Likewise.
9634
baa1c9ab
MR
96352011-06-15 Martin Rudalics <rudalics@gmx.at>
9636
9637 * window.el (display-buffer-alist): Trim default value to avoid
9638 popping up a new frame (Bug#8857) or reusing an arbitrary window
9639 on another frame.
9640 (display-buffer): Do not fall back on popping up a new frame in
9641 batch mode (Bug#8857).
9642
c5dd5a51
CY
96432011-06-14 Chong Yidong <cyd@stupidchicken.com>
9644
9645 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9646 (custom-theme-summary): New function.
9647 (customize-themes): Use it.
9648
d647b7c4
GM
96492011-06-13 Glenn Morris <rgm@gnu.org>
9650
9651 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9652
9481c002
MR
96532011-06-13 Martin Rudalics <rudalics@gmx.at>
9654
357f93d2
MR
9655 * help.el (help-window): Remove variable.
9656 (help-window-point-marker, temp-buffer-max-height)
9657 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9658 (help-print-return-message): Don't set help-window.
9659 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9660 (help-window-setup-finish): Remove.
9661 (help-window-display-message, help-window-setup)
9662 (with-help-window): Major rewrite based on new
9663 display-buffer-window variable.
9664
9665 * help-mode.el (help-mode-finish): Remove help-window related
9666 code.
9667
9668 * view.el (view-exits-all-viewing-windows): Remove reference to
9669 view-return-to-alist in doc-string.
9670 (view-return-to-alist): Make obsolete.
9671 (view-buffer): Call pop-to-buffer-same-window and remove
9672 undo-window code.
9673 (view-buffer-other-window): Call pop-to-buffer-other-window and
9674 simplify code. Ignore second argument.
9675 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9676 simplify code. Ignore second argument.
9677 (view-return-to-alist-update): Make obsolete.
9678 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9679 Rewrite using quit-restore window parameters.
2b75be67
SM
9680 (view-mode-exit): Rename second argument to EXIT-ONLY.
9681 Rewrite using quit-restore-window.
357f93d2
MR
9682 (View-exit, View-exit-and-edit, View-leave, View-quit)
9683 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9684 appropriate arguments.
9685 (view-end-message): Use quit-restore window parameter.
9686
9481c002
MR
9687 * window.el (display-buffer-function): Rewrite doc-string.
9688 (display-buffer-window, display-buffer-alist): New variables.
9689 (display-buffer-split-specifiers)
9690 (display-buffer-side-specifiers)
9691 (display-buffer-macro-specifiers): New constants.
9692 (display-buffer-even-window-sizes, display-buffer-set-height)
9693 (display-buffer-set-width, display-buffer-select-window)
9694 (display-buffer-in-window, display-buffer-reuse-window)
9695 (display-buffer-split-window-1, display-buffer-split-window)
9696 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9697 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9698 (display-buffer-in-side-window, normalize-buffer-to-display)
9699 (display-buffer-normalize-specifiers-1)
9700 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9701 (display-buffer-normalize-specifiers, display-buffer-frame):
9702 New functions.
9481c002
MR
9703 (display-buffer): Major rewrite.
9704 (display-buffer-other-window, display-buffer-other-frame)
9705 (pop-to-buffer, switch-to-buffer-other-window)
9706 (switch-to-buffer-other-frame): Rewrite.
9707 (display-buffer-same-window, display-buffer-same-frame)
9708 (display-buffer-same-frame-other-window)
9709 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9710 (pop-to-buffer-other-window)
9711 (pop-to-buffer-same-frame-other-window)
9712 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9713 (switch-to-buffer-other-window-same-frame): New functions.
9714 (same-window-p, special-display-p): Rewrite disabling warnings.
9715 Make obsolete.
9716 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9717 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9718 Make obsolete
9719 (same-window-buffer-names, same-window-regexps)
9720 (special-display-frame-alist, special-display-popup-frame)
9721 (special-display-function, special-display-buffer-names)
9722 (special-display-regexps, pop-up-frame-alist)
9723 (pop-up-frame-function, split-window-preferred-function)
9724 (split-height-threshold, split-width-threshold)
9725 (even-window-heights): Make obsolete.
9726
9db51aca
GM
97272011-06-12 Glenn Morris <rgm@gnu.org>
9728
9729 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9730 Misc simplifications.
9db51aca 9731
39cffb44
MR
97322011-06-12 Martin Rudalics <rudalics@gmx.at>
9733
9734 * window.el (window-safely-shrinkable-p): Restore function which
9735 was inadvertently removed in change from 2011-06-11. Declare as
9736 obsolete.
9737
2b75be67
SM
9738 * calendar/calendar.el (calendar-generate-window):
9739 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9740 window-safely-shrinkable-p.
9741
a8955be7
GM
97422011-06-12 Glenn Morris <rgm@gnu.org>
9743
9744 * progmodes/fortran.el (fortran-mode-syntax-table):
9745 * progmodes/f90.el (f90-mode-syntax-table):
9746 Set % to punctuation. (Bug#8820)
9747 (f90-find-tag-default): Remove, no longer needed.
9748
f0d4059d
DC
97492011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9750
9751 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9752
1100a63c
CY
97532011-06-11 Chong Yidong <cyd@stupidchicken.com>
9754
9755 * image.el (image-animated-p): Return animation delay in seconds.
9756 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9757 (image-animate-timeout): Remove DELAY argument. Don't assume
9758 every subimage has the same delay; get it from image-animated-p.
9759 (image-animate): Caller changed.
9760
def722bf
MA
97612011-06-11 Michael Albinus <michael.albinus@gmx.de>
9762
9763 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9764 to ignored backtrace functions.
9765
0a2bb1a9
GM
97662011-06-11 Glenn Morris <rgm@gnu.org>
9767
9768 * calendar/appt.el (appt-disp-window-function): Doc fix.
9769 (appt-check): Handle overlapping appointments. (Bug#8337)
9770
6198ccd0
MR
97712011-06-11 Martin Rudalics <rudalics@gmx.at>
9772
9773 * window.el (window-tree-1, window-tree): New functions, moving
9774 the latter to window.el.
9775 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9776 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9777 (bw-refresh-edges): Remove.
9778 (balance-windows-1, balance-windows-2): New functions.
9779 (balance-windows): Rewrite in terms of window tree functions,
9780 balance-windows-1 and balance-windows-2.
9781 (bw-adjust-window): Remove.
9782 (balance-windows-area-adjust): New function with functionality of
9783 bw-adjust-window but using resize-window.
2b75be67
SM
9784 (set-window-text-height): Rewrite doc-string.
9785 Use normalize-live-window and resize-window.
9786 (enlarge-window-horizontally, shrink-window-horizontally):
9787 Rename argument to DELTA.
6198ccd0
MR
9788 (window-buffer-height): New function.
9789 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9790 Rewrite using new window resize routines.
2b75be67
SM
9791 (kill-buffer-and-window, mouse-autoselect-window-select):
9792 Use ignore-errors instead of condition-case.
6198ccd0
MR
9793 (quit-window): Call delete-frame instead of delete-windows-on
9794 for the only buffer on frame.
9795
9397e56f
MR
97962011-06-10 Martin Rudalics <rudalics@gmx.at>
9797
9798 * loadup.el (top-level): Load window before files for the sake
9799 of replace-buffer-in-windows.
9800
9801 * files.el (read-buffer-to-switch)
9802 (switch-to-buffer-other-window)
2b75be67
SM
9803 (switch-to-buffer-other-frame, display-buffer-other-frame):
9804 Move to window.el.
9397e56f
MR
9805
9806 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9807 (previous-buffer): Move to window.el.
9808
9809 * bindings.el (unbury-buffer): Move to window.el.
9810
9811 * window.el (delete-other-windows-vertically): Move after
9812 definition of delete-other-windows.
9813 (other-window, delete-windows-on, replace-buffer-in-windows):
9814 Move here from window.c.
9815 (record-window-buffer, unrecord-window-buffer)
9816 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9817 (switch-to-next-buffer): New functions.
9818 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9819 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9820 (previous-buffer): Move here from simple.el.
9821 Call switch-to-prev-buffer.
9397e56f
MR
9822 (bury-buffer): Move here from buffer.c. Switch to previous
9823 buffer when window cannot be deleted.
9824 (unbury-buffer): Move here from bindings.el.
9825 (ctl-x-map): Move binding for other-window from window.c to
9826 here.
9827 (read-buffer-to-switch, switch-to-buffer-other-window)
9828 (switch-to-buffer-other-frame): Move here from files.el.
9829 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9830 (switch-to-buffer): Move here from buffer.c.
9831 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9832
562dd5e9
MR
98332011-06-10 Martin Rudalics <rudalics@gmx.at>
9834
9835 * window.el (window-min-height, window-min-width): Move here
9836 from window.c. Add defcustoms and rewrite doc-strings.
9837 (resize-mini-window, resize-window): New functions.
9838 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9839 Move here from window.c.
9840 (maximize-window, minimize-window): New functions.
9841 (delete-window, delete-other-windows, split-window): Move here
9842 from window.c.
9843 (window-split-min-size): New function.
9844 (split-window-keep-point): Mention split-window-above-each-other
9845 instead of split-window-vertically.
2b75be67 9846 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9847 Rename split-window-vertically to split-window-above-each-other
9848 and provide defalias for old definition.
9849 (split-window-side-by-side, split-window-horizontally):
9850 Rename split-window-horizontally to split-window-side-by-side
9851 and provide defalias for the old definition.
562dd5e9
MR
9852 (ctl-x-map): Move bindings for delete-window,
9853 delete-other-windows and enlarge-window here from window.c.
9854 Replace bindings for split-window-vertically and
9855 split-window-horizontally by bindings for
9856 split-window-above-each-other and split-window-side-by-side.
9857
9858 * cus-start.el (all): Remove entries for window-min-height and
9859 window-min-width. Add entries for window-splits and
9860 window-nest.
9861
f0da764a
GM
98622011-06-09 Glenn Morris <rgm@gnu.org>
9863
80675c21
GM
9864 * calendar/appt.el (appt-mode-line): New function.
9865 (appt-check, appt-disp-window): Use it.
9866
f0da764a
GM
9867 * files.el (hack-one-local-variable-eval-safep):
9868 Allow minor-modes with explicit +/-1 arguments.
9869
59f623b7
TZ
98702011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9871
9872 * term/xterm.el (xterm): Add defgroup.
9873 (xterm-extra-capabilities): Add defcustom to supply known xterm
9874 capabilities, skip querying them, or query them (default).
9875 (terminal-init-xterm): Use it.
9876 (terminal-init-xterm-modify-other-keys): New function to set up
9877 modifyOtherKeys support to simplify `terminal-init-xterm'.
9878
9aab8e0d
MR
98792011-06-09 Martin Rudalics <rudalics@gmx.at>
9880
9881 * window.el (resize-window-reset, resize-window-reset-1)
9882 (resize-subwindows-skip-p, resize-subwindows-normal)
9883 (resize-subwindows, resize-other-windows, resize-this-window)
9884 (resize-root-window, resize-root-window-vertically)
9885 (window-deletable-p, window-or-subwindow-p)
9886 (frame-root-window-p): New functions.
9887
e8b08aee
GM
98882011-06-09 Glenn Morris <rgm@gnu.org>
9889
9890 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9891 (ange-ftp-get-files): Use it.
9892
254c37a5
AK
98932011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9894
9895 * mail/sendmail.el (mail-recover-1, mail-recover):
9896 * files.el (recover-file, recover-session):
9897 Handle dired-listing-switches not being just a single short option.
9898
35d7dbd3
GM
98992011-06-09 Glenn Morris <rgm@gnu.org>
9900
9901 * calendar/appt.el (appt-display-message, appt-disp-window):
9902 Handle lists of appointments.
9903
387522b2
MR
99042011-06-08 Martin Rudalics <rudalics@gmx.at>
9905
2b75be67
SM
9906 * window.el (one-window-p): Move down in code.
9907 Rewrite doc-string.
9908 (window-current-scroll-bars): Rewrite doc-string.
9909 Normalize live window argument.
387522b2
MR
9910 (walk-windows, get-window-with-predicate, count-windows):
9911 Rewrite doc-string. Use window-list-1.
9912 (window-in-direction-2, window-in-direction, get-mru-window):
9913 New functions.
9914
d8e4b68b 99152011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9916
9917 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9918 Doc fix (Bug#8713).
9919
99202011-06-08 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9923
99242011-06-08 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * loadhist.el (unload-feature-special-hooks):
9927 Add `comint-output-filter-functions'.
9928
0de12c52
IK
99292011-06-08 Ivan Kanis <gnu@kanis.fr>
9930
9931 * calendar/appt.el (appt-check): Move some initializations into the let.
9932
f3d1777e
MR
99332011-06-08 Martin Rudalics <rudalics@gmx.at>
9934
9935 * window.el (window-height): Defalias to window-total-height.
9936 (window-width): Defalias to window-body-width.
9937
18af70d0
CY
99382011-06-07 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * image-mode.el (image-toggle-animation): New command.
9941 (image-mode-map): Bind it to RET.
9942 (image-mode): Update message.
9943 (image-toggle-display-image): Avoid a spurious cache flush.
9944 (image-transform-rotation): Doc fix.
9945 (image-transform-properties): Return quickly in the normal case.
9946 (image-animate-loop): Rename from image-animate-max-time.
9947
2b75be67 9948 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9949 (create-animated-image): Remove unnecessary function.
9950 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9951 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9952 (image-animate-timer): Use car-safe.
9953 (image-animate-timeout): Rename argument.
9954
190b47e6
MR
99552011-06-07 Martin Rudalics <rudalics@gmx.at>
9956
9957 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9958 window.c. Rename first argument to ALL-FRAMES.
9959 Rephrase doc-strings.
9960 (get-buffer-window-list): Rewrite using window-list-1.
9961 Rephrase doc-string.
a1511caf
MR
9962 (window-safe-min-height, window-safe-min-width): New constants.
9963 (window-size-ignore, window-min-size, window-min-size-1)
9964 (window-sizable, window-sizable-p, window-size-fixed-1)
9965 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9966 (window-max-delta-1, window-max-delta, window-resizable)
9967 (window-resizable-p, window-total-height, window-total-width)
9968 (window-body-width): New functions.
9969 (window-full-height-p, window-full-width-p): Rewrite using
9970 window-total-size.
9971 (window-body-height): Rewrite using window-body-size.
190b47e6 9972
85cc1f11
MR
99732011-06-06 Martin Rudalics <rudalics@gmx.at>
9974
9975 * window.el (window-right, window-left, window-child)
9976 (window-child-count, window-last-child, window-any-p)
9977 (normalize-live-buffer, normalize-live-frame)
9978 (normalize-any-window, normalize-live-window)
9979 (window-iso-combination-p, window-iso-combined-p)
9980 (window-iso-combinations)
9981 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9982 (windows-with-parameter, window-with-parameter)
9983 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9984 (window-atom-check, window-side-check, window-check):
9985 New functions.
85cc1f11
MR
9986 (ignore-window-parameters, window-sides, window-sides-vertical)
9987 (window-sides-slots): New variables.
9988 (window-size-fixed): Move down in code. Minor doc-string fix.
9989
e7156492
AS
99902011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9991
9992 * comint.el (comint-dynamic-complete-as-filename)
9993 (comint-dynamic-complete-filename): Correctly call
9994 completion-in-region.
9995
7e821d0d
DD
99962011-06-05 Deniz Dogan <deniz@dogan.se>
9997
9998 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9999 in last change.
10000
ac09b8a1
DD
100012011-06-05 Deniz Dogan <deniz@dogan.se>
10002
10003 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10004 (rcirc): Use it to prompt for encryption.
10005
34699b85
RW
100062011-06-05 Roland Winkler <winkler@gnu.org>
10007
10008 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10009 (bibtex-search-entries): New command bound to C-c C-a.
10010 (bibtex-display-entries): New function.
10011
004dedd3
RW
100122011-06-05 Roland Winkler <winkler@gnu.org>
10013
10014 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10015 (bibtex-insert-kill): After yanking insert newline if necessary.
10016 (bibtex-initialize): Call bibtex-string-files-init only once.
10017 (bibtex-mode): Do not call easy-menu-add.
10018 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10019 (bibtex-yank): Set arg properly if nil.
10020
022fe7ce
RW
100212011-06-05 Roland Winkler <winkler@gnu.org>
10022
2b75be67
SM
10023 * textmodes/bibtex.el (bibtex-search-entry-globally):
10024 New variable.
022fe7ce
RW
10025 (bibtex-search-entry): Use it.
10026
b7c3692a
RW
100272011-06-05 Roland Winkler <winkler@gnu.org>
10028
10029 * textmodes/bibtex.el (bibtex-entry-format): New option
10030 sort-fields.
10031 (bibtex-format-entry, bibtex-reformat): Honor this option.
10032 (bibtex-parse-entry): Return fields in proper order.
10033
8eda563d
JB
100342011-06-05 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * doc-view.el (doc-view-remove-if): Move computation of result out
10037 of `dolist' to silence misleading lexical-binding warning.
10038
7dbe3dbc
CY
100392011-06-04 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10042 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10043
0c33dd17
MA
100442011-06-04 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10047 "SunOS 5.10".
10048
f8f91c2b
MA
100492011-06-04 Michael Albinus <michael.albinus@gmx.de>
10050
10051 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10052 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10053 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10054 (tramp-parse-putty):
10055 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10056 (tramp-completion-function-alist-ssh)
10057 (tramp-completion-function-alist-telnet)
10058 (tramp-completion-function-alist-su)
10059 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10060 cookie.
10061
10062 * net/tramp-ftp.el:
10063 * net/tramp-sh.el:
10064 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10065 load "tramp.el" `tramp-set-completion-function'.
10066
e17d9003
SM
100672011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * shell.el: Require and use pcomplete.
10070 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10071 (shell-completion-vars): Set pcomplete-default-completion-function.
10072
6c4cab03
DD
100732011-06-04 Deniz Dogan <deniz@dogan.se>
10074
10075 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10076 `memq' (Bug#8799).
10077
ea9fafe0
SM
100782011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10081
b3e945d3
JB
100822011-06-02 Juanma Barranquero <lekktu@gmail.com>
10083
10084 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10085 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10086 * vc/log-view.el (log-view-beginning-of-defun):
10087 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10088 (smerge-refine-forward, smerge-refine-chopup-region):
10089 Silence warning for unused `dotimes' counter variables.
10090
7d520089
SM
100912011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * net/tramp.el (tramp-with-progress-reporter): Rename from
10094 with-progress-reporter. Use `declare'.
10095 * net/tramp-smb.el:
10096 * net/tramp-sh.el:
10097 * net/tramp-gvfs.el: Update all uses.
10098
a1c2400f
JB
100992011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10100
10101 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10102 buffer isn't killed before making it current.
10103
2403c841
SM
101042011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 Silence various byte-compiler warnings.
10107 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10108 `access-type' and new obsolescence format.
10109 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10110 new format.
10111 (byte-compile-check-variable): New `access-type' argument.
10112 Only warn if the access-type is obsolete.
10113 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10114 (byte-compile-variable-set): Adjust callers.
10115 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10116 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10117 setting it as obsolete.
10118 * simple.el (minibuffer-completing-symbol):
10119 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10120 access as obsolete.
10121 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10122 obsolete yet.
10123 * international/quail.el (quail-mouse-choose-completion): Remove unused
10124 code referring to obsolete var.
10125 (quail-choose-completion-string): Remove.
10126 * server.el (server-clients-with, server-kill-buffer-query-function)
10127 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10128 * proced.el (proced-send-signal):
10129 * emacs-lisp/lisp.el (lisp-complete-symbol):
10130 Replace completion-annotate-function with completion-extra-properties.
10131
2462470b
SM
101322011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10133
fb5b2591
SM
10134 * simple.el (goto-line): Use read-number.
10135 (overriding-map-is-bound): Remove.
10136 (saved-overriding-map): Change default.
10137 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10138 Take the map as argument.
10139 (universal-argument, negative-argument, digit-argument): Use it.
10140 (restore-overriding-map): Adjust.
10141 (do-auto-fill): Use fill-forward-paragraph.
10142 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10143
fd6fa53f
SM
10144 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10145 (minibuffer-inactive-mode): New major mode.
10146 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10147 the *Messages* buffer" hack.
10148 (mouse-popup-menubar): Don't burp if the event is a normal key.
10149
2462470b
SM
10150 Miscellaneous tweaks.
10151 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10152 lexical scoping as in subr.el's dolist and dotimes.
10153 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10154 Silence compiler warning.
10155 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10156 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10157 * international/ccl.el (ccl-compile): Trivial simplification.
10158 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10159 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10160 `printflag' argument.
10161 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10162 Purecopy the whole obsolescence data.
10163
108bf785
LL
101642011-06-01 Leo Liu <sdl.web@gmail.com>
10165
10166 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10167 improve doc-string as suggested by Marco Pessotto
10168 <melmothx@gmail.com>.
10169 (rcirc-print): Fix last change.
10170
30a23501
SM
101712011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * minibuffer.el (complete-with-action): Return nil for the metadata and
10174 boundaries of non-functional tables.
10175 (completion-table-dynamic): Return nil for the metadata.
10176 (completion-table-with-terminator): Add default case, using
10177 complete-with-action.
10178 (completion--metadata): New function.
10179 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10180 to try and avoid pathological performance problems.
10181 (completion--embedded-envvar-table): Return `category' metadata.
10182
bcd54f83
LMI
101832011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10184
10185 * subr.el (process-alive-p): New tiny convenience function.
10186
e227544d
SM
101872011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10188
10189 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10190 content but also its previous major mode.
10191
e8296fdc
HE
101922011-05-31 Helmut Eller <eller.helmut@gmail.com>
10193
4d61f28d 10194 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10195 *Backtrace* buffer when we exit with C-M-c.
10196
620c53a6
SM
101972011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * minibuffer.el: Add metadata method to completion tables.
10200 (completion-category-overrides): New defcustom.
10201 (completion-metadata, completion--field-metadata)
10202 (completion-metadata-get, completion--styles)
10203 (completion--cycle-threshold): New functions.
10204 (completion-try-completion, completion-all-completions):
10205 Add `metadata' argument to choose completion-styles.
10206 (completion--do-completion): Use metadata to choose cycling.
10207 (completion-all-sorted-completions): Use metadata for sorting.
10208 Remove :completion-cycle-penalty which is not needed any more.
10209 (completion--try-word-completion): Add `metadata' argument.
10210 (minibuffer-completion-help): Check metadata for annotation function
10211 and sorting.
10212 (completion-file-name-table): Return `category' metadata.
10213 (minibuffer-completing-file-name): Make obsolete.
10214 * simple.el (minibuffer-completing-symbol): Make obsolete.
10215 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10216 completion-try-completion.
10217
1257e755
SM
102182011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10221
3767e706
LL
102222011-05-30 Leo Liu <sdl.web@gmail.com>
10223
10224 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10225 (rcirc-print): Decode all incoming messages (bug#8744).
10226 (rcirc-decode-coding-system): Allow value nil for automatic coding
10227 system detection.
3767e706 10228
d1a5d56a
GM
102292011-06-01 Glenn Morris <rgm@gnu.org>
10230
10231 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10232
e8cbec34
CY
102332011-05-29 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * image.el (image-animate-max-time): Allow nil and t values.
10236 Default to nil.
10237 (create-animated-image): Doc fix.
10238 (image-animate-start): Remove second arg; just use
10239 image-animate-max-time.
10240 (image-animate-timeout): Doc fix. Args changed.
10241
10242 * image-mode.el (image-toggle-display-image): Ensure that the
10243 image spec passed to the animate timer is the same object as in
58179cce 10244 the buffer's display property (Bug#6981).
e8cbec34
CY
10245 (image-transform-properties): Doc fix.
10246
10247 * image.el (image-animate-max-time): Default to nil.
10248
159daf87
MR
102492011-05-29 Martin Rudalics <rudalics@gmx.at>
10250
10251 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10252 entire buffer list (Bug#8184).
10253
d66c4c7c
CY
102542011-05-29 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * image.el (imagemagick-types-inhibit)
10257 (imagemagick-register-types): Doc fix.
10258
80aec780
DD
102592011-05-29 Deniz Dogan <deniz@dogan.se>
10260
10261 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10262 default.
10263
1dd3c2d9
CY
102642011-05-29 Chong Yidong <cyd@stupidchicken.com>
10265
10266 * select.el: Don't perform clipboard-manager saving in hooks;
10267 leave the hooks empty.
10268
60e56523
LL
102692011-05-28 Leo Liu <sdl.web@gmail.com>
10270
10271 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10272 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10273 (occur-edit-mode): New major mode (Bug#8463).
10274 (occur-after-change-function): New function.
10275 (occur-engine): Give Occur tags a read-only property.
10276
2b1e1a22
KR
102772011-05-28 Kevin Ryde <user42@zip.com.au>
10278
10279 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10280
5d344e88
CY
102812011-05-28 Chong Yidong <cyd@stupidchicken.com>
10282
8e6ca83d
CY
10283 * bindings.el (help-echo): Make the initial non-indicator dash
10284 empty on graphical terminals (Bug#7295).
10285
5d344e88
CY
10286 * files.el (auto-mode-alist): Move config rule after the
10287 in-stripping one (Bug#8547).
10288
bfbbace7
CY
10289 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10290
fbeba6e2
CY
10291 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10292 setting (Bug#8740).
10293
60ed8c72
AA
102942011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10295
4ac619f0
AA
10296 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10297 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10298 (Bug#8539).
60ed8c72 10299
23db196e
CY
103002011-05-28 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10303
5012f24c
DK
103042011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10305
10306 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10307 (hs-hide-block-at-point, hs-find-block-beginning)
10308 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10309 (Bug#8279).
10310
6a639b16
GM
103112011-05-28 Glenn Morris <rgm@gnu.org>
10312
10313 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10314
d43eaf2c
CY
103152011-05-28 Chong Yidong <cyd@stupidchicken.com>
10316
5199bde1
CY
10317 * help-fns.el (describe-function-1): If the function is a derived
10318 major mode, print the parent mode.
10319
d43eaf2c
CY
10320 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10321 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10322
423428a8
SM
103232011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10324
0ff8e1ba 10325 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10326 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10327 * progmodes/etags.el (tags-completion-at-point-function):
10328 * info-look.el (info-lookup-completions-at-point): Mark as
10329 non-exclusive.
10330 (info-complete): Adjust accordingly.
10331
423428a8
SM
10332 * info-look.el: Convert to lexical-binding and completion-at-point.
10333 (info-lookup-completions-at-point): New function.
10334 (info-complete): Use it and completion-in-region.
10335
b74aa22b
DA
103362011-05-28 Drew Adams <drew.adams@oracle.com>
10337
10338 * isearch.el: Let M-e start with point at the first mismatched char.
10339 (isearch-fail-pos): New function.
10340 (isearch-edit-string): Use it.
10341
66e2e71d
DK
103422011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10343
10344 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10345
b1890b0f 103462011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10347
10348 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10349 traversal functions for avl-trees.
10350 (avl-tree--stack): New struct.
10351 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10352 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10353 (avl-tree--do-enter): Add optional `updatefun' arg.
10354 Change return value.
eb95d01d 10355 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10356 (avl-tree--do-delete): Add `test' and `nilflag' args.
10357 Change return value.
eb95d01d
TC
10358 (avl-tree-member): Add optional `nilflag'
10359 (avl-tree-member-p): New function.
10360 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10361 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10362 (avl-tree-stack-empty-p): New functions.
10363
3769ddcf
TC
10364 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10365 avl-tree--del-balance1 and make it work both ways.
10366 (avl-tree--del-balance2): Remove.
10367 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10368 make it work both ways.
10369 (avl-tree--enter-balance2): Remove.
10370 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10371 New macros.
10372 (avl-tree--mapc, avl-tree-map): Add direction argument.
10373
eb95d01d 103742011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10375
10376 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10377
a9f737ee
CY
103782011-05-27 Chong Yidong <cyd@stupidchicken.com>
10379
10380 * select.el: Support clipboard managers with built-in function
10381 x-clipboard-manager-save, via delete-frame-functions and
10382 kill-emacs-hook.
10383 (xselect-convert-to-targets): Add MULTIPLE target to list.
10384 (xselect-convert-to-save-targets): New function.
10385
c92a1e54
KH
103862011-05-27 Kenichi Handa <handa@m17n.org>
10387
10388 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10389 let-binding rfc2047-encode-encoded-words to nil.
10390
e145f188
GM
103912011-05-27 Glenn Morris <rgm@gnu.org>
10392
5ec8a862
GM
10393 * mail/emacsbug.el: Don't require url-util.
10394
4b29d9fb
GM
10395 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10396
e145f188
GM
10397 * files.el (set-auto-mode):
10398 Also respect mode: entries at the end of the file. (Bug#8586)
10399
7d15102b
GM
104002011-05-26 Glenn Morris <rgm@gnu.org>
10401
98f593b8
GM
10402 * files.el (hack-local-variables-prop-line, hack-local-variables):
10403 Downcase mode names, as seems to be traditional.
27b48e63 10404 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10405
7d15102b
GM
10406 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10407 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10408
51d5b4ec
JD
104092011-05-25 Julien Danjou <julien@danjou.info>
10410
10411 * textmodes/rst.el (rst-define-level-faces): Do not define face
10412 symbol if it is already defined.
10413
91513f63
VB
104142011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10415
10416 * play/5x5.el (5x5-new-game, 5x5-randomize):
10417 Reset 5x5-solver-output to nil when a new grid is cast.
10418 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10419 these debugging traces, as defmacro breaks the compiled code.
10420
4d90d6d0
DK
104212011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10422
10423 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10424
e1b90ef6
LL
104252011-05-24 Leo Liu <sdl.web@gmail.com>
10426
10427 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10428 (vc-bzr-sha1): Adapt.
10429
d8e4b68b 10430 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10431
10432 * bindings.el: Provide sha1 feature.
10433
db0406bb 104342011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10435
10436 * mail/sendmail.el: Require `rfc2047'.
10437 (mail-insert-from-field): Do not perform RFC2047 encoding.
10438 (mail-encode-header): New function.
10439 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10440 buffer to the return value of select-message-coding-system.
10441 Call mail-encode-header.
b8d747b9
KH
10442
10443 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10444
db0406bb 104452011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10446
4d90d6d0
DK
10447 * mail/supercite.el (sc-default-cite-frame):
10448 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10449
eb8a5e9b
GM
104502011-05-24 Glenn Morris <rgm@gnu.org>
10451
f8630703
GM
10452 * progmodes/python.el (brm-menu): Declare.
10453
8831bbed
GM
10454 * emulation/viper.el (viper-set-hooks): Declare.
10455
eb8a5e9b
GM
10456 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10457 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10458 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10459 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10460 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10461 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10462
a2a25d24
SM
104632011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 Add an :exit-function for completion-at-point.
10466
10467 * minibuffer.el (completion--done): New fun.
10468 (completion--do-completion): Use it. New arg `expect-exact'.
10469 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10470 since completion--do-completion does it for us now.
10471 (minibuffer-force-complete): Use completion--done and
10472 completion--replace. Handle sole-completion case with more care.
10473 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10474 (completion-extra-properties): New var.
10475 (completion-annotate-function): Make obsolete.
10476 (minibuffer-completion-help): Adjust accordingly.
10477 Use completion-list-insert-choice-function.
10478 (completion-at-point, completion-help-at-point):
10479 Bind completion-extra-properties.
10480 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10481 * simple.el (completion-list-insert-choice-function): New var.
10482 (completion-setup-function): Preserve it.
10483 (choose-completion): Pay attention to it, shuffle the code a bit.
10484 (choose-completion-string): New arg `insert-function'.
10485
10486 * textmodes/bibtex.el: Convert to lexical binding.
10487 (bibtex-mode-map): Use completion-at-point.
10488 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10489 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10490 (bibtex-complete): Define as obsolete alias.
10491 (bibtex-complete-internal): Remove.
10492 (bibtex-format-entry): Remove unused sub-group in regexp.
10493 * shell.el (shell--command-completion-data)
10494 (shell-environment-variable-completion):
10495 * pcomplete.el (pcomplete-completions-at-point):
10496 * comint.el (comint--complete-file-name-data): Use :exit-function
10497 instead of completion-table-with-terminator so it also works for
10498 choose-completion.
10499
e44e373d
SM
105002011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10501
4f91a816
SM
10502 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10503
782fc819
SM
10504 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10505 (bug#8710).
10506
e44e373d
SM
10507 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10508
381987c3
KM
105092011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10510
10511 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10512 customization variable and implement: If non-nil, auto-fill will
10513 be inhibited while on topic's header line.
10514
b776bc70
VB
105152011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10516
10517 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10518 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10519 always have a solution in grid size = 5 cases.
10520 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10521 (5x5-solver-output, 5x5-log-buffer): New vars.
10522 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10523 Make these variables buffer local to achieve 5x5 multi-session-ness.
10524 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10525 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10526 (5x5-solve-suggest): New funs.
10527 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10528 randomize a grid so that we ensure that there is always a solution.
10529 (5x5-make-random-grid): Allow other movement than flipping.
10530
7de88b6e
KR
105312011-05-23 Kevin Ryde <user42@zip.com.au>
10532
10533 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10534 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10535 advice and passes PREDICATE.
10536
b1ef1257
SM
105372011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10538
bbca48fe
SM
10539 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10540 byte-compile-lambda if it's actually a lambda.
10541
b1ef1257
SM
10542 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10543 Fix function quoting. Use backquote better.
10544
92a9cc65
YS
105452011-05-22 Yuanle Song <sylecn@gmail.com>
10546
10547 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10548 matching (Bug#8516).
10549
f0fb8059
JA
105502011-01-22 Jari Aalto <jari.aalto@cante.net>
10551
10552 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10553 different face (Bug#8178).
10554
d5b44c93
CY
105552011-05-22 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10558 defface (Bug#8144).
10559
79106a44
SM
105602011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10561
9c848d8a
SM
10562 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10563 funcall as well (bug#8712). Warn when performing those conversions.
10564 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10565
79106a44
SM
10566 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10567
88dfa756
GM
105682011-05-22 Glenn Morris <rgm@gnu.org>
10569
10570 * files.el (hack-local-variables-prop-line): Small simplifications.
10571 (hack-local-variables, hack-local-variables-prop-line):
10572 If MODE-ONLY, return the mode, rather than just `t'.
10573
b7cf2c79
SM
105742011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10577
3f1a8558
GM
105782011-05-21 Glenn Morris <rgm@gnu.org>
10579
7e4ccca3
GM
10580 * files.el (hack-local-variables-prop-line, hack-local-variables):
10581 If only interested in the mode, don't bother doing the other stuff.
10582
637d46ca
GM
10583 * image-mode.el (image-after-revert-hook):
10584 Redraw all frames on which the image is visible. (Bug#8567)
10585
973d955b
GM
10586 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10587
3f1a8558
GM
10588 * wid-edit.el (widget-checklist-match-inline):
10589 Fix 2011-04-19 change. (Bug#8649)
10590
96479927
SM
105912011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10592
1dcf791f
SM
10593 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10594 Also allow singlespace after single-letter capitals followed by a dot.
10595
96479927
SM
10596 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10597 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10598
35fd0881
N
105992011-05-20 Nix <nix@esperi.org.uk>
10600
10601 * files.el (basic-save-buffer-2):
10602 Fix handling of break-hardlink-on-save with non-existent files.
10603
82745640
DD
106042011-05-19 Deniz Dogan <deniz@dogan.se>
10605
10606 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10607 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10608
4a720484
GM
106092011-05-19 Glenn Morris <rgm@gnu.org>
10610
d1f21341
GM
10611 * progmodes/f90.el (f90-type-def-re):
10612 Handle "type, bind(c)". (Bug#8691)
10613
4a720484
GM
10614 * emacs-lisp/autoload.el (batch-update-autoloads):
10615 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10616
2fb0a219
MA
106172011-05-18 Michael Albinus <michael.albinus@gmx.de>
10618
10619 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10620 property for the correct connection in case of multihops.
10621
e565dd37
GM
106222011-05-18 Glenn Morris <rgm@gnu.org>
10623
c2571358 10624 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10625 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10626
e565dd37
GM
10627 Rationalize calendar handling of day and month abbrev-arrays.
10628 * calendar/calendar.el (calendar-customized-p): New function.
10629 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10630 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10631 Add :set function.
10632 (calendar-abbrev-length, calendar-day-abbrev-array)
10633 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10634 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10635 Elements may no longer be nil.
10636 (calendar-day-name, calendar-month-name):
10637 Update for changed nature of abbrev arrays.
10638 * calendar/diary-lib.el (diary-name-pattern):
10639 Update for changed nature of abbrev arrays.
10640 (diary-mark-entries-1): Update calendar-make-alist calls.
10641 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10642 * calendar/cal-html.el (cal-html-day-abbrev-array):
10643 Simply inherit from calendar-day-abbrev-array.
10644
1d99a745
SM
106452011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * progmodes/grep.el (grep-mode): Disable default
10648 compilation-directory-matcher setting (bug#8684).
10649
7c1d9aa0
MA
106502011-05-17 Michael Albinus <michael.albinus@gmx.de>
10651
10652 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10653 instead of "head" and "tail". There were problems with SunOS 5.9,
10654 and it performs better.
10655
3952e9d8
GM
106562011-05-17 Glenn Morris <rgm@gnu.org>
10657
2dd12e7f
GM
10658 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10659
e4157b9c
GM
10660 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10661 Replace obsolete function.
10662
8e249bbd
GM
10663 * shell.el (pcomplete-parse-arguments-function): Declare.
10664
3952e9d8
GM
10665 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10666 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10667 (appt-check): Doc fixes.
10668 (appt-disp-window-function, appt-delete-window-function):
10669 Remove needless special case in custom :type.
10670 (appt-display-count): Default to 0, not nil.
10671 (appt-check): Reset appt-display-count to 0, not nil.
10672
c71a0d48 106732011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10674
c71a0d48
GM
10675 * progmodes/python.el (python-font-lock-keywords):
10676 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10677
31d55be9
SM
106782011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10681
3bfacb2f
KR
106822011-05-16 Kevin Ryde <user42@zip.com.au>
10683
10684 * info-look.el (makefile-automake-mode): New setups, looking in
10685 automake manual, then makefile-mode.
10686 (makefile-mode): Remove automake manual, have it just in
10687 makefile-automake-mode since there's various things different or
10688 not relevant to plain make.
10689 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10690 believe a hypothetical automake-mode would go to makefile-mode,
10691 not the other way around.
10692
c8e83751
CY
106932011-05-15 Chong Yidong <cyd@stupidchicken.com>
10694
5e9e35cd
CY
10695 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10696 hunk-end tags (Bug#8672).
10697
c8e83751
CY
10698 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10699 vc-annotate-show-diff-revision-at-line (Bug#8671).
10700
50b23e5a
GM
107012011-05-14 Glenn Morris <rgm@gnu.org>
10702
7210a739
GM
10703 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10704 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10705 (change-log-font-lock-keywords): Also handle multiple author lines
10706 with leading tabs. (Bug#8644)
7210a739 10707
4691905a
GM
10708 * calendar/appt.el (appt-check): Rename some local variables.
10709 Some simplification/reordering.
10710
50b23e5a
GM
10711 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10712 (feedmail-sendmail-f-doesnt-sell-me-out)
10713 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10714 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10715 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10716 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10717 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10718 (feedmail-binmail-gnulinuxish-template):
10719 Rename from feedmail-binmail-linuxish-template.
10720 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10721 Use insert-buffer-substring.
10722
215cda7c
BC
107232011-05-14 Bill Carpenter <bill@carpenter.org>
10724
10725 * mail/feedmail.el (feedmail-patch-level): Increase.
10726 (feedmail-debug): New custom group.
10727 (feedmail-confirm-outgoing-timeout)
10728 (feedmail-sendmail-f-doesnt-sell-me-out)
10729 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10730 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10731 (feedmail-sender-line, feedmail-from-line)
10732 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10733 (feedmail-spray-this-address)
215cda7c
BC
10734 (feedmail-spray-address-fiddle-plex-list)
10735 (feedmail-queue-use-send-time-for-date)
10736 (feedmail-queue-use-send-time-for-message-id)
10737 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10738 (feedmail-buffer-eating-function):
10739 Doc fixes.
10740 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10741 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10742 (feedmail-message-action-scroll-down): New functions.
10743 (feedmail-queue-directory, feedmail-queue-draft-directory):
10744 Use expand-file-name.
10745 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10746 Remove C-v help entry.
10747 (feedmail-queue-buffer-file-name): New variable.
10748 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10749 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10750 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10751 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10752 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10753 (feedmail-message-action-toggle-spray)
10754 (feedmail-run-the-queue-no-prompts)
10755 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10756 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10757 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10758 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10759 (feedmail-envelope-deducer, feedmail-fiddle-from)
10760 (feedmail-fiddle-sender, feedmail-default-date-generator)
10761 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10762 (feedmail-fiddle-spray-address)
10763 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10764 (feedmail-fiddle-list-of-fiddle-plexes)
10765 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10766 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10767 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10768 Change default. Doc fix.
10769 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10770 (feedmail-binmail-linuxish-template): New constant.
10771 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10772 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10773 (feedmail-send-it): Add debug call.
10774 Use feedmail-queue-buffer-file-name, and
10775 feedmail-send-it-immediately-wrapper.
10776 (feedmail-message-action-send): Add debug call.
10777 Use feedmail-send-it-immediately-wrapper.
10778 (feedmail-queue-express-to-queue): Add debug call.
10779 Run feedmail-queue-express-hook.
10780 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10781 (feedmail-message-action-help-blat):
10782 Rename from feedmail-queue-send-edit-prompt-help-first.
10783 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10784 Check line-endings. Handle errors better.
10785 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10786 Doc fix. Add debug call.
10787 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10788 Use feedmail-queue-send-edit-prompt-inner.
10789 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10790 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10791 from feedmail-queue-send-edit-prompt.
10792 (feedmail-queue-send-edit-prompt-help)
10793 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10794 (feedmail-tidy-up-slug): Add debug call.
10795 Respect feedmail-queue-slug-suspect-regexp.
10796 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10797 (feedmail-dump-message-to-queue): Add debug call.
10798 Expand queue-directory.
10799 (feedmail-dump-message-to-queue): Change message slightly.
10800 Use feedmail-say-chatter.
10801 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10802 (feedmail-send-it-immediately-wrapper): New function.
10803 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10804 Insert empty string rather than newline. Handle full-frame case.
10805 Use catch/throw. Use feedmail-say-chatter.
10806 (feedmail-fiddle-from): Try mail-host-address.
10807 (feedmail-default-message-id-generator): Doc fix.
10808 Bind system-time-locale. Handle missing end.
10809 (feedmail-fiddle-x-mailer): Add debug call.
10810 Handle feedmail-x-mailer-line being nil.
10811 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10812 Add debug call. Use buffer-substring-no-properties.
10813 (feedmail-say-debug, feedmail-say-chatter): New functions.
10814 (feedmail-find-eoh): Give an explicit error.
10815
42c7e61e
UJ
108162011-05-13 Ulf Jasper <ulf.jasper@web.de>
10817
c2571358 10818 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10819 family from helvetica to sans.
c2571358 10820 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10821 etc/images/newsticker.
10822
c2571358 10823 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10824 family from helvetica to sans.
10825
10826 * net/newst-plainview.el (newsticker-new-item-face)
10827 (newsticker-old-item-face, newsticker-immortal-item-face)
10828 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10829 (newsticker-statistics-face): Change default family from
42c7e61e 10830 helvetica to sans.
c2571358 10831 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10832 etc/images/newsticker.
10833
5d3385a0
JB
10834 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
10835 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
10836 auto-marking.
10837
8497a297
DV
108382011-05-13 Didier Verna <didier@xemacs.org>
10839
10840 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10841 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10842 TODO entries.
8497a297
DV
10843 (lisp-lambda-list-keyword-parameter-indentation)
10844 (lisp-lambda-list-keyword-parameter-alignment)
10845 (lisp-lambda-list-keyword-alignment): New customizable user options.
10846 (lisp-indent-defun-method): Improve docstring.
10847 (extended-loop-p): Fix comment.
10848 (lisp-indent-lambda-list-keywords-regexp): New variable.
10849 (lisp-indent-lambda-list): New function.
10850 (lisp-indent-259): Use it.
10851 (lisp-indent-defmethod): Support for more than one
10852 method qualifier and properly indent methods lambda-lists.
10853 (defgeneric): Provide a missing common-lisp-indent-function property.
10854
f278f87f
SM
108552011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10858 bounds for the empty string (bug#8667).
10859
5233edd7
GM
108602011-05-13 Glenn Morris <rgm@gnu.org>
10861
5237a44f
GM
10862 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10863
8340026c 10864 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10865 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10866
5233edd7 10867 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10868 (appt-time-msg-list): Doc fix.
a5464014 10869 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10870
92d10796
AS
108712011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10872
10873 * progmodes/ld-script.el (ld-script-keywords)
10874 (ld-script-builtins): Update keywords list.
10875
914a0ae1
SM
108762011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10877
c89be45f
SM
10878 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10879
914a0ae1
SM
10880 * shell.el (shell-completion-vars): New function.
10881 (shell-mode):
10882 * simple.el (read-shell-command): Use it.
10883 (blink-matching-open): No need for " [...]" in minibuffer-message.
10884
98dc3df3
GM
108852011-05-12 Glenn Morris <rgm@gnu.org>
10886
10887 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10888 (appt-check): Simplify.
10889
d2fc7e3d 108902011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10891
4d61f28d 10892 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10893 literal "/dev/null".
10894
d2fc7e3d 108952011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10896
10897 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10898 Fix typo.
10899
d2fc7e3d 109002011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10901
3f254caa
SM
10902 * progmodes/which-func.el (which-function):
10903 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10904 which might not be defined (Bug#8260).
10905
d45885f7
GM
109062011-05-12 Glenn Morris <rgm@gnu.org>
10907
10908 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10909 Let byte-compile-initial-macro-environment always take precedence.
10910
488086f4
SM
109112011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * net/rcirc.el: Add support for SSL/TLS connections.
10914 (rcirc-server-alist): New field `encryption'.
10915 (rcirc): Check `encryption' settings.
10916 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10917 Merge make-local-variable into `set'.
10918 (rcirc--connection-open-p): New function.
10919 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10920 the process is not a network process (e.g. running gnutls-cli).
10921 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10922 Make rcirc-(en|de)code-coding-system local here.
10923 (rcirc-mode): Merge make-local-variable into `set'.
10924 (rcirc-parent-buffer): Make permanent buffer-local.
10925 (rcirc-multiline-minor-mode): Don't do it here.
10926 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10927 there's no server buffer.
10928
7d3b9d44
GM
109292011-05-11 Glenn Morris <rgm@gnu.org>
10930
f64049c6
GM
10931 * newcomment.el (comment-kill): Prefix "unused" local.
10932
93c9df73
GM
10933 * term/w32console.el (get-screen-color): Declare.
10934
7d3b9d44
GM
10935 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10936 Handle symbol elements of byte-compile-initial-macro-environment.
10937
9e2dd53f
LL
109382011-05-10 Leo Liu <sdl.web@gmail.com>
10939
488086f4
SM
10940 * bookmark.el (bookmark-bmenu-mode-map):
10941 Bind bookmark-bmenu-search to `/'.
8b340240 10942
9e2dd53f 10943 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10944 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10945 (Footnote-unicode): New function.
10946 (footnote-style-alist): Add unicode style to the list.
10947 (footnote-style): Doc fix.
9e2dd53f 10948
79b70037
GM
109492011-05-10 Jim Meyering <meyering@redhat.com>
10950
10951 Fix doubled-word typos.
10952 * international/quail.el (quail-insert-kbd-layout): and and -> and
10953 * kermit.el: and and -> and
10954 * net/ldap.el (ldap-search-internal): to to -> to
10955 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10956 * progmodes/js.el (js-mode): and and -> and
10957 * textmodes/artist.el (artist-move-to-xy): at at -> at
10958 (artist-draw-region-trim-line-endings): if if -> if
10959 And Safetyc -> Safety.
10960 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10961
b8f82dc1 109622011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10963 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10964
10965 * files.el (hack-one-local-variable-eval-safep):
10966 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10967
4f99f44b
GM
109682011-05-10 Glenn Morris <rgm@gnu.org>
10969
10970 * calendar/diary-lib.el (diary-list-entries-hook)
10971 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10972 (diary-nongregorian-marking-hook, diary-list-entries)
10973 (diary-include-other-diary-files, diary-mark-entries)
10974 (diary-mark-included-diary-files): Doc fixes.
10975
84f29e6b
JB
109762011-05-09 Juanma Barranquero <lekktu@gmail.com>
10977
10978 * misc.el: Require tabulated-list.el during compilation.
10979
9bedd73a
CY
109802011-05-09 Chong Yidong <cyd@stupidchicken.com>
10981
488086f4
SM
10982 * progmodes/compile.el (compilation-start):
10983 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10984 (compilation-filter-hook): Doc fix.
10985
797c735c
DD
109862011-05-09 Deniz Dogan <deniz@dogan.se>
10987
10988 * wdired.el: Remove outdated installation comment. Fix usage
10989 comment.
10990
5f4b1dfe
JB
109912011-05-09 Juanma Barranquero <lekktu@gmail.com>
10992
10993 * misc.el: Implement new command `list-dynamic-libraries'.
10994 (list-dynamic-libraries--loaded-only-p): New variable.
10995 (list-dynamic-libraries--refresh): New function.
10996 (list-dynamic-libraries): New command.
10997
4c44026c
CY
109982011-05-09 Chong Yidong <cyd@stupidchicken.com>
10999
488086f4
SM
11000 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11001 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11002 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11003 higher priority to avoid clobbering by gnu.
11004
027f966d
CY
110052011-05-08 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11008 if the face has existing theme settings (Bug#8454).
11009
085f5d7d
CY
110102011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11011
488086f4
SM
11012 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11013 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11014
2a86a00c
RS
11015 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11016 special file names `.' and `..' (Bug#8259).
11017
d9c54a06
CY
110182011-05-08 Chong Yidong <cyd@stupidchicken.com>
11019
488086f4
SM
11020 * progmodes/grep.el (grep-mode-font-lock-keywords):
11021 Remove buffer-changing entries.
d9c54a06
CY
11022 (grep-filter): New function.
11023 (grep-mode): Add it to compilation-filter-hook.
11024
11025 * progmodes/compile.el (compilation-filter-hook)
11026 (compilation-filter-start): New defvars.
11027 (compilation-filter): Call compilation-filter-hook prior to
11028 updating the process mark.
11029
c4662635
SM
110302011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11033
b0512a1d
EZ
110342011-05-07 Eli Zaretskii <eliz@gnu.org>
11035
605c9376
EZ
11036 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11037 mailclient-send-it even if window-system is nil. (Bug#8595)
11038
c4662635
SM
11039 * term/w32console.el (terminal-init-w32console):
11040 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11041 background-mode. (Bug#8597)
11042
d1dc2cc2
SM
110432011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11046 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11047 New functions.
11048 (defgeneric, eieio--defmethod): Use them.
11049 (eieio-defgeneric): Remove.
11050 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11051
915d1300
GM
110522011-05-07 Glenn Morris <rgm@gnu.org>
11053
a3961c3e
GM
11054 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11055 Use let rather than let*.
11056 (timeclock-find-discrep): Remove unused local.
11057
314347b9
GM
11058 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11059
915d1300
GM
11060 * calendar/appt.el (appt-time-msg-list): Doc fix.
11061
275b59b0
NF
110622011-05-06 Noah Friedman <friedman@splode.com>
11063
11064 * apropos.el (apropos-print-doc): Only use
11065 emacs-lisp-docstring-fill-column when it is bound to an integer,
11066 per that variable's documentation.
11067
6c19f744
SM
110682011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11069
11070 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11071 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11072
60f884b2
GM
110732011-05-06 Glenn Morris <rgm@gnu.org>
11074
5006e634
GM
11075 * calendar/appt.el (appt-message-warning-time): Doc fix.
11076 (appt-warning-time-regexp): New option.
11077 (appt-make-list): Respect appt-message-warning-time.
11078
548d0a63
GM
11079 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11080 New options.
11081 (diary-add-to-list): Strip comments from the displayed string.
11082 (diary-mode): Set comment-start and comment-end.
11083
60f884b2
GM
11084 * vc/diff-mode.el (smerge-refine-subst): Declare.
11085 (diff-refine-hunk): Don't require smerge-mode when compiling.
11086
989681bb
JB
110872011-05-06 Juanma Barranquero <lekktu@gmail.com>
11088
11089 * simple.el (list-processes): Return nil as the docstring says.
11090
a6bc05e1
MA
110912011-05-05 Michael Albinus <michael.albinus@gmx.de>
11092
11093 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11094 to "".
11095 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11096 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11097 determining of binary transfer. (Bug#7383)
11098
23c22e9a
MA
110992011-05-05 Michael Albinus <michael.albinus@gmx.de>
11100
c4662635
SM
11101 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11102 Fix port computation bug. (Bug#8618)
23c22e9a 11103
0bff894f
GM
111042011-05-05 Glenn Morris <rgm@gnu.org>
11105
b8296902
GM
11106 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11107
1f522ce8
GM
11108 * simple.el (shell-dynamic-complete-functions)
11109 (comint-dynamic-complete-functions): Declare.
11110
cf5bee67
GM
11111 * net/network-stream.el (gnutls-negotiate):
11112 * simple.el (tabulated-list-print): Fix declarations.
11113
11114 * progmodes/gud.el (syntax-symbol, syntax-point):
11115 Remove unnecessary and incorrect declarations.
11116
0bff894f
GM
11117 * emacs-lisp/check-declare.el (check-declare-scan):
11118 Handle byte-compile-initial-macro-environment in bytecomp.el
11119
9869b3ae
SM
111202011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11121
11122 Fix earlier half-done eieio-defmethod change (bug#8338).
11123 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11124 Streamline and change calling convention.
11125 (defmethod): Adjust accordingly and simplify.
11126 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11127 new eieio--defmethod.
11128 (slot-boundp): Minor CSE simplification.
11129
9c1d5ac5
MZ
111302011-05-05 Milan Zamazal <pdm@zamazal.org>
11131
11132 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11133 (glasses-make-readable): Use glasses-separate-capital-groups.
11134
455c834e
JB
111352011-05-05 Juanma Barranquero <lekktu@gmail.com>
11136
11137 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11138 (warning-series): Doc fix.
11139 (display-warning): Don't try to create the buffer if we just found it.
11140
9ed7c8cb
CY
111412011-05-04 Chong Yidong <cyd@stupidchicken.com>
11142
11143 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11144 (autoload-find-generated-file): New function.
11145 (generate-file-autoloads): Bind generated-autoload-file to
11146 buffer-file-name.
9869b3ae
SM
11147 (update-file-autoloads, update-directory-autoloads):
11148 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11149 output file (Bug#7989).
11150 (batch-update-autoloads): Doc fix.
11151
0898ca10
JB
111522011-05-04 Juanma Barranquero <lekktu@gmail.com>
11153
11154 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11155
31dfb76c
GM
111562011-05-04 Glenn Morris <rgm@gnu.org>
11157
f330b642
GM
11158 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11159 function, so it follows changes in calendar-date-style.
11160 (diary-fancy-date-matcher): New function.
11161 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11162 (diary-fancy-font-lock-fontify-region-function):
11163 Use diary-fancy-date-pattern as a function.
11164
31dfb76c
GM
11165 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11166 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11167
48e79d6a
TZ
111682011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11169
11170 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11171 instead of positional arguments. Allow :keylist and :crlfiles
11172 arguments.
11173 (open-gnutls-stream): Call it.
11174
11175 * net/network-stream.el (network-stream-open-starttls): Adjust to
11176 call `gnutls-negotiate' with :process and :hostname arguments.
11177
dd5a5ee0
SM
111782011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11179
ef80fc09
SM
11180 * minibuffer.el (completion--message): New function.
11181 (completion--do-completion, minibuffer-complete)
11182 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11183 (completion--do-completion): Don't ignore completion-auto-help when in
11184 icomplete-mode.
11185
dd5a5ee0
SM
11186 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11187 internal encoding (e.g. tibetan zero is not whitespace).
11188 (global-whitespace-mode): Prefer save-current-buffer.
11189 (whitespace-trailing-regexp): Remove useless save-match-data.
11190 (whitespace-empty-at-bob-regexp): Minor simplification.
11191
b7d22a83
CY
111922011-05-03 Chong Yidong <cyd@stupidchicken.com>
11193
11194 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11195
5192af46
AM
111962011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11197
11198 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11199 Use `concat' to create string for insertion.
5192af46 11200
5767d190
SM
112012011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11204 Avoid open-line which runs post-self-insert-hook.
11205 (bibtex-fill-entry): Remove unused `end' var.
11206
bf242939
AM
112072011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11208
5767d190
SM
11209 * textmodes/ispell.el (ispell-add-per-file-word-list):
11210 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11211
25666126
LL
112122011-05-03 Leo Liu <sdl.web@gmail.com>
11213
11214 * isearch.el (isearch-yank-pop): New command.
5767d190 11215 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11216 (isearch-forward): Mention it.
11217
52d3c2d0
SM
112182011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11219
1bcace58
SM
11220 * simple.el (minibuffer-complete-shell-command): Remove.
11221 (minibuffer-local-shell-command-map): Use completion-at-point.
11222 (read-shell-command): Setup completion vars here instead.
11223 (read-expression-map): Bind TAB to symbol completion.
11224
52d3c2d0
SM
11225 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11226 error directly rather via storing it into `results'.
11227
35813471
LL
112282011-05-02 Leo Liu <sdl.web@gmail.com>
11229
11230 * vc/diff.el: Fix description.
11231
e793a940
LMI
112322011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11233
11234 * server.el (server-eval-at): New function.
11235
8de66e05
LMI
112362011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11237
11238 * net/network-stream.el (open-network-stream): Take a :nowait
11239 parameter and pass it on to `make-network-process'.
11240 (network-stream-open-plain): Ditto.
11241
dcb79f20
AS
112422011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11243
11244 * faces.el (face-spec-set-match-display): Don't match toolkit
11245 options on terminal frames.
11246
14a7fbd8
SM
112472011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11248
7eabc1be
SM
11249 * progmodes/pascal.el: Use lexical binding.
11250 (pascal-mode-map): Remove author preferences.
11251
14a7fbd8
SM
11252 * pcomplete.el (pcomplete-std-complete): Don't abuse
11253 completion-at-point.
11254
50f84510
JB
112552011-04-28 Juanma Barranquero <lekktu@gmail.com>
11256
6e087a44
JB
11257 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11258 removing code that has been dead since 1991 or so.
11259
50f84510
JB
11260 * startup.el (command-line): When warning about "_emacs", use a
11261 delayed warning to allow the user to filter it out.
11262
0ba690bd
DD
112632011-04-28 Deniz Dogan <deniz@dogan.se>
11264
11265 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11266 user has not joined.
11267
08abfaad
SM
112682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11271 aren't any completions at point.
11272
638f053a
JB
112732011-04-28 Juanma Barranquero <lekktu@gmail.com>
11274
11275 * subr.el (display-delayed-warnings): New function.
11276 (delayed-warnings-hook): New variable.
11277
8fff8daa
SM
112782011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11279
08abfaad
SM
11280 * minibuffer.el (completion-at-point, completion-help-at-point):
11281 Don't presume that a given completion-at-point-function will always
11282 use the same calling convention.
11283
8fff8daa
SM
11284 * pcomplete.el (pcomplete-completions-at-point):
11285 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11286 pcomplete-seen is non-nil.
11287 (pcomplete-comint-setup): Also recognize the new comint/shell
11288 completion functions.
11289 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11290 pcomplete-seen is non-nil.
11291
841a1577 112922011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11293
841a1577 11294 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11295 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11296 the first character in the entry. This allows for code to add its
211ec907
UJ
11297 own uid to the entry.
11298 (icalendar--convert-float-to-ical): Add export of
11299 `diary-float'-entries save for those with the optional DAY
11300 argument.
11301
2a782793
DC
113022011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11303
11304 * subr.el (shell-quote-argument): Use alternate escaping strategy
11305 when we spot a variable reference in a string.
11306
0438ce91
DC
113072011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11308
11309 * cus-start.el (all): Define customization for debug-on-event.
11310
841a1577 113112011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11312
11313 * subr.el (shell-quote-argument): Escape correctly under Windows.
11314
d090ed6c
SM
113152011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11318
bfd31217
MA
113192011-04-25 Michael Albinus <michael.albinus@gmx.de>
11320
d090ed6c
SM
11321 * net/tramp.el (tramp-process-actions): Add POS argument.
11322 Delete region between POS and (pos).
bfd31217 11323
d090ed6c
SM
11324 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11325 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11326 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11327
11328 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11329 position in `tramp-process-actions' call.
11330
11331 * net/trampver.el: Update release number.
11332
e92f3bd3
SM
113332011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11334
850256b5
SM
11335 * custom.el (defcustom): Obey lexical-binding.
11336
e92f3bd3
SM
11337 Fix octave-inf completion problems reported by Alexander Klimov.
11338 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11339 Inherit from octave-mode-syntax-table.
11340 (inferior-octave-mode): Set info-lookup-mode.
11341 (inferior-octave-completion-at-point): New function.
11342 (inferior-octave-complete): Use it and completion-in-region.
11343 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11344 comint-filename-completion.
11345 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11346 symbol elements which shouldn't be word elements.
11347 (octave-font-lock-keywords, octave-beginning-of-defun)
11348 (octave-function-header-regexp): Adjust regexps accordingly.
11349 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11350
cd22b309
JB
113512011-04-25 Juanma Barranquero <lekktu@gmail.com>
11352
11353 * net/gnutls.el (gnutls-errorp): Declare before first use.
11354
8b492194
TZ
113552011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11356
11357 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11358 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11359 default trustfile exists before going to use it. Add missing
5a5fa834 11360 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11361 Reported by Claudio Bley <claudio.bley@gmail.com>.
11362 (open-gnutls-stream): Add usage example.
11363
11364 * net/network-stream.el (network-stream-open-starttls): Give host
11365 parameter to `gnutls-negotiate'.
11366 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11367 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11368
841a1577 113692011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11370
cd22b309
JB
11371 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11372 Use correct match group (bug#8438).
05842630 11373
3ba7869c
CY
113742011-04-24 Chong Yidong <cyd@stupidchicken.com>
11375
512e3ae1
CY
11376 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11377 (package-menu--generate): New arg specifying packages to show.
11378 (package-menu-refresh, package-menu-execute, list-packages):
11379 Callers changed.
11380 (package-show-package-list): New function, replacing deleted
11381 package--list-packages (renamed because it is non-internal).
11382
11383 * finder.el (finder-list-matches): Use package-show-package-list
11384 instead of deleted package--list-packages.
11385
e92f3bd3
SM
11386 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11387 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11388 (vc-annotate-mode-map): Bind it to RET.
11389
7031be6d
UR
113902011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11391
11392 * progmodes/etags.el (next-file): Don't use set-buffer to change
11393 buffers (Bug#8478).
11394
4ef177aa
CY
113952011-04-24 Chong Yidong <cyd@stupidchicken.com>
11396
c8d173eb
CY
11397 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11398
4ef177aa
CY
11399 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11400 (apropos-accumulator): Doc fix.
11401 (apropos-function, apropos-macro, apropos-command)
11402 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11403 (apropos-plist): Add face property.
11404 (apropos-symbols-internal): Fix indentation.
11405 (apropos-print): Simplify help, and recognize apropos-multi-type.
11406 (apropos-print-doc): Use button-type-get to extract the button's
11407 face property. Fill docstring (Bug#8352).
11408
4ffd0d6b 114092011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11410
11411 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11412
c6c32125 11413 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11414 (mpuz-mode-map): Use mapc.
c6c32125
JB
11415 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11416 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11417 Fix typos in docstrings.
11418
58d468b4
JB
11419 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11420 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11421
6470c3c6
JB
11422 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11423
4ffd0d6b 114242011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11425
11426 * minibuffer.el (completion--do-completion): Avoid the "Next char
11427 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11428
3ad8bad0
CY
11429 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11430 mouse-2 into unread-command-events, it is interpreted correctly.
11431
71d73c9c 11432 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11433 (image-toggle-display): Doc fix.
71d73c9c 11434
841a1577 114352011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11436
4ffd0d6b
GM
11437 * textmodes/page.el (what-page): Use line-number-at-pos to
11438 calculate line number (Bug#6825).
6e1dbaa9 11439
c2fb1b60
JB
114402011-04-22 Juanma Barranquero <lekktu@gmail.com>
11441
11442 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11443 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11444 Pass argument NO-DEFAULT to `find-tag-interactive'.
11445
e02f48d7
JB
114462011-04-22 Juanma Barranquero <lekktu@gmail.com>
11447
11448 Lexical-binding cleanup.
11449
11450 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11451 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11452 * progmodes/ada-prj.el (ada-prj-initialize-values)
11453 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11454 (ada-prj-show-value):
11455 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11456 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11457 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11458 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11459 * progmodes/bug-reference.el (bug-reference-push-button):
11460 * progmodes/fortran.el (fortran-line-length):
11461 * progmodes/glasses.el (glasses-change):
11462 * progmodes/octave-mod.el (octave-fill-paragraph):
11463 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11464 (python-pdbtrack-grub-for-buffer, python-sentinel):
11465 * progmodes/sql.el (sql-save-connection):
11466 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11467 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11468 Mark unused parameters.
11469
11470 * progmodes/compile.el (compilation--flush-directory-cache)
11471 (compilation--flush-parse, compile-internal): Mark unused parameters.
11472 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11473 (compilation-next-error-function): Remove unused variable `timestamp'.
11474
11475 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11476 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11477
11478 * progmodes/dcl-mode.el (dcl-end-of-command):
11479 Remove unused variable `start'.
11480 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11481 (dcl-option-value-basic, dcl-option-value-offset)
11482 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11483 Mark unused parameters.
11484 (dcl-save-local-variable): Remove unused variable `val'.
11485 (mode): Declare.
11486
11487 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11488 Mark unused parameters.
11489 (delphi-ignore-changes): Move before first use.
11490 (delphi-charset-token-at): Remove unused variable `start'.
11491 (delphi-else-start): Remove unused variable `if-count'.
11492 (delphi-comment-block-start, delphi-comment-block-end):
11493 Remove unused variable `kind'.
11494 (delphi-indent-line): Remove unused variable `new-point'.
11495
11496 * progmodes/ebrowse.el (ebrowse-files-list)
11497 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11498 Mark unused parameters. Don't quote `lambda'.
11499 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11500 Don't quote `lambda'.
11501 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11502 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11503 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11504 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11505 Use `ignore-errors'.
11506 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11507 (ebrowse-view/find-file-and-search-pattern)
11508 (ebrowse-view/find-member-declaration/definition):
11509 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11510 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11511 Rename parameter PREFIX-ARG to PREFIX.
11512 (ebrowse-tags-read-name): Remove unused variables `start' and
11513 `member-info'.
11514 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11515 to `tags-file'.
11516
11517 * progmodes/etags.el (local-find-tag-hook): Declare.
11518 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11519 Mark unused parameters.
11520
11521 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11522 (executable-interpret): Mark unused parameter.
11523
11524 * progmodes/flymake.el (flymake-process-sentinel)
11525 (flymake-after-change-function)
11526 (flymake-create-temp-with-folder-structure)
11527 (flymake-get-include-dirs-dot): Mark unused parameters.
11528 (flymake-safe-delete-directory): Remove unused variable `err'.
11529
11530 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11531 (speedbar-timer-fn, speedbar-line-text)
11532 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11533 (speedbar-center-buffer-smartly): Declare functions.
11534 (gdb-find-watch-expression): Remove unused variable `array'.
11535 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11536 (gdb-starting): Mark unused parameters.
11537 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11538 (gdb-table-string): Remove unused variable `res'.
11539 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11540 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11541 (gdb-display-buffer): Remove unused variable `cur-size'.
11542
11543 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11544 allow lexical-binding compilation.
11545 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11546 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11547 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11548 Mark unused parameters.
11549 (gud-gdb-marker-filter): Remove unused variable `match'.
11550 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11551 lambda expressions and funcall them, instead of using `fset'.
11552
11553 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11554 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11555
11556 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11557 variable `header-beg'; use `let'.
11558
11559 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11560 `restart', `last-sexp' and `at-do'.
11561
11562 * progmodes/js.el (js--debug): Mark unused parameter.
11563 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11564 (js--splice-into-items): Remove unused variable `item'.
11565 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11566
11567 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11568 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11569 (makefile-complete): Remove unused variable `try'.
11570 (makefile-fill-paragraph, makefile-match-function-end):
11571 Mark unused parameters.
11572
11573 * progmodes/octave-inf.el (inferior-octave-complete):
11574 Remove unused variable `proc'.
11575 (inferior-octave-output-digest): Mark unused parameter.
11576
11577 * progmodes/perl-mode.el (perl-calculate-indent):
11578 Remove unused variable `err'.
11579
11580 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11581 (prolog-indent-line): Mark unused parameters.
11582 (prolog-indent-line): Remove unused variable `beg'.
11583
11584 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11585 (reporter-dont-compact-list): Declare.
11586
11587 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11588 Remove unused variable `char'.
11589 (sh-debug): Mark unused parameter.
11590 (sh-get-indent-info): Remove unused variable `start'.
11591 (sh-calculate-indent): Remove unused variable `var'.
11592
11593 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11594 (simula-electric-keyword): Remove unused variable `null'.
11595 (simula-search-backward, simula-search-forward): Remove unused
11596 variables `begin' and `end'.
11597
11598 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11599 Remove unused variable `pos'.
11600 (vera-electric-tab, vera-comment-uncomment-region):
11601 Mark unused parameters.
11602 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11603
7ede3b65
CY
116042011-04-22 Chong Yidong <cyd@stupidchicken.com>
11605
11606 * emacs-lisp/package.el (package--builtins, package-alist)
11607 (package-load-descriptor, package-built-in-p, package-activate)
11608 (define-package, package-installed-p)
11609 (package-compute-transaction, package-buffer-info)
11610 (package--push): Doc fix. Distinguish more clearly between
11611 version strings and version lists.
11612
121656e9
JB
116132011-04-21 Juanma Barranquero <lekktu@gmail.com>
11614
11615 Lexical-binding cleanup.
11616
11617 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11618 (5x5-make-mutate-best):
11619 * play/fortune.el (fortune-in-buffer):
11620 * play/gomoku.el (gomoku-init-display):
11621 * play/solitaire.el (solitaire, solitaire-do-check):
11622 * play/tetris.el (tetris-default-update-speed-function):
11623 Mark unused parameters.
11624
11625 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11626 (bubbles--shift): Remove unused variable `char-org'.
11627 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11628 (bubbles--show-images): Remove unused variable `char'.
11629
11630 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11631 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11632 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11633 (decipher-analyze-buffer): Use ?\s.
11634 (decipher-make-checkpoint): Remove unused variable `mapping'.
11635
11636 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11637
11638 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11639 Remove unused variable `result'; use `let'.
11640
11641 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11642 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11643 (gametree-children-shown-p, gametree-compute-reduced-score):
11644 Use `ignore-errors'.
11645
11646 * play/handwrite.el (ps-lpr-switches): Declare.
11647 (handwrite): Remove unused variables `pmin' and `lastp'.
11648
11649 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11650
11651 * play/landmark.el (landmark-init-display)
11652 (landmark-update-naught-weights): Mark unused parameters.
11653 (landmark-y): Remove unused variable `noise'. Simplify.
11654 (landmark-human-plays): Remove unused variable `score'.
11655
11656 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11657 (mpuz-try-proposal): Remove unused variable `game'.
11658
11659 * play/zone.el (life-patterns): Declare.
11660
80f499c7
JB
116612011-04-20 Juanma Barranquero <lekktu@gmail.com>
11662
11663 * vc/vc.el (ediff-vc-internal): Declare function.
11664
024ff170
SM
116652011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11666
c0a193ea
SM
11667 * shell.el: Use lexical-binding and std completion UI.
11668 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11669 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11670 comint-preoutput-filter-functions rather than on
11671 comint-output-filter-functions.
11672 (shell-command-completion, shell--command-completion-data)
11673 (shell-filename-completion, shell-environment-variable-completion)
11674 (shell-c-a-p-replace-by-expanded-directory): New functions.
11675 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11676 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11677 (shell-dynamic-complete-environment-variable): Use them.
11678 (shell-dynamic-complete-as-environment-variable)
11679 (shell-dynamic-complete-as-command): Remove.
11680 (shell-match-partial-variable): Match past point.
11681 * comint.el: Clean up use of completion-at-point-functions.
11682 (comint-completion-at-point): New function.
11683 (comint-mode): Use it completion-at-point-functions.
11684 (comint-dynamic-complete): Make it obsolete.
11685 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11686 (comint-c-a-p-replace-by-expanded-history): New function.
11687 (comint-dynamic-complete-functions)
11688 (comint-replace-by-expanded-history): Use it.
11689 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11690 termination strings. Try harder to avoid second try-completion.
11691 (completion-in-region-mode-map): Disable bindings that don't work yet.
11692
2dbaa080
SM
11693 * comint.el: Use lexical-binding. Require CL.
11694 (comint-dynamic-complete-functions): Use comint-filename-completion.
11695 (comint-completion-addsuffix): Tweak custom type.
11696 (comint-filename-completion, comint--common-suffix)
11697 (comint--common-quoted-suffix, comint--table-subvert)
11698 (comint--complete-file-name-data): New functions.
11699 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11700 (comint-dynamic-list-filename-completions): Use them.
11701 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11702
2dbaa080
SM
11703 * minibuffer.el (completion-in-region-mode):
11704 Keep completion-in-region-mode--predicate global.
11705 (completion-in-region--postch):
11706 Assume completion-in-region-mode--predicate is not null.
11707
c79a6f38
SM
11708 * progmodes/flymake.el (flymake-start-syntax-check-process):
11709 Obey `dir'. Simplify.
11710
024ff170
SM
11711 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11712 we're in VC after all.
11713
1c6c854e
CS
117142011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11715
11716 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11717 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11718 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11719
bed7f140
SM
117202011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11721
332e62ab
SM
11722 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11723 add sanity check.
11724
bed7f140
SM
11725 * obsolete/erc-hecomplete.el: Make obsolete.
11726 * obsolete/: Standardize obsolescence info in the header.
11727
f195c582
GM
117282011-04-20 Glenn Morris <rgm@gnu.org>
11729
11730 * calendar/solar.el (solar-horizontal-coordinates):
11731 Use the longitude argument rather than `calendar-longitude'.
11732 (solar-date-next-longitude): Remove unused locals.
11733
cb79b8c0
VJL
117342011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11735
11736 * whitespace.el: New version 13.2.1.
11737
117382011-04-20 felix <EmacsWiki> (tiny change)
11739
d8e4b68b 11740 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11741 switching between major modes on a file.
11742
602ea69d
SM
117432011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11746 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11747 multi-line comments as well.
11748
06b60517
JB
117492011-04-19 Juanma Barranquero <lekktu@gmail.com>
11750
11751 Lexical-binding cleanup.
11752
11753 * arc-mode.el (archive-mode-revert):
11754 * cmuscheme.el (scheme-interactively-start-process):
11755 * custom.el (custom-initialize-delay):
11756 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11757 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11758 * emacs-lock.el (emacs-lock-clear-sentinel):
11759 * ezimage.el (defezimage):
11760 * follow.el (follow-avoid-tail-recenter):
11761 * fringe.el (set-fringe-mode-1):
11762 * generic-x.el (bat-generic-mode-compile):
11763 * help-mode.el (help-info-variable, help-do-xref)
11764 (help-mode-revert-buffer):
11765 * help.el (view-emacs-todo):
11766 * iswitchb.el (iswitchb-completion-help):
11767 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11768 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11769 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11770 * locate.el (locate-update):
11771 * longlines.el (longlines-encode-region)
11772 (longlines-after-change-function):
11773 * outline.el (outline-isearch-open-invisible):
11774 * ps-def.el (declare-function, charset-dimension, char-width)
11775 (encode-char):
11776 * ps-mule.el (ps-mule-plot-string):
11777 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11778 (recentf-edit-list-select, recentf-edit-list-validate)
11779 (recentf-open-files-action):
11780 * rect.el (delete-whitespace-rectangle-line)
11781 (rectangle-number-line-callback):
11782 * register.el (window-configuration-to-register)
11783 (frame-configuration-to-register):
11784 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11785 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11786 (xselect-convert-to-targets, xselect-convert-to-delete)
11787 (xselect-convert-to-filename, xselect-convert-to-charpos)
11788 (xselect-convert-to-lineno, xselect-convert-to-colno)
11789 (xselect-convert-to-os, xselect-convert-to-host)
11790 (xselect-convert-to-user, xselect-convert-to-class)
11791 (xselect-convert-to-name, xselect-convert-to-integer)
11792 (xselect-convert-to-atom, xselect-convert-to-identity):
11793 * subr.el (declare, ignore, process-kill-without-query)
11794 (text-clone-maintain):
11795 * terminal.el (te-get-char, te-tic-sentinel):
11796 * tool-bar.el (tool-bar-make-keymap):
11797 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11798 * type-break.el (type-break-mode, type-break-noninteractive-query):
11799 * view.el (View-back-to-mark):
11800 * wid-browse.el (widget-browse-action, widget-browse-widget)
11801 (widget-browse-widgets, widget-browse-sexp):
11802 * widget.el (define-widget-keywords):
11803 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11804 Mark unused parameters.
11805
11806 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11807 (align-areas): Remove unused variable `look'.
11808 (align-region): Remove unused variables `real-end' and `pos-list'.
11809
11810 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11811
11812 * bindings.el (mode-line-modified, mode-line-remote):
11813 Mark unused parameters.
11814 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11815
11816 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11817 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11818
11819 * comint.el (comint-history-isearch-pop-state)
11820 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11821 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11822 (comint-substitute-in-file-name): Doc fix.
11823
11824 * completion.el (cmpl-statistics-block): Mark unused parameter.
11825 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11826 (save-completions-to-file, load-completions-from-file):
11827 Remove unused local variable `e'.
11828
11829 * composite.el (compose-chars): Remove unused variable `len'.
11830 (lgstring-insert-glyph): Remove unused variable `g'.
11831 (compose-glyph-string): Remove unused variables `ascent',
11832 `descent', `lbearing' and `rbearing'.
11833 (compose-glyph-string-relative): Remove unused variables
11834 `lbearing', `rbearing' and `wadjust'.
11835 (compose-gstring-for-graphic): Remove unused variables `header',
11836 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11837 (compose-gstring-for-terminal): Remove unused variables `header'
11838 and `nchars'. Use `let', not `let*'.
11839
11840 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11841 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11842 (Custom-buffer-done, custom-buffer-create-internal)
11843 (custom-browse-visibility-action, custom-browse-group-tag-action)
11844 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11845 (widget-magic-mouse-down-action, custom-toggle-parent)
11846 (custom-add-parent-links, custom-toggle-hide-variable)
11847 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11848 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11849 (custom-face-menu-create, custom-variable-menu-create, get)
11850 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11851 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11852 (customize-apropos): Remove unused variable `tests'.
11853 (custom-group-value-create): Remove unused variable `hidden-p'.
11854 (sort-fold-case): Declare.
11855
11856 * cus-theme.el (custom-reset-standard-faces-list)
11857 (custom-reset-standard-variables-list): Declare.
11858 (customize-create-theme, custom-theme-revert, custom-theme-write)
11859 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11860 Mark unused parameters.
11861
11862 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11863
11864 * delim-col.el (delimit-columns-max): Move defvar before first use.
11865
11866 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11867 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11868
11869 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11870 (auto-insert): Declare.
11871 (desktop-restore-file-buffer): Rename desktop-* parameters;
11872 mark unused ones.
11873 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11874 (desktop-buffer): Rename desktop-* parameters.
11875
11876 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11877 (dframe-reposition-frame-xemacs, dframe-help-echo)
11878 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11879 Mark unused parameters.
11880
11881 * dired-aux.el (backup-extract-version-start, overwrite-query)
11882 (overwrite-backup-query, rename-regexp-query)
11883 (rename-non-directory-query): Declare.
11884 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11885 (dired-add-entry): Remove unused variable `orig-file-name'.
11886 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11887 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11888 `dired-copy-preserve-time' directly.
11889 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11890 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11891
11892 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11893 (dired-virtual-revert, dired-make-relative-symlink):
11894 Mark unused parameters.
11895 (manual-program): Declare.
11896 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11897 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11898 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11899
11900 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11901
11902 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11903
11904 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11905 Declare.
11906
11907 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11908
11909 * electric.el (Electric-command-loop): Rename parameter
11910 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11911
11912 * expand.el (expand-in-literal): Remove unused variable `here'.
11913
11914 * facemenu.el (facemenu-add-new-color):
11915 Remove unused variable `docstring'.
11916
11917 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11918 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11919 (face-attr-construct): Mark unused parameter. Doc fix.
11920 (read-color): Remove unused variable `hex-string'.
11921
11922 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11923 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11924 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11925 (display-buffer-other-frame): Remove unused variable `old-window'.
11926 (kill-buffer-hook): Declare.
11927 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11928 Mark unused parameters.
11929 (after-find-file): Pass 1 to `auto-save-mode', not t.
11930
11931 * files-x.el (auto-insert): Declare.
11932 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11933
11934 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11935 variable `buf'. Mark unused parameter.
06b60517
JB
11936 (find-lisp-insert-directory): Mark unused parameter.
11937
11938 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11939 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11940 (format-common-tail): Remove, unused.
11941 (format-deannotate-region): Remove unused variable `loc'.
11942 (format-annotate-region): Remove unused variable `p'.
11943 (format-annotate-single-property-change): Remove unused variables
11944 `default' and `tail'.
11945
11946 * forms.el (read-file-filter): Declare.
11947 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11948
11949 * frame.el (frame-creation-function-alist): Mark unused parameter.
11950 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11951
11952 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11953 Remove unused parameters.
11954 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11955 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11956
11957 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11958 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11959 (hfy-prepare-tag-map): Mark unused parameters.
11960 (htmlfontify-buffer): Use `called-interactively-p'.
11961
11962 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11963 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11964 (ibuffer-do-occur): Mark unused parameters.
11965 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11966 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11967
11968 * ibuffer.el: Don't quote `lambda'.
11969 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11970 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11971 Mark unused parameters.
11972
11973 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11974 (ido-completing-read): Mark unused parameters.
11975 (ido-copy-current-word): Mark unused parameters;
11976 remove unused variable `name'.
11977 (ido-sort-merged-list): Remove unused parameter `dirs'.
11978
11979 * ielm.el (ielm-input-sender): Mark unused parameter.
11980 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11981 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11982 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11983 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11984 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11985
11986 * image-dired.el (image-dired-display-thumbs): Remove unused
11987 variables `curr-file' and `count'.
11988 (image-dired-remove-tag): Remove unused variable `start'.
11989 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11990 variable `curr-file'
11991 (image-dired-rotate-original): Remove unused variable `temp-file'.
11992 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11993 Remove unused variable `file'.
11994 (image-dired-gallery-generate): Remove unused variable `curr'.
11995 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11996
11997 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11998
11999 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12000
12001 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12002
12003 * isearch.el (minibuffer-history-symbol): Declare.
12004 (isearch-edit-string): Remove unused variable `err'.
12005 (isearch-message-prefix, isearch-message-suffix):
12006 Mark unused parameters.
12007
12008 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12009
12010 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12011
12012 * makesum.el (double-column): Remove unused variable `cnt'.
12013
12014 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12015 (ido-ignore-item-temp-list): Declare.
12016
12017 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12018 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12019 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12020 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12021 `mouse-col-delta'.
12022
12023 * mouse-sel.el (mouse-extend-internal):
12024 Remove unused variable `orig-window-frame'.
12025
12026 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12027 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12028 Move declarations before first use.
12029 (pcomplete-opt): Mark unused parameters; doc fix.
12030
12031 * proced.el (proced-revert): Mark unused parameter.
12032 (proced-send-signal): Remove unused variable `err'.
12033
12034 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12035 Rename parameter PREFIX-ARG to ARG.
12036 (ps-basic-plot-string, ps-basic-plot-whitespace):
12037 Mark unused parameters.
12038
12039 * replace.el (replace-count): Define.
12040 (occur-revert-function): Mark unused parameters.
12041 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12042 (isearch-case-fold-search, isearch-string): Declare.
12043 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12044 bind `case-fold-search'. Remove unused variables `beg' and `end',
12045 and simplify.
12046 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12047 COUNT and bind `replace-count'.
12048 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12049 to COUNT.
12050
12051 * savehist.el (print-readably, print-string-length): Declare.
12052
12053 * shadowfile.el (shadow-expand-cluster-in-file-name):
12054 Remove unused variable `cluster'.
12055 (shadow-copy-file): Remove unused variable `i'.
12056 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12057 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12058 (shadow-define-literal-group, shadow-define-regexp-group)
12059 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12060
12061 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12062 (shell): Use `called-interactively-p'.
12063 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12064
12065 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12066 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12067 (delete-backward-char): Remove unused variable `ocol'.
12068 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12069 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12070 (event-apply-hyper-modifier, event-apply-shift-modifier)
12071 (event-apply-control-modifier, event-apply-meta-modifier):
12072 Mark unused parameters.
12073 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12074 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12075
12076 * speedbar.el (speedbar-ignored-directory-expressions)
12077 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12078 (speedbar-find-file, speedbar-dir-follow)
12079 (speedbar-directory-buttons-follow, speedbar-tag-find)
12080 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12081 (speedbar-buffers-line-directory, speedbar-buffer-click):
12082 Mark unused parameters.
12083 (speedbar-tag-file): Remove unused variable `mode'.
12084 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12085
12086 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12087
12088 * talk.el (talk): Remove unused variable `display'.
12089
12090 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12091 (tar-write-region-annotate): Mark unused parameter.
12092
12093 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12094 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12095 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12096 warning by another.
12097
12098 * time-stamp.el (time-stamp-string-preprocess):
12099 Remove unused variable `require-padding'.
12100
12101 * tree-widget.el (widget-glyph-enable): Declare.
12102 (tree-widget-action): Mark unused parameter.
12103
12104 * w32-fns.el (x-get-selection): Mark unused parameter.
12105 (autoload-make-program, generated-autoload-file): Declare.
12106
12107 * wdired.el (wdired-revert): Mark unused parameters.
12108 (wdired-xcase-word): Remove unused variable `err'.
12109
12110 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12111 (whitespace-help-scroll): Remove unused variable `data-help'.
12112
12113 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12114 (widget-image-insert, widget-after-change, default)
12115 (widget-default-format-handler, widget-default-notify)
12116 (widget-default-prompt-value, widget-info-link-action)
12117 (widget-url-link-action, widget-function-link-action)
12118 (widget-variable-link-action, widget-file-link-action)
12119 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12120 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12121 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12122 (widget-insert-button-action, widget-delete-button-action, visibility)
12123 (widget-documentation-link-action, widget-documentation-string-action)
12124 (widget-const-prompt-value, widget-regexp-match, symbol)
12125 (widget-coding-system-prompt-value)
12126 (widget-key-sequence-value-to-external, sexp)
12127 (widget-sexp-value-to-internal, character, vector, cons)
12128 (widget-choice-prompt-value, widget-boolean-prompt-value)
12129 (widget-color--choose-action): Mark unused parameters.
12130 (widget-item-match-inline, widget-choice-match-inline)
12131 (widget-checklist-match, widget-checklist-match-inline)
12132 (widget-group-match): Rename parameter VALUES to VALS.
12133 (widget-field-value-set): Remove unused variable `size'.
12134 (widget-color-action): Remove unused variables `value' and `start'.
12135
12136 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12137 variable `dir'. Doc fix.
06b60517
JB
12138 (windmove-find-other-window): Don't pass it.
12139
12140 * window.el (count-windows): Mark unused parameter.
12141 (bw-adjust-window): Remove unused variable `err'.
12142
12143 * woman.el (woman-file-name): Remove unused variable `default'.
12144 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12145 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12146 (global-font-lock-mode): Declare.
12147 (woman-decode-region): Mark unused parameter.
12148 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12149
12150 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12151 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12152 (x-dnd-handle-moz-url): Remove unused variable `title'.
12153 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12154
12155 * xml.el (xml-parse-tag, xml-parse-attlist):
12156 Remove unused variable `pos'.
12157
bc4f7f3d
GM
121582011-04-19 Glenn Morris <rgm@gnu.org>
12159
12160 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12161 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12162 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12163 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12164 * calendar/cal-html.el (cal-html-insert-minical):
12165 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12166 (calendar-mark-date-pattern):
12167 Prefix "unused" locals.
12168
12169 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12170 optional argument `style'.
12171
12172 * calendar/appt.el (appt-make-list):
12173 * calendar/cal-china.el (calendar-chinese-date-string):
12174 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12175 (diary-hebrew-yahrzeit):
12176 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12177 * calendar/calendar.el (calendar-generate-window):
12178 * calendar/time-date.el (time-to-days):
12179 Remove unused local variables.
12180
16a43933
CY
121812011-04-18 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12184 glyphless-char-display table.
12185 (tabulated-list-glyphless-char-display): New var.
12186
7eed1860
SS
121872011-04-18 Sam Steingold <sds@gnu.org>
12188
12189 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12190 to acknowledgments.
12191
4d2d1ccd
GM
121922011-04-17 Glenn Morris <rgm@gnu.org>
12193
12194 * calendar/diary-lib.el (diary-sexp-entry):
12195 * calendar/holidays.el (holiday-sexp):
12196 Set debug-on-error rather than the removed stack-trace-on-error.
12197
239da61d
GM
121982011-04-16 Glenn Morris <rgm@gnu.org>
12199
12200 * progmodes/f90.el: Use lexical-binding.
12201 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12202
8b05752a
SM
122032011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12204
daca8ba5
SM
12205 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12206 (mail-mode): Setup mailalias completion here instead.
12207 * mail/mailalias.el: Use lexical-binding.
12208 (pattern, mailalias-done): Declare dynamic.
12209 (mail-completion-at-point-function): New function, from mail-complete.
12210 (mail-complete): Use it.
12211 (mail-completion-expand): New function.
12212 (mail-get-names): Use it.
12213 (mail-directory, mail-directory-process, mail-directory-stream):
12214 Don't use `pattern' for lexically bound arg.
12215
6f542485
SM
12216 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12217
037e7c3f
SM
12218 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12219 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12220 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12221
8b05752a
SM
12222 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12223 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12224 (byte-interactive-p): Define them again, for use when inlining
12225 old code.
12226
49093f60
JB
122272011-04-15 Juanma Barranquero <lekktu@gmail.com>
12228
12229 * loadup.el: Use `string-to-number', not `string-to-int'.
12230
b5b8e7de
SM
122312011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12234 gud-gdb-complete-command.
12235 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12236 (gud-gdb-completion-at-point): New function.
12237 (gud-gdb-completions): Remove.
12238
f42efeb5
MA
122392011-04-14 Michael Albinus <michael.albinus@gmx.de>
12240
49093f60
JB
12241 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12242 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12243 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12244 whether `executable-find' is bound.
f42efeb5
MA
12245
12246 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12247
e240cc21
SM
122482011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * minibuffer.el (completion-in-region-mode-predicate)
12251 (completion-in-region-mode--predicate): New vars.
12252 (completion-in-region, completion-in-region--postch)
12253 (completion-in-region-mode): Use them.
12254 (completion--capf-wrapper): Also return the hook function.
12255 (completion-at-point, completion-help-at-point):
12256 Adjust and provide a predicate.
c2bd2ab0
SM
12257
12258 Preserve arg names for advice of subr and lexical functions (bug#8457).
12259 * help-fns.el (help-function-arglist): Consolidate the subr and
12260 new-byte-code cases. Add argument `preserve-names' to extract names
12261 from the docstring when needed.
12262 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12263 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12264 (ad-arglist): Use help-function-arglist's new arg.
12265 (ad-definition-type): Use cond.
12266
c183f693
JB
122672011-04-13 Juanma Barranquero <lekktu@gmail.com>
12268
06641a47
JB
12269 * autorevert.el (auto-revert-handler):
12270 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12271 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12272 Don't quote lambda.
12273
c183f693
JB
12274 * image-mode.el (image-transform-set-scale):
12275 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12276
1e3b6001
G
122772011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12278
12279 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12280 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12281 Upgrades via gnutls-cli are too slow to be done opportunistically.
12282
2d6af8dd
JB
122832011-04-12 Juanma Barranquero <lekktu@gmail.com>
12284
12285 * dframe.el (dframe-current-frame): Remove spurious quote.
12286
c0749a51
GM
122872011-04-12 Glenn Morris <rgm@gnu.org>
12288
088d0d61
GM
12289 * calendar/cal-tex.el (cal-tex-end-document):
12290 Try to automatically use latin1 input if needed.
12291
c0749a51
GM
12292 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12293 Don't try to cons a mark onto an empty element.
12294
5c90fde0
LL
122952011-04-11 Leo Liu <sdl.web@gmail.com>
12296
12297 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12298 buffers.
12299 (ido-kill-buffer-at-head): Support killing virtual buffers.
12300
369e974d
CY
123012011-04-10 Chong Yidong <cyd@stupidchicken.com>
12302
12303 * minibuffer.el (completion-show-inline-help): New var.
12304 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12305 (minibuffer-force-complete, minibuffer-complete-word):
12306 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12307
12308 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12309 to avoid interference from inline help (Bug#5849).
12310
37f1c930
LL
123112011-04-10 Leo Liu <sdl.web@gmail.com>
12312
099c39a4
JB
12313 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12314 Fix typo.
37f1c930 12315
a32d4040
CY
123162011-04-09 Chong Yidong <cyd@stupidchicken.com>
12317
12318 * image-mode.el (image-toggle-display-image): Signal an error if
12319 not in Image mode.
12320 (image-transform-mode, image-transform-resize)
12321 (image-transform-set-rotation): Doc fix.
daca8ba5 12322 (image-transform-set-resize): Delete.
a32d4040
CY
12323 (image-transform-set-scale, image-transform-fit-to-height)
12324 (image-transform-fit-to-width): Handle image-toggle-display-image
12325 and image-transform-resize directly.
12326
099c39a4 123272011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12328
12329 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12330 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12331 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12332 (doc-view-mode-map): Add bindings for the new functions.
12333
099c39a4 123342011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12335
4d61f28d 12336 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12337 Fix typo in docstring.
12338
3726838a
EZ
123392011-04-08 Eli Zaretskii <eliz@gnu.org>
12340
04f33f1e
EZ
12341 * files.el (file-size-human-readable): Produce one digit after
12342 decimal, like "ls -lh" does.
12343
12344 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12345 the file size representation.
12346
3726838a
EZ
12347 * simple.el (list-processes): If async subprocesses are not
12348 available, error out with a clear error message.
12349
cbb59342
CY
123502011-04-08 Chong Yidong <cyd@stupidchicken.com>
12351
12352 * help.el (help-form-show): New function, to be called from C.
12353 Put help-form output in a buffer named differently than *Help*.
12354
e3971c44
EZ
123552011-04-08 Eli Zaretskii <eliz@gnu.org>
12356
12357 * files.el (file-size-human-readable): New function.
12358
12359 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12360 computing the representation inline. Don't require `cl'.
12361
12544bbe
GM
123622011-04-08 Glenn Morris <rgm@gnu.org>
12363
a1de6c6a
GM
12364 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12365
3c4671f4
GM
12366 * net/browse-url.el (browse-url-firefox):
12367 Test system-type, not system-configuration.
12368
b605679c
GM
12369 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12370 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12371 Use log-edit-empty-buffer-p. (Bug#7598)
12372
56442f0c
GM
12373 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12374 (rlogin-mode-map): Initialize in the defvar.
12375 (rlogin): Use ignore-errors.
12376
12544bbe
GM
12377 * replace.el (occur-mode-map): Some fixes for menu items.
12378
eb237b0f
AH
123792011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12380
12381 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12382
7d668f2c
CY
123832011-04-06 Chong Yidong <cyd@stupidchicken.com>
12384
e67a13ab
CY
12385 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12386 issuing unused warnings.
12387
12388 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12389 macro directly.
12390
7d668f2c
CY
12391 * simple.el: Lisp reimplement of list-processes. Based on an
12392 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12393 (process-menu-mode): New major mode.
12394 (list-processes--refresh, list-processes):
12395 (process-menu-visit-buffer): New functions.
12396
12397 * files.el (save-buffers-kill-emacs): Don't assume any return
12398 value of list-processes, which is undocumented anyway.
12399
a83ec3c9
CY
124002011-04-06 Chong Yidong <cyd@stupidchicken.com>
12401
12402 * emacs-lisp/tabulated-list.el: New file.
12403
e91a96fe
CY
12404 * emacs-lisp/package.el: Use Tabulated List mode.
12405 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12406 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12407 table format using Tabulated List mode variables.
12408 (package--push): New macro, replacing package-list-maybe-add.
12409 (package-menu--generate): Use package--push. Renamed from
12410 package--generate-package-list.
12411 (package-menu-refresh, list-packages): Use it.
daca8ba5 12412 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12413 Return insertion data instead of inserting it directly.
099c39a4
JB
12414 (package-menu-describe-package, package-menu-execute):
12415 Use tabulated-list-get-id.
e91a96fe
CY
12416 (package-menu-mark-delete, package-menu-mark-install)
12417 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12418 (package-menu-mark-obsolete-for-deletion):
12419 Use tabulated-list-put-tag.
e91a96fe
CY
12420 (package--list-packages, package-menu-revert)
12421 (package-menu-get-package, package-menu-get-version)
12422 (package-menu-sort-by-column): Functions deleted.
12423 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12424 (package-menu--status-predicate, package-menu--version-predicate)
12425 (package-menu--name-predicate)
12426 (package-menu--description-predicate): Handle arguments in the
12427 Tabulated List format.
12428 (package-list-packages-no-fetch): Call list-packages.
12429
3e214b50
JB
124302011-04-06 Juanma Barranquero <lekktu@gmail.com>
12431
12432 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12433 (after-find-file): Don't bind it.
3e214b50
JB
12434 (revert-buffer-in-progress-p): New variable.
12435 (revert-buffer): Bind it.
12436 Pass nil for `after-find-file-from-revert-buffer'.
12437
12438 * saveplace.el (save-place-find-file-hook): Use new variable
12439 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12440
3f0f1700
GM
124412011-04-06 Glenn Morris <rgm@gnu.org>
12442
c0274801
GM
12443 * Makefile.in (AUTOGEN_VCS): New variable.
12444 (autoloads): Use $AUTOGEN_VCS.
12445
3f0f1700
GM
12446 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12447 * calendar/calendar.el (calendar-mode-map):
12448 Check for toolkit scroll bars. (Bug#8305)
12449
41ea9e48
CY
124502011-04-05 Chong Yidong <cyd@stupidchicken.com>
12451
12452 * minibuffer.el (completion-in-region--postch)
12453 (completion-in-region-mode): Remove unnecessary messages.
12454
6194c800
JB
124552011-04-05 Juanma Barranquero <lekktu@gmail.com>
12456
33256f14
JB
12457 * font-lock.el (font-lock-refresh-defaults):
12458 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12459 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12460
6194c800
JB
12461 * info.el (Info-directory-list, Info-read-node-name-2)
12462 (Info-split-parameter-string): Doc fixes.
12463 (Info-virtual-nodes): Reflow docstring.
12464 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12465 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12466 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12467 Fix typos in docstrings.
12468 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12469 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12470 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12471 (Info-restore-desktop-buffer): Mark unused parameters.
12472 (Info-directory-find-file, Info-directory-find-node)
12473 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12474 (Info-virtual-index-find-node, Info-apropos-find-file)
12475 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12476 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12477 (Info-virtual-index): Remove unused local variable `nodename'.
12478
b87a8200 124792011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12480
b87a8200
DD
12481 * net/rcirc.el: Update my e-mail address.
12482 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12483
3b2ff876
CY
124842011-04-05 Chong Yidong <cyd@stupidchicken.com>
12485
12486 * startup.el (command-line): Save the cursor's theme-face
12487 directly, instead of using face-override-spec.
12488
12489 * custom.el (load-theme): Minor optimization in assigning faces.
12490
8d17e7ca
JB
124912011-04-04 Juanma Barranquero <lekktu@gmail.com>
12492
12493 * help-fns.el (describe-variable): Complete all variables having
12494 documentation, including keywords.
12495 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12496
2fbc1934
JB
124972011-04-04 Juanma Barranquero <lekktu@gmail.com>
12498
12499 Convert to lexical-binding.
12500
12501 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12502 (bs--get-marked-string, bs--get-modified-string)
12503 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12504 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12505 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12506
12507 * ehelp.el (electric-help-execute-extended)
12508 (electric-help-ctrl-x-prefix):
12509 * hexl.el (hexl-revert-buffer-function):
12510 * linum.el (linum-after-change, linum-after-scroll):
12511 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12512
12513 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12514
74f50695
DU
125152011-04-04 Daiki Ueno <ueno@unixuser.org>
12516
12517 * epa-dired.el:
12518 * epa-mail.el:
12519 * epa-hook.el:
12520 * epa-file.el:
12521 * epa.el:
12522 * epg.el: Use lexical binding.
12523
c11325f7
CY
125242011-04-03 Chong Yidong <cyd@stupidchicken.com>
12525
0d9e9a12
CY
12526 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12527
c11325f7 12528 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12529 dictionary case for flyspell-mark-duplications-exceptions.
12530 Use regexp matching for languages.
c11325f7
CY
12531 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12532 default dictionary (Bug#7926).
12533
da91b5f2
CY
125342011-04-02 Chong Yidong <cyd@stupidchicken.com>
12535
099c39a4
JB
12536 * emacs-lisp/package.el (package--with-work-buffer):
12537 Recognize https URLs.
da91b5f2 12538
099c39a4
JB
12539 * net/network-stream.el: Move from gnus/proto-stream.el.
12540 Change prefix to network-stream throughout.
da91b5f2
CY
12541 (open-protocol-stream): Merge into open-network-stream, leaving
12542 open-protocol-stream as an alias. Handle nil BUFFER args.
12543
12544 * subr.el (open-network-stream): Move to net/network-stream.el.
12545
afa8e9f6
GM
125462011-04-02 Glenn Morris <rgm@gnu.org>
12547
1d2e369d
GM
12548 * find-dired.el (find-exec-terminator): New option.
12549 (find-ls-option): Test for -ls support.
12550 (find-ls-subdir-switches): Test for -b in find-ls-option.
12551 (find-dired, find-grep-dired): Doc fixes.
12552 (find-dired): Use find-exec-terminator.
12553
8abb7da8 12554 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12555 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12556 (find-name-arg): Remove purecopy.
8abb7da8 12557
f3ca7378
GM
12558 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12559 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12560 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12561 accordingly. Don't add the null-device if not needed.
12562
afa8e9f6
GM
12563 * files.el (save-some-buffers): Doc fix.
12564
35eae264
EZ
125652011-04-02 Eli Zaretskii <eliz@gnu.org>
12566
12567 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12568
26b51db5
JB
125692011-04-01 Juanma Barranquero <lekktu@gmail.com>
12570
12571 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12572 Use `dolist' rather than `mapcar'.
12573
7200d79c
SM
125742011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12575
03408648 12576 Add lexical binding.
7200d79c 12577
03408648
SM
12578 * subr.el (apply-partially): Use new closures rather than CL.
12579 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12580 (dolist, dotimes): Use slightly different expansion for lexical code.
12581 (functionp): Move to C.
12582 (letrec): New macro.
12583 (with-wrapper-hook): Use it and apply-partially instead of CL.
12584 (eval-after-load): Preserve lexical-binding.
12585 (save-window-excursion, with-output-to-temp-buffer): Turn them
12586 into macros.
7200d79c 12587
03408648
SM
12588 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12589
12590 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12591 than the arglist.
12592 (help-add-fundoc-usage): Don't add `Not documented'.
12593 (help-function-arglist): Handle closures, subroutines, and new
12594 byte-code-functions.
12595 (help-make-usage): Remove leading underscores.
12596 (describe-function-1): Handle closures.
12597 (describe-variable): Use special-variable-p for completion.
12598
12599 * files.el (lexical-binding): Declare safe.
f488fb65 12600
03408648
SM
12601 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12602 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12603 (pcase): Add `let' pattern.
12604 Change memoization so it actually works.
12605 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12606 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12607 <let>: New case.
f488fb65 12608
03408648
SM
12609 * emacs-lisp/macroexp.el: Use lexical binding.
12610 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12611 Don't convert ' to #' without checking that it's indeed quoting
12612 a lambda.
12613
12614 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12615 Use eval-sexp-add-defvars.
03408648
SM
12616 (eval-sexp-add-defvars): New fun.
12617
12618 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12619
12620 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12621 Don't autoload.
12622 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12623 than the internal `byte-compile-lambda'.
12624 (defmethod): Don't hide code under quotes.
12625 (eieio-defmethod): New `code' argument.
12626
12627 * emacs-lisp/eieio-comp.el: Remove.
12628
12629 * emacs-lisp/edebug.el (edebug-eval-defun)
12630 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12631 (edebug-toggle): Avoid `eval'.
12632
12633 * emacs-lisp/disass.el (disassemble-internal): Handle new
12634 `closure' objects.
12635 (disassemble-1): Handle new byte codes.
12636
12637 * emacs-lisp/cl.el (pushnew): Silence warning.
12638
12639 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12640 (cl-byte-compile-throw): Remove.
12641 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12642
12643 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12644 closures.
12645
12646 * emacs-lisp/cconv.el: New file.
12647
12648 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12649 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12650 (byte-compile-initial-macro-environment):
12651 Handle declare-function here.
12652 (byte-compile--lexical-environment): New var.
12653 (byte-stack-ref, byte-stack-set, byte-discardN)
12654 (byte-discardN-preserve-tos): New lap codes.
12655 (byte-interactive-p): Don't use any more.
12656 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12657 New macros.
12658 (byte-compile-lapcode): Use them and handle new lap codes.
12659 (byte-compile-obsolete): Remove.
12660 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12661 (byte-compile-arglist-warn): Check late def of inlinable funs.
12662 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12663 since they should have been expanded by now.
12664 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12665 (byte-compile-from-buffer): Remove unused second arg.
12666 (byte-compile-preprocess): New function.
12667 (byte-compile-toplevel-file-form): New function to distinguish
12668 file-form calls from outside from file-form calls from hunk-handlers.
12669 (byte-compile-file-form): Simplify.
12670 (byte-compile-file-form-defsubst): Remove.
12671 (byte-compile-file-form-defmumble): Simplify now that
12672 byte-compile-lambda always returns a byte-code-function.
12673 (byte-compile): Preprocess.
12674 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12675 Remove, not used any more.
12676 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12677 (byte-compile-make-args-desc): New funs.
12678 (byte-compile-lambda): Handle lexical functions. Always return
12679 a byte-code-function.
12680 (byte-compile-reserved-constants): New var, to make up room for
12681 closed-over variables.
12682 (byte-compile-constants-vector): Obey it.
12683 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12684 (byte-compile-macroexpand-declare-function): New function.
12685 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12686 byte-code-functions.
12687 (byte-compile-form): Check obsolescence here.
12688 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12689 (byte-compile-variable-ref): Remove.
12690 (byte-compile-dynamic-variable-op): New fun.
12691 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12692 (byte-compile-variable-set): New funs.
12693 (byte-compile-discard): Add 2 args.
12694 (byte-compile-stack-ref, byte-compile-stack-set)
12695 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12696 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12697 macroexpand-all instead.
12698 (byte-compile-quote-form): Remove.
12699 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12700 (byte-compile-bind, byte-compile-unbind): New funs.
12701 (byte-compile-let): Handle let* and lexical binding.
12702 (byte-compile-let*): Remove.
12703 (byte-compile-catch, byte-compile-unwind-protect)
12704 (byte-compile-track-mouse, byte-compile-condition-case):
12705 Handle a new :fun-body form, used for lexical scoping.
12706 (byte-compile-save-window-excursion)
12707 (byte-compile-with-output-to-temp-buffer): Remove.
12708 (byte-compile-defun): Simplify.
12709 (byte-compile-stack-adjustment): New fun.
12710 (byte-compile-out): Use it.
12711 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12712
12713 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12714 handler any more.
12715
12716 * emacs-lisp/byte-opt.el: Use lexical binding.
12717 (byte-inline-lapcode): Remove (to bytecomp).
12718 (byte-compile-inline-expand): Pay attention to inlining to/from
12719 lexically bound code.
12720 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12721 any more.
12722 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12723 any more and don't call compiler-macros.
12724 (byte-compile-splice-in-already-compiled-code): Remove.
12725 (byte-code): Don't inline any more.
12726 (disassemble-offset): Receive `bytes' as argument rather than via
12727 dynamic scoping.
12728 (byte-compile-tag-number): Declare before first use.
12729 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12730 `return' even if make-spliceable.
12731 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12732 obsolete interactive-p.
12733 (byte-optimize-lapcode): Optimize new lap-codes.
12734 Don't trip up on new form of `byte-constant' lap code.
12735
12736 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12737
12738 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12739
12740 * custom.el (custom-initialize-default, custom-declare-variable):
12741 Use `defvar'.
12742
12743 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12744 New variables.
12745 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12746 (COMPILE_FIRST): Add macroexp and cconv.
12747 * makefile.w32-in: Mirror changes in Makefile.in.
12748
12749 * vc/cvs-status.el:
12750 * vc/diff-mode.el:
12751 * vc/log-edit.el:
12752 * vc/log-view.el:
12753 * vc/smerge-mode.el:
12754 * textmodes/bibtex-style.el:
12755 * textmodes/css.el:
12756 * startup.el:
12757 * uniquify.el:
da91b5f2
CY
12758 * minibuffer.el:
12759 * newcomment.el:
12760 * reveal.el:
12761 * server.el:
12762 * mpc.el:
12763 * emacs-lisp/smie.el:
12764 * doc-view.el:
12765 * dired.el:
03408648
SM
12766 * abbrev.el: Use lexical binding.
12767
0f0c1f27
EZ
127682011-04-01 Eli Zaretskii <eliz@gnu.org>
12769
12770 * info.el (info-display-manual): New function.
12771
c82b2579
SM
127722011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12775
221ddf68
TH
127762011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12777
12778 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12779 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12780
cba6e77e
GM
127812011-03-31 Glenn Morris <rgm@gnu.org>
12782
e040639f
GM
12783 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12784
cba6e77e
GM
12785 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12786
6d0f1c9e
CS
127872011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12788
12789 * progmodes/python.el (python-default-interpreter)
12790 (python-python-command-args, python-jython-command-args)
12791 (python-which-shell, python-which-args, python-which-bufname)
12792 (python-file-queue, python-comint-output-filter-function)
12793 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12794 variables and functions.
12795
3e2d70fd
SM
127962011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12799 (completion-in-region-mode): New minor mode.
12800 (completion-in-region): Use it.
12801 (completion-in-region--data, completion-in-region-mode-map): New vars.
12802 (completion-in-region--postch): New function.
12803 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12804 New vars.
12805 (completion--capf-wrapper): New function.
12806 (completion-at-point): Use it to track well-behavedness of
12807 hook functions.
12808 (completion-help-at-point): New command.
12809
f3e4086c
JM
128102011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12811
12812 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12813 syntax class to search for whitespace on a single line
12814 (Message-ID: <4D938140.4030905@redhat.com>).
12815
eb7ffc14
LL
128162011-03-30 Leo Liu <sdl.web@gmail.com>
12817
12818 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12819 New commands.
12820 (edit-abbrevs-map): Bind them here.
12821 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12822
d806ab68
KM
128232011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12824
12825 * allout.el (allout-hide-by-annotation, allout-flag-region):
12826 Reduce possibility of overlay leakage by making them volatile.
12827
12828 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12829 hash is not shared between buffers. Mode initialization is
12830 responsible for giving it a useful starting value.
12831 (allout-item-span): Reduce possibility of overlay leakage by
12832 making them volatile.
12833 (allout-widgets-count-buttons-in-region): Add diagnostic function
12834 for tracking down button overlay leaks.
12835
ea622834
LL
128362011-03-29 Leo Liu <sdl.web@gmail.com>
12837
12838 * ido.el (ido-read-internal): Use the default history var
12839 minibuffer-history if no HISTORY is specified.
12840
b62f8267
G
128412011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12842
03408648
SM
12843 * net/imap.el (imap-shell-open, imap-process-connection-type):
12844 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12845 Kerberos, SSL, other subprocesses.
12846
947b6566
LL
128472011-03-28 Leo Liu <sdl.web@gmail.com>
12848
12849 * abbrev.el (abbrev-table-empty-p): New function.
12850 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12851 nonempty ones. (Bug#5937)
12852
5ffb62aa
JD
128532011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12854
12855 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12856
7a097943
LL
128572011-03-27 Leo Liu <sdl.web@gmail.com>
12858
12859 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12860 for foreground and background colors.
12861 (ansi-color-make-color-map): Adapt.
12862
c5b40130
LL
128632011-03-25 Leo Liu <sdl.web@gmail.com>
12864
1f48f7d2
LL
12865 * midnight.el (midnight-time-float): Remove. Note it calculates
12866 the microsecond component incorrectly and seconds-to-time does the
12867 same job.
625897ec 12868 Remove redundant (require 'timer).
1f48f7d2 12869
c5b40130
LL
12870 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12871 (ido-completions): Remove unused arguments. (Bug#8329)
12872
d86d2721
SM
128732011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12874
12875 * minibuffer.el (completion--flush-all-sorted-completions):
12876 Remove itself from hook.
12877 (completion-at-point): Let the functions perform the completion
12878 immediately and return nil or t.
12879 * comint.el (comint-dynamic-complete-functions): Now identical to
12880 completion-at-point-functions.
12881 (comint-dynamic-list-input-ring): Remove unused var `index'.
12882 (comint--match-partial-filename, comint--unquote&expand-filename):
12883 New funs, split from comint-match-partial-filename.
12884 (comint-dynamic-complete): Use completion-at-point.
12885 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12886
e8974c48
DA
128872011-03-24 Drew Adams <drew.adams@oracle.com>
12888
12889 * thingatpt.el: Support `defun'.
12890
def71b5e
LL
128912011-03-23 Leo Liu <sdl.web@gmail.com>
12892
cb5af48e
LL
12893 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12894
def71b5e
LL
12895 * help-mode.el (help-mode-finish): Tweak regexp.
12896
927c53e7
GM
128972011-03-23 Glenn Morris <rgm@gnu.org>
12898
18d05bed
GM
12899 * eshell/esh-opt.el (eshell-eval-using-options):
12900 Do not bind unused local variable `eshell-option-stub'.
12901
927c53e7
GM
12902 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12903
9d0da923
JB
129042011-03-22 Juanma Barranquero <lekktu@gmail.com>
12905
12906 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12907 keymap variable in `with-no-warnings' to avoid a warning when the
12908 keymap has been already `defconst'ed.
12909
4b978a67
LL
129102011-03-22 Leo Liu <sdl.web@gmail.com>
12911
12912 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12913 encode all chars in abbrevs; otherwise use emacs-mule or
12914 utf-8-emacs. (Bug#8308)
12915
5fd62452
JB
129162011-03-22 Juanma Barranquero <lekktu@gmail.com>
12917
0b1596c6
JB
12918 * simple.el (backward-delete-char-untabify):
12919 Avoid warning about using `delete-backward-char'.
12920
5fd62452
JB
12921 * image.el (image-type-file-name-regexps): Make it variable.
12922 `imagemagick-register-types' modifies it, and the user may want
12923 to add new extensions for known image types.
12924 (imagemagick-register-types): Throw error if not using ImageMagick.
12925
0b4e93f1
LL
129262011-03-22 Leo Liu <sdl.web@gmail.com>
12927
12928 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12929 located before rcirc-prompt-end-marker.
12930 (rcirc-complete): Error if point is not after rcirc prompt.
12931 Handle the case when table is nil.
9882e214 12932 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12933
fccee4ab
CY
129342011-03-22 Chong Yidong <cyd@stupidchicken.com>
12935
12936 * custom.el (custom--inhibit-theme-enable): Make it affect only
12937 custom-theme-set-variables and custom-theme-set-faces.
12938 (provide-theme): Ignore custom--inhibit-theme-enable.
12939 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12940 (custom-enabling-themes): Delete variable.
d86d2721
SM
12941 (enable-theme): Accept only loaded themes as arguments.
12942 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12943 (custom-enabled-themes): Forbid themes from setting this.
12944 Eliminate use of custom-enabling-themes.
12945 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12946
af896da6
LL
129472011-03-21 Leo Liu <sdl.web@gmail.com>
12948
12949 * ido.el (ido-read-internal): Add ido-selected to history instead
12950 of user input.
12951
78f64af0
SM
129522011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * subr.el (deferred-action-list, deferred-action-function):
12955 Mark obsolete.
12956
b16ac1ec
LL
129572011-03-21 Leo Liu <sdl.web@gmail.com>
12958
810f7698
LL
12959 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12960 change on 2011-02-13 (bug#8309).
12961
b16ac1ec
LL
12962 * minibuffer.el (read-file-name-function): Change default value.
12963 (read-file-name--defaults): Rename from read-file-name-defaults.
12964 (read-file-name-default): Rename from read-file-name.
12965 (read-file-name): Call read-file-name-function.
12966
4e05e67e
GM
129672011-03-21 Glenn Morris <rgm@gnu.org>
12968
12969 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12970 Doc fixes.
12971
4359915b
CY
129722011-03-21 Chong Yidong <cyd@stupidchicken.com>
12973
12974 * cus-theme.el: Add missing provide statement.
12975 (customize-create-theme): Extract theme value correctly.
12976 (custom-theme-visit-theme): Autoload.
12977 (customize-create-theme): Prompt before inserting default faces.
12978
1fe275ee
JB
129792011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12980
12981 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12982 units and musical notes.
12983
cd394be1 129842011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12985
12986 * ido.el (ido-read-internal): Use completing-read-default.
12987 (ido-completing-read): Fix compatibility with completing-read.
12988
7d476bde
CO
129892011-03-20 Christian Ohler <ohler@gnu.org>
12990
12991 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12992 (ert-delete-all-tests): Use `called-interactively-p' rather than
12993 `interactive-p'.
12994 (ert--make-xrefs-region): Respect END.
12995
fe0fb33e
CY
129962011-03-19 Chong Yidong <cyd@stupidchicken.com>
12997
ff854b0b
CY
12998 * dired-aux.el (dired-create-directory): Signal an error if the
12999 directory already exists (Bug#8246).
13000
fe0fb33e
CY
13001 * facemenu.el (list-colors-display): Call list-faces-display
13002 inside with-help-window.
13003 (list-colors-print): Use display property to align the final
13004 column, instead of checking window-width.
13005
576bce32
EZ
130062011-03-19 Eli Zaretskii <eliz@gnu.org>
13007
4d61f28d 13008 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13009 windows-nt systems.
13010 (emerge-protect-metachars): Quote correctly for ms-dos and
13011 windows-nt systems.
13012
89c41d68 130132011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13014
13015 * info.el (info-initialize): Replace all uses of `:' with
13016 path-separator for compatibility with non-Unix systems.
13017 Cache quoting of path-separator. (Bug#8258)
13018
b14e3e21 130192011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13020
13021 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13022 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13023 (mouse-avoidance-mode): Fix typos in docstrings.
13024
4525ce3e
CY
130252011-03-19 Chong Yidong <cyd@stupidchicken.com>
13026
13027 * startup.el (package-subdirectory-regexp): Move from package.el.
13028 Omit \\` and \\', and let callers add them.
13029
13030 * emacs-lisp/package.el (package-strip-version)
13031 (package-load-all-descriptors): Add \\` and \\' to
13032 package-subdirectory-regexp before using it.
13033 (package-untar-buffer): New arg DIR; ensure that file untars only
13034 into this expected directory. Remove superfluous delete-region.
13035 (package-unpack): Caller changed.
13036 (package-tar-file-info): Use package-subdirectory-regexp.
13037
a904a09a 130382011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13039
a904a09a
SM
13040 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13041 diff-mode-shared-map (bug#8284).
13042 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13043
130442011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13045
13046 * calendar/time-date.el (format-seconds): Use assoc instead of
13047 assoc-string, since assoc-string doesn't exist in XEmacs.
13048
171fc304
JB
130492011-03-17 Juanma Barranquero <lekktu@gmail.com>
13050
13051 * custom.el (custom-known-themes): Reflow docstring.
13052 (custom-theme-load-path): Fix typo in docstring.
13053 (load-theme): Fix typo in error message.
13054 (custom-available-themes, custom-variable-theme-value):
13055 Use `let', not `let*'.
13056
d71990a1
JB
130572011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13058
13059 * calc/README: Mention inclusion of musical notes.
13060
13061 * calc/calc-units.el (calc-lu-quant): Rename from
13062 `calc-logunits-quantity'.
13063 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13064 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13065 (calc-db): Rename from `calc-dblevel'.
13066 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13067 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13068 (calc-np): Rename from `calc-nplevel'.
13069 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13070 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13071 (calc-lu-plus): Rename from `calc-logunits-add'.
13072 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13073 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13074 (calc-lu-minus): Rename from `calc-logunits-sub'.
13075 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13076 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13077 (calc-lu-times): Rename from `calc-logunits-mul'.
13078 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13079 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13080 (calc-lu-divide): Rename from `calc-logunits-div'.
13081 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13082 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13083
13084 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13085 functions being autoloaded.
13086
13087 * calc/calc.el (calc-lu-power-reference): Rename from
13088 `calc-logunits-power-reference'.
13089 (calc-lu-field-reference): Rename from
13090 `calc-logunits-field-reference'.
13091
7a71b18d
GM
13092 * calc/calc-help.el (calc-l-prefix-help):
13093 Mention musical note functions.
d71990a1 13094
40c2934b
SM
130952011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * minibuffer.el (completion-all-sorted-completions):
13098 Use :completion-cycle-penalty text property if present.
13099
b0911414
KM
131002011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13101
13102 * allout.el (allout-yank-processing): Adjust for new rebulleting
13103 regime so bullet being yanked is used without prompting the user
13104 for a choice.
13105
8a05b668
JB
131062011-03-16 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * startup.el (command-line): Warn the user that _emacs is deprecated.
13109
5ba5fb81
JB
131102011-03-16 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13113 (delphi-verbose, delphi-comment-face, delphi-string-face)
13114 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13115 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13116 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13117 (delphi-new-comment-line, delphi-font-lock-defaults)
13118 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13119 Fix typos in docstrings.
13120
2dab465b
KM
131212011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13122
5ba5fb81 13123 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13124 Invert the roles of character and string values for INSTEAD, so a
13125 string is used for the more common case of a defaulting prompt.
13126
0adf5618
SM
131272011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * progmodes/ruby-mode.el (ruby-backward-sexp):
13130 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13131 * play/gamegrid.el (gamegrid-make-face):
13132 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13133 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13134 * notifications.el (notifications-notify):
13135 * net/xesam.el (xesam-search-engines):
13136 * net/quickurl.el (quickurl-list-insert):
13137 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13138
d72700e5
CY
131392011-03-15 Chong Yidong <cyd@stupidchicken.com>
13140
13141 * startup.el (command-line): Update package subdirectory regexp.
13142
49c5410a
SM
131432011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13144
c6eee9aa
SM
13145 * allout.el (allout-abbreviate-flattened-numbering)
13146 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13147
49c5410a
SM
13148 * subr.el (read-char-choice): Only show the cursor after the prompt,
13149 not after the answer.
13150
047b2bb9
KR
131512011-03-15 Kevin Ryde <user42@zip.com.au>
13152
13153 * help-fns.el (variable-at-point): Skip leading quotes, if any
13154 (bug#8253).
13155
0a57d256
SM
131562011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13159 warning message.
13160
77c992bc
MA
131612011-03-14 Michael Albinus <michael.albinus@gmx.de>
13162
13163 * shell.el (shell): When called interactively, offer to change the
13164 shell file name on remote hosts.
13165
eebc475d
TZ
131662011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13167
13168 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13169 integration for LDAP parameters. The host, base, user or binddn,
13170 and secret tokens can be specified in a netrc file, for instance.
13171 This is optional because an `auth-source' parameter must be
13172 specified in the search attributes.
13173
9d05d1ba
JB
131742011-03-13 Juanma Barranquero <lekktu@gmail.com>
13175
13176 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13177
09d9db2c
GM
131782011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13181 into declaration. Remove redundant and harmful binding.
13182
131832011-03-12 Eli Zaretskii <eliz@gnu.org>
13184
13185 * files.el (file-ownership-preserved-p): Pass `integer' as an
13186 explicit 2nd argument to `file-attributes'. If the file's owner
13187 is the Administrators group on Windows, and the current user is
13188 Administrator, consider that a match.
13189
13190 * server.el (server-ensure-safe-dir): Consider server directory
13191 safe on MS-Windows if its owner is the Administrators group while
13192 the current Emacs user is Administrator. Use `=' to compare
13193 numerical UIDs, since they could be integers or floats.
13194
219bd536
JB
131952011-03-12 Juanma Barranquero <lekktu@gmail.com>
13196
13197 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13198
f3afd36b
MA
131992011-03-12 Michael Albinus <michael.albinus@gmx.de>
13200
13201 Sync with Tramp 2.2.1.
13202
13203 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13204
13205 * net/trampver.el: Update release number.
13206
3aaaa6f1
SM
132072011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13208
94642599
SM
13209 * progmodes/compile.el (compilation--previous-directory): Fix up
13210 various nil/dead-marker mismatches (bug#8014).
13211 (compilation-directory-properties, compilation-error-properties):
13212 Don't call it at a position past the one we're about to change.
13213
3aaaa6f1
SM
13214 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13215 Disable obsolescence warnings in the file that declares it.
13216
14239447
KM
132172011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13218
099c39a4
JB
13219 * allout-widgets.el (allout-widgets-tally):
13220 Initialize allout-widgets-tally as a hash table rather than nil to
13221 prevent mode-line redisplay warnings. Also, clarify the module
13222 description and fix a comment typo.
14239447 13223
135e287c
JB
132242011-03-11 Juanma Barranquero <lekktu@gmail.com>
13225
13226 * help-fns.el (describe-variable): Don't complete keywords.
13227 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13228
ffbf300e
CY
132292011-03-10 Chong Yidong <cyd@stupidchicken.com>
13230
ba08b241
CY
13231 * emacs-lisp/package.el (package-version-join): Impose a standard
13232 string representation for pre/alpha/beta version lists.
13233 (package-unpack-single): Standardize the directory name by passing
13234 it through package-version-join.
13235 (package-strip-rcs-id): Accept any version string that does not
13236 signal an error in version-to-list.
ffbf300e 13237
f346fd6b
MA
132382011-03-10 Michael Albinus <michael.albinus@gmx.de>
13239
13240 * simple.el (delete-trailing-whitespace): Return nil for the
13241 benefit of `write-file-functions'.
13242
ccb55d27
GM
132432011-03-10 Glenn Morris <rgm@gnu.org>
13244
5ceaac0c
GM
13245 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13246
02da65ff
GM
13247 * vc/vc-git.el (vc-git-program): New option.
13248 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13249 (vc-git--call): Use it.
13250
b2f603cc
GM
13251 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13252
5772caab
GM
13253 * cus-edit.el (Custom-newline): If no button at point, look
13254 for a subgroup button at start-of-line. (Bug#2298)
13255
ccb55d27
GM
13256 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13257
ec6ecaed
JD
132582011-03-10 Julien Danjou <julien@danjou.info>
13259
13260 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13261 `cursor-type' is nil.
13262
9d5aa01d
JB
132632011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13264
13265 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13266
b6a5875b
KM
132672011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13268
7a71b18d 13269 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13270 preserves the existing header prefix, rebulleting it if necessary,
13271 rather than replacing it. This is necessary for proper operation
13272 of cooperative addons like allout-widgets.
1154d12e
JB
13273 (allout-make-topic-prefix, allout-rebullet-heading):
13274 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13275 value as alternate bullet to be used, instead of prompting the user
13276 for a bullet character.
b6a5875b 13277
ee545c35
MA
132782011-03-09 Michael Albinus <michael.albinus@gmx.de>
13279
d86d2721
SM
13280 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13281 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13282 `tramp-default-port'.
13283
c47971d7
DD
132842011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13285
13286 * net/rcirc.el (rcirc-handler-001): Remove useless
13287 with-rcirc-process-buffer.
13288 (rcirc-check-auth-status): Swap arguments to string-match.
13289
13522cb4
GM
132902011-03-09 Glenn Morris <rgm@gnu.org>
13291
0be6f4f1
GM
13292 * shell.el (shell-mode):
13293 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13294
13522cb4
GM
13295 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13296 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13297
515de2e3
CY
132982011-03-08 Chong Yidong <cyd@stupidchicken.com>
13299
13300 * emacs-lisp/package.el (package-refresh-contents)
13301 (package-menu-execute): Use condition-case-no-debug.
13302
b511b994
MA
133032011-03-08 Michael Albinus <michael.albinus@gmx.de>
13304
13305 * simple.el (shell-command-to-string): Use `process-file'.
13306
13307 * emacs-lisp/package.el (package-tar-file-info): Handle also
13308 remote files.
13309
d86d2721
SM
13310 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13311 Use `equal' for upload base check.
b511b994 13312
25bbfb31
AM
133132011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13314
13315 * textmodes/texinfo.el (texinfo-environments):
13316 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13317
be996521
GM
133182011-03-08 Glenn Morris <rgm@gnu.org>
13319
e9c8529f
GM
13320 * cus-start.el (cursor-in-non-selected-windows):
13321 Fix :set quoting oddness. (Bug#8192)
13322
be996521
GM
13323 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13324 in some setf expressions. (Bug#2159)
13325
2bb5649e
CY
133262011-03-08 Chong Yidong <cyd@stupidchicken.com>
13327
13328 * custom.el (custom-available-themes): Return themes in
13329 alphabetical order.
13330
33383987 13331See ChangeLog.15 for earlier changes.
e3d51b27
MR
13332
13333;; Local Variables:
13334;; coding: utf-8
e3d51b27
MR
13335;; End:
13336
acaf905b 13337 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13338
13339 This file is part of GNU Emacs.
13340
13341 GNU Emacs is free software: you can redistribute it and/or modify
13342 it under the terms of the GNU General Public License as published by
13343 the Free Software Foundation, either version 3 of the License, or
13344 (at your option) any later version.
13345
13346 GNU Emacs is distributed in the hope that it will be useful,
13347 but WITHOUT ANY WARRANTY; without even the implied warranty of
13348 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13349 GNU General Public License for more details.
13350
13351 You should have received a copy of the GNU General Public License
13352 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.