Move function from cal-tex to holidays
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a43f98b3
GM
12012-05-05 Glenn Morris <rgm@gnu.org>
2
3 * calendar/holidays.el (holiday-in-range):
4 Move here from cal-tex-list-holidays.
5 * calendar/cal-tex.el (cal-tex-list-holidays):
6 Make it an obsolete alias for holiday-in-range. Update all callers.
7
fef9d149 82012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
9
10 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11 Nextstep.
12
248da2f4
RW
132012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14
15 * files.el (file-auto-mode-skip): New var.
16 (set-auto-mode-1): Use it.
17
f95e9344
SM
182012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19
df96ab1e
SM
20 * repeat.el: Use lexical-binding.
21 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
22 (repeat-undo-count): Remove.
23 (repeat):
24 * progmodes/octave-mod.el (octave-abbrev-start):
25 * progmodes/f90.el (f90-abbrev-start):
26 * face-remap.el (text-scale-adjust):
27 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
28
5342bb06
SM
29 * emacs-lisp/pcase.el (pcase--let*): New function.
30 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
31 a bit more.
32 (pcase--split-pred): Be more clever about ruling out overlap between
33 a predicate and some constant pattern.
34 (pcase--q1): Use `null' instead of (eq foo nil).
35
f95e9344
SM
36 * subr.el (setq-local, defvar-local): New macros.
37 (kbd): Redefine as an alias.
38 (with-selected-window): Leave unrelated frames alone.
39 (set-temporary-overlay-map): New function.
40
71873e2b
SM
412012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * subr.el (user-error): New function.
44 * window.el (switch-to-buffer):
45 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
46 (smerge-match-conflict):
47 * simple.el (previous-matching-history-element)
48 (next-matching-history-element, goto-history-element, undo-more)
49 (undo-start):
50 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
51 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
52 (next-file, tags-loop-scan, list-tags, complete-tag):
53 * progmodes/compile.el (compilation-loop):
54 * mouse.el (mouse-minibuffer-check):
55 * man.el (Man-bgproc-sentinel, Man-goto-page):
56 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
57 (Info-history-forward, Info-follow-reference, Info-menu)
58 (Info-extract-menu-item, Info-extract-menu-counting)
59 (Info-forward-node, Info-backward-node, Info-next-menu-item)
60 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
61 (Info-next-reference, Info-prev-reference, Info-index)
62 (Info-index-next, Info-follow-nearest-node)
63 (Info-copy-current-node-name):
64 * imenu.el (imenu--make-index-alist)
65 (imenu-default-create-index-function, imenu-add-to-menubar):
66 * files.el (basic-save-buffer, recover-file):
67 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
68 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
69 (checkdoc-message-text, checkdoc-defun):
70 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
71 * cus-edit.el (customize-changed-options, customize-rogue)
72 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
73 (custom-variable-mark-to-reset-standard)
74 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
75 (custom-file):
76 * completion.el (check-completion-length):
77 * comint.el (comint-search-arg)
78 (comint-previous-matching-input-string-position)
79 (comint-previous-matching-input)
80 (comint-replace-by-expanded-history-before-point, comint-send-input)
81 (comint-copy-old-input, comint-backward-matching-input)
82 (comint-goto-process-mark, comint-set-process-mark):
83 * calendar/calendar.el (calendar-cursor-to-date): Use it.
84 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
85
8a61ee22
SM
862012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
87
66408d1e
SM
88 * dabbrev.el (dabbrev--ignore-case-p): New function.
89 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
90 Use it.
91
8a61ee22
SM
92 * files.el (automount-dir-prefix): Mark as obsolete.
93
3c74813a
GM
942012-05-04 Glenn Morris <rgm@gnu.org>
95
96 * patcomp.el, play/bruce.el: Move to obsolete/.
97
0bfcf5c5
PE
982012-05-04 Paul Eggert <eggert@cs.ucla.edu>
99
100 Fix minor Y10k bugs.
101 * arc-mode.el (archive-unixdate):
102 * autoinsert.el (auto-insert-alist):
103 * calc/calc-forms.el (math-this-year):
104 * emacs-lisp/copyright.el (copyright-current-year)
105 (copyright-update-year, copyright):
106 * tar-mode.el (tar-clip-time-string):
107 * time.el (display-time-update):
108 Don't assume years have 4 digits.
109
78f3273a
CY
1102012-05-04 Chong Yidong <cyd@gnu.org>
111
112 * dos-w32.el (file-name-buffer-file-type-alist)
113 (direct-print-region-use-command-dot-com):
114 * ffap.el (ffap-menu-regexp):
115 * find-file.el (ff-special-constructs):
116 * follow.el (follow-debug):
117 * forms.el (forms--debug):
118 * iswitchb.el (iswitchb-all-frames):
119 * ido.el (ido-all-frames):
120 * emacs-lisp/timer.el (timer-max-repeats):
121 * mail/feedmail.el (feedmail-mail-send-hook)
122 (feedmail-mail-send-hook-queued):
123 * mail/footnote.el (footnote-signature-separator):
124 * mail/mailabbrev.el (mail-alias-separator-string)
125 (mail-abbrev-mode-regexp):
126 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
127 * progmodes/idlwave.el (idlwave-libinfo-file)
128 (idlwave-default-completion-case-is-down)
129 (idlwave-library-routines): Convert defvars to defcustoms.
130
131 * mail/rmail.el (rmail-decode-mime-charset):
132 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
133 (idlwave-shell-fix-inserted-breaks)
134 (idlwave-shell-activate-alt-keybindings)
135 (idlwave-shell-use-breakpoint-glyph):
136 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
137
f7ae6719
SM
1382012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
141
47086495
WS
1422012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
143
144 * progmodes/verilog-mode.el (font-lock-keywords):
145 Fix mis-highligting auto. Reported by Craig Barner.
146 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
147 defines from global name space. Reported by Dan Dever.
148 (verilog-auto-reset, verilog-auto-reset-widths)
149 (verilog-auto-tieoff): Support using unbased numbers for
150 AUTORESET and AUTOTIEOFF.
151 (verilog-submit-bug-report): Update variable list.
152 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
153 parenthesis from not matching. Reported by Michael Rytting.
154 (verilog-auto-template-lint): Fix hash error when linting modules
155 with no used templates.
156 (verilog-warn, verilog-warn-error)
157 (verilog-warn-fatal): When non-interactive report multiple
158 warnings before exiting. Suggested by Brad Dobbie.
159 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
160 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
161 to report unused template errors. Reported by Brad Dobbie.
162 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
163 nets, bug438. Reported by Vns Blore.
164 (verilog-auto-inout-module, verilog-auto-reg)
165 (verilog-read-decls, verilog-read-sub-decls-sig)
166 (verilog-signals-edit-wire-reg, verilog-signals-with):
167 Fix passing of Verilog data types in ANSI input/output ports
168 such as "output logic" into the AUTOs. Special case "wire" and
169 "reg" for backwards compatibility presuming Verilog 2001.
170 (verilog-auto-ascii-enum): Add "auto enum" as alias.
171 (verilog-preprocess): Fix replication of preprocess output.
172 Reported by Brad Dobbie.
173 (verilog-auto-inst-interfaced-ports):
174 Create verilog-auto-inst-interfaced-ports, bug429.
175 Reported by Julian Gorfajn.
176 (verilog-after-save-font-hook)
177 (verilog-before-save-font-hook): New variable.
178 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
179 (verilog-save-font-mods): Wrap disabling fontification, reported
180 by David Rogoff.
181 (verilog-do-indent, verilog-pretty-declarations-auto)
182 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
183 Reported by Pierre-David Pfister.
184 (verilog-set-auto-endcomments): Fix endtask auto comments outside
185 of class declarations, bug292. Reported by Kevin Heilman.
186 (verilog-read-decls): Fix 'parameter type' not appearing in
187 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
188 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
189 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
190 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
191 Reported by David Kravitz.
192
1932012-05-03 Michael McNamara <mac@mail.brushroad.com>
194
195 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
196 assignment with tests in ifs and for loops.
197 (verilog-extended-complete-re, verilog-complete-reg): Change so
198 that DPI inport functions don't look like fuction declarations.
199 (verilog-pretty-expr): Don't line up assignment
200 operations to the test and increment in if and for loops
201 (verilog-extended-complete-re, verilog-complete-reg): Change so
202 that DPI inport functions don't look like fuction declarations
203
2e51d4b5
KH
2042012-05-03 Kenichi Handa <handa@m17n.org>
205
206 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
207 decoding, and show a warning message without signalling an error
208 (Bug#11282).
209
2bd785a2
SM
2102012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * emacs-lisp/bytecomp.el
213 (byte-compile-file-form-custom-declare-variable): Compile all elements,
214 since cconv.el might have introduced :fun-body, internal-make-closure,
215 and friends for bytecomp to handle (bug#11391).
216 * custom.el (defcustom): Avoid ((λ ..) ..).
217
99d27583
SM
2182012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
221
55a71479
JB
2222012-05-02 Juanma Barranquero <lekktu@gmail.com>
223
224 * notifications.el (dbus-debug):
225 * term/linux.el (gpm-mouse-enable):
226 * term/screen.el (xterm-register-default-colors): Declare.
227
7b97c764
CY
2282012-05-02 Chong Yidong <cyd@gnu.org>
229
2bc356d7
CY
230 * cus-start.el (gc-cons-percentage, exec-suffixes)
231 (dos-display-scancodes, dos-hyper-key, dos-super-key)
232 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
233 (make-cursor-line-fully-visible, void-text-area-pointer)
234 (font-list-limit): Add customization data.
235
7b97c764
CY
236 * allout.el (allout-exposure-change-functions)
237 (allout-structure-added-functions)
238 (allout-structure-deleted-functions)
239 (allout-structure-shifted-functions): Rename abnormal hooks from
240 *-hook, and convert to defcustoms.
5d3385a0
JB
241 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
242 Convert to defcustoms.
7b97c764
CY
243 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
244
245 * allout-widgets.el: Hook callers changed.
246
90207a15 2472012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
248
249 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
250 the yanked message in preference to the default value of
251 buffer-file-coding-system.
252
90207a15 2532012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 254
5d3385a0
JB
255 * window.el (display-buffer--action-function-custom-type):
256 Fix entry.
d9558cad 257
90207a15 2582012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
259
260 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
261
d80ac57b
GM
2622012-05-01 Glenn Morris <rgm@gnu.org>
263
976f7668
GM
264 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
265
beb83b5a
GM
266 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
267
d80ac57b
GM
268 * cus-edit.el (custom-variable-documentation): Simplify with format.
269
b593d6a9
AH
2702012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
271 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * simple.el (suggest-key-bindings, execute-extended-command):
274 Move from keyboard.c.
275
782fbf2a
CY
2762012-05-01 Chong Yidong <cyd@gnu.org>
277
278 * follow.el: Eliminate advice.
279 (set-process-filter, process-filter, sit-for): Advice deleted.
280 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
281 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
282 Vars deleted.
782fbf2a
CY
283 (follow-auto): Use a :set function.
284 (follow-mode): Rewritten. Don't advise process filters.
285 (follow-switch-to-current-buffer-all, follow-scroll-up)
286 (follow-scroll-down): Assume follow-mode is bound.
287 (follow-comint-scroll-to-bottom)
288 (follow-align-compilation-windows): New functions.
289 (follow--window-sorter): New function.
290 (follow-all-followers): Use it to explicitly sort windows by their
291 positions; don't make assumptions about next-window order.
292 (follow-windows-start-end, follow-delete-other-windows-and-split)
293 (follow-calc-win-start): Doc fix.
294 (follow-windows-aligned-p, follow-select-if-visible): Don't call
295 vertical-motion unnecessarily.
296 (follow-adjust-window): New function.
297 (follow-post-command-hook): Use it.
298 (follow-call-set-process-filter, follow-call-process-filter)
299 (follow-intercept-process-output, follow-tidy-process-filter-alist)
300 (follow-stop-intercept-process-output, follow-generic-filter):
301 Functions deleted.
302 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
303 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
304 New functions, replacing advice on scroll-bar-* commands.
87233a14 305 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
306
307 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
308 (comint-postoutput-scroll-to-bottom): Use it.
309 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 310
290af740
GM
3112012-05-01 Glenn Morris <rgm@gnu.org>
312
313 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
314 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
315 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
316 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
317 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
318 Remove no-byte-compile setting.
319
6eac8dc9
SM
3202012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * minibuffer.el (completion-table-with-quoting): Fix compatibility
323 all-completions code to not return a number in the last cdr.
324
9cc7819c
LL
3252012-04-30 Leo Liu <sdl.web@gmail.com>
326
327 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
328 read-only error.
329
c93b886f
CY
3302012-04-29 Chong Yidong <cyd@gnu.org>
331
332 * follow.el (follow-calc-win-end): Rewrite to handle partial
333 screen lines correctly (Bug#8390).
334 (follow-avoid-tail-recenter): Minor cleanup.
335
8b6c19f4
SM
3362012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 Avoid the obsolete `assoc' package.
339 * speedbar.el (speedbar-refresh): Avoid adelete.
340 (speedbar-file-lists): Simplify and avoid aput.
341 * man.el (Man--sections, Man--refpages): New vars, replacing
342 Man-sections-alist and Man-refpages-alist.
343 (Man-build-section-alist, Man-build-references-alist):
344 Use them; avoid aput.
345 (Man--last-section, Man--last-refpage): New vars.
346 (Man-follow-manual-reference): Use them.
347 Use the `default' arg of completing-read.
348 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
349
c5bb7569
CY
3502012-04-27 Chong Yidong <cyd@gnu.org>
351
d1d2e2e8
CY
352 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
353
15cd8efd
CY
354 * startup.el (x-apply-session-resources): New function.
355
356 * term/ns-win.el (ns-initialize-window-system):
357 * term/w32-win.el (w32-initialize-window-system):
358 * term/x-win.el (x-initialize-window-system): Use it to properly
359 set menu-bar-mode and other vars from X resources, even if the
360 initial frame is not a window-system frame (Bug#2299).
361
c5bb7569
CY
362 * subr.el (read-key): Avoid running filter function when setting
363 up temporary tool bar entries (Bug#9922).
364
a8e7d6d7 3652012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
366
367 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
368 (Bug#11344)
369
a8e7d6d7 3702012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
371
372 * select.el (xselect--encode-string): New function, split from
373 xselect-convert-to-string.
374 (xselect-convert-to-string): Use it.
375 (xselect-convert-to-filename, xselect-convert-to-os)
376 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
377 returned strings are properly encoded (Bug#11315).
378
a8e7d6d7 3792012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
380
381 * simple.el (delete-active-region): Move to killing custom group.
382
a8e7d6d7 3832012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
384
385 * progmodes/which-func.el (which-func-current): Quote %
386 characters for mode-line processing.
387
578c1d4b 3882012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
389
390 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
391 reaching eob (Bug#11286).
392
a8e7d6d7 3932012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
394
395 * progmodes/gdb-mi.el (gdb-control-level): New variable.
396 (gdb): Make it buffer-local and init to zero.
397 (gdb-control-commands-regexp): New variable.
398 (gdb-send): Don't wrap in "-interpreter-exec console" if
399 gdb-control-level is positive. Increment gdb-control-level
400 whenever the command matches gdb-control-commands-regexp, and
401 decrement it each time the command is "end". (Bug#11279)
402
a8e7d6d7 4032012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
404
405 * window.el (adjust-window-trailing-edge, enlarge-window)
406 (shrink-window, window-resize):
407 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
408 windows (Bug#11276).
409
b3608390
CY
4102012-04-27 Chong Yidong <cyd@gnu.org>
411
412 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 413 fix "missing prefix" warning. All callers changed.
b3608390 414
797e6e88
SM
4152012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * emacs-lisp/assoc.el: Move to obsolete/.
418
e95a67dc
SM
4192012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
420
657c21e4 421 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
422
423 * term/ns-win.el (ns-define-service):
424 * progmodes/pascal.el (pascal-goto-defun):
425 * progmodes/js.el (js--read-tab):
426 * progmodes/etags.el (tags-lazy-completion-table):
427 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
428 * emacs-lisp/ewoc.el (ewoc--wrap):
429 * emacs-lisp/assoc.el (aput, adelete, amake):
430 * doc-view.el (doc-view-convert-current-doc):
431 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
432
cb3e7ae0
CY
4332012-04-26 Chong Yidong <cyd@gnu.org>
434
dce04f7f
CY
435 * image.el (image-type-from-buffer): Only return supported image
436 type (Bug#9045).
437
cb3e7ae0
CY
438 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
439 value, for symmetry with diff-end-of-hunk.
440 (diff-split-hunk, diff-find-source-location)
441 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
442 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
443 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
444 compute the relevant hunk or file properly (Bug#6005).
445 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
446
0d42eb3e
SM
4472012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * vc/vc-mtn.el:
450 * vc/vc-hg.el:
451 * vc/vc-git.el:
452 * vc/vc-dir.el:
453 * vc/vc-cvs.el:
454 * vc/vc-bzr.el:
455 * vc/vc-arch.el:
456 * vc/vc.el: Replace lexical-let by lexical-binding.
457 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
458 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
459 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
460
f08ae1c9
CY
4612012-04-26 Chong Yidong <cyd@gnu.org>
462
8b71081d
CY
463 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
464 (diff-mode-shared-map): Bind it to / and [remap undo].
465
f08ae1c9
CY
466 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
467 (ediff-window-setup-function): Use it as the default, to set up
468 windows based on whether the current frame is graphical (Bug#2138).
469 (ediff-choose-window-setup-function-automatically): Make obsolete.
470
471 * vc/ediff-init.el: Always define ediff-pixel-width/height.
472
ef24141c
SM
4732012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
474
cc356a5d
SM
475 * ffap.el: Remove old code for obsolete package.
476 (ffap-complete-as-file-p): Remove.
477
b4ff4f1f
SM
478 Use completion-table-with-quoting for comint and pcomplete.
479 * comint.el (comint--unquote&requote-argument)
480 (comint--unquote-argument, comint--requote-argument): New functions.
481 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
482 (comint-quote-filename): Use regexp-opt-charset.
483 (comint--common-suffix, comint--common-quoted-suffix)
484 (comint--table-subvert): Remove.
485 (comint-unquote-function, comint-requote-function): New vars.
486 (comint--complete-file-name-data): Use them with
487 completion-table-with-quoting.
488 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
489 * pcomplete.el (pcomplete-arg-quote-list)
490 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
491 (pcomplete-unquote-argument-function): Default to non-nil.
492 (pcomplete-unquote-argument): Simplify.
493 (pcomplete--common-quoted-suffix): Remove.
494 (pcomplete-requote-argument-function): New var.
495 (pcomplete--common-suffix): New function.
496 (pcomplete-completions-at-point): Use completion-table-with-quoting
497 and completion-table-subvert.
498
79c4eeb4
SM
499 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
500 (minibuffer--double-dollars): Preserve properties.
501 (completion--sifn-requote): New function.
502 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
503
ef24141c
SM
504 * minibuffer.el: Add support for completion of quoted/escaped data.
505 (completion-table-with-quoting, completion-table-subvert): New funs.
506 (completion--twq-try, completion--twq-all): New functions.
507 (completion--nth-completion): New function.
508 (completion-try-completion, completion-all-completions): Use it.
509
784e7d6e
LL
5102012-04-25 Leo Liu <sdl.web@gmail.com>
511
dd2ac746
SM
512 * progmodes/python.el (python-pdbtrack-get-source-buffer):
513 Use compilation-message if available to find real filename.
784e7d6e 514
07875ee7
CY
5152012-04-25 Chong Yidong <cyd@gnu.org>
516
517 * vc/diff-mode.el (diff-setup-whitespace): New function.
518 (diff-mode): Use it.
519
520 * vc/diff.el (diff-sentinel):
521 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
522 Whitespace mode variables based on diff style (Bug#8612).
523
5055880d
LL
5242012-04-25 Leo Liu <sdl.web@gmail.com>
525
daf75653
LL
526 * progmodes/python.el (python-send-region): Add suffix .py to the
527 temp file.
528
5055880d
LL
529 * files.el (auto-mode-alist): Use javascript-mode instead.
530
db9b177b
AH
5312012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
532
ef24141c 533 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
534
535 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 536 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 537 references, see Bug#9.
ef24141c 538 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 539 when receiving a fault reply.
ef24141c 540 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
541
542 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 543 (soap-inspect-simple-type): New function.
db9b177b 544
ef24141c 545 * soap-client.el (soap-simple-type): New struct.
db9b177b 546 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
547 (soap-decode-basic-type, soap-encode-basic-type):
548 support unsignedInt and double basic types.
db9b177b 549 (soap-resolve-references-for-simple-type)
ef24141c
SM
550 (soap-parse-simple-type, soap-encode-simple-type): New function.
551 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
552
553 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
554 (soap-default-soapenc-types): Add integer, byte and anyURI types.
555 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
556 the local name of "soapenc:Array".
557 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
558 decoding integer, byte and anyURI xsd types.
559
1fc6097b
CY
5602012-04-25 Chong Yidong <cyd@gnu.org>
561
562 * cus-edit.el (custom-buffer-create-internal): Update header text.
563
afc6df87
EZ
5642012-04-25 Eli Zaretskii <eliz@gnu.org>
565
566 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
567 settings on 'system-type', not on 'window-system'. On MS-Windows,
568 set interactive-mode on in GDB.
569
dfbd787f
SM
5702012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
573 (ruby-syntax-propertize-regexp): Remove.
574 (ruby-syntax-propertize-function): Split regexp into chunks.
575 Match following code directly.
576
85222d44
DG
5772012-04-24 Dmitry Gutov <dgutov@yandex.ru>
578
51a8ea2a
DG
579 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
580 (ruby-syntax-propertize-regexp): New function.
581 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
582 by a special keyword.
583
85222d44
DG
584 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
585 (ruby-syntax-general-delimiters-goto-beg)
586 (ruby-syntax-propertize-general-delimiters): New functions.
587 (ruby-syntax-propertize-function): Use them to handle GDL.
588 (ruby-font-lock-keywords): Move old handling of GDL...
589 (ruby-font-lock-syntactic-keywords): .. to here.
590 (ruby-calculate-indent): Adjust indentation for GDL.
591
b613912b
MA
5922012-04-24 Michael Albinus <michael.albinus@gmx.de>
593
b5380639
MA
594 * notifications.el (top): Remove unneeded declarations.
595 (notifications-specification-version): Change to "1.2".
e43042fe 596 (notifications-interface, notifications-notify-method)
b613912b
MA
597 (notifications-close-notification-method): Fix docstring.
598 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
599 (notifications-notify): Add :action-items, :resident and
600 :transient hints. Change "image_data" to "image-data" and
601 "image_path" to "image-path".
b613912b
MA
602 (notifications-get-capabilities): New defun.
603
257440aa
LL
6042012-04-24 Leo Liu <sdl.web@gmail.com>
605
606 * progmodes/python.el: Move hideshow setup to the end.
607
b1bac16e
MR
6082012-04-24 Martin Rudalics <rudalics@gmx.at>
609
610 * window.el (handle-select-window): Clear echo area since this is
611 no more done by read_char (Bug#11304).
612
d81bd059
SM
6132012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
616 and `/ M' to filter-derived-mode.
617 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
618 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
619 (ibuffer-mark-by-mode): Use default rather than initial-input.
620 (ibuffer-filter-by-derived-mode): Autoload and require-match.
621
c4cf6d91
IA
6222012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
623
624 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
625 (ibuffer-filter-by-derived-mode): New filter.
626 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
627
7511ded8
CY
6282012-04-23 Andreas Politz <politza@fh-trier.de>
629
630 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
631
775c916b
CY
6322012-04-23 Chong Yidong <cyd@gnu.org>
633
634 * cus-edit.el (customize-apropos, customize-apropos-options):
635 Disable matching of non-option variables (Bug#11176).
636 (customize-option, customize-option-other-window)
637 (customize-changed-options): Doc fix.
638 (customize-apropos-options, customize-apropos-faces)
639 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
640
641 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 642 Fix word list splitting (Bug#11132).
46c71e23
CY
643 (apropos-symbol, apropos-keybinding, apropos-label)
644 (apropos-property, apropos-function-button)
645 (apropos-variable-button, apropos-misc-button): New faces.
646 (apropos-symbol-face, apropos-keybinding-face)
647 (apropos-label-face, apropos-property-face, apropos-match-face):
648 Variables removed (Bug#8396).
649 (apropos-library-button, apropos-format-plist, apropos-print)
650 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 651
2df41f9c
MA
6522012-04-23 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/xesam.el (xesam-mode-map): Use let-bound map in
655 initialization. (Bug#11292)
656
da00640a
AM
6572012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
658
659 Preserve ispell session localwords when switching back to
660 original buffer.
661
662 * ispell.el (ispell-buffer-session-localwords): New buffer-local
663 variable to hold buffer session localwords.
664 (ispell-kill-ispell): add option 'clear to delete session
665 localwords.
666 (ispell-command-loop, ispell-change-dictionary)
667 (ispell-buffer-local-words): Preserve session localwords when
668 needed.
669
670 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
671 Preserve session localwords when needed.
672
f621ccf5
AM
6732012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
674
675 * ispell.el (ispell-insert-word) Remove unneeded function using
676 obsolete `translation-table-for-input'.
ef24141c
SM
677 (ispell-word, ispell-process-line, ispell-complete-word):
678 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 679
c2d1019e
CY
6802012-04-22 Chong Yidong <cyd@gnu.org>
681
682 * cus-edit.el (custom-variable-menu)
683 (custom-variable-reset-saved, custom-face-menu)
684 (custom-face-reset-saved): If there is no saved value, make the
685 "reset-saved" operation bring back the default (Bug#9509).
686 (custom-face-state): Properly detect themed faces.
687
eeddc531
CY
688 * faces.el (face-spec-set): Stop supporting deprecated form of
689 third arg.
690
dcbf5805
MA
6912012-04-22 Michael Albinus <michael.albinus@gmx.de>
692
693 Move functions from C to Lisp. Make non-blocking method calls
694 the default. Implement further D-Bus standard interfaces.
695
ef24141c
SM
696 * net/dbus.el (dbus-message-internal): Declare function.
697 Remove unneeded function declarations.
dcbf5805
MA
698 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
699 (dbus-message-type-method-return, dbus-message-type-error)
700 (dbus-message-type-signal): Declare variables. Remove local
701 definitions.
702 (dbus-interface-dbus, dbus-interface-peer)
703 (dbus-interface-introspectable, dbus-interface-properties)
704 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
705 Adapt docstring.
706 (dbus-interface-objectmanager): New defconst.
707 (dbus-call-method, dbus-call-method-asynchronously)
708 (dbus-send-signal, dbus-method-return-internal)
709 (dbus-method-error-internal, dbus-register-service)
710 (dbus-register-signal, dbus-register-method): New defuns, moved
711 from dbusbind.c
712 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
713 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
714 New defuns.
dcbf5805
MA
715 (dbus-call-method-non-blocking): Make it an obsolete function.
716 (dbus-unregister-object, dbus-unregister-service)
717 (dbus-handle-event, dbus-register-property)
718 (dbus-property-handler): Obey the new structure of
719 `bus-registered-objects'.
720 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
721 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
722 Use `dbus-call-method'.
723
cf20dee0
CY
7242012-04-22 Chong Yidong <cyd@gnu.org>
725
726 * cus-edit.el (custom-commands, custom-reset-menu)
727 (Custom-reset-standard): Tweak labels.
728 (custom-reset-button-menu): Change default to t.
729 (custom-buffer-create-internal): For the custom-reset-button-menu
730 case, put the revert button first.
731 (custom-group-subtitle): New face.
732 (custom-group-value-create): Align docstring to a specific column.
733
734 * wid-edit.el (widget-documentation-link-add): Don't handle
735 indentation in this function.
736 (widget-documentation-string-indent-to): New function.
737 (widget-documentation-string-value-create): Use it.
738
739 * autorevert.el (auto-revert):
740 * epg-config.el (epg):
741 * ibuffer.el (ibuffer):
742 * mpc.el (mpc):
743 * ses.el (ses):
744 * eshell/eshell.el (eshell):
745 * net/ange-ftp.el (ange-ftp):
746 * progmodes/ebnf2ps.el (postscript):
747 * progmodes/flymake.el (flymake):
748 * progmodes/prolog.el (prolog):
749 * progmodes/verilog-mode.el (verilog-mode):
750 * progmodes/which-func.el (which-func):
751 * term/xterm.el (xterm):
752 * textmodes/picture.el (picture):
753 * textmodes/tildify.el (tildify):
754 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
755 customization buffers.
756
583e23bd
AM
7572012-04-22 Alan Mackenzie <acm@muc.de>
758
759 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
760 Adding a ) can hide the resulting (..) from searches. Fix it.
761 Bound the backward search to the position of the existing (.
762
7dd51bf1
JB
7632012-04-21 Juanma Barranquero <lekktu@gmail.com>
764
765 * progmodes/verilog-mode.el (verilog-mode): Check whether
766 which-func-modes is t before adding verilog-mode.
767 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
768
d64a438f
LL
7692012-04-21 Leo Liu <sdl.web@gmail.com>
770
7dd51bf1 771 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 772
081e8d65
MV
7732012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
774
775 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
776 filling of the last column of a table (Bug#5635).
777 (woman-find-next-control-line): New arg, specifying an additional
778 regexp component for the control line.
779 (woman2-roff-buffer): Use it.
780 (woman-break-table): New function.
781 (woman2-TS): Use it.
782
7832012-04-21 Chong Yidong <cyd@gnu.org>
784
785 * woman.el (woman-set-buffer-display-table, woman-decode-region)
786 (woman-horizontal-escapes, woman-negative-vertical-space)
787 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
788 (WoMan-warn-ignored): Use ?\s instead of ?\ .
789
ed571ccb
SM
7902012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * minibuffer.el (completion-file-name-table): Complete user names.
793
39773899
LL
7942012-04-20 Leo Liu <sdl.web@gmail.com>
795
796 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
797 and pcase-let*.
798
de6ff46d
CY
7992012-04-20 Chong Yidong <cyd@gnu.org>
800
801 * server.el (server-execute): Respect initial-buffer-choice if it
802 is a string and there are no files to open (Bug#2825).
803 (server-create-window-system-frame, server-create-tty-frame):
804 Don't switch buffers here.
2d0e8e61
CY
805 (server-process-filter): Only try to open a window system frame if
806 compiled with graphical support (Bug#8314).
de6ff46d 807
54071013
DN
8082012-04-20 Dan Nicolaescu <dann@gnu.org>
809
810 * battery.el (battery-echo-area-format): Display remaining time
811 for sysfs backend too (Bug#11269).
812 (battery-linux-sysfs): Fix conditional for the charge.
813
f30d612a
CY
8142012-04-20 Chong Yidong <cyd@gnu.org>
815
c07a4c0b 816 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
817 (gdb-inferior-io--init-proc): New function.
818 (gdb-init-1): Use it.
819 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
820 responsible for allocating a new pty and hooking it to gdb when
821 the old pty gets an EIO due to process exit.
822 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
823 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
824 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
825
2116e93c
EZ
8262012-04-20 Eli Zaretskii <eliz@gnu.org>
827
828 * window.el (window-min-size, window-sizable, window-min-delta)
829 (window-max-delta, window--resizable, window-resizable)
830 (window-total-size, window-full-height-p, window-full-width-p)
831 (window-in-direction, window--resize-mini-window, window-resize)
832 (window--resize-child-windows-normal)
833 (window--resize-child-windows, window--resize-siblings)
834 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 835 (enlarge-window, shrink-window): Doc fixes.
2116e93c 836
c07a4c0b 8372012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 838
ef24141c
SM
839 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
840 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
841 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
842 pty process (Bug#11273).
843 (gdb-update): New arg to suppress talking to the gdb process.
844 (gdb-done-or-error): Use it.
845 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
846 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
847 sentinel not being called.
848
849 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
850
d02766ab
CY
851 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
852
c07a4c0b 8532012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
854
855 * net/network-stream.el (open-network-stream): Doc fix.
856
c07a4c0b 8572012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
858
859 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
860
c07a4c0b 8612012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
862
863 Ensure searching for keywords is case sensitive.
864
865 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
866 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
867 (c-defun-name, c-mark-function, c-cpp-define-name)
868 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 869 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 870
ef24141c
SM
871 * progmodes/cc-mode.el (c-font-lock-fontify-region):
872 Bind case-fold-search to nil.
f0f6bc35 873
c07a4c0b 8742012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
875
876 * mail/sendmail.el (mail-bury): Call return action with the right
877 Rmail buffer (Bug#11242).
878
9a864fa2
CY
879 * server.el (server-process-filter): Handle corner case where both
880 tty and nowait options are present (Bug#11102).
881
539aa513
EZ
8822012-04-20 Eli Zaretskii <eliz@gnu.org>
883
884 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
885 (top level): Put into the executable the ident-style '$Id:' tag on
886 windows-nt as well.
539aa513 887
cfc7d5da
SM
8882012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * electric.el (electric-indent-post-self-insert-function): Check that
891 electric-indent-mode is enabled in current buffer.
892
5b01685c
JB
8932012-04-19 Juanma Barranquero <lekktu@gmail.com>
894
895 * imenu.el (imenu-progress-message): Restore; it is "used" in
896 erc/erc-imenu.el and net/snmp-mode.el.
897
4d6769e1
JB
8982012-04-19 Juanma Barranquero <lekktu@gmail.com>
899
900 * avoid.el (mouse-avoidance-mode): Mark unused arg.
901 (mouse-avoidance-nudge-mouse): Remove unused binding.
902
903 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
904
905 * descr-text.el (describe-char):
906 * progmodes/python.el (python-describe-symbol):
907 Don't call `toggle-read-only', set `buffer-read-only'.
908
909 * imenu.el (imenu-default-goto-function): Mark unused args.
910 (imenu-progress-message): Remove obsolete macro; all callers changed.
911
912 * subr.el (keymap-canonicalize): Remove unused binding.
913 (read-passwd): Mark unused arg.
914
915 * tutorial.el (tutorial--display-changes): Remove unused binding.
916 (tutorial--save-tutorial-to): Remove unused variable.
917
918 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
919 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
920 (package-generate-autoloads, package-menu--generate)
921 (package-menu--find-upgrades): Remove unused bindings.
922
923 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
924 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
925 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
926 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
927 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
928 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
929 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
930 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
931 (cua-delete-char-rectangle): Mark unused args.
932 (cua-align-rectangle): Remove unused binding.
933
934 * mail/rmail.el (compilation--message->loc)
935 (epa--find-coding-system-for-mime-charset): Declare.
936
937 * net/dbus.el (dbus-register-service): Declare.
938 (dbus-name-owner-changed-handler): Remove unused binding.
939
940 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
941 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
942 (nxml-scan-backward-within): Mark unused arg.
943 (nxml-dynamic-markup-word): Remove unused binding.
944
945 * mouse.el (mouse-menu-major-mode-map):
946 * emacs-lisp/authors.el (authors-scan-change-log)
947 (authors-add-to-author-list):
948 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
949 * emacs-lisp/smie.el (smie-auto-fill):
950 * mail/sendmail.el (mail-bury):
951 * mail/unrmail.el (unrmail):
952 * net/tls.el (open-tls-stream):
953 * textmodes/picture.el (picture-mouse-set-point):
954 Remove unused bindings.
955
8c8fc5df
MA
9562012-04-19 Michael Albinus <michael.albinus@gmx.de>
957
958 * net/tramp.el (tramp-action-password): Let-bind
959 `enable-recursive-minibuffers' to t.
960
a77b0ac9
SS
9612012-04-18 Sam Steingold <sds@gnu.org>
962
963 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
964 instead of 'string to accommodate values like [f11].
965 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
966 * progmodes/gdb-mi.el: Likewise.
967
12a106a9
LL
9682012-04-18 Leo Liu <sdl.web@gmail.com>
969
970 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
971 current buffer.
972 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
973 LOCAL is nil.
974
bc6494ef
CY
9752012-04-18 Chong Yidong <cyd@gnu.org>
976
977 * simple.el (line-move): Use forward-line if in batch mode
978 (Bug#11053).
979
c09c46b2
CS
9802012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
981
982 * files.el (after-find-file): Do not try to add a final newline if
983 the buffer is read-only (Bug#11156).
984
5f6530ea
RS
9852012-04-17 Richard Stallman <rms@gnu.org>
986
987 * mail/rmail.el (rmail-start-mail):
988 Pass (rmail-mail-return...) for the return-action.
989 Pass (rmail-yank-current-message...) for the yank-action.
990 (rmail-yank-current-message): New function.
991 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
992 (rmail-reply): Likewise.
993 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
994
995 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 996 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
997 buffer, not newbuf.
998
197b6f3c
JB
9992012-04-17 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * server.el (server-ensure-safe-dir): Simplify.
1002
2311d8e5 10032012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1004
2311d8e5
GM
1005 * emacs-lisp/smie.el: Provide smarter auto-filling.
1006 (smie-auto-fill): New function.
1007 (smie-setup): Use it.
98fb480e 1008
2311d8e5
GM
1009 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1010
10112012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1012
1013 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1014 (comment-indent): Use it.
1015
2311d8e5 10162012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1017
1018 * ses.el: The overall change is to add cell renaming, that is
1019 setting fancy names for cell symbols other than name matching
1020 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1021 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1022 (ses-create-cell-variable): New defun.
2311d8e5 1023 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1024 (ses-relocate-formula): Relocate formulas only for cells the
1025 symbols of which are not renamed, i.e. symbols whose names do not
1026 match regexp "\\`[A-Z]+[0-9]+\\'".
1027 (ses-relocate-all): Relocate values only for cells the symbols of
1028 which are not renamed.
1029 (ses-load): Create cells variables as the (ses-cell ...) are read,
1030 in order to check row col consistency with cell symbol name only
1031 for cells that are not renamed.
1032 (ses-replace-name-in-formula): New defun.
1033 (ses-rename-cell): New defun.
4bdf2ad2 1034
fc72b15c
PO
10352012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1036
1037 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1038 New option (bug#11118).
1039 (perl-calculate-indent): Respect it.
1040
12e10e61
GM
10412012-04-17 Glenn Morris <rgm@gnu.org>
1042
1043 * dired-aux.el (dired-mark-read-string): Doc fix.
1044
30009afd
DA
10452012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1046
1047 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1048 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1049
41f03f4d
GM
10502012-04-17 Glenn Morris <rgm@gnu.org>
1051
1052 * mouse.el (mouse-drag-track):
1053 * speedbar.el (speedbar-frame-mode):
1054 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1055
f45f90f3
LL
10562012-04-16 Leo Liu <sdl.web@gmail.com>
1057
1058 * progmodes/python.el: Trivial cleanup.
1059
94ee8db5
GM
10602012-04-16 Glenn Morris <rgm@gnu.org>
1061
121b8917
GM
1062 * vc/vc.el (vc-string-prefix-p):
1063 * vc/pcvs-util.el (cvs-string-prefix-p):
1064 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1065 * mpc.el (mpc-string-prefix-p):
1066 Make all of these into obsolete aliases for string-prefix-p.
1067 Update callers.
1068 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1069
1197ecfa
GM
1070 * textmodes/two-column.el: Move custom options to the start.
1071 (frame-width): Remove compat definition.
1072 (2C-associate-buffer, 2C-dissociate):
1073 Use with-current-buffer rather than save-excursion.
1074 (2C-dissociate): Force a mode-line update.
1075 (2C-autoscroll): Use ignore-errors.
1076
099e7202
GM
1077 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1078 Autoload trivia.
1079
bf350d6a
GM
1080 * emacs-lisp/cl-extra.el (*random-state*):
1081 Remove unnecessary declaration.
1082
0e829eab
GM
1083 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1084
e3ad7552
GM
1085 * play/cookie1.el (cookie-snarf):
1086 Give an explicit error if input file cannot be read.
1087
68892d27
GM
1088 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1089
20f0c46d
GM
1090 * progmodes/perl-mode.el (c-macro-expand):
1091 Remove unnecessary autoload (it is in loaddefs.el).
1092
5a0978ce
GM
1093 * textmodes/picture.el (picture-desired-column)
1094 (picture-update-desired-column): Convert comments to doc-strings.
1095 (picture-substitute): Remove function.
1096 (picture-mode-map): Initialize in the defvar.
1097
6b955486
GM
1098 * woman.el: Remove eval-after-load for tar-mode.
1099 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1100 (woman-tar-extract-file): Autoload it.
1101
94ee8db5
GM
1102 * frame.el (automatic-hscrolling): Make this alias obsolete.
1103
177eca34
AM
11042012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1105
1106 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1107 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1108 (ispell-dictionary-base-alist): Revert to original XEmacs
1109 friendly version for default. [:alpha:] will be added in
1110 `ispell-set-spellchecker-params' if needed
177eca34 1111
c505aaeb
CY
11122012-04-16 Chong Yidong <cyd@gnu.org>
1113
1114 * image.el (imagemagick--extension-regexp): New variable.
1115 (imagemagick-register-types): Use it.
1116 (imagemagick-types-inhibit): Add :set function. Allow new value
1117 of t to inhibit all types.
1118
1119 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1120 so we can preload it.
1121
1122 * loadup.el (fboundp): Preload regexp-opt, needed by
1123 imagemagick-register-types.
1124
60efac0f
CY
11252012-04-15 Chong Yidong <cyd@gnu.org>
1126
1127 * frame.el (scrolling): Remove nearly unused customization group.
1128
1129 * scroll-all.el (scroll-all-mode): Move to windows group.
1130
5dd1713e
CY
11312012-04-15 Chong Yidong <cyd@gnu.org>
1132
1133 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1134
e6fd457e
CY
11352012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1138 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1139
e153c136
GM
11402012-04-15 Glenn Morris <rgm@gnu.org>
1141
1142 * simple.el (process-file-side-effects): Doc fix.
1143
e6fd457e 11442012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1145
1146 * international/mule-cmds.el (set-language-environment): Doc fix.
1147
3603c3b1
JB
11482012-04-14 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * server.el (server-auth-key, server-generate-key): Doc fixes.
1151 (server-get-auth-key): Doc fix. Use `string-match-p'.
1152 (server-start): Reflow docstring.
1153
e6de100c
LI
11542012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1155
1156 * server.el (server-generate-key): `called-interactively-p'
1157 requires a parameter.
1158
29734c21
MN
11592012-04-14 Michal Nazarewicz <mina86@mina86.com>
1160
1161 * server.el (server-auth-key): New variable.
75f1671a 1162 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1163 (server-start): Use the new variable and functions to allow
1164 setting a permanent server key (bug#9423).
1165
d65c9521
LL
11662012-04-14 Leo Liu <sdl.web@gmail.com>
1167
1168 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1169
5ae255c7
PE
11702012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 Spelling fixes.
1173 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1174 Emacs uses American spelling.
1175
d5e6342e
JB
11762012-04-14 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1179 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1180 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1181 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1182
ab036cd7
SM
11832012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * progmodes/which-func.el (which-func-modes): Change default.
1186
35dc09a1 11872012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1188
1189 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1190 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1191
35dc09a1 11922012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1193
1194 * custom.el (custom-theme-set-variables): Doc fix.
1195
35dc09a1 11962012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1197
1198 * international/mule.el (set-auto-coding-for-load): Doc fix.
1199
35dc09a1 12002012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1201
35dc09a1
GM
1202 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1203 imenu work again for Objective C Mode. Correct the *-index values,
1204 these having been disturbed by a previous change in 2011-08.
57f845ee 1205
0de3da9f
AM
1206 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1207 Correct two search limits.
1208
35dc09a1 12092012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1210
1211 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1212
35dc09a1 12132012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1214
1215 * international/characters.el: Fix sorting.
1216
35dc09a1 12172012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1218
1219 * international/characters.el: Add more missing Latin case pairs.
1220
35dc09a1 12212012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1222
1223 * files.el (dir-locals-set-class-variables): Doc fix.
1224
35dc09a1 12252012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1226
3f1b5bf8
EZ
1227 * international/characters.el: Add set-case-syntax-pair call for
1228 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1229 counterpart. (Bug#11209)
1230
9f847f41
EZ
1231 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1232
35dc09a1 12332012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1234
1235 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1236
35dc09a1 12372012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1238
35dc09a1
GM
1239 * textmodes/ispell.el (ispell-dictionary-base-alist):
1240 Add data for Hebrew.
e2627d21 1241
35dc09a1 12422012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1243
35dc09a1
GM
1244 * net/rcirc.el (rcirc-cmd-quit):
1245 Revert 2012-03-18 change (Bug#11192).
5c14e333 1246
35dc09a1 12472012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1248
1249 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1250
35dc09a1 12512012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1252
4517fe3a
SM
1253 * minibuffer.el (completion-in-region-mode-map):
1254 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1255
b472a594
VD
12562012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1257
1258 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1259
09b95ce3
MY
12602012-04-13 Masatake YAMATO <yamato@redhat.com>
1261
1262 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1263 to allow `C-M-f' and `C-M-b' to move to the nearest path
1264 separator (bug#9511).
1265
4b63a9ca
LI
12662012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1267
1268 * avoid.el: Require cl when compiling. And also move the
1269 `provide' to the end.
1270
7b55b8bf
TV
12712012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1272
1273 * avoid.el (mouse-avoidance-banish-position): New variable.
1274 (mouse-avoidance-banish-destination): Use it (bug#10165).
1275
adedaa1f
LL
12762012-04-13 Leo Liu <sdl.web@gmail.com>
1277
1278 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1279
70e74021
KB
12802012-04-13 Ken Brown <kbrown@cornell.edu>
1281
1282 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1283 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1284 (browse-url-filename-alist): For the same reason, don't modify
1285 file:// URLs on Cygwin.
1286
e75e89ba
SM
12872012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1290 the region on shift if the binding is already shifted (bug#11221).
1291
82f289a4
GM
12922012-04-12 Glenn Morris <rgm@gnu.org>
1293
1294 * mail/mailpost.el: Move to obsolete/.
1295
d333dc4c
DA
12962012-04-12 Drew Adams <drew.adams@oracle.com>
1297
1298 * imenu.el (imenu--generic-function): Ignore invisible definitions
1299 (bug#10123).
1300
0d15b5ba
VD
13012012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1302
1303 * hexl.el (hexl-bits): New variable.
1304 (hexl-options): Mention the variable in the doc string.
75f1671a 1305 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1306 (hexl-mode): Mention the new variable.
75f1671a
JB
1307 (hexl-mode, hexl-current-address, hexl-current-address):
1308 Use the displen.
0d15b5ba
VD
1309 (hexl-ascii-start-column): New function.
1310 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1311 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1312
64a440db
AM
13132012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1314
1315 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1316 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1317 the encoding, as expected by hunspell.
1318
6decb6c2
SM
13192012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * battery.el (battery--linux-sysfs-regexp): New const.
1322 (battery-status-function): Use it. Remove yeeloong special case.
1323 (battery-yeeloong-sysfs): Remove.
1324 (battery-echo-area-format): Remove yeeloong special case.
1325
088be6fb
SM
13262012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1327
6622e416
SM
1328 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1329 Reported by Noah Friedman.
1330
088be6fb
SM
1331 * subr.el (read-passwd): Use read-string.
1332
b49f886e
LMI
13332012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
1335 * vcursor.el (vcursor-move): Increase the priority of the overlay
1336 (bug#9663).
1337
a63067fc
DD
13382012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1339
1340 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1341 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1342
ac3cf14a
WS
13432012-04-11 William Stevenson <yhvh2000@gmail.com>
1344
1345 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1346 define-minor-mode (bug#10760).
1347
c4fc691b 13482012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1349
4d6769e1 1350 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1351 that directories matching `grep-find-ignored-files' won't be
1352 pruned (bug#10351).
1353
af23e2e5
CY
13542012-04-11 Chong Yidong <cyd@gnu.org>
1355
1356 * startup.el (command-line): Remove support for long-obsolete
1357 variable font-lock-face-attributes.
1358
ab7ce8c1
GM
13592012-04-11 Glenn Morris <rgm@gnu.org>
1360
1361 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1362
de8c03dc
SM
13632012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * window.el (window--state-get-1): Obey window-point-insertion-type.
1366
050cc68b
LB
13672012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1368
1369 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1370 to previous function when point is on the first character of a
75f1671a 1371 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1372
a38c310c
GM
13732012-04-11 Glenn Morris <rgm@gnu.org>
1374
effed0c2
GM
1375 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1376 not just file-errors.
1377
a38c310c
GM
1378 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1379 (vc-bzr-sha1): Use internal sha1.
1380
0221e323
SM
13812012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1384
43956923
SG
13852012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1386
1387 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1388 that start in the middle of the line (bug#10496).
1389
6a8c9eaf
DN
13902012-04-10 Dan Nicolaescu <dann@gnu.org>
1391
1392 * battery.el (battery-linux-proc-acpi): Only one battery is
1393 discharged at a time, but that seems to confuse battery.el when
1394 computing `rate-type' for the battery not being discharged
1395 (bug#10332).
1396
1930bf5d
SM
13972012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1398
2a718f6f
SM
1399 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1400
599430d0
SM
1401 * international/quail.el: Use dolist and simplify.
1402 (quail-define-package, quail-update-keyboard-layout)
1403 (quail-define-rules): Use dolist.
1404 (quail-insert-kbd-layout, quail-get-translation): CSE.
1405
a2754b6c
SM
1406 * tmm.el: Use dolist, remove left over hook.
1407 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1408 Use dolist.
1409 (calendar-load-hook): Don't mess with it.
1410
1930bf5d
SM
1411 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1412 Use derived-mode-p. Run the diff asynchronously.
1413
9f67961c
LMI
14142012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1415
1416 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1417
2a8ce227
JB
14182012-04-10 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1421 (list-dynamic-libraries--loaded): New function.
1422 (list-dynamic-libraries--refresh): Use it.
1423
8f33b5f8
NW
14242012-04-10 Nathan Weizenbaum <nweiz@google.com>
1425
1930bf5d
SM
1426 * progmodes/python.el (python-fill-paragraph):
1427 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1428 disabled (bug#7018).
1429
b12f0439
L
14302012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1431
1930bf5d 1432 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1433 DOS/MS Windows for the Baltic languages. There are still plenty
1434 of texts written in this encoding/codepage (bug#6519).
b12f0439 1435
57c3bd01
GM
14362012-04-10 Glenn Morris <rgm@gnu.org>
1437
1438 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1439 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1440
6c3eab30
FA
14412012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1442
1930bf5d 1443 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1444 next-line "n" and previous-line "p" in order to make recentf more
1445 consistent with ibuffer, dired or org-mode (bug#9387).
1446
24d78a88
LMI
14472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1448
bc72b5d9
LMI
1449 * image.el (put-image): Return the overlay created instead of the
1450 optional input string (bug#7834). Note that this may break code
1451 that is (for some reason or other) depending on `put-image'
1452 returning the string.
1453
bd2dba5a
LMI
1454 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1455
74beb59f
LMI
1456 * simple.el (zap-to-char): Allow zapping using input methods
1457 (bug#1580).
1458
24d78a88
LMI
1459 * textmodes/fill.el (fill-region): Leave point and mark where they
1460 were before filling (bug#5399).
1461
263f20cd
GM
14622012-04-09 Glenn Morris <rgm@gnu.org>
1463
1464 * version.el (emacs-bzr-get-version):
1465 Handle lightweight checkouts of local branches.
1466
58d1f797
AS
14672012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1468
263f20cd 1469 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1470
b4d3bc10
CY
14712012-04-09 Chong Yidong <cyd@gnu.org>
1472
1473 * custom.el (custom-variable-p): Return nil for non-symbol
1474 arguments instead of signaling an error.
1475 (user-variable-p): Obsolete alias for custom-variable-p.
1476
1477 * apropos.el (apropos-variable):
1478 * files-x.el (read-file-local-variable):
1479 * simple.el (set-variable):
1480 * woman.el (woman-mini-help):
1481 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1482
fd06db5d
GM
14832012-04-09 Glenn Morris <rgm@gnu.org>
1484
e5fcdb5e
GM
1485 * startup.el (normal-top-level): Don't look for leim-list.el
1486 in places where it will not be found. (Bug#910)
1487
fd06db5d
GM
1488 * international/mule-cmds.el (set-default-coding-systems):
1489 * files.el (normal-mode):
1490 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1491 This function was removed with ucs-tables.el in 2008.
1492
b39bb7e1
EZ
14932012-04-08 Eli Zaretskii <eliz@gnu.org>
1494
1495 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1496 ispell-encoding8-command to "-i", without a trailing space.
1497 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1498 separate command-line arguments, to specify the encoding, since
1499 that's how hunspell expects it.
1500
5c5b8e23
GM
15012012-04-08 Glenn Morris <rgm@gnu.org>
1502
1503 * loadup.el: Load bindings before cus-start.
1504 This reduces somewhat the number of "rogue" settings in emacs -Q.
1505
a1ed8b05
GM
15062012-04-07 Glenn Morris <rgm@gnu.org>
1507
1508 * version.el (emacs-bzr-get-version): New function.
dfae128a 1509 (emacs-bzr-version): New variable.
a1ed8b05
GM
1510 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1511 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1512
b142f158
EZ
15132012-04-07 Eli Zaretskii <eliz@gnu.org>
1514
dfae128a
GM
1515 * international/uni-bidi.el, international/uni-category.el:
1516 * international/uni-combining.el, international/uni-decimal.el:
1517 * international/uni-decomposition.el, international/uni-digit.el:
1518 * international/uni-lowercase.el, international/uni-mirrored.el:
1519 * international/uni-name.el, international/uni-numeric.el:
1520 * international/uni-titlecase.el, international/uni-uppercase.el:
1521 Update for Unicode 6.1.
b142f158 1522
9078ead6
EZ
15232012-04-07 Eli Zaretskii <eliz@gnu.org>
1524
1525 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1526
f23d2c7d
LMI
15272012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1528
1529 * window.el (shrink-window): Mention the `window-min-height'
1530 variable in the doc string.
1531
0a0a3573
BG
15322012-04-05 Bastien Guerry <bzg@altern.org>
1533
1534 * color.el (color-lighten-name): Fix typo.
1535
e5248ac9
SM
15362012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * server.el (server--on-display-p): New function.
1539 (server--on-display-p): Use it.
1540
b4243e22
GV
15412012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1542
1543 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1544 (bug#11145).
1545
305d9f44
SM
15462012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * comint.el (comint--common-quoted-suffix): Check string boundary
1549 before comparing (bug#11158).
1550 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1551
3d439cd1
CY
15522012-04-04 Chong Yidong <cyd@gnu.org>
1553
321cc491
CY
1554 * minibuffer.el (completion-extra-properties): Doc fix.
1555
3d439cd1
CY
1556 * subr.el (delayed-warnings-hook): Doc fix.
1557
2d562c0f
DU
15582012-04-04 Daiki Ueno <ueno@unixuser.org>
1559
1560 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1561 selection (Bug#11159).
1562 (epa-insert-keys): Inform that the default public key will be
1563 exported if no key is selected.
1564
4443f204
RS
15652012-04-04 Richard Stallman <rms@gnu.org>
1566
1567 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1568
529c06b6
CY
15692012-04-03 Chong Yidong <cyd@gnu.org>
1570
1571 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1572 mail-insert-file, not its obsolete alias mail-attach-file.
1573
66b907dc
MA
15742012-04-03 Michael Albinus <michael.albinus@gmx.de>
1575
1576 * notifications.el (notifications-notify): Fix docstring.
1577
c0ea195d
GM
15782012-04-02 Glenn Morris <rgm@gnu.org>
1579
1580 * emacs-lisp/authors.el (authors-aliases): Another addition.
1581
5ca64e00
MA
15822012-04-02 Michael Albinus <michael.albinus@gmx.de>
1583
1584 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1585 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1586 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1587
42ee526b
CY
15882012-04-01 Chong Yidong <cyd@gnu.org>
1589
1590 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1591 Handle root directory properly.
1592 (copy-directory): Caller changed.
1593
1594 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1595 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1596
0b021094
GM
15972012-03-31 Glenn Morris <rgm@gnu.org>
1598
40f86458
GM
1599 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1600
7019c177
GM
1601 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1602
a1daddd6
GM
1603 * calendar/calendar.el (calendar-window-list)
1604 (calendar-hide-window): Restore. (Bug#11140)
1605 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1606
0b021094
GM
1607 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1608
40311efc
TV
16092012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1610
1611 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1612 Check if file is a symlink (Bug#10489).
1613
1614 * files.el (copy-directory): Likewise.
1615
5319014e
CY
16162012-03-30 Chong Yidong <cyd@gnu.org>
1617
1618 * image.el (imagemagick-types-inhibit)
1619 (imagemagick-register-types): Doc fix.
1620
935d1290
AM
16212012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1622
ef24141c
SM
1623 * ispell.el (ispell-get-extended-character-mode):
1624 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1625 and treats ~word as ordinary words in pipe mode.
935d1290 1626
61c6e8fd
GM
16272012-03-30 Glenn Morris <rgm@gnu.org>
1628
1629 * tutorial.el (help-with-tutorial): Ensure local variables don't
1630 happen to make the buffer read-only. (Bug#11127)
1631
81fdff00
SM
16322012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1635 (perl-calculate-indent): Return `noindent' in strings.
1636
6e7a6ec0
SS
16372012-03-28 Sam Steingold <sds@gnu.org>
1638
1639 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1640 instead of the broken adhockery which does not prevent calendar
1641 buffers from being displayed at random after exit.
1642 (calendar-window-list, calendar-hide-window): Remove the broken
1643 adhockery.
1644
fee88ca0
GM
16452012-03-28 Glenn Morris <rgm@gnu.org>
1646
1647 * replace.el (query-replace-map): Doc fix.
1648
38de3354
AS
16492012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1650
1651 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1652 contents. (Bug#11109)
1653
b973155e
SM
16542012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1657 (bug#11077).
1658 (avl-tree--check, avl-tree--check-node): New funs.
1659
dcb6e7b3
MR
16602012-03-27 Martin Rudalics <rudalics@gmx.at>
1661
1662 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1663 (switch-to-prev-buffer, switch-to-next-buffer):
1664 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1665 showing a buffer already is done on the same frame.
1666
b4fa35fa
GM
16672012-03-27 Glenn Morris <rgm@gnu.org>
1668
1669 * startup.el (mail-host-address): Doc fix.
1670
f9210e18
SM
16712012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1674 than 197 variables.
1675
c0bf7753
AF
16762012-03-26 Ami Fischman <ami@fischman.org>
1677
1678 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1679
33da7b16
GM
16802012-03-26 Glenn Morris <rgm@gnu.org>
1681
02243d9d
GM
1682 * files.el (save-buffers-kill-emacs): Doc fix.
1683
33da7b16
GM
1684 * startup.el (normal-top-level, command-line, command-line-1):
1685 Give them doc strings.
1686
e5a69fd0
EZ
16872012-03-25 Eli Zaretskii <eliz@gnu.org>
1688
1689 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1690 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1691
9a69676a
CY
16922012-03-25 Chong Yidong <cyd@gnu.org>
1693
4125cb8b
CY
1694 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1695 theme if it was previously enabled before (Bug#11031).
1696
dd470960
CY
1697 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1698 spec with custom-face-get-current-spec if its :shown-value is not
1699 determined yet (Bug#9337).
4125cb8b 1700 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1701
9a69676a
CY
1702 * button.el (button-at): Minor addition to docstring.
1703
6e7e90fa
SL
17042012-03-24 Simon Leinen <simon.leinen@gmail.com>
1705
1706 * vc/vc.el (vc-merge): Fix a prompt.
1707
f06e2758
CY
17082012-03-24 Chong Yidong <cyd@gnu.org>
1709
1710 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1711 point (Bug#9623).
1712
6e7e90fa
SL
1713 * button.el (button-at): Minor addition to docstring.
1714
b9d0879b
SM
17152012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * newcomment.el (comment-choose-indent): No space after BOL.
1718
e71cebb3
SS
17192012-03-22 Sam Steingold <sds@gnu.org>
1720
1721 * window.el (switch-to-prev-buffer): Revert last patch because the
1722 bug turned out to be an advertised feature (Elisp manual 28.14).
1723
335aff35
GM
17242012-03-22 Glenn Morris <rgm@gnu.org>
1725
1726 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1727 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1728
c676576a
LMI
17292012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1730
1731 * net/network-stream.el (network-stream-open-starttls): Make error
1732 message under Windows be less misleading.
1733
126f3d39
LW
17342012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1735
1736 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1737 understands (bug#9942).
1738
64fee311
CY
17392012-03-22 Chong Yidong <cyd@gnu.org>
1740
1741 * simple.el (end-of-visible-line): Handle return value of
1742 next-single-property-change properly (Bug#9371).
1743
a640d29a
KH
17442012-03-22 Kenichi Handa <handa@m17n.org>
1745
1746 * international/quail.el (quail-insert-kbd-layout): Fix previous
1747 change. To avoid unwanted bidi reordering, use
1748 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1749
39675016
DG
17502012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1751
1752 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1753 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1754 (ruby-beginning-of-indent): Be more careful with the difference
1755 between word-boundary and symbol boundary.
1756 (ruby-mode-syntax-table): Make : a symbol constituent.
1757
0a6934fc 17582012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1759
3d008e4f
SM
1760 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1761
0a6934fc
SM
17622012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1763
af67c9d7
SM
1764 * progmodes/etags.el (tags-completion-at-point-function):
1765 Improve last fix.
1766
1acad97c
SM
1767 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1768
e298b5da
SS
17692012-03-21 Sam Steingold <sds@gnu.org>
1770
1771 * progmodes/etags.el (tags-completion-at-point-function):
1772 Avoid the error when point is inside the pattern.
1773
91d82a70
JY
17742012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1775
1776 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1777 line (Bug#10855).
1778
69188b79
CY
17792012-03-21 Drew Adams <drew.adams@oracle.com>
1780
1781 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1782
99fc91fe
AK
17832012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1784
1785 * ido.el (ido-set-current-directory, ido-read-internal)
1786 (ido-choose-completion-string, ido-completion-help): Handle nil
1787 value of ido-completion-buffer (Bug#11008).
1788
087bbb4c
SS
17892012-03-21 Sam Steingold <sds@gnu.org>
1790
1791 * window.el (switch-to-prev-buffer): Do not switch to a visible
1792 window previous buffer, just like with the frame previous buffers.
1793
fb5b8aca
CY
17942012-03-21 Chong Yidong <cyd@gnu.org>
1795
1796 * faces.el (make-face, make-empty-face, copy-face):
1797 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1798 Doc fixes.
1799
dc9924b8
SM
18002012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1803 (widget-complete): Remove broken use of it.
1804
f0bcceb9
CY
18052012-03-20 Chong Yidong <cyd@gnu.org>
1806
dc9924b8
SM
1807 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1808 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1809 characters.
1810
ee52ebf3
TH
18112012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1812
1813 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1814 to draw rectangles, not squares. (Regression introduced by revno
1815 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1816
4c5779ab
CY
18172012-03-18 Chong Yidong <cyd@gnu.org>
1818
1819 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1820 it is not yet defined (for temacs).
1821
15360934
LL
18222012-03-18 Leo Liu <sdl.web@gmail.com>
1823
dc9924b8 1824 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1825
d9a8eb66
EZ
18262012-03-17 Eli Zaretskii <eliz@gnu.org>
1827
1828 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1829 (ispell-choices-win-default-height, ispell-silently-savep)
1830 (ispell-dictionary-alist, ispell-encoding8-command)
1831 (ispell-check-version, ispell-aspell-find-dictionary)
1832 (ispell-valid-dictionary-list, ispell-words-keyword)
1833 (ispell-get-word, ispell-internal-change-dictionary)
1834 (ispell-region, ispell-skip-region-list)
1835 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1836 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1837 (ispell-message-text-end, ispell-message)
1838 (ispell-buffer-local-parsing): Doc fix.
1839
f02ff80d
J
18402012-03-13 Jambunathan K <kjambunathan@gmail.com>
1841
1842 * htmlfontify.el: Add support for code block fontification for ODT
1843 export (Bug #9914).
1844 (hfy-optimisations): Define new option
1845 `body-text-only'
1846 (hfy-fontify-buffer): Honor above setting.
1847 (hfy-begin-span, hfy-end-span): New routines factored out form
1848 `hfy-fontify-buffer'.
1849 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1850 that permit insertion of custom tags.
1851 (hfy-fontify-buffer): Use above handlers.
1852 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1853 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1854 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1855 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1856 bind a special variable `hfy-user-sheet-assoc'.
1857 (htmlfontify-string): New defun.
1858 (hfy-compile-face-map): Make sure that the last char in the
1859 buffer is correctly fontified.
1860 (hfy-face-resolve-face): Whitespace only change.
1861
9ac7a13f
EZ
18622012-03-17 Eli Zaretskii <eliz@gnu.org>
1863
1864 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1865 message more clear.
1866
e2b5bdd7
LL
18672012-03-16 Leo Liu <sdl.web@gmail.com>
1868
1869 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1870
2e492df3
AM
18712012-03-16 Alan Mackenzie <acm@muc.de>
1872
1873 Further optimise the handling of large macros.
1874
1875 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1876 limit to a call of `c-literal-limits'.
1877 (c-determine-+ve-limit): New function.
dc9924b8
SM
1878 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1879 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1880 In CASE 5B, restrict a search limit to 500.
1881 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1882
1883 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1884 Restrict macro bounds to +-500 from after-change's BEG END.
1885
50e94f0c
LL
18862012-03-16 Leo Liu <sdl.web@gmail.com>
1887
1888 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1889
6f09f6ed
AH
18902012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1891
1892 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1893 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1894
c7e73d51
GM
18952012-03-16 Glenn Morris <rgm@gnu.org>
1896
da986230
GM
1897 * view.el (view-buffer, view-buffer-other-window)
1898 (view-buffer-other-frame): Doc fixes re special mode-class.
1899
0835f01e
GM
1900 * subr.el (eval-after-load): If named feature is provided not from
1901 a file, run after-load forms. (Bug#10946)
1902
c7e73d51
GM
1903 * calendar/calendar.el (calendar-insert-at-column):
1904 Handle non-unit-width characters a bit better. (Bug#10978)
1905
3f2eafd1
CY
19062012-03-15 Chong Yidong <cyd@gnu.org>
1907
1908 * emacs-lisp/ring.el (ring-extend): New function.
1909 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1910
1911 * comint.el (comint-read-input-ring)
1912 (comint-add-to-input-history): Grow comint-input-ring lazily.
1913
103af3fe
SM
19142012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1915
663b1677
SM
1916 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1917 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1918
103af3fe
SM
1919 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1920 (imenu-add-to-menubar): Don't add a redundant index.
1921 (imenu-update-menubar): Handle a dynamically composed keymap.
1922
899cb7cb
KY
19232012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1924
1925 * mail/sendmail.el (mail-encode-header):
1926 Bind rfc2047-encode-encoded-words to nil.
1927
3809f91d
GM
19282012-03-13 Glenn Morris <rgm@gnu.org>
1929
1930 * calendar/calendar.el (calendar-string-spread):
1931 Handle non-unit-width characters a bit better. (Bug#10978)
1932
9e345a01
LL
19332012-03-13 Leo Liu <sdl.web@gmail.com>
1934
1935 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1936 directory and file as argument (Bug#10822).
1937
4a07df36
KS
19382012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1939
1940 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1941 For dynamically generated code, follow $PC.
1942 (gdb-disassembly-handler-custom): Handle no function name case.
1943
4aaa9356
TL
19442012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1945
1946 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1947 * emulation/ws-mode.el (ws-query-replace):
1948 * sort.el (sort-regexp-fields):
1949 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1950
225979da
SM
19512012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * dabbrev.el: Fix cycle completion order (bug#10963).
1954 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1955 (dabbrev-completion): Don't use an obarray; provide
1956 a cycle-sort-function.
1957
e2f1fdab
LL
19582012-03-12 Leo Liu <sdl.web@gmail.com>
1959
dc9924b8 1960 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1961 (kill-do-not-save-duplicates): Doc fix.
1962
b19490ed
SM
19632012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * dabbrev.el: Fix cycle completion (bug#10963).
1966 Use lexical binding and wrap to 80 columns.
1967 (dabbrev-completion): Delay computing the list of completions.
1968
4b05d722
KH
19692012-03-12 Kenichi Handa <handa@m17n.org>
1970
1971 * international/quail.el (quail-insert-kbd-layout): Surround each
1972 row by LRO and PDF instead of inserting many LRMs. Pad the left
1973 and right of each non-spacing marks. Insert invisible space
1974 between lower and upper characters to prevent composition.
1975
dbbc2e69
SM
19762012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * minibuffer.el (minibuffer-complete): Don't get confused when the
1979 function is run twice via different commands (bug#10958).
1980 (complete-with-action): Fix docstring.
1981
292112ed
CY
19822012-03-12 Chong Yidong <cyd@gnu.org>
1983
5d1ac394
CY
1984 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1985 (nxml-completion-at-point-function): New function.
1986 (nxml-mode): Use it.
1987 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1988
292112ed
CY
1989 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1990 Load generated autoloads file before byte compiling (Bug#10970).
1991 (package--make-autoloads-and-compile): New helper fun.
1992
4098f8f7
CS
19932012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1994
1995 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1996
8f754691
MA
19972012-03-11 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * autorevert.el (auto-revert-handler): Ensure, that
2000 file-readable-p is applied only for local files or in
2001 auto-revert-tail-mode.
2002
e29ab36b
AS
20032012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2004
dbbc2e69
SM
2005 * server.el (server-eval-at): Handle non-tcp connections.
2006 Decode result string.
ad0bf5b6 2007
e29ab36b
AS
2008 * server.el (server-msg-size): New constant.
2009 (server-reply-print): New function.
2010 (server-eval-and-print): Use it.
2011 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2012 Handle -print-nonl.
2013
de5939ba
CS
20142012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2015
2016 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2017 (Bug#10987).
2018
0c93eabf
CY
20192012-03-11 Chong Yidong <cyd@gnu.org>
2020
397a688f
CY
2021 * simple.el (goto-line): Doc fix (Bug#9938).
2022
2cc775f9
CY
2023 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2024
0c93eabf
CY
2025 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2026 when finished (Bug#10963).
2027
c491fa41
MR
20282012-03-11 Martin Rudalics <rudalics@gmx.at>
2029
2030 * window.el (split-window-below): Fix bug in case where
2031 split-window-keep-point is nil (Bug#10971).
2032
300e8fa5
JL
20332012-03-11 Juri Linkov <juri@jurta.org>
2034
2035 * replace.el (replace-highlight): Set isearch-word to nil
2036 unconditionally. (Bug#10887)
2037
dbf6c5a1
EZ
20382012-03-10 Eli Zaretskii <eliz@gnu.org>
2039
2040 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2041 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2042 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2043 (mairix-widget-create-query): Add usage information about mairix
2044 search forms: negating words, searching for substrings, etc.
2045
b9e501de
JP
20462012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2047
2048 * international/fontset.el (font-encoding-alist): Add an entry for
2049 ksx1001 (Bug#5667).
2050
92795c91
RS
20512012-03-10 Richard Stallman <rms@gnu.org>
2052
1694e6c1
RS
2053 * mail/sendmail.el (mail-encode-header):
2054 Set rfc2047-encode-encoded-words.
2055
607e8555
RS
2056 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2057
de3bc99a
RS
2058 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2059 view buffer means not swapped.
2060 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2061 (rmail-write-region-annotate): Error if real text has disappeared.
2062
92795c91
RS
2063 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2064
699bd04e
CY
20652012-03-10 Chong Yidong <cyd@gnu.org>
2066
2067 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2068 * emulation/cua-base.el (cua--init-keymaps):
2069 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2070
570a1714
MR
20712012-03-10 Martin Rudalics <rudalics@gmx.at>
2072
dbbc2e69
SM
2073 * speedbar.el (speedbar-unhighlight-one-tag-line):
2074 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2075
82dcf4e4
CY
20762012-03-10 Chong Yidong <cyd@gnu.org>
2077
7a2c7ca7
CY
2078 * minibuffer.el (completion-in-region, completion-help-at-point):
2079 Give the completion field overlay a high priority (Bug#6830).
2080
82dcf4e4
CY
2081 * dired.el (dired-goto-file): Recognize absolute file name
2082 listings (Bug#7126).
2083 (dired-goto-file-1): New helper function.
2084 (dired-toggle-read-only): Inhibit warnings.
2085
052e28ac
MA
20862012-03-09 Michael Albinus <michael.albinus@gmx.de>
2087
75f1671a 2088 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2089 there are no properties.
2090
95d5e396
LL
20912012-03-09 Leo Liu <sdl.web@gmail.com>
2092
2093 * savehist.el (savehist-printable): Stricter check for string
2094 value (Bug#10937).
2095
3f018d6d
EZ
20962012-03-09 Eli Zaretskii <eliz@gnu.org>
2097
dbbc2e69
SM
2098 * mail/smtpmail.el (smtpmail-send-it):
2099 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2100 valid mbox format.
2101
f7fd3d79
GM
21022012-03-09 Glenn Morris <rgm@gnu.org>
2103
2104 * files.el (dir-locals-find-file):
2105 Don't check result is regular, readable.
2106 (dir-locals-read-from-file): Demote errors.
2107
6ff6e72f
EZ
21082012-03-08 Eli Zaretskii <eliz@gnu.org>
2109
dbbc2e69
SM
2110 * international/quail.el (quail-insert-kbd-layout):
2111 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2112 layout cell, to prevent their reordering by bidi display engine.
2113 For details, see the discussion in
2114 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2115
9cec7834
AM
21162012-03-08 Alan Mackenzie <acm@muc.de>
2117
2118 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2119 the starting position; make it extend the marked region when
2120 invoked repeatedly - all under appropriate circumstances.
2121 Fixes bugs #5525, #10906.
2122
9a40b8d4
GM
21232012-03-08 Glenn Morris <rgm@gnu.org>
2124
2125 * files.el (locate-dominating-file, dir-locals-find-file):
2126 Undo 2012-03-06 change.
2127
7a08ed35
EZ
21282012-03-07 Eli Zaretskii <eliz@gnu.org>
2129
dbbc2e69
SM
2130 * international/quail.el (quail-help):
2131 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2132 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2133 for the reason.
2134
5aca4f71 21352012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2136
2137 Avoid superfluous registering of signals. (Bug#10807)
2138
2139 * notifications.el (notifications-on-action-object)
2140 (notifications-on-close-object): New defvars.
2141 (notifications-on-action-signal, notifications-on-closed-signal):
2142 Unregister the signal if not needed any longer.
2143 (notifications-notify): Register `notifications-action-signal' or
2144 `notifications-closed-signal', if :on-action or :on-close has been
2145 passed as argument.
2146
78e8b10a
CY
21472012-03-07 Chong Yidong <cyd@gnu.org>
2148
2149 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2150 non-X platforms.
2151
69481eb8
GM
21522012-03-06 Glenn Morris <rgm@gnu.org>
2153
2154 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2155 (x-disown-selection-internal, x-get-selection-internal):
2156 Doc fix (add arglist signatures). (Bug#10783)
2157
133b8e11
KS
21582012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2159
2160 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2161 Handle breakpoints with no "type".
2162
99a83064
GM
21632012-03-06 Glenn Morris <rgm@gnu.org>
2164
2165 * files.el (locate-dominating-file): Add optional predicate argument.
2166 (dir-locals-find-file): Make use of above change.
2167
17798e78
TTN
21682012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2169
2170 * info.el (Info-insert-dir): Also try "dir.gz".
2171
eb182446
GM
21722012-03-06 Glenn Morris <rgm@gnu.org>
2173
8f2114ee
GM
2174 * files.el (dir-locals-find-file):
2175 Ignore non-readable or non-regular files. (Bug#10928)
2176
eb182446
GM
2177 * files.el (locate-dominating-file): Doc fix.
2178
24679323
AS
21792012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2180
2181 * calendar/calendar.el (calendar-set-mode-line):
2182 `getenv' returns a string. (Bug#10951)
2183
01d972a9
LL
21842012-03-05 Leo Liu <sdl.web@gmail.com>
2185
109aa8a9
LL
2186 * simple.el (backward-delete-char-untabify): Constrain point to
2187 field (Bug#10939).
2188
01d972a9
LL
2189 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2190
10607bea
CY
21912012-03-05 Chong Yidong <cyd@gnu.org>
2192
2193 * simple.el (count-words): If called from Lisp, return the word
2194 count, for symmetry with `count-lines'. Arglist changed.
2195 (count-words--message): Args changed. Consolidate counting code
2196 from count-words and count-words-region.
2197 (count-words-region): Caller changed.
2198 (count-lines-region): Make it an obsolete alias.
2199
5dd11cfe
TH
22002012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2201
2202 * saveplace.el (save-place-to-alist)
2203 (save-place-ignore-files-regexp): Allow value nil to disable this
2204 feature.
2205
c349f4e6
CY
22062012-03-04 Chong Yidong <cyd@gnu.org>
2207
2208 * faces.el (face-spec-reset-face): For the default face, reset the
2209 attributes to default values (Bug#10748).
2210
e627be4c
LMI
22112012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2212
2213 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2214 previous patch: Check `message-send-mail-function', and not the
2215 default function (bug#10897).
2216
ebeabff4
MA
22172012-03-04 Michael Albinus <michael.albinus@gmx.de>
2218
a41a6cf4
MA
2219 * notifications.el (notifications-on-action-signal)
2220 (notifications-on-closed-signal): Check for unique service name of
2221 incoming event. Fix error in removing entry.
ebeabff4 2222 (top): Register for signals with wildcard service name.
a41a6cf4 2223 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2224
c1ca42b4
CY
22252012-03-04 Chong Yidong <cyd@gnu.org>
2226
dc9924b8 2227 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2228
ea16568d
GM
22292012-03-04 Glenn Morris <rgm@gnu.org>
2230
2231 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2232 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2233 (expand-abbrev, define-abbrev-table): Doc fixes.
2234
fbae4637
LMI
22352012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
2237 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2238 `message-default-send-mail-function' and not `send-mail-function'
2239 when doing the prompting for `sendmail-query-once' before sending
2240 in Message buffers (bug#10897).
2241
a1e7225c
LMI
2242 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2243 This is inconsistent with all the other stream functions, which leave
2244 the setting up to the higher levels (if so wanted) (bug#10931).
2245
56d093a9
AM
22462012-03-02 Alan Mackenzie <acm@muc.de>
2247
2248 Depessimize the handling of very large macros.
2249
2250 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2251 (c-macro-cache-syntactic): New variables to implement a one
2252 element macro cache.
2253 (c-invalidate-macro-cache): New function.
2254 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2255 Adapt to use the new cache.
2256 (c-state-safe-place): Use better the cache of safe positions.
2257 (c-state-semi-nonlit-pos-cache)
2258 (c-state-semi-nonlit-pos-cache-limit):
2259 New variables for...
2260 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2261 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2262 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2263 Use c-state-semi-safe-place.
56d093a9 2264
dbbc2e69
SM
2265 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2266 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2267
817e5c3d
MA
22682012-03-02 Michael Albinus <michael.albinus@gmx.de>
2269
dbbc2e69
SM
2270 * jka-compr.el (jka-compr-call-process):
2271 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2272 not remote.
2273
a032a702
MA
22742012-03-01 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2277 access of FILE2, if FILE1 does not exist.
2278
99a54f21
MA
2279 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2280 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2281
2282 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2283 Add "PAGER=" to `process-environment'.
2284
f6561e1f
MM
22852012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2286
2287 * progmodes/sql.el: Bug fix
2288 (sql-get-login-ext): Save login values in globals.
2289 (sql-get-login): Use new version of `sql-get-login-ext'.
2290 (sql-interactive-mode): Set global `sql-connection' to nil.
2291 (sql-connect): Set global values for connection.
2292 (sql-product-interactive): Save global values as buffer local.
2293
2d44d9cc
LL
22942012-02-29 Leo Liu <sdl.web@gmail.com>
2295
2296 * abbrev.el (define-abbrevs): Reset sys to nil.
2297
96b49301 22982012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2299
bf7f9bc5
JB
2300 * files.el (file-equal-p): Rename from `files-equal-p'.
2301 Return nil when one or both files don't exist.
96b49301 2302 (file-subdir-of-p): Now only top directory must exists,
2303 return nil if it doesn't.
bf7f9bc5
JB
2304 (copy-directory): No need to test with `file-subdir-of-p' after
2305 creating dir.
2306 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2307 to `file-equal-p'.
96b49301 2308
44e97401
GM
23092012-02-28 Glenn Morris <rgm@gnu.org>
2310
2311 * shell.el (shell-mode):
2312 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2313 * play/landmark.el (landmark-font-lock-face-O):
2314 * play/handwrite.el (handwrite):
2315 * play/gomoku.el (gomoku-O):
2316 * net/browse-url.el (browse-url-browser-display):
2317 * international/mule.el (define-charset):
2318 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2319 * filesets.el (filesets-find-file-delay):
2320 * eshell/em-xtra.el (eshell-xtra):
2321 * eshell/em-unix.el (eshell-grep):
2322 * emulation/viper.el (viper-mode):
2323 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2324 * emacs-lisp/easymenu.el (easy-menu-define):
2325 * calendar/timeclock.el (timeclock-use-display-time):
2326 * bs.el (bs-mode):
2327 * bookmark.el (bookmark-save-flag):
2328 Doc fix (standardize possessive apostrophe usage).
2329
c98c6276
CY
23302012-02-27 Chong Yidong <cyd@gnu.org>
2331
bf7f9bc5
JB
2332 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2333 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2334
c98c6276
CY
2335 * font-lock.el (font-lock-specified-p): Rename from
2336 font-lock-spec-present. Callers changed.
2337
9c62cd04 23382012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2339
bf7f9bc5
JB
2340 * emacs-lisp/package.el (package-compute-transaction):
2341 Handle holding a package version to t in package-load-list.
8ac9e529 2342
530739c9
MA
23432012-02-26 Michael Albinus <michael.albinus@gmx.de>
2344
2345 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2346 (tramp-get-inode, tramp-get-device): Use cached values.
2347
487915d7
AM
23482012-02-26 Alan Mackenzie <acm@muc.de>
2349
2350 Check there is a font-lock specification before doing initial
2351 fontification.
2352
2353 * font-core.el (font-lock-mode): Move the conditional from
2354 :after-hook to font-lock-initial-fontify.
2355 (font-lock-default-function): Move the check for a specification
2356 to font-lock-spec-present.
2357
dc9924b8 2358 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2359 (font-lock-spec-present): New function.
2360
4fd96557
JB
23612012-02-26 Jim Blandy <jimb@red-bean.com>
2362
2363 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2364 (gdb-send): Apply it to the operand of the '-interpreter-exec
2365 console' command, so that we can pass arguments with (say) quotes
2366 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2367
9a4888c0
CY
23682012-02-26 Chong Yidong <cyd@gnu.org>
2369
07498861
CY
2370 * help-fns.el (describe-function-1): Clarify description of
2371 remapping (Bug#10844).
2372
9a4888c0
CY
2373 * files.el (files-equal-p): Doc fix.
2374 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2375 and quit the loop once a mismatch is found.
2376
ea8fb88d
JB
23772012-02-25 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * bs.el (bs--show-with-configuration): Don't throw an error
2380 if the window cannot be split; otherwise, subsequent calls to
2381 bs-show fail, restoring a stale window config. (Bug#10882)
2382
525795c1
JD
23832012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2384
2385 * term/ns-win.el (global-map): Bind ns-drag-file to
2386 ns-find-file (Bug#5855, Bug#10050).
2387
f008086f
AS
23882012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2389
2390 * calendar/parse-time.el (parse-time-string): Allow extractor to
2391 return nil.
2392
a3fcfa99
MA
23932012-02-25 Michael Albinus <michael.albinus@gmx.de>
2394
91027d08
JB
2395 * net/tramp.el (tramp-file-name-for-operation):
2396 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2397
2398 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2399 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2400 Add COPY-CONTENTS argument.
a3fcfa99 2401
67b0de11
CY
24022012-02-25 Chong Yidong <cyd@gnu.org>
2403
2404 Add custom groups for VC backends, for consistency with vc-bzr.
2405
2406 * vc/vc-arch.el (vc-arch):
2407 * vc/vc-cvs.el (vc-cvs):
2408 * vc/vc-git.el (vc-git):
2409 * vc/vc-hg.el (vc-hg):
2410 * vc/vc-mtn.el (vc-mtn):
2411 * vc/vc-rcs.el (vc-rcs):
2412 * vc/vc-sccs.el (vc-sccs):
2413 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2414 All relevant defcustoms reassigned.
2415
3c9dfce6
CY
24162012-02-25 Chong Yidong <cyd@gnu.org>
2417
1339bf43
CY
2418 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2419
3c9dfce6
CY
2420 * term/x-win.el (x-initialize-window-system): Reduce default for
2421 x-selection-timeout to 5 seconds (Bug#8869).
2422
25b2e303 24232012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2424
ec70a47d
GM
2425 * files.el (files-equal-p, file-subdir-of-p): New functions.
2426 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2427 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2428 * dired-aux.el (dired-copy-file-recursive): Same.
2429 (dired-create-files): Modify destination when source is equal to
2430 dest when copying files.
53a46cd0 2431 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2432
914260cd
MA
24332012-02-24 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2436 (Bug#10874)
2437
2cb228f7
AM
24382012-02-23 Alan Mackenzie <acm@muc.de>
2439
2440 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2441 parameter "after-hook:" to allow the expansion to run code after
2442 the execution of the mode hooks.
2443
2444 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2445 from font-lock-mode-internal.
2cb228f7 2446
91027d08 2447 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2448 :after-hook.
2449
8f0fde21
SM
24502012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2451
3e88618b
SM
2452 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2453 (completion--cache-all-sorted-completions): New function.
2454 (completion-all-sorted-completions): Use it.
2455 (completion--do-completion, minibuffer-force-complete):
2456 Use it to re-instate the flush hook.
2457
8f0fde21
SM
2458 * icomplete.el (icomplete-completions): Replace last fix with a better
2459 one (bug#10850).
2460
8e911f6f
DG
24612012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2462
2463 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2464 when it might call us back infinitely (bug#10797).
2465
49fe4321
GM
24662012-02-23 Glenn Morris <rgm@gnu.org>
2467
2468 * minibuffer.el (completion-category-overrides): Doc fix.
2469
b291b572
SM
24702012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2473 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2474
31a9ef2e
GM
24752012-02-23 Glenn Morris <rgm@gnu.org>
2476
5e6e6794 2477 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2478 (authors-obsolete-files-regexps, authors-ignored-files)
2479 (authors-ambiguous-files, authors-renamed-files-alist):
2480 Add more entries.
2481
0bd1e074
JL
24822012-02-23 Juri Linkov <juri@jurta.org>
2483
2484 * isearch.el (isearch-occur): Sync interactive spec with occur's
2485 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2486
b617673c
JL
2487 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2488
19e9789e
JL
24892012-02-22 Juri Linkov <juri@jurta.org>
2490
2491 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2492 (ucs-insert): Doc fix. Check for hex digits in the string.
2493 Don't display `nil' in the error message. (Bug#10857)
2494
f41ce09d
AM
24952012-02-22 Alan Mackenzie <acm@muc.de>
2496
7a71b18d 2497 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2498
ac2eceee
GM
24992012-02-22 Glenn Morris <rgm@gnu.org>
2500
2501 * ffap.el (ffap-c-path):
2502 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2503
abd1f678
CY
25042012-02-22 Chong Yidong <cyd@gnu.org>
2505
2506 * custom.el (load-theme): Doc fix.
2507
f25aef2e
GM
25082012-02-22 Glenn Morris <rgm@gnu.org>
2509
2510 * dired-x.el (dired-guess-shell-alist-default):
2511 Remove escape sequences from nroff output. (Bug#172)
2512
5f8dc2ca
GM
25132012-02-21 Glenn Morris <rgm@gnu.org>
2514
6ff86ec4
GM
2515 * vc/emerge.el (emerge-defvar-local):
2516 Set `permanent-local' property rather than unused `preserved'.
2517
be3223a3 2518 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2519 (picture-mode-map): Use it. (Bug#10860)
2520 (picture-mode): Doc fix.
2521
3fe58f4f
JB
25222012-02-21 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * newcomment.el (uncomment-region-default): Remove unused binding.
2525
f9a998c3
GM
25262012-02-21 Glenn Morris <rgm@gnu.org>
2527
2528 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2529 (picture-self-insert, picture-tab-chars): Doc fix.
2530 (picture-mode-map): Fix C-a, C-e.
2531
c6029348
GM
25322012-02-20 Glenn Morris <rgm@gnu.org>
2533
2534 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2535
ab1ce9d7
LL
25362012-02-20 Leo Liu <sdl.web@gmail.com>
2537
2538 * icomplete.el (icomplete-completions): Check FROM arg before
2539 passing to substring (Bug#10850).
2540
0fd40f89
CY
25412012-02-19 Chong Yidong <cyd@gnu.org>
2542
2543 * comint.el: Require ansi-color.
2544 (comint-output-filter-functions): Add ansi-color-process-output.
2545
2546 * ansi-color.el: Don't set comint-output-filter-functions; it is
2547 now in the initial value defined in comint.el.
2548 (ansi-color-apply-face-function): New variable.
2549 (ansi-color-apply-on-region): Use it.
2550 (ansi-color-apply-overlay-face): New function.
2551
2552 * shell.el (shell): No need to require ansi-color.
2553 (shell-mode): Use ansi-color-apply-face-function to highlight
2554 color escapes using font-lock-face property (Bug#10835).
2555
20af2394
CY
25562012-02-19 Chong Yidong <cyd@gnu.org>
2557
2558 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2559 mode-line formats (Bug#10839).
2560
e23a3fbe
GM
25612012-02-18 Glenn Morris <rgm@gnu.org>
2562
b474519e
GM
2563 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2564
2565 * mail/undigest.el (unforward-rmail-message): Doc fix.
2566
e23a3fbe
GM
2567 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2568
57939ff4
EZ
25692012-02-18 Eli Zaretskii <eliz@gnu.org>
2570
2571 * international/characters.el (script-list): Sync with the latest
2572 Unicode Character Database.
2573
0c23686e
AS
25742012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2575
2576 * international/titdic-cnv.el: Remove duplicate coding tag.
2577 * language/cham.el: Likewise.
2578 * language/tai-viet.el: Likewise.
2579
6818b449
GM
25802012-02-18 Glenn Morris <rgm@gnu.org>
2581
2582 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2583 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2584 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2585 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2586 * calendar/holidays.el (holiday-bahai-holidays)
2587 (calendar-holidays, list-holidays):
2588 Use utf-8 Bahá'í in doc-strings, menus, etc.
2589
0311a3fc
TH
25902012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2591
2592 * saveplace.el (save-place-ignore-files-regexp): New variable
2593 allowing for excluding files from saving their location of point.
2594 The default value matches the temporary commit message editing
2595 files from Git, SVN, Bazaar, and Mercurial.
2596 (save-place-to-alist): Use it.
2597
eb864a71
LM
25982012-02-17 Lawrence Mitchell <wence@gmx.li>
2599 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * newcomment.el (uncomment-region-default): Don't leave extra space
2602 when an arg is provided (bug#8150).
2603
ee0ce425
TZ
26042012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2605
eb864a71 2606 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2607
95ddf442
GM
26082012-02-17 Glenn Morris <rgm@gnu.org>
2609
2610 * net/socks.el: Require network-stream. (Bug#10599)
2611
48dd1e39 26122012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2613
2614 * international/charprop.el:
2615 * international/uni-name.el:
2616 * international/uni-old-name.el:
2617 * international/uni-comment.el: Regenerate.
2618
d68cd087
GM
26192012-02-16 Glenn Morris <rgm@gnu.org>
2620
2621 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2622 Interactively in calendar buffer, give an error if not on a date.
2623
13932042
GM
26242012-02-15 Glenn Morris <rgm@gnu.org>
2625
2626 * shell.el (shell-delimiter-argument-list):
2627 Revert 2011-02-17 change. (Bug#8027)
2628
c3a70e2b
CY
26292012-02-15 Chong Yidong <cyd@gnu.org>
2630
60236b0d
CY
2631 * minibuffer.el (completion-at-point-functions): Doc fix.
2632
c3a70e2b
CY
2633 * custom.el (defcustom): Doc fix; note use of defvar.
2634
9f26dc24
GM
26352012-02-15 Glenn Morris <rgm@gnu.org>
2636
2637 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2638 Doc fixes.
2639
6546b134
GM
26402012-02-14 Glenn Morris <rgm@gnu.org>
2641
2642 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2643
d29b2b4c
LI
26442012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2645
2646 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2647 way the ports list is computed.
835bdcba
LI
2648 (smtpmail-query-smtp-server): Prompt the user for a port number if
2649 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2650
08dcdbc9
TZ
26512012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2652
2653 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2654
2605051a
GM
26552012-02-13 Glenn Morris <rgm@gnu.org>
2656
2657 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2658
7ee99f32
TZ
26592012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2660
2661 * net/gnutls.el (gnutls-trustfiles): New variable.
2662 (gnutls-negotiate): Use it.
2663
5f0af64f
LI
26642012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2665
2666 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2667 does its stuff if Gnus is running.
2668
c14fcc95
AM
26692012-02-13 Alan Mackenzie <acm@muc.de>
2670
2671 Fix a loop in c-set-fl-decl-start.
2672
7a71b18d 2673 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2674 c-backward-syntactic-ws actually moves backwards.
2675
142b4d90
LL
26762012-02-13 Leo Liu <sdl.web@gmail.com>
2677
2678 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2679 beginning so that all \C-o chars are removed.
2680
fa9958a6
TZ
26812012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2682
dc9924b8 2683 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2684
0bc5886a
AM
26852012-02-12 Alan Mackenzie <acm@muc.de>
2686
2687 Fix infinite loop with long macros.
4d6769e1 2688 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2689
d4bd55e7
CY
26902012-02-12 Chong Yidong <cyd@gnu.org>
2691
2692 * window.el (display-buffer): Doc fix (Bug#10785).
2693
66f3fe22
GM
26942012-02-12 Glenn Morris <rgm@gnu.org>
2695
bd7da63e
GM
2696 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2697 (x-disown-selection-internal, x-get-selection-internal):
2698 Sync docs with the xselect.c versions.
2699
66f3fe22
GM
2700 * allout-widgets.el: Add missing license notice.
2701
3e0d2fa7
GM
27022012-02-11 Glenn Morris <rgm@gnu.org>
2703
cfecdf09
GM
2704 * select.el (x-get-selection-internal, x-own-selection-internal)
2705 (x-disown-selection-internal):
2706 * x-dnd.el (x-get-selection-internal): Update declarations.
2707
6d216d7f
GM
2708 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2709
2bed3f04
GM
2710 * window.el (window-sides-slots):
2711 * tool-bar.el (tool-bar-position):
2712 * term/xterm.el (xterm-extra-capabilities):
2713 * ses.el (ses-self-reference-early-detection):
2714 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2715 (verilog-auto-wire-type)
2716 (verilog-auto-delete-trailing-whitespace)
2717 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2718 (verilog-auto-tieoff-declaration):
2719 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2720 (sql-oracle-statement-starters, sql-oracle-scan-on):
2721 * progmodes/prolog.el (prolog-align-comments-flag)
2722 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2723 (prolog-left-indent-regexp, prolog-paren-indent-p)
2724 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2725 (prolog-types, prolog-mode-specificators)
2726 (prolog-determinism-specificators, prolog-directives)
2727 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2728 (prolog-electric-dot-flag)
2729 (prolog-electric-dot-full-predicate-template)
2730 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2731 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2732 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2733 (prolog-program-switches, prolog-prompt-regexp)
2734 (prolog-debug-on-string, prolog-debug-off-string)
2735 (prolog-trace-on-string, prolog-trace-off-string)
2736 (prolog-zip-on-string, prolog-zip-off-string)
2737 (prolog-use-standard-consult-compile-method-flag)
2738 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2739 (prolog-imenu-max-lines, prolog-info-predicate-index)
2740 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2741 (prolog-char-quote-workaround):
2742 * progmodes/cc-vars.el (c-defun-tactic):
2743 * net/tramp.el (tramp-encoding-command-interactive)
2744 (tramp-local-end-of-line):
2745 * net/soap-client.el (soap-client):
2746 * net/netrc.el (netrc-file):
2747 * net/gnutls.el (gnutls):
2748 * minibuffer.el (completion-category-overrides)
2749 (completion-cycle-threshold)
2750 (completion-pcm-complete-word-inserts-delimiters):
2751 * man.el (Man-name-local-regexp):
2752 * mail/feedmail.el (feedmail-display-full-frame):
2753 * international/characters.el (glyphless-char-display-control):
2754 * eshell/em-ls.el (eshell-ls-date-format):
2755 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2756 (lisp-lambda-list-keyword-parameter-indentation)
2757 (lisp-lambda-list-keyword-parameter-alignment):
2758 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2759 * dired-x.el (dired-omit-verbose):
2760 * cus-theme.el (custom-theme-allow-multiple-selections):
2761 * calc/calc.el (calc-highlight-selections-with-faces)
2762 (calc-lu-field-reference, calc-lu-power-reference)
2763 (calc-note-threshold):
2764 * battery.el (battery-mode-line-limit):
2765 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2766 (archive-7z-update):
2767 * allout.el (allout-prefixed-keybindings)
2768 (allout-unprefixed-keybindings)
2769 (allout-inhibit-auto-fill-on-headline)
2770 (allout-flattened-numbering-abbreviation):
2771 * allout-widgets.el (allout-widgets-auto-activation)
2772 (allout-widgets-icons-dark-subdir)
2773 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2774 (allout-widgets-theme-dark-background)
2775 (allout-widgets-theme-light-background)
2776 (allout-widgets-item-image-properties-emacs)
2777 (allout-widgets-item-image-properties-xemacs)
2778 (allout-widgets-run-unit-tests-on-load)
2779 (allout-widgets-time-decoration-activity)
2780 (allout-widgets-hook-error-post-time)
2781 (allout-widgets-track-decoration):
2782 Add missing :version tags to new defcustoms and defgroups.
2783
5fec1b8e
GM
2784 * progmodes/sql.el (sql-ansi-statement-starters)
2785 (sql-oracle-statement-starters): Add custom type.
2786
3e0d2fa7
GM
2787 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2788 (prolog-system-version): Give it a type.
2789
90b671e2
EZ
27902012-02-11 Eli Zaretskii <eliz@gnu.org>
2791
2792 * term/pc-win.el (x-select-text, x-selection-owner-p)
2793 (x-own-selection-internal, x-disown-selection-internal)
2794 (x-get-selection-internal): Sync doc strings and argument lists
2795 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2796
5eac0c02
LL
27972012-02-11 Leo Liu <sdl.web@gmail.com>
2798
2799 * progmodes/python.el (python-end-of-statement): Fix infinite
2800 loop. (Bug#10788)
2801
f82cb659
GM
28022012-02-10 Glenn Morris <rgm@gnu.org>
2803
2804 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2805 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2806
cc26d239
LI
28072012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2808
2809 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2810 about SMTP before checking the From header.
2811
91027d08 2812 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2813 into own function for reuse by emacsbug.el.
2814
1be3ca5a
LL
28152012-02-10 Leo Liu <sdl.web@gmail.com>
2816
2817 * subr.el (condition-case-unless-debug): Rename from
2818 condition-case-no-debug. All callers changed.
2819 (with-demoted-errors): Fix caller.
2820
2821 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2822 * nxml/rng-valid.el (rng-do-some-validation):
2823 * emacs-lisp/package.el (package-refresh-contents)
2824 (package-menu-execute):
2825 * desktop.el (desktop-create-buffer):
91027d08 2826 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2827
b011fbfe
GM
28282012-02-10 Glenn Morris <rgm@gnu.org>
2829
b2096d72
GM
2830 * textmodes/bibtex.el:
2831 Add missing :version tags for new/changed defcustoms.
2832
b011fbfe
GM
2833 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2834
4c7e65bf
LI
28352012-02-09 Lars Ingebrigtsen <larsi@rusty>
2836
2837 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2838 (smtpmail-via-smtp): Use it, or fall back on the From address.
2839 (smtpmail-send-it): Ditto.
2840
f3934f6f
SM
28412012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2844 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2845 (byte-compile-tmp-var): New const.
2846 (byte-compile-defvar): Use it to minimize .elc size.
2847 Just use `defvar' rather than simulate it (bug#10761).
2848
a075a2c5
GM
28492012-02-09 Glenn Morris <rgm@gnu.org>
2850
cf3aa21b
GM
2851 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2852
354998cd
GM
2853 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2854 Add :version tags.
2855
dc9924b8
SM
2856 * progmodes/compile.el (compilation-error-screen-columns)
2857 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2858
dab3703d
GM
2859 * vc/log-view.el (log-view-toggle-entry-display):
2860 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2861
3f88cd72
GM
2862 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2863 (report-emacs-bug-can-use-xdg-email):
2864 (report-emacs-bug-insert-to-mailer): Doc fixes.
2865 (report-emacs-bug): Message fix.
2866
d95b247d
GM
2867 * net/browse-url.el (browse-url-can-use-xdg-open)
2868 (browse-url-xdg-open): Doc fixes.
2869
a075a2c5
GM
2870 * electric.el (electric-indent-mode, electric-pair-mode)
2871 (electric-layout-rules, electric-layout-mode): Doc fixes.
2872 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2873
ffb6157e
MR
28742012-02-08 Martin Rudalics <rudalics@gmx.at>
2875
2876 * server.el (server-unselect-display): Don't inadvertently kill
2877 the current buffer. (Bug#10729)
2878
e1ac4066
GM
28792012-02-08 Glenn Morris <rgm@gnu.org>
2880
34e8a2da
GM
2881 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2882 (sql-list-table): Doc fixes.
2883
b4ac6e8c
GM
2884 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2885 Comment out (does nothing).
2886
e1ac4066
GM
2887 * completion.el (dynamic-completion-mode):
2888 * dirtrack.el (dirtrack-debug-mode):
2889 * electric.el (electric-layout-mode):
2890 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2891 * face-remap.el (text-scale-mode, buffer-face-mode):
2892 * iimage.el (iimage-mode):
2893 * image-mode.el (image-transform-mode):
2894 * minibuffer.el (completion-in-region-mode):
2895 * scroll-lock.el (scroll-lock-mode):
2896 * simple.el (next-error-follow-minor-mode):
2897 * tar-mode.el (tar-subfile-mode):
2898 * tooltip.el (tooltip-mode):
2899 * vcursor.el (vcursor-use-vcursor-map):
2900 * wid-browse.el (widget-minor-mode):
2901 * emulation/tpu-edt.el (tpu-edt-mode):
2902 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2903 * international/iso-ascii.el (iso-ascii-mode):
2904 * language/thai-util.el (thai-word-mode):
2905 * mail/supercite.el (sc-minor-mode):
2906 * net/goto-addr.el (goto-address-mode):
2907 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2908 * progmodes/cwarn.el (cwarn-mode):
2909 * progmodes/flymake.el (flymake-mode):
2910 * progmodes/glasses.el (glasses-mode):
2911 * progmodes/hideshow.el (hs-minor-mode):
2912 * progmodes/pascal.el (pascal-outline-mode):
2913 * textmodes/enriched.el (enriched-mode):
2914 * vc/smerge-mode.el (smerge-mode):
2915 Doc fixes (minor mode argument).
2916
5e0d957f
EZ
29172012-02-07 Eli Zaretskii <eliz@gnu.org>
2918
2919 * ls-lisp.el (ls-lisp-sanitize): New function.
2920 (ls-lisp-insert-directory): Use it to fix or remove any elements
2921 in file-alist with missing attributes. (Bug#4673)
2922
98d7371e
AM
29232012-02-07 Alan Mackenzie <acm@muc.de>
2924
2925 Fix spurious recognition of c-in-knr-argdecl.
2926
2927 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2928 putative K&R region.
2929
667ced3a
AM
29302012-02-07 Alan Mackenzie <acm@muc.de>
2931
eb864a71
LM
2932 * progmodes/cc-engine.el (c-forward-objc-directive):
2933 Prevent looping in "#pragma mark @implementation".
667ced3a 2934
5b77774d
MA
29352012-02-07 Michael Albinus <michael.albinus@gmx.de>
2936
2937 * notifications.el (notifications-on-closed-signal): Make `reason'
2938 optional. (Bug#10744)
2939
af008560
GM
29402012-02-07 Glenn Morris <rgm@gnu.org>
2941
60d47423
GM
2942 * emacs-lisp/easy-mmode.el (define-minor-mode):
2943 Doc fixes for the macro and the mode it defines.
2944
dd605cc4
GM
2945 * image.el (imagemagick-types-inhibit): Doc fix.
2946
af008560
GM
2947 * cus-start.el (imagemagick-render-type): Add it.
2948
5cc59a37
LI
29492012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2950
4d6769e1
JB
2951 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2952 Set the default at load time, too, so that `font-lock-fontify-buffer'
2953 can be called without setting up the entire mode first. This fixes
2954 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2955
9a6dd747
CY
29562012-02-06 Chong Yidong <cyd@gnu.org>
2957
2d16b285
CY
2958 * simple.el (list-processes--refresh): Delete exited processes
2959 (Bug#8094).
2960
171e9b6e
CY
2961 * comint.el (comint-next-prompt): next-single-char-property-change
2962 and prev-single-char-property-change never return nil (Bug#8657).
2963
9a6dd747
CY
2964 * custom.el (defcustom): Doc fix (Bug#9711).
2965
aa4589a7
CY
29662012-02-05 Chong Yidong <cyd@gnu.org>
2967
5c2a252f
CY
2968 * cus-edit.el (custom-variable-reset-backup): Quote the value
2969 before storing it in the customized-value property (Bug#6712).
4aab9006 2970 (custom-display): Add a customization type tag.
983b9602 2971 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2972
aa4589a7
CY
2973 * wid-edit.el (widget-field-value-get): New optional arg to
2974 suppress trailing whitespace truncation.
2975 (character): Use it (Bug#2689).
2976
1ff980ae
AS
29772012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2978
2979 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2980 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2981
03988c98
CY
29822012-02-05 Chong Yidong <cyd@gnu.org>
2983
eeb6cc88
CY
2984 * cus-edit.el (custom-variable-value-create): For mismatched
2985 types, show the current value (Bug#7600).
2986
03988c98
CY
2987 * custom.el (defcustom): Doc fix.
2988
f8cdeef0
GM
29892012-02-05 Glenn Morris <rgm@gnu.org>
2990
2991 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2992
0696d255
JB
29932012-02-05 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2996 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2997 (pp-last-sexp): Use `looking-at-p'.
2998
34c99998
GM
29992012-02-04 Glenn Morris <rgm@gnu.org>
3000
8f05da42
GM
3001 * files.el (revert-buffer):
3002 Doc fix (mention revert-buffer-in-progress-p).
3003
f160676e
GM
3004 * emacs-lisp/ert-x.el (ert-simulate-command):
3005 Check deferred-action-list (which is obsolete) is bound.
3006
c7291ad9
GM
3007 * subr.el (with-wrapper-hook): Doc fixes.
3008
34c99998
GM
3009 * simple.el (filter-buffer-substring-functions)
3010 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3011
6283a7d3
LL
30122012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3013
3014 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3015 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3016
e96e3013
LL
30172012-02-04 Leo Liu <sdl.web@gmail.com>
3018
3019 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3020
8ded50f2
GM
30212012-02-04 Glenn Morris <rgm@gnu.org>
3022
82ff1d13
GM
3023 * image.el (image-extension-data): Add obsolete alias.
3024
987a0a16
GM
3025 * isearch.el (isearch-update): Doc fix.
3026
ea32ef46
GM
3027 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3028
8ded50f2
GM
3029 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3030
eea14f31
GM
30312012-02-03 Glenn Morris <rgm@gnu.org>
3032
3033 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3034 (image-animate-timeout): Doc fix.
3035
3036 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3037
12f381b7
GM
30382012-02-02 Glenn Morris <rgm@gnu.org>
3039
953cebf5
GM
3040 * server.el (server-auth-dir): Doc fix.
3041 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3042
12f381b7
GM
3043 * subr.el (run-mode-hooks): Doc fix.
3044
953a8c3b
JL
30452012-02-02 Juri Linkov <juri@jurta.org>
3046
3047 * image-mode.el (image-toggle-display-image): Remove tautological
3048 `major-mode' from the `derived-mode-p' test.
3049
c5d3843c
KH
30502012-02-02 Kenichi Handa <handa@m17n.org>
3051
9f6e692e 3052 * composite.el (compose-region): Cancel previous change.
c5d3843c 3053
159462d4 30542012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3055
3056 * composite.el (compose-region, compose-string): Signal error for
3057 a null string component (Bug#6988).
3058
9f562668
CY
30592012-02-01 Chong Yidong <cyd@gnu.org>
3060
e2cef717
CY
3061 * view.el (view-buffer-other-window, view-buffer-other-frame):
3062 Handle special modes like view-buffer (Bug#10650).
3063 (view-buffer): Simplify.
3064
9f562668
CY
3065 * frame.el (set-frame-font): Tweak meaning of third argument.
3066
9f6e692e
JB
3067 * dynamic-setting.el (font-setting-change-default-font):
3068 Use set-frame-font (Bug#9982).
9f562668 3069
781acb9f
GM
30702012-02-01 Glenn Morris <rgm@gnu.org>
3071
6035be52
GM
3072 * progmodes/compile.el (compilation-internal-error-properties):
3073 Respect compilation-first-column in the "*compilation*" buffer.
3074
781acb9f
GM
3075 * emacs-lisp/easy-mmode.el (define-minor-mode):
3076 Relax :variable's test for a named function.
3077
abbceb00
AM
30782012-01-31 Alan Mackenzie <acm@muc.de>
3079
3080 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3081 off by one error.
3082
fce3fdeb
CY
30832012-01-31 Chong Yidong <cyd@gnu.org>
3084
3085 * frame.el (set-frame-font): New arg ALL-FRAMES.
3086
3087 * menu-bar.el (menu-set-font): Use set-frame-font.
3088
3089 * faces.el (face-spec-reset-face): Don't apply unspecified
3090 attribute values to the default face.
3091
47893581
JB
30922012-01-31 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * progmodes/cwarn.el (cwarn): Remove dead link.
3095 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3096 Remove * from defcustom docstrings.
3097 (turn-on-cwarn-mode): Make obsolete.
3098 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3099 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3100
e58e988a
GM
31012012-01-31 Glenn Morris <rgm@gnu.org>
3102
60dc2671 3103 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3104 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3105 Allow named functions to be used as the cdr of :variable.
e58e988a 3106
7a3f511d
GM
31072012-01-30 Glenn Morris <rgm@gnu.org>
3108
3109 * emacs-lisp/authors.el (authors-fixed-entries):
3110 Remove reference to deleted file rnewspost.el.
3111
cb882333
JB
31122012-01-29 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * window.el (window-with-parameter): Remove unused variable `windows'.
3115 (window--side-check): Remove unused variable `code'.
3116 (window--resize-siblings): Remove unused variable `first'.
3117 (adjust-window-trailing-edge): Remove unused variable `failed'.
3118 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3119 Use `let', not `let*'.
3120 (balance-windows-2): Remove unused variable `found'.
3121 (window--state-put-2): Remove unused variable `splits'.
3122 (window-state-put): Remove unused variable `selected'.
3123 (same-window-p): Use `string-match-p'.
3124 (display-buffer-assq-regexp): Remove unused variable `value'.
3125 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3126 Mark argument ALIST as ignored.
3127 (pop-to-buffer): Remove unused variable `old-window'.
3128
907201af
EZ
31292012-01-29 Eli Zaretskii <eliz@gnu.org>
3130
3131 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3132 and .lzma compressed files.
3133
ea162670
CY
31342012-01-29 Chong Yidong <cyd@gnu.org>
3135
5b95ee8a
CY
3136 * frame.el (window-system-default-frame-alist): Doc fix.
3137
ea162670
CY
3138 * dynamic-setting.el (font-setting-change-default-font): Don't
3139 change the default face if SET-FONT argument is non-nil (Bug#9982).
3140
d6e6f4b1
SB
31412012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3142
3143 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3144
0f29fa41 31452012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3146
3147 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3148 breakpoints in files outside current directory (Bug#6098).
3149
db174434
CY
31502012-01-29 Chong Yidong <cyd@gnu.org>
3151
6b25e4e2
SE
3152 * progmodes/python.el: Require ansi-color at top-level.
3153
6df6ae42
JB
3154 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3155 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3156 (lisp-mode-abbrev-table): Add doc.
3157 (lisp-mode-variables): Don't set local-abbrev-table.
3158 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3159
e70ee681
RW
31602012-01-28 Roland Winkler <winkler@gnu.org>
3161
3162 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3163
ace88aa2
RW
31642012-01-28 Roland Winkler <winkler@gnu.org>
3165
3166 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3167 (bibtex-set-dialect): Use it. Either set global values of
3168 dialect-dependent variables or bind these variables buffer-locally
3169 (Bug#10254).
3170 (bibtex-mode): Call bibtex-set-dialect via
3171 hack-local-variables-hook.
eb864a71
LM
3172 (bibtex-dialect): Update docstring.
3173 Add safe-local-variable predicate.
ace88aa2
RW
3174 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3175 bibtex-set-dialect.
3176 (bibtex-mode-map): Define menu for each dialect.
3177 (bibtex-entry): Fix docstring.
3178
93376c5b
CY
31792012-01-28 Chong Yidong <cyd@gnu.org>
3180
3181 * eshell/esh-arg.el (eshell-quote-argument): New function.
3182
3183 * eshell/esh-ext.el (eshell-invoke-batch-file):
3184 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3185 first arg to eshell-parse-command (Bug#10523).
3186
4372494f
DA
31872012-01-28 Drew Adams <drew.adams@oracle.com>
3188
3189 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3190 `default-directory' is non-nil.
3191
4d4ec1f8
EZ
31922012-01-28 Eli Zaretskii <eliz@gnu.org>
3193
3194 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3195 line that displays system-configuration-options. (Bug#9924)
3196
7c188927
DA
31972012-01-28 Drew Adams <drew.adams@oracle.com>
3198
3199 * descr-text.el (describe-char): Show information about POS, in
3200 addition to information about the character at POS. Improve and
3201 update the doc string. Change "code point" to "code point in
3202 charset", to avoid confusion with the character's Unicode code
3203 point shown above that. (Bug#10129)
3204
e0da685a
EZ
32052012-01-28 Eli Zaretskii <eliz@gnu.org>
3206
3207 * descr-text.el (describe-char): Show the raw character, not only
3208 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3209 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3210 for the reasons.
3211
70550acf
PH
32122012-01-28 Phil Hagelberg <phil@hagelb.org>
3213
eb864a71
LM
3214 * emacs-lisp/package.el (package-install):
3215 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3216
0ce8e868
CY
32172012-01-28 Chong Yidong <cyd@gnu.org>
3218
cb882333
JB
3219 * emacs-lisp/package.el (package-maybe-load-descriptor):
3220 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3221 (package-maybe-load-descriptor): Use it.
3222 (package-download-transaction): Fully load required packages
3223 inside the loop, so that `require' calls work (Bug#10593).
3224 (package-install): No need to call package-initialize now.
3225
2e7f3bea
CY
32262012-01-28 Chong Yidong <cyd@gnu.org>
3227
6e9bad14
CY
3228 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3229
f823b8ca
CY
3230 * tooltip.el (tooltip-mode): Doc fix.
3231 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3232
2680c309
CY
3233 * frame.el (set-cursor-color): Doc fix (Bug#352).
3234
d7a9e63b
CY
3235 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3236 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3237
2e7f3bea
CY
3238 * cus-edit.el (custom-buffer-create-internal): Fix search button
3239 action (Bug#10542).
2ae01800 3240 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3241
fc4f7a23
EW
32422012-01-27 Eduard Wiebe <usenet@pusto.de>
3243
3244 * dired.el (dired-mark-files-regexp):
3245 Include any subdirectory components. (Bug#10445)
3246
7dd37071
ML
32472012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3248
3249 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3250 Handle [host]:port syntax. (Bug#10533)
3251
a268160b
AH
32522012-01-27 Alex Harsanyi <harsanyi@mac.com>
3253
3254 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3255
e43273ef
GM
32562012-01-26 Glenn Morris <rgm@gnu.org>
3257
3258 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3259 * term.el (term-raw-escape-map): Use Control-X-prefix.
3260 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3261
1edf595d
MR
32622012-01-25 Martin Rudalics <rudalics@gmx.at>
3263
3264 * window.el (window-state-get, window--state-get-1): Don't deal
3265 with fixed-sizeness of windows. Simplify code.
3266
fa8eafef
JC
32672012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3268
6df6ae42
JB
3269 * window.el (window--state-get-1, window--state-put-2):
3270 Don't save and restore the mark.
fa8eafef 3271
0b21c100
CY
32722012-01-25 Chong Yidong <cyd@gnu.org>
3273
3274 * custom.el (custom-variable-p): Doc fix.
3275
5ae1a6c8
GM
32762012-01-25 Glenn Morris <rgm@gnu.org>
3277
40047858
GM
3278 * dired.el (dired-goto-file): Handle some of the more common
3279 characters that `ls -b' escapes. (Bug#10596)
3280
5ddce96c
GM
3281 * progmodes/compile.el (compilation-next-error-function):
3282 Respect compilation-first-column in the "*compilation*" buffer.
3283 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3284
5ae1a6c8
GM
3285 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3286
b559f1a9
GM
32872012-01-24 Glenn Morris <rgm@gnu.org>
3288
3289 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3290
6725d21a
JD
32912012-01-24 Julien Danjou <julien@danjou.info>
3292
3293 * color.el (color-rgb-to-hsl): Fix value computing.
3294 (color-hue-to-rgb): New function.
3295 (color-hsl-to-rgb): New function.
3296 (color-clamp, color-saturate-hsl, color-saturate-name)
3297 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3298 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3299
70df4bbe
GM
33002012-01-24 Glenn Morris <rgm@gnu.org>
3301
3302 * vc/vc-rcs.el (vc-rcs-create-tag):
3303 * vc/vc-sccs.el (vc-sccs-create-tag):
3304 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3305
802a2ae2
ML
33062012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3307
3308 * eshell/esh-util.el (eshell-read-hosts-file):
3309 Skip comment lines. (Bug#10549)
3310
d7128bb1
ML
3311 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3312
d1a5c3b4
JB
33132012-01-23 Juanma Barranquero <lekktu@gmail.com>
3314
2724d9c7
JB
3315 * subr.el (display-delayed-warnings): Doc fix.
3316 (collapse-delayed-warnings): New function to collapse identical
3317 adjacent warnings.
3318 (delayed-warnings-hook): Add it.
d1a5c3b4 3319
a5509865
MA
33202012-01-22 Michael Albinus <michael.albinus@gmx.de>
3321
3322 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3323
3324 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3325 properties, when "login-as" is set.
3326
3327 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3328 (tramp-default-user-alist): Don't add "pscp".
3329 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3330 property "login-as", if set. (Bug#10530)
3331
cc6d5805
MA
33322012-01-21 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3335 "plink1" and "psftp". (Bug#10530)
3336
33372012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3338
3339 * international/mule-cmds.el (prefer-coding-system): Show a
3340 warning message if the default value of file-name-coding-system
3341 was not changed.
3342
f0960428
JC
33432012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3344
cb882333
JB
3345 * windmove.el (windmove-reference-loc):
3346 Fix windmove-reference-loc miscalculation.
f0960428 3347
dd6f2a63
JB
33482012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3349
3350 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3351 default unit.
3352
7b447e9b
GM
33532012-01-21 Glenn Morris <rgm@gnu.org>
3354
117a9ea1
GM
3355 * international/mule.el (auto-coding-alist): Add .tbz.
3356
7b447e9b
GM
3357 * files.el (local-enable-local-variables): Doc fix.
3358 (inhibit-local-variables-regexps): Rename from
3359 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3360 Doc fix. Add some extensions from auto-coding-alist.
3361 (inhibit-local-variables-suffixes):
3362 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3363 (inhibit-local-variables-p):
3364 New function, extracted from set-auto-mode-1.
3365 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3366 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3367 (hack-local-variables): Doc fix. Make the mode-only case
3368 respect enable-local-variables and friends.
3369 Respect inhibit-local-variables-regexps for file-locals, but
3370 not for directory-locals.
3371 (set-visited-file-name):
3372 Take account of inhibit-local-variables-regexps.
3373 Whether it applies may change as the file name is changed.
3374 * jka-cmpr-hook.el (jka-compr-install):
3375 * jka-compr.el (jka-compr-uninstall):
3376 Update for inhibit-first-line-modes-suffixes name change.
3377
dd6e3cdd
MR
33782012-01-20 Martin Rudalics <rudalics@gmx.at>
3379
3380 * help-macro.el (make-help-screen): Temporarily restore original
3381 binding for minor-mode-map-alist (Bug#10454).
3382
0d0deb38
JD
33832012-01-19 Julien Danjou <julien@danjou.info>
3384
3385 * color.el (color-name-to-rgb): Use the white color to find the max
3386 color component value and return correctly computed values.
3387 (color-name-to-rgb): Add missing float conversion for max value.
3388
34a02f46
MR
33892012-01-19 Martin Rudalics <rudalics@gmx.at>
3390
3391 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3392 special state value for window-persistent-parameters.
3393 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3394 (window--state-put-2): Reset all window parameters to nil before
3395 assigning values of persistent parameters.
3396
606c44c4
AM
33972012-01-18 Alan Mackenzie <acm@muc.de>
3398
3399 Eliminate sluggishness and hangs in fontification of "semicolon
3400 deserts".
3401
cb882333
JB
3402 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3403 Change value 10000 -> 3000.
606c44c4
AM
3404 (c-state-safe-place): Reformulate so it doesn't stack up an
3405 infinite number of wrong entries in c-state-nonlit-pos-cache.
3406 (c-determine-limit-get-base, c-determine-limit): New functions to
3407 determine backward search limits disregarding literals.
3408 (c-find-decl-spots): Amend commenting.
3409 (c-cheap-inside-bracelist-p): New function which detects "={".
3410
3411 * progmodes/cc-fonts.el
3412 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3413 backward search.
3414 (c-font-lock-declarations): Fix an occurrence of point being
3415 undefined. Check additionally for point being in a bracelist or
3416 near a macro invocation without a semicolon so as to avoid a
3417 fruitless time consuming search for a declarator. Give a more
3418 precise search limit for declarators using the new
3419 c-determine-limit.
3420
f3860cea
GM
34212012-01-18 Glenn Morris <rgm@gnu.org>
3422
3423 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3424 (set-auto-mode): Doc fixes.
3425
1db03b16
GM
34262012-01-17 Glenn Morris <rgm@gnu.org>
3427
0e6038be
GM
3428 * isearch.el (search-nonincremental-instead): Fix doc typo.
3429
1db03b16
GM
3430 * dired.el (dired-insert-directory): Handle newlines in directory name.
3431 (dired-build-subdir-alist): Unescape newlines in directory name.
3432
4cb0aa75
MA
34332012-01-17 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3436 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3437 (tramp-action-terminal): Use it. (Bug#10530)
3438
1d00653d
SM
34392012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3440
3441 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3442
6a6ee00d
MR
34432012-01-16 Martin Rudalics <rudalics@gmx.at>
3444
3445 * window.el (window-state-ignored-parameters): Remove variable.
3446 (window--state-get-1): Rename argument MARKERS to IGNORE.
3447 Handle persistent window parameters. Make copy of clone-of
3448 parameter only if requested. (Bug#10348)
3449 (window--state-put-2): Install a window parameter only if it has
3450 a non-nil value or an existing parameter shall be overwritten.
3451
97912def
MA
34522012-01-15 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3455
688070a5
EZ
34562012-01-14 Eli Zaretskii <eliz@gnu.org>
3457
3458 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3459 don't pass the (nil) value of `upnode' to string-match.
3460
301afadc
CY
34612012-01-14 Chong Yidong <cyd@gnu.org>
3462
3463 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3464 Fix values recognized by the cursorBlink resource.
301afadc 3465
9e5788aa
PE
34662012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3467
3468 * epg.el (epg--make-temp-file): Avoid permission race condition
3469 when running on old Emacs versions (bug#10403).
3470
3cdb7f5a
GM
34712012-01-14 Glenn Morris <rgm@gnu.org>
3472
3473 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3474
8c82b1b4
AM
34752012-01-13 Alan Mackenzie <acm@muc.de>
3476
3477 Fix filling for when filladapt mode is enabled.
3478
3479 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3480 c-mask-paragraph, pass in `fill-paragraph' rather than
3481 `fill-region-as-paragraph'. (This is a reversion of a previous
3482 change.)
eb864a71
LM
3483 * progmodes/cc-mode.el (c-basic-common-init):
3484 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3485
e517eda4
GM
34862012-01-13 Glenn Morris <rgm@gnu.org>
3487
1498536e
GM
3488 * dired.el (dired-switches-escape-p): New function.
3489 (dired-insert-directory): Use dired-switches-escape-p.
3490 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3491
e517eda4
GM
3492 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3493
328f984d
GM
34942012-01-12 Glenn Morris <rgm@gnu.org>
3495
3496 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3497 changes in adaptive-fill-regexp. (Bug#10276)
3498
2cc769a8
AM
34992012-01-11 Alan Mackenzie <acm@muc.de>
3500
3501 Fix Emacs bug #10463 - put `widen's around the critical spots.
3502
1d00653d 3503 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3504 widen around each invocation of c-state-pp-to-literal. Remove an
3505 unused let variable.
3506
e52c37fa
GM
35072012-01-11 Glenn Morris <rgm@gnu.org>
3508
3509 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3510 Doc fix.
e52c37fa 3511
96f8741e
CY
35122012-01-10 Chong Yidong <cyd@gnu.org>
3513
1d00653d
SM
3514 * net/network-stream.el (network-stream-open-starttls):
3515 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3516 response to the capability command.
3517
b09a806e
GM
35182012-01-10 Glenn Morris <rgm@gnu.org>
3519
3520 * mail/unrmail.el (unrmail): Tweak previous change.
3521
7655cb66
CY
35222012-01-09 Chong Yidong <cyd@gnu.org>
3523
3524 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3525
9d5a8f0b
AM
35262012-01-08 Alan Mackenzie <acm@muc.de>
3527
3528 Optimise font locking in long enum definitions.
3529
3530 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3531 arm to a cond form to handle enums.
3532 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3533 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3534
9a0115ab 35352012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3536
3537 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3538 (Bug#10401)
6bb72cbd 3539
f186bb95
LMI
35402012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3541
29232a68
LMI
3542 * faces.el (set-face-attribute): Clarify the meaning of the nil
3543 frame (bug#10294).
3544
4e5d086d
LMI
3545 * subr.el (with-selected-frame): Mention that the selected frame
3546 is restored (bug#9980).
3547
8e66aebe
LMI
3548 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3549 (bug#9759).
3550
cd394be1 3551 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3552 (password-read): Don't autoload unused function.
3553
adf4e762
JB
35542012-01-07 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * progmodes/which-func.el (which-func-mode): Turn into a
3557 non-interactive function and mark as obsolete (bug#10428).
3558
89bd9ccd
CY
35592012-01-06 Chong Yidong <cyd@gnu.org>
3560
3561 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3562 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3563 functions, along with 1 and -1.
3564
4afee9d5
EZ
35652012-01-06 Eli Zaretskii <eliz@gnu.org>
3566
3567 * time.el (display-time-load-average)
3568 (display-time-default-load-average): Doc fixes. See the thread
3569 starting at
3570 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3571 for the details.
3572
536aea70
GM
35732012-01-06 Glenn Morris <rgm@gnu.org>
3574
665ae865
GM
3575 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3576 has no messages. (Bug#10377)
3577
c869783d
GM
3578 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3579 than Info-edit. (Bug#10385)
3580
2bb4227e
GM
3581 * time.el (display-time-load-average, display-time-next-load-average):
3582 Doc fixes.
3583
7d5944b9
GM
3584 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3585 local setting of buffer-read-only to the input buffer. (Bug#10419)
3586
536aea70
GM
3587 * calendar/calendar.el (calendar-mode):
3588 Locally set scroll-margin to 0. (Bug#10379)
3589
7dccca16
UM
35902012-01-06 Ulrich Mueller <ulm@gentoo.org>
3591
3592 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3593
afbb7930
GM
35942012-01-05 Glenn Morris <rgm@gnu.org>
3595
3596 * eshell/em-unix.el (diff-no-select): Autoload it.
3597 (eshell/diff): Use diff-no-select. (Bug#10420)
3598
04482335
CY
35992012-01-05 Chong Yidong <cyd@gnu.org>
3600
7baca3bc
CY
3601 * shell.el (shell-dynamic-complete-functions): Revert last change.
3602 (shell-command-completion-function): New function.
3603 (shell-completion-vars): Use it to implement
3604 shell-completion-execonly (Bug#10417).
3605
04482335
CY
3606 * custom.el (enable-theme): Don't set custom-safe-themes.
3607
1d00653d
SM
3608 * cus-theme.el (custom-theme-merge-theme):
3609 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3610
bb5aa5d6
MM
36112012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3612
3613 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3614 first prompt in `sql-interacive-mode'.
3615 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3616 keywords.
6df6ae42 3617 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3618 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3619 context of original buffer. Invoke `sql-login-hook'.
3620
a7183d7c
EZ
36212012-01-04 Eli Zaretskii <eliz@gnu.org>
3622
3623 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3624 letters in cite-prefix.
3625
a1eacd1e
LMI
36262012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3627
3628 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3629
787cdb34
CY
36302012-01-03 Chong Yidong <cyd@gnu.org>
3631
1d00653d
SM
3632 * shell.el (shell-dynamic-complete-functions):
3633 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3634 comint-filename-completion first (Bug#10417).
3635
30710442
RS
36362012-01-02 Richard Stallman <rms@gnu.org>
3637
3638 * battery.el (battery-status-function):
3639 Detect when to use battery-yeeloong-sysfs.
3640 (battery-echo-area-format): Add string for Yeeloong.
3641 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3642 (battery-yeeloong-sysfs): New function.
3643
f75bfc33
CY
36442012-01-02 Chong Yidong <cyd@gnu.org>
3645
3646 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3647 (dirtrack): Merge code for handling relative filenames in prompt
3648 from shell-dir-cookie-watcher.
3649 (dirtrack-debug-message): New arg to avoid excess format calls.
3650
3651 * shell.el (shell-dir-cookie-re): Variable deleted.
3652 (shell-dir-cookie-watcher): Function deleted.
3653 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3654 with dirtrack-mode.
3655
651e947e
EZ
36562012-01-01 Eli Zaretskii <eliz@gnu.org>
3657
1d00653d
SM
3658 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3659 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3660 libgnutls-26.dll.
3661
94d4c7dc
AS
36622011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3663
3664 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3665
8d43f3cd
EZ
36662011-12-31 Eli Zaretskii <eliz@gnu.org>
3667
3668 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3669 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3670
98c8795a
MA
36712011-12-29 Michael Albinus <michael.albinus@gmx.de>
3672
3673 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3674 also for alternative shells.
3675 (tramp-open-connection-setup-interactive-shell): Check, whether
3676 the shell is a busybox.
3677 (tramp-send-command): Don't suppress multiple prompts for
3678 busyboxes, it hurts.
3679
51281b32
CY
36802011-12-28 Chong Yidong <cyd@gnu.org>
3681
3682 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3683 (gdb-get-source-file): Move mode line update to
3684 gdb-get-source-file (Bug#10087).
3685
2170cb53
CY
36862011-12-25 Chong Yidong <cyd@gnu.org>
3687
3688 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3689 gud-gdb-marker-filter without taking it as an argument.
3690 (gud-gdb-run-command-fetch-lines): Caller changed.
3691 (gud-gdb-completion-function): New variable.
3692 (gud-gdb-completion-at-point): Use it.
3693 (gud-gdb-completions-1): Split from gud-gdb-completions.
3694
3695 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3696 function as separate arguments.
3697 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3698 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3699 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3700 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3701 (gdb-stopped, def-gdb-auto-update-trigger)
3702 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3703 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3704 Callers changed.
2170cb53
CY
3705 (gud-gdbmi-completions): New function.
3706 (gdb): Use it for generating the completion table.
3707
be8b11bb
AM
37082011-12-24 Alan Mackenzie <acm@muc.de>
3709
3710 Introduce a mechanism to widen the region used in context font
1d00653d 3711 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3712
1d00653d
SM
3713 * progmodes/cc-langs.el (c-before-font-lock-functions):
3714 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3715 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3716 functions to be run just before context (etc.) font locking.
3717
3718 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3719 New, functionality extracted from
be8b11bb 3720 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3721 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3722 (c-after-change): Set c-in-after-change-fontification.
3723 (c-set-fl-decl-start): Rejig its interface, so it can be called
3724 from both after-change and context fontifying.
b81d40f0
JB
3725 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3726 New functions.
3727 (c-standard-font-lock-fontify-region-function): New variable.
3728 (c-font-lock-fontify-region): New function.
be8b11bb 3729
341cf6ac
JL
37302011-12-24 Juri Linkov <juri@jurta.org>
3731
3732 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3733 (Bug#10348)
3734
bffcee0a
MA
37352011-12-23 Michael Albinus <michael.albinus@gmx.de>
3736
3737 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3738 existence of source file. (Bug#10325)
3739
cb5e207c
AM
37402011-12-23 Alan Mackenzie <acm@muc.de>
3741
3742 Fix unstable fontification inside templates.
3743
b81d40f0
JB
3744 * progmodes/cc-langs.el (c-before-font-lock-functions):
3745 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3746 additionally has c-set-fl-decl-start. The other languages (apart
3747 from AWK) have that as a single entry.
3748
b81d40f0
JB
3749 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3750 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3751 c-set-fl-decl-start.
3752
b81d40f0
JB
3753 * progmodes/cc-mode.el (c-common-init, c-after-change):
3754 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3755 (c-set-fl-decl-start): New function, extracted from
3756 c-font-lock-enclosing-decls and enhanced.
3757
60ff536c
JB
37582011-12-23 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3761
1c4757d6
JL
37622011-12-22 Juri Linkov <juri@jurta.org>
3763
3764 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3765
d031f2c7
CY
37662011-12-22 Chong Yidong <cyd@gnu.org>
3767
3768 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3769
bace743a
DA
37702011-12-21 Drew Adams <drew.adams@oracle.com>
3771
3772 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3773
728a1f2b
JC
37742011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3775
3776 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3777
0d373f73
TZ
37782011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3779
fec0aaa4
TZ
3780 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3781 highlighting and support. Fix up comments for capitalization.
3782 (cfengine-mode-debug): New var.
3783 (cfengine3-mode): Change the modeline indicator to "CFE3".
3784 (cfengine3-font-lock-keywords): Improve defun highlighting.
3785 (cfengine2-actions): Rename from `cfengine-actions'.
3786 (cfengine2-font-lock-keywords): Rename from
3787 `cfengine-font-lock-keywords'.
3788 (cfengine2-imenu-expression): Rename from
3789 `cfengine-imenu-expression'.
3790 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3791 (cfengine2-beginning-of-defun): Rename from
3792 `cfengine-beginning-of-defun'.
3793 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3794 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3795 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3796 modeline indicator to "CFE2".
3797 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3798 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3799
bc86f573
CY
38002011-12-21 Chong Yidong <cyd@gnu.org>
3801
3802 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3803 filename argument.
3804
d45ba96b
MR
38052011-12-20 Martin Rudalics <rudalics@gmx.at>
3806
3807 * window.el (window-normalize-buffer-to-display): Remove.
3808 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3809
a6198c90
CY
38102011-12-19 Chong Yidong <cyd@gnu.org>
3811
3812 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3813 Don't signal an error in a predicate function; return non-nil.
3814 (vc-dir-mark-file): Move the error here.
3815 (vc-dir-mark-unmark): If acting on the region, keep going if one
3816 of the entries cannot be marked/unmarked.
3817 (vc-dir-mark-all-files): If current entry is a directory, mark
3818 only child files, as documented.
3819
34c5fb55
VB
38202011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3821
3822 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3823 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3824 addition.
3825
c803b2b7
JD
38262011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3827
3828 * term/ns-win.el (ns-get-selection-internal)
3829 (ns-store-selection-internal): Declare.
1154d12e
JB
3830 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3831 Declare as obsolete.
3832 (ns-get-pasteboard, ns-paste-secondary):
3833 Use ns-get-selection-internal.
3834 (ns-set-pasteboard, ns-copy-including-secondary):
3835 Use ns-store-selection-internal.
c803b2b7 3836
9cff91f8 38372011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3838
3839 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3840 (vc-deduce-fileset): Doc fix.
99a289d9 3841
f16c898a
AS
38422011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3843
3844 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3845
763237c4
SS
38462011-12-13 Sam Steingold <sds@gnu.org>
3847
3848 * man.el (Man-getpage-in-background): When running under a
3849 window-system, ignore $MANWIDTH and $COLUMNS.
3850
5fc1c122
KH
38512011-12-15 Kenichi Handa <handa@m17n.org>
3852
3853 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3854 (setup-ethiopic-environment-internal): Comment out key-binding for
3855 ethio-toggle-punctuation.
3856
13d49cbb
AM
38572011-12-13 Alan Mackenzie <acm@muc.de>
3858
898169a2
AM
3859 Add the switch statement to AWK Mode.
3860
7a71b18d 3861 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3862 "default" to the keywords regexp.
3863
7a71b18d 3864 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3865 expression as the rest.
1d00653d
SM
3866 (c-nonlabel-token-key): Allow string literals for AWK.
3867 Refactor for the other modes.
898169a2 3868
13d49cbb 3869 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3870 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3871 routines. Limit backward searching in c-font-lock-enclosing.decl.
3872
3873 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3874 pp-state and literal type in addition to the limits.
1d00653d 3875 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3876 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3877 (c-slow-in-literal, c-fast-in-literal): Remove.
3878 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3879
3880 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3881 being in a literal. Add a limit for backward searching.
3882
3883 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3884 c-slow-in-literal.
3885
15e0efc7
SM
38862011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3889
454592a6
MR
38902011-12-13 Martin Rudalics <rudalics@gmx.at>
3891
3892 * window.el (delete-other-windows): Use correct frame in call to
3893 window-with-parameter.
3894
87393f26
DP
38952011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3896
3897 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3898 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3899 (makefile-gmake-statements, makefile-makepp-statements):
3900 Use it and add new makepp keywords.
3901 (makefile-makepp-font-lock-keywords): Add new patterns.
3902 (makefile-match-function-end): Match new [...] and [[...]].
3903
11636b22
JB
39042011-12-11 Juanma Barranquero <lekktu@gmail.com>
3905
3906 * ses.el (ses-call-printer-return, ses-cell-property-get)
3907 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3908 (ses-create-cell-variable, ses-reset-header-string)
3909 (ses-cell-set-formula, ses-repair-cell-reference-all)
3910 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3911 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3912 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3913 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3914 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3915 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3916 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3917 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3918 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3919 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3920 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3921 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3922
cf018193
VB
39232011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3924
3925 * ses.el: The overall change is to add cell renaming, that is
3926 setting fancy names for cell symbols other than name matching
3927 "\\`[A-Z]+[0-9]+\\'" regexp .
3928 (ses-create-cell-variable): New defun.
3929 (ses-relocate-formula): Relocate formulas only for cells the
3930 symbols of which are not renamed, i.e. symbols whose names do not
3931 match regexp "\\`[A-Z]+[0-9]+\\'".
3932 (ses-relocate-all): Relocate values only for cells the symbols of
3933 which are not renamed.
3934 (ses-load): Create cells variables as the (ses-cell ...) are read,
3935 in order to check row col consistency with cell symbol name only
3936 for cells that are not renamed.
3937 (ses-replace-name-in-formula): New defun.
3938 (ses-rename-cell): New defun.
3939
ee957461
CY
39402011-12-11 Chong Yidong <cyd@gnu.org>
3941
3942 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3943 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3944
9a9e9ef0
MR
39452011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3946
3947 * window.el (other-window): Fix docstring.
3948
92a8eba5
EZ
39492011-12-10 Eli Zaretskii <eliz@gnu.org>
3950
3951 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3952 `from' or `to' address before taking its substring.
3953 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3954 encoded name is chopped in the middle of the encoded string, and
3955 thus displayed encoded.
3956
e152e577
JB
39572011-12-10 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3960
e5d84bfe
EZ
39612011-12-10 Eli Zaretskii <eliz@gnu.org>
3962
3963 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3964 to use texinfo-update-node and commands that call it if the
3965 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3966 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3967 (texinfo-all-menus-update, texinfo-master-menu)
3968 (texinfo-update-node, texinfo-every-node-update)
3969 (texinfo-multiple-files-update): Doc fix. Warn against updating
3970 all the @node lines.
3971 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3972 argument is numeric. Explain better in the doc string what the
3973 function really does.
3974 (texinfo-insert-master-menu-list): Improve the error message
3975 displayed if there's no menu in the Top node.
3976 (Bug#2975) See also this thread:
e5d84bfe
EZ
3977 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3978
1d84e9bb
MG
39792011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3980
3981 * speedbar.el (speedbar-supported-extension-expressions):
3982 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3983
382c953b
JB
39842011-12-09 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * printing.el (pr-mode-alist):
3987 * simple.el (filter-buffer-substring-functions)
3988 (completion-list-insert-choice-function):
3989 * window.el (window-with-parameter, window-atom-root)
3990 (window-sides-slots, window-size-fixed, window-min-delta)
3991 (window-max-delta, window--resize-mini-window)
3992 (window--resize-child-windows-normal, window-tree)
3993 (delete-other-windows, quit-window, split-window)
3994 (display-buffer-record-window, special-display-buffer-names)
3995 (special-display-regexps, special-display-popup-frame)
3996 (same-window-p, split-window-sensibly)
3997 (display-buffer-overriding-action, display-buffer-alist)
3998 (display-buffer-base-action, display-buffer, switch-to-buffer)
3999 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4000 (fit-window-to-buffer, recenter-positions)
4001 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4002 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4003 and remove unneeded backslashes in docstrings.
4004
39c9faef
SM
40052011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4006
98449af8
SM
4007 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4008
39c9faef
SM
4009 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4010 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4011 end in ".mk".
4012 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4013 when reading the makefile (bug#10116).
4014
86ed9fdc
SM
40152011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4018 (bug#10116).
4019
5580f89d
GM
40202011-12-06 Glenn Morris <rgm@gnu.org>
4021
4022 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4023
28d3917c
CY
40242011-12-06 Chong Yidong <cyd@gnu.org>
4025
4026 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4027
a98edce9
JB
40282011-12-06 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * textmodes/table.el (table-shorten-cell): Fix typo.
4031
e65adfac
CG
40322011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4033
4034 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4035
71cc0b74
EZ
40362011-12-05 Eli Zaretskii <eliz@gnu.org>
4037
4038 * descr-text.el (describe-char): Fix display of strong
4039 right-to-left characters and directional embeddings and overrides.
4040
4041 * simple.el (what-cursor-position): Fix display of codepoints of
4042 strong right-to-left characters.
4043
315bc30d
CY
40442011-12-05 Chong Yidong <cyd@gnu.org>
4045
4046 * faces.el (read-color): Doc fix.
4047
58a70b94
GM
40482011-12-05 Glenn Morris <rgm@gnu.org>
4049
4050 * align.el (align--set-marker): Add doc-string.
4051 Don't try to move something that is not a marker. (Bug#10216)
4052
5158face
GM
40532011-12-04 Glenn Morris <rgm@gnu.org>
4054
4055 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4056 overly zealous deletion of trailing whitespace.
4057
520fca41
JB
40582011-12-04 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * server.el (server-delete-client): On Windows, do not try to delete
4061 the only terminal.
4062 (server-process-filter): On Windows, treat requests for a tty frame as
4063 if they were for a GUI frame if the running server is in GUI mode.
4064
5e605a2e
GM
40652011-12-03 Glenn Morris <rgm@gnu.org>
4066
4067 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4068
5c3fe83f
SM
40692011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4070
6f5e57e7
SM
4071 * electric.el: Streamline electric-indent's hook.
4072 (electric-indent-chars): Revert to simple list.
4073 (electric-indent-functions): New var.
4074 (electric-indent-post-self-insert-function): Use it.
4075
5c3fe83f
SM
4076 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4077 there's no inferior buffer (bug#10196).
4078 (prolog-consult-compile): Don't use toggle-read-only.
4079
6bdac736
MA
40802011-12-02 Michael Albinus <michael.albinus@gmx.de>
4081
4082 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4083 interrupt. (Bug#10187)
4084
6131ba7f
SM
40852011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4086
99c79fee
SM
4087 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4088 (bug#9160).
4089
6131ba7f
SM
4090 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4091 (bug#10191).
4092
cb0a02ea
JL
40932011-12-02 Juri Linkov <juri@jurta.org>
4094
4095 * info.el (Info-search): Display "end of manual" when Isearch
4096 reaches the end of single-file Info manual. (Bug#9918)
4097
66e0570c
EZ
40982011-12-02 Eli Zaretskii <eliz@gnu.org>
4099
4100 * isearch.el (isearch-message-prefix): Run the input method part
4101 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4102
02b16839
JL
41032011-12-02 Juri Linkov <juri@jurta.org>
4104
4105 * isearch.el (isearch-occur): Use `word-search-regexp' for
4106 `isearch-word'.
4107 (isearch-search-and-update): Add condition for `isearch-word' and
4108 call `word-search-regexp'. (Bug#10145)
4109
0b950688
GM
41102011-12-01 Glenn Morris <rgm@gnu.org>
4111
4112 * eshell/em-hist.el (eshell-hist-initialize):
4113 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4114 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4115
9505c3c7
SM
41162011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4119
1bbe96b2 41202011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4121
a1beca85
SM
4122 * progmodes/verilog-mode.el (verilog-pretty-expr):
4123 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4124 verilog, such as += *= and the like.
4125 (verilog-assignment-operator-re): Regular expression to find the
4126 assigment operator in a verilog assignment.
4127 (verilog-assignment-operation-re): Regular expression to find an
4128 assignment statement for pretty-expr.
4129 (verilog-in-attribute-p): Query returns true if point is in an
4130 attribute context; used to skip these for expression line up from
4131 pretty-expr.
4132 (verilog-in-parameter-p): Query returns true if point is in an
4133 parameter definition context; used to skip these for expression
4134 line up from pretty-expr.
4135 (verilog-in-parenthesis-p): Query returns true if point is in a
4136 parenthetical expression, specifically ( ) but not [ ] or { };
4137 used by pretty-expr.
4138 (verilog-just-one-space): If there is no space, don't add one.
4139 (verilog-get-lineup-indent-2): Specifically skip just attribute
4140 contexts for expression lineup, rather than skipping all
4141 parenthetical expressions.
4142 (verilog-calculate-indent): Fix comment, and fix indent.
4143 (verilog-do-indent): Indent declarations in lists (suggested by
4144 Joachim Lechner).
4145 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4146 skeleton items.
4147 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4148 by Alain Mellan).
4149
1bbe96b2 41502011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4151
4152 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4153 parameters with embedded comments. Reported by Ray Stevens.
4154 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4155 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4156 Reported by Tim Holt.
4157 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4158 instantiated by upper module causing wrong expansion until AUTOed a
4159 second time. Reported by K C Buckenmaier.
4160 (verilog-diff-auto): Fix showing .* as a difference when
4161 `verilog-auto-star-save' off. Reported by Dan Dever.
4162 (verilog-auto-reset, verilog-read-always-signals)
4163 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4164 temporary signals in reset list if
4165 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4166 style to each signal's assignment type, bug381.
4167 Reported by Thomas Esposito.
6288f0ca
WS
4168 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4169 (verilog-uvm-statement-re): Support UVM indentation and
4170 highlighting, with old OVM keywords only.
a1beca85 4171 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4172 Support AUTOTIEOFF creating non-wire data types.
4173 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4174 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4175 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4176 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4177 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4178 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4179 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4180 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4181 non-numeric vector width. Reported by Alex Reed.
4182 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4183 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4184 (verilog-auto-delete-trailing-whitespace):
4185 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4186 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4187 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4188 Fix verilog-scan-cache corruption when running user AUTO expansion
4189 hooks that call indentation routines.
4190 (verilog-simplify-range-expression): Fix typo ignoring lower case
4191 identifiers.
4192 (verilog-delete-auto): Fix delete-autos to also remove user created
4193 automatics, as long as they start with AUTO.
4194 (verilog-batch-diff-auto, verilog-diff-auto)
4195 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4196 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4197 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4198 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4199 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4200 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4201 is disabled and its cache will get corrupt, causing AUTOS not to
4202 expand. Instead use only -quick functions.
4203 (verilog-scan-region): Fix scanning over escaped quotes.
4204 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4205 (verilog-re-search-backward-quick)
4206 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4207 related functions now ignore strings, to fix misparsing of strings
4208 with magic comments embedded in them.
a1beca85
SM
4209 (verilog-read-auto-template):
4210 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4211 Reported by Brad Dobbie.
4212 (verilog-read-auto-template):
4213 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4214 Reported by Brad Dobbie.
6288f0ca
WS
4215 (verilog-auto-inst, verilog-auto-inst-param)
4216 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4217 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4218 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4219 debugging templates without merge conflicts, bug357.
4220 Reported by Brad Dobbie.
4221 (verilog-read-auto-template):
4222 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4223 Reported by Brad Dobbie.
4224 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4225 abbrevs so user won't be asked to save.
4226 (verilog-read-auto-lisp-present): Fix to start at beginning of
4227 buffer in case called outside of verilog-auto.
4228 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4229 to "X-2". Reported by Matthew Myers.
4230 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4231 all inputs from module templates. Reported by Leith Johnson.
4232 (verilog-module-inside-filename-p): Fix locating programs as with
4233 modules.
4234 (verilog-auto-inst-port): Fix vl-width expressions when using
4235 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4236 (verilog-decls-get-regs, verilog-decls-get-signals,
4237 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4238 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4239 verilog-read-decls): Combine reg and wire structures into one var
4240 structure to represent SystemVerilog concepts.
4241 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4242 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4243 (verilog-auto-wire-type, verilog-insert-definition):
4244 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4245 SystemVerilog "logic" keyword instead of "wire"/"reg".
4246 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4247 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4248 ifdef or generate if so there's not a driver conflict).
4249 Reported by Matthew Myers.
4250 (verilog-auto-declare-nettype, verilog-insert-definition):
4251 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4252 `default_nettype none. Reported by Julian Gorfajn.
4253 (verilog-read-always-signals-recurse, verilog-read-decls)
4254 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4255 malformed end statement, bug325. Reported by Joshua Wise and
4256 Andrew Drake.
4257 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4258 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4259 when expanding .* in interfaces, bug320.
4260 Reported by Pierre-David Pfister.
6288f0ca 4261 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4262 name and open parenthesis, bug317.
4263 Reported by Pierre-David Pfister.
6288f0ca
WS
4264 (verilog-simplify-range-expression): Fix simplification of
4265 multiplications inside AUTOWIRE connections, bug303.
4266 (verilog-auto-inst-port): Support parameter expansion in
4267 multidimensional arrays.
4268 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4269 after "assert property". Reported by Julian Gorfajn.
4270 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4271 with multiplication, bug303.
4272 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4273 Reported by Jan Frode Lonnum.
4274
1bbe96b2
GM
42752011-11-30 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4278 (hfy-shell-file-name, hfy-shell):
4279 * international/fontset.el (x-decompose-font-name): Fix typos.
4280
42812011-11-29 Ken Brown <kbrown@cornell.edu>
4282
4283 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4284 (gdb-version): Remove defvar.
4285 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4286 (gdb-gud-context-command, gdb-non-stop-handler)
4287 (gdb-current-context-command, gdb-stopped): Use it.
4288 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4289 (gdb-non-stop-handler): Don't enable pretty-printing here.
4290 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4291 non-stop mode. Use the following.
4292 (gdb-check-target-async): New defun.
4293 (gud-watch, gdb-stopped): Fix whitespace.
4294 (gdb-get-source-file): Don't try to display the source file if
4295 `gdb-main-file' is nil.
4296
42972011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * align.el: Try to generate fewer markers (bug#10047).
4300 (align--set-marker): New macro.
4301 (align-region): Use it.
4302
c935221f
SM
43032011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4306
e70b5064
CY
43072011-11-29 Chong Yidong <cyd@gnu.org>
4308
4309 * indent.el (indent-for-tab-command, indent-according-to-mode):
4310 Doc fix.
4311 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4312
f3af92b7
MA
43132011-11-29 Michael Albinus <michael.albinus@gmx.de>
4314
4315 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4316 aware of remote file names. (Bug#10124)
4317
ed472be9
CY
43182011-11-29 Chong Yidong <cyd@gnu.org>
4319
4320 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4321
24510c22
SM
43222011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * files.el (find-file): Don't use force-same-window (bug#10144).
4325 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4326 use pop-to-buffer if the selected window can't be used.
4327 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4328
c60c3703
EZ
43292011-11-28 Eli Zaretskii <eliz@gnu.org>
4330
4331 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4332 special-mode-map.
4333
e95def75
CY
43342011-11-28 Chong Yidong <cyd@gnu.org>
4335
4336 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4337
c3f1c606
NR
43382011-11-27 Nick Roberts <nickrob@snap.net.nz>
4339
4340 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4341 gdb-get-source-file-list on gdb-create-source-file-list.
4342
00db469c
EZ
43432011-11-26 Eli Zaretskii <eliz@gnu.org>
4344
4345 * whitespace.el (whitespace-newline): Use a different foreground
4346 color for 16-color light-background displays.
4347
4ad3bc2a
CY
43482011-11-24 Chong Yidong <cyd@gnu.org>
4349
4350 * window.el (display-buffer--special-action): Doc fix.
4351
e9fce1ac
JB
43522011-11-25 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4355 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4356 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4357 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4358 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4359 (avl-tree-stack-first):
4360 * emacs-lisp/cconv.el (cconv--analyse-use):
4361 * net/gnutls.el (gnutls-negotiate): Fix typos.
4362
cb825e5d
GM
43632011-11-24 Glenn Morris <rgm@gnu.org>
4364
3adbe224
GM
4365 * lpr.el (lpr-windows-system, lpr-lp-system):
4366 * mail/binhex.el (binhex-begin-line):
4367 * progmodes/grep.el (grep-history, grep-find-history):
4368 * textmodes/flyspell.el:
4369 * vc/pcvs-defs.el (cvs-global-menu):
4370 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4371 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4372 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4373
321decc8
GM
4374 * net/tls.el: Fix case of "GnuTLS".
4375
420b63ad
GM
4376 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4377
cb825e5d
GM
4378 * version.el (emacs-build-system): Give it a doc-string.
4379
a0649f08
JL
43802011-11-24 Juri Linkov <juri@jurta.org>
4381
4382 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4383
c0bc0fd4
GM
43842011-11-24 Glenn Morris <rgm@gnu.org>
4385
4386 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4387 if called on a non-mime message just toggle the headers. (Bug#8006)
4388
20db1522
JB
43892011-11-24 Juanma Barranquero <lekktu@gmail.com>
4390
4391 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4392 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4393 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4394 (allout-rebullet-heading, allout-open-sibtopic)
4395 (allout-toggle-current-subtree-encryption)
4396 (allout-toggle-subtree-encryption, allout-encrypt-string)
4397 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4398 (allout-distinctive-bullets-string, allout-auto-activation):
4399 * window.el (window-normalize-buffer-to-display):
4400 * progmodes/verilog-mode.el (verilog-batch-indent):
4401 * textmodes/bibtex.el (bibtex-field-braces-opt)
4402 (bibtex-field-strings-opt):
4403 * vc/cvs-status.el (cvs-tree-merge):
4404 Fix typos.
4405
7262a87c
MA
44062011-11-23 Michael Albinus <michael.albinus@gmx.de>
4407
4408 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4409 `non-essential' to t, in order to avoid remote connections.
4410
283430a1
EZ
44112011-11-23 Eli Zaretskii <eliz@gnu.org>
4412
a1beca85
SM
4413 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4414 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4415 case-insensitively.
4416
d2992a38
ML
44172011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4418
4419 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4420
50419064
GM
44212011-11-23 Glenn Morris <rgm@gnu.org>
4422
da94eca1
GM
4423 * paths.el (rmail-file-name): Reformat the doc-string so that it
4424 is picked up.
4425
9aac4de2
GM
4426 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4427 (rmail-auto-file): Ignore case in the "special" field names,
4428 as mail-fetch-field does for all others.
4429
8038d2d2
GM
4430 * mail/rmail.el (rmail-forward):
4431 * mail/rmailkwd.el (rmail-set-label):
4432 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4433 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4434
f3fe222a
GM
4435 * mail/rmail.el (rmail-current-message): Doc fix.
4436
50419064
GM
4437 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4438
28109f49
SM
44392011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4442
394c65f1
GM
44432011-11-22 Glenn Morris <rgm@gnu.org>
4444
4445 * mail/rmailmm.el (test-rmail-mime-handler)
4446 (test-rmail-mime-bulk-handler)
4447 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4448
f2a0aa3a
JL
44492011-11-21 Juri Linkov <juri@jurta.org>
4450
1154d12e
JB
4451 * calc/calc.el (calc-read-key-sequence):
4452 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4453
9c34a344
LMI
44542011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4455
4456 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4457 Tell the caller that the next line needs recomputation, even
4458 though it doesn't start a sexp (bug#10094).
4459
f04a3be9
SM
44602011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4463
7978747f
SM
44642011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4465
f04a3be9
SM
4466 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4467 Use force-same-window.
7978747f 4468
fe7a3057
JB
44692011-11-20 Juanma Barranquero <lekktu@gmail.com>
4470
4471 * descr-text.el (describe-char-unicode-data):
4472 * json.el (json-string-escape):
4473 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4474 (Footnote-unicode, Footnote-style-p):
4475 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4476
24901d61
CY
44772011-11-20 Chong Yidong <cyd@gnu.org>
4478
4479 * window.el (replace-buffer-in-windows): Restore interactive spec.
4480
bac7ff22
SM
44812011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4482
24f3d7b9
SM
4483 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4484
bac7ff22
SM
4485 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4486 (byte-compile-global-not-obsolete-vars): New var.
4487 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4488 Use it.
4489 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4490
cd1181db
JB
44912011-11-20 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4494 * progmodes/pascal.el (electric-pascal-equal):
4495 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4496 * xml.el (xml-substitute-special): Fix typos.
4497
7fb18e9e
GM
44982011-11-20 Glenn Morris <rgm@gnu.org>
4499
4500 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4501 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4502 Doc fixes.
4503 (rmail-decode-mime-charset): Mark as obsolete.
4504
4505 * mail/rmailsum.el (rmail-message-regexp-p-1):
4506 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4507 Before using mime functions, check they are set. (Bug#10077)
4508
d5a6b3ba
JL
45092011-11-19 Juri Linkov <juri@jurta.org>
4510
4511 * info.el (Info-finder-find-node): Use `package--builtins' instead
4512 of `package-alist'. Use node names formed by the pattern "Keyword "
4513 and the keyword name.
4514
e981b61f
AS
45152011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4516
1d00653d 4517 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4518
3ffbc301
JL
45192011-11-19 Juri Linkov <juri@jurta.org>
4520
4521 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4522 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4523 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4524 `old-history', `old-history-forward'. Add let-binding
4525 `window-selected'. Remove calls to `kill-buffer',
4526 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4527 before calling `Info-find-node', so `Info-find-node-2' will reread
4528 the Info file. Restore window positions only when `window-selected'
4529 is non-nil.
4530
30c62133
JL
45312011-11-19 Juri Linkov <juri@jurta.org>
4532
4533 * isearch.el (isearch-lazy-highlight-new-loop):
4534 Remove condition `(not isearch-error)'. (Bug#9918)
4535
4536 * misearch.el (multi-isearch-search-fun): Add condition
4537 `(not bound)' to ignore lazy-highlighting search.
4538 Add the search-failed message "end of multi" when the end of
4539 multi-sequence is reached. Uncapitalize the search-failed
4540 message "Repeat for next buffer".
4541
4542 * info.el (Info-search): Add the search-failed message
4543 "end of the manual" when the end of the manual is reached
4544 in Isearch mode.
4545
645ca9cf
JL
45462011-11-19 Juri Linkov <juri@jurta.org>
4547
4548 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4549 Use non-destructive `remove' instead of `delete' because
4550 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4551 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4552
df754f66
JL
45532011-11-19 Juri Linkov <juri@jurta.org>
4554
4555 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4556 to nil instead of binding `search-ring' and `regexp-search-ring'.
4557 (Bug#9185)
4558
0e23d96a
EZ
45592011-11-19 Eli Zaretskii <eliz@gnu.org>
4560
4561 * simple.el (line-move): Force movement by logical lines for any
4562 hscrolled window, not only when auto-hscroll-mode is on.
4563 (line-move-visual): Update doc string to that effect. (Bug#10076)
4564
8a6ccb66
AS
45652011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4566
4567 * language/european.el (macintosh): Define as alias for mac-roman.
4568
49ae5b39
EZ
45692011-11-19 Eli Zaretskii <eliz@gnu.org>
4570
4571 * mail/rmailmm.el (rmail-mime-display-header)
4572 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4573 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4574 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4575 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4576 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4577 of a raw aref.
4578 (rmail-mime-entity-segment): To get past the tagline, move forward
4579 2 more lines, to account for the 2 empty lines that precede and
4580 follow the line with the buttons.
4581 (rmail-mime-update-tagline): Move one more line, to get past the
4582 empty line that follows the buttons in the tagline. (Bug#9520)
4583
c56cad4a
MR
45842011-11-19 Martin Rudalics <rudalics@gmx.at>
4585
4586 * window.el (window-max-delta-1, window-min-delta-1)
4587 (window-min-size-1, window-state-get-1, window-state-put-1)
4588 (window-state-put-2): Use "window--" prefix.
4589
cbe71af3
SM
45902011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4591
2ad52c60
SM
4592 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4593 (smie-warning-count): New var.
4594 (smie-set-prec2tab): Use it.
4595 (smie-bnf->prec2): Improve warnings. Add docstring.
4596 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4597 (smie-bnf--set-class): New function.
4598 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4599 corner case.
4600
6944dbc1
SM
4601 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4602 (compilation-error-properties, compilation-move-to-column):
4603 Handle compilation-first-column while in the target buffer.
4604
c400c4d7
SM
4605 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4606 Don't hardcode point-min==1.
4607
6dbe3e96
SM
4608 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4609 (eshell-rewrite-for-command): Remove workaround.
4610 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4611 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4612 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4613
cbe71af3
SM
4614 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4615
a8e1496d
GM
46162011-11-17 Glenn Morris <rgm@gnu.org>
4617
4618 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4619 Ignore buffer-local generated-autoload-file if it is the same
4620 as the global value. (Bug#10049)
4621
df85d315
JB
46222011-11-17 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4625 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4626 (reftex-toc-previous-heading, reftex-toc-max-level)
4627 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4628 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4629 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4630 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4631 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4632 (reftex-toc-rename-label, reftex-toc-visit-location)
4633 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4634 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4635 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4636 leaving "*toc*" only for references to the buffer.
4637
a0c2d0ae
MR
46382011-11-17 Martin Rudalics <rudalics@gmx.at>
4639
4640 * window.el (window-resize, delete-window, split-window):
4641 Replace window-splits by window-combination-resize.
1d00653d 4642 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4643
35c0bac8
GM
46442011-11-17 Glenn Morris <rgm@gnu.org>
4645
4646 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4647 Make bash entry derive from sh entry, not shell entry.
4648
d0c8fc8a
MA
46492011-11-16 Michael Albinus <michael.albinus@gmx.de>
4650
d0c8fc8a
MA
4651 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4652 properties of linked files. (Bug#9879)
4653
7262a87c
MA
4654 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4655 local file name.
4656
7877f373
JB
46572011-11-16 Juanma Barranquero <lekktu@gmail.com>
4658
4659 * menu-bar.el (menu-bar-file-menu):
4660 * printing.el (pr-ps-utility):
4661 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4662 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4663 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4664 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4665 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4666 (icalendar--convert-cyclic-to-ical)
4667 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4668 (icalendar--convert-ical-to-diary)
4669 (icalendar--convert-recurring-to-diary)
4670 (icalendar--convert-non-recurring-all-day-to-diary)
4671 (icalendar-import-format-sample):
4672 * progmodes/idlw-shell.el (idlwave-shell-mode):
4673 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4674 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4675 (vhdl-ps-print-init): Fix typos.
4676
10649b82
KM
46772011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4678
9d0cfcd6
GM
4679 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4680 FSF and collapse date sequence, obscure author/maintainer email address
4681 better, remove extra version line, track relocation of author's webpage.
10649b82 4682
9d0cfcd6
GM
4683 * progmodes/python.el (python-pdbtrack-input-prompt)
4684 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4685 regular python pdb prompts. Adjustments shamelessly taken exactly as
4686 suggested in EmacsWiki page (tiny change):
4687 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4688
58179cce
JB
46892011-11-16 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * expand.el (expand-pos, expand-index, expand-point):
4692 Remove redundant info from docstring.
4693 (expand-add-abbrevs): Doc fix.
4694 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4695 (expand-sample-perl-mode-expand-list): Fix typos.
4696
4697 * net/dbus.el (dbus-event-member-name):
4698 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4699 * term/pc-win.el (msdos-create-frame-with-faces):
4700 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4701
b6f67890
MR
47022011-11-16 Martin Rudalics <rudalics@gmx.at>
4703
4704 * window.el (split-window, window-state-get-1)
4705 (window-state-put-1, window-state-put-2): Rename occurrences of
4706 window-nest to window-combination-limit.
1d00653d 4707 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4708
ce7ddba0
CY
47092011-11-16 Chong Yidong <cyd@gnu.org>
4710
4711 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4712 regexp (Bug#10033).
4713
3ae704f4
SM
47142011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4717 `completing-read' will remove *Completions* and will preserve
4718 current-buffer for us.
4719 (tmm-add-prompt): Users of *Completions* will always (re)set its
4720 major mode.
4721 (tmm-old-comp-map): Remove.
4722
6ad1cdde
GM
47232011-11-16 Glenn Morris <rgm@gnu.org>
4724
4725 * mail/rmailedit.el: Require rmailmm when compiling.
4726 (rmail-old-mime-state): New declaration.
4727 (rmail-edit-current-message): If editing a mime message,
4728 edit the "raw" message from the mbox buffer.
4729 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4730
d20faa20
GM
47312011-11-15 Glenn Morris <rgm@gnu.org>
4732
4733 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4734 which wasn't being used. Add optional arg to force given state.
4735 (rmail-mime): Add optional arg to force given state.
4736
c7015153
JB
47372011-11-15 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4740 * frame.el (display-mm-dimensions-alist):
4741 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4742 (outline-move-subtree-down):
4743 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4744 (newsticker--treeview-do-get-node):
4745 * net/quickurl.el (quickurl-list-buffer-name):
4746 * progmodes/dcl-mode.el (dcl-mode):
4747 * progmodes/gdb-mi.el (gdb-mapcar*):
4748 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4749
45261b50
GM
47502011-11-15 Glenn Morris <rgm@gnu.org>
4751
4752 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4753 in a boolean sense, so just make it a boolean, and fix the doc.
4754 (rmail-show-mime-function, rmail-mime-feature)
4755 (rmail-require-mime-maybe): Doc fixes.
4756 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4757
4758 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4759
0d26e0b6
JB
47602011-11-15 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4763 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4764 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4765 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4766
447f30f6
GM
47672011-11-15 Glenn Morris <rgm@gnu.org>
4768
672b871d
GM
4769 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4770 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4771 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4772 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4773 (rmail-mime, rmail-show-mime): Doc fixes.
4774
f6aa5bb1
GM
4775 * term/ns-win.el (mode-line-frame-identification):
4776 Leave it alone. (Bug#10051)
4777
947cd66b
GM
4778 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4779
447f30f6
GM
4780 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4781 Handle empty buffers. (Bug#9978)
4782
0b381c7e
JB
47832011-11-14 Juanma Barranquero <lekktu@gmail.com>
4784
4785 * international/mule.el (define-charset):
4786 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4787 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4788 * progmodes/verilog-mode.el (verilog-backward-token):
4789 * textmodes/ispell.el (lookup-words):
4790 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4791
71e027ac
GM
47922011-11-14 Glenn Morris <rgm@gnu.org>
4793
56632ce4
GM
4794 * progmodes/executable.el
4795 (executable-make-buffer-file-executable-if-script-p):
4796 Handle file-modes returning nil.
4797
40500957
GM
4798 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4799 message - not necessary, and causes problems. (Bug#9831)
4800
071c2340
GM
4801 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4802
d3cfca60
GM
4803 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4804
71e027ac
GM
4805 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4806 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4807 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4808
89d61221
MR
48092011-11-12 Martin Rudalics <rudalics@gmx.at>
4810
4811 * window.el (window-resize, delete-window): Use window-splits
4812 variable instead of function.
4813 (window-state-get-1, window-state-put-2, window-state-put):
4814 Don't deal with windows' splits status.
4815
98282f6f
GM
48162011-11-12 Glenn Morris <rgm@gnu.org>
4817
4818 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4819 (apropos-documentation): Doc fixes.
4820
40a8bdf6
JB
48212011-11-11 Juanma Barranquero <lekktu@gmail.com>
4822
4823 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4824 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4825
65bd19ff
SM
48262011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * electric.el (electric-indent-post-self-insert-function): Make it
4829 possible for a char to only indent in some circumstances.
4830 (electric-indent-mode): Simplify.
4831
54f9154c
MR
48322011-11-11 Martin Rudalics <rudalics@gmx.at>
4833
4834 * window.el (windows-with-parameter): Remove unused function.
4835 (windows-at-side): Rename to window-at-side-list.
4836 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4837 (window-side-check, window-size-ignore, window-size-fixed-1)
4838 (window-in-direction-2): Prefix with "window--".
4839 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4840
68cbc58b
GM
48412011-11-11 Glenn Morris <rgm@gnu.org>
4842
4843 * subr.el (eval-after-load): If FILE is already loaded,
4844 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4845
b2621720
GM
48462011-11-10 Glenn Morris <rgm@gnu.org>
4847
9a4de110
GM
4848 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4849 Call svn via vc-svn-command rather than vc-do-command.
4850 (vc-svn-command): Add --non-interactive. (Bug#9993)
4851 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4852
b2621720
GM
4853 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4854 Add toggle-read-only. (Bug#7292)
4855 * files.el (toggle-read-only): Mention that it should only
4856 be used interactively. (Bug#10006)
4857
1dce7193
SM
48582011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4859
d9ac1a1e
SM
4860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4861 Adjust regexp for OCaml warnings.
4862
0c325082
SM
4863 * electric.el (electric-pair-post-self-insert-function): Let user
4864 turn it off buffer-locally (bug#9932).
4865
90132c14
SM
4866 * progmodes/python.el (python-beginning-of-statement):
4867 Rewrite (bug#2703).
4868
1dce7193
SM
4869 * progmodes/compile.el: Better handle TABs (bug#9749).
4870 (compilation-internal-error-properties)
4871 (compilation-next-error-function): Obey the target buffer's
4872 compilation-error-screen-columns.
4873
c4e7c63a
JB
48742011-11-09 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * progmodes/meta-mode.el: Remove obsolete comments.
4877 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4878 Fix typos in docstrings.
4879
2cffd681
MR
48802011-11-09 Martin Rudalics <rudalics@gmx.at>
4881
4882 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4883 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4884 (window--resizable): New function. Make all callers of
4885 window-resizable call window--resizable instead.
4886 (window-resizable): Rewrite in terms of window--resizable.
4887
0edcba87
GM
48882011-11-08 Glenn Morris <rgm@gnu.org>
4889
4890 * progmodes/delphi.el (delphi-mode-syntax-table):
4891 Let define-derived-mode define a proper syntax table. (Bug#9994)
4892
4b0d61e3
SM
48932011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * window.el: Stay away from defsubst.
4896 (window-list-no-nils): Remove.
4897 (window-state-get-1, window-state-get): Use backquote instead.
4898
cd394be1 48992011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4900
4b0d61e3 4901 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4902 Fix incorrect use of default argument in `completing-read'.
4903
e1c2c6f2
MR
49042011-11-08 Martin Rudalics <rudalics@gmx.at>
4905
4906 * window.el (display-buffer-function, special-display-function):
4907 Mention display-buffer-record-window but do not mention
4908 help-setup parameter in doc-strings.
b3f4a882 4909 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4910
105216ed
CY
49112011-11-08 Chong Yidong <cyd@gnu.org>
4912
4913 * window.el (window-total-height, window-total-width): Doc fix.
4914 (window-body-size): Move from C.
4915 (window-body-height, window-body-width): Move to C.
4916
0a9f9ab5
SM
49172011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * window.el: Make special-display like display-buffer-alist (bug#9532).
4920 (display-buffer--special-action): New function, morphed
4921 from display-buffer--special.
4922 (display-buffer): Use it to handle special-display-buffers at higher
4923 priority (just after display-buffer-alist).
4924 (display-buffer-fallback-action, display-buffer--other-frame-action)
4925 (pop-to-buffer-same-window): Remove display-buffer--special.
4926
a769dd15
GM
49272011-11-07 Glenn Morris <rgm@gnu.org>
4928
4929 * calendar/cal-menu.el (cal-menu-set-date-title):
4930 Do nothing if not in a calendar. (Bug#9976)
4931
05a61ee3
SM
49322011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * files.el (find-file): Always use selected-window.
4935
be7f5545
MR
49362011-11-07 Martin Rudalics <rudalics@gmx.at>
4937
4938 * window.el (window-combinations): Make WINDOW argument
4939 mandatory. Rewrite doc-string.
4940 (walk-window-subtree, window-atom-check, window-min-delta)
4941 (window-max-delta, window--resize-this-window)
4942 (window--resize-root-window-vertically, window-tree)
4943 (balance-windows, window-state-put): Rewrite doc-strings as to
4944 not mention the term "subwindow".
4945 (window--resize-subwindows-skip-p): Rename to
4946 window--resize-child-windows-skip-p.
4947 (window--resize-subwindows-normal): Rename to
4948 window--resize-child-windows-normal.
4949 (window--resize-subwindows): Rename to
4950 window--resize-child-windows.
4951 (window-or-subwindow-p): Rename to window--in-subtree-p.
4952
3c6702ef
ML
49532011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4954
4955 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4956 Ensure that mbox format messages end in two newlines (Bug#9974).
4957
49745b39
CY
49582011-11-06 Chong Yidong <cyd@gnu.org>
4959
4960 * window.el (window-combination-p): Function deleted; its
4961 side-effect is not used in any existing code.
4962 (window-combinations, window-combined-p): Call window-*-child
4963 directly.
4964
24300f5f
CY
49652011-11-05 Chong Yidong <cyd@gnu.org>
4966
4967 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4968 (window-size-ignore, window-state-get): Callers changed.
4969 (window-normalize-window): Rename from window-normalize-any-window.
4970 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4971 (window-normalize-live-window): Delete.
447f16b8
CY
4972 (window-combination-p, window-combined-p, window-combinations)
4973 (walk-window-subtree, window-atom-root, window-min-size)
4974 (window-sizable, window-sizable-p, window-size-fixed-p)
4975 (window-min-delta, window-max-delta, window-resizable)
4976 (window-resizable-p, window-full-height-p, window-full-width-p)
4977 (window-current-scroll-bars, window-point-1, set-window-point-1)
4978 (window-at-side-p, window-in-direction, window-resize)
4979 (adjust-window-trailing-edge, maximize-window, minimize-window)
4980 (window-deletable-p, delete-window, delete-other-windows)
4981 (record-window-buffer, unrecord-window-buffer)
4982 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4983 (quit-window, split-window, window-state-put)
4984 (set-window-text-height, fit-window-to-buffer)
4985 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4986
89bd5ee1
EZ
49872011-11-04 Eli Zaretskii <eliz@gnu.org>
4988
53479029
EZ
4989 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4990 rfc2047-decode-string.
4991 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4992 warnings.
4993
89bd5ee1
EZ
4994 * window.el (window-body-height, window-body-width): Mention in
4995 the doc string that the return values are in frame's canonical
4996 units. (Bug#9949)
4997
bd17fdee
AM
49982011-11-03 Alan Mackenzie <acm@muc.de>
4999
5000 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5001 change in cc-engine.el.
5002
acc825c5
SM
50032011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5006
1885e5b8
MR
50072011-11-02 Martin Rudalics <rudalics@gmx.at>
5008
5009 * window.el (quit-window): Call unrecord-window-buffer after
5010 showing another buffer in the window. (Bug#9937)
acc825c5 5011 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5012
ebe06da9
JB
50132011-11-02 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5016 Accept status with more than 9 shelves. (Bug#9935)
5017 Reported by Colin D Bennett <colin@gibibit.com>.
5018
4ee88440
MR
50192011-11-01 Martin Rudalics <rudalics@gmx.at>
5020
5021 * help.el (with-help-window): Don't reference
5022 temp-buffer-show-specifiers in doc-string.
5023
08e1d82c
AS
50242011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5025
5026 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5027 menu-item.
5028
84bd6e9e
VJL
50292011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5030
5031 * whitespace.el: New version 13.2.2.
5032 (whitespace-newline-mode): Disable properly. Reported by Sarah
5033 <EmacsWiki>.
5034
dba0634a
UJ
50352011-10-30 Ulf Jasper <ulf.jasper@web.de>
5036
5037 * net/newst-treeview.el: Remove "Time-stamp".
5038 (newsticker--group-manage-orphan-feeds): Do not call
5039 newsticker--treeview-tree-update.
db22a3c2
JB
5040 (newsticker-treeview-update, newsticker-treeview):
5041 Call newsticker--treeview-tree-update if necessary.
dba0634a 5042
3d8daefe
MR
50432011-10-30 Martin Rudalics <rudalics@gmx.at>
5044
5045 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5046 (window-iso-combinations): Remove "iso-" infix.
5047 Suggested by Chong Yidong.
3d8daefe
MR
5048 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5049 (window-max-delta-1, window-resize, window--resize-siblings)
5050 (window--resize-this-window, adjust-window-trailing-edge)
5051 (split-window, balance-windows-1)
5052 (shrink-window-if-larger-than-buffer):
5053 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5054 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5055
1bc4c3ae
SM
50562011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5059 in place (bug#9907).
5060 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5061 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5062 (eshell-structure-basic-command, eshell-rewrite-while-command)
5063 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5064 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5065 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5066 (eshell-do-pipelines-synchronously, eshell-eval-command):
5067 Use backquotes and prefer setq to set.
5068 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5069 (eshell-macrop): Use functionp.
c1e2f5fa 5070 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5071
30b65d9c
CY
50722011-10-30 Chong Yidong <cyd@gnu.org>
5073
5074 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5075 instead of set-mark (Bug#9810).
5076
2d197ffb
CY
50772011-10-30 Chong Yidong <cyd@gnu.org>
5078
5079 * window.el (split-window-below, split-window-right): Rename from
5080 split-window-above-each-other and split-window-side-by-side
5081 respectively. All callers changed.
5082 (split-window-sensibly, split-window-sensibly): Use them.
5083 (split-window-keep-point): Doc fix.
5084
5085 * isearch.el: Add isearch-scroll property to split-window-below
5086 and split-window-right.
5087
5088 * follow.el (follow-mode):
5089 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5090 * progmodes/ada-xref.el (ada-gdb-application):
5091 * emulation/vip.el (vip-buffer-in-two-windows):
5092 * image-dired.el (image-dired-dired-with-window-configuration):
5093 * dired-x.el (dired-do-find-marked-files):
5094 * dired.el (dired-pop-to-buffer):
5095 * bs.el (bs--show-with-configuration):
5096 * vc/emerge.el (emerge-setup-windows):
5097 * textmodes/two-column.el (2C-two-columns):
5098 * textmodes/reftex-toc.el (reftex-toc):
5099 * progmodes/gdb-mi.el (gdb-setup-windows):
5100 * progmodes/fortran.el (fortran-window-create):
5101 * net/newst-treeview.el (newsticker--treeview-window-init):
5102 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5103 * emulation/tpu-edt.el (tpu-gold-map):
5104 * emulation/crisp.el (crisp-mode-map):
5105 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5106
38bb2ca8
CY
51072011-10-29 Chong Yidong <cyd@gnu.org>
5108
aa4de341
CY
5109 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5110
e1eb5385
CY
5111 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5112
5d2ece3c
CY
5113 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5114 forged Ispell output (Bug#7904).
5115
38bb2ca8
CY
5116 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5117
d0af9f77
SM
51182011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * doc-view.el: Avoid ugly errors about not finding nil.
5121 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5122 (doc-view-dvipdf-program, doc-view-unoconv-program)
5123 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5124 Avoid nil or absolute file name as default value.
5125 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5126
52bedd34
AM
51272011-10-28 Alan Mackenzie <acm@muc.de>
5128
db22a3c2 5129 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5130
7e43cfa5
AM
51312011-10-28 Alan Mackenzie <acm@muc.de>
5132
5133 Amend the handling of c-beginning/end-of-defun in nested declaration
5134 scopes.
5135
52bedd34
AM
5136 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5137 cc-langs.el. Change it to a defcustom.
7e43cfa5 5138
52bedd34
AM
5139 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5140 cc-vars.el.
7e43cfa5 5141
d0af9f77
SM
5142 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5143 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5144
52bedd34 5145 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5146 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5147 (c-widen-to-enclosing-decl-scope): New function.
5148 (c-while-widening-to-decl-block): New macro.
5149 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5150 outward for defun boundaries, and correspondingly change symbol
5151 `respect-enclosure' to `go-outward'.
5152 (c-declaration-limits): Change algorithm to report only the "innermost"
5153 defun's boundaries.
5154
1a2ce9ee
DD
51552011-10-28 Deniz Dogan <deniz@dogan.se>
5156
5157 * net/rcirc.el (rcirc-mode): Use hard newlines.
5158
bc97a826
AM
51592011-10-28 Alan Mackenzie <acm@muc.de>
5160
5161 Amend to indent and fontify macros "which include their own semicolon"
5162 correctly, using the "virtual semicolon" mechanism.
5163
52bedd34 5164 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5165
d0af9f77 5166 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5167 Recode to scan one line at a time rather than having \n and \r
58179cce 5168 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5169 (c-forward-label): Amend for virtual semicolons.
58179cce 5170 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5171
52bedd34
AM
5172 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5173 of the new C macros.
bc97a826 5174
52bedd34 5175 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5176 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5177 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5178 (c-opt-cpp-macro-define): Make into a full language variable.
5179 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5180 AWK Mode (including \n, \r) removed, no longer needed.
5181
d0af9f77
SM
5182 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5183 Invoke c-make-macro-with-semi-re.
bc97a826 5184
52bedd34
AM
5185 * progmodes/cc-vars.el (c-macro-with-semi-re):
5186 (c-macro-names-with-semicolon): New variables.
58179cce 5187 (c-make-macro-with-semi-re): New function.
bc97a826 5188
7a6c0941
SM
51892011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * vc/log-edit.el: Fill empty field rather than adding new one.
5192 (log-edit-add-field): New function.
5193 (log-edit-insert-changelog): Use it.
5194
b0c4cdcf
ML
51952011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5196
5197 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5198
ee1f1da9
SM
51992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5202 (gdb--check-interpreter): New function.
5203 (gdb): Use it.
5204
51bc5f8b
GM
52052011-10-27 Glenn Morris <rgm@gnu.org>
5206
416a2c45
GM
5207 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5208 (least-positive-float, least-negative-float)
5209 (least-positive-normalized-float, least-negative-normalized-float)
5210 (float-epsilon, float-negative-epsilon):
5211 Remove unnecessary declarations.
5212
5213 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5214 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5215 (least-positive-float, least-negative-float)
5216 (least-positive-normalized-float, least-negative-normalized-float)
5217 (float-epsilon, float-negative-epsilon): Add doc-strings,
5218 based on those in cl.texi.
5219
51bc5f8b
GM
5220 * files.el (set-visited-file-name): If the major-mode changed,
5221 reload the local variables. (Bug#9796)
5222
15de15c6
CY
52232011-10-27 Chong Yidong <cyd@gnu.org>
5224
5225 * subr.el (change-major-mode-after-body-hook): New hook.
5226 (run-mode-hooks): Run it.
5227
ee1f1da9
SM
5228 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5229 Use change-major-mode-before-body-hook.
15de15c6
CY
5230
5231 * simple.el (fundamental-mode):
5232 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5233 change introducing fundamental-mode-hook.
5234
5430d399
JB
52352011-10-26 Juanma Barranquero <lekktu@gmail.com>
5236
acc825c5 5237 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5238
ad74a69e
MA
52392011-10-26 Michael Albinus <michael.albinus@gmx.de>
5240
5241 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5242 tramp.el explicitly. (Bug#7583)
ad74a69e 5243
71d4c2a5
SM
52442011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * progmodes/octave-mod.el:
5247 * progmodes/octave-inf.el: Update maintainer.
5248
b1f6fa26
CY
52492011-10-26 Chong Yidong <cyd@gnu.org>
5250
5251 * subr.el (with-wrapper-hook): Rewrite doc.
5252
3f04efd6
MA
52532011-10-25 Michael Albinus <michael.albinus@gmx.de>
5254
5255 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5256 filenames "/method:foo:". (Bug#9793)
3f04efd6 5257
410488d3
SM
52582011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5261 (bug#9865).
5262
c1ebb47e
GM
52632011-10-24 Glenn Morris <rgm@gnu.org>
5264
5265 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5266
7f5c46c7
MA
52672011-10-24 Michael Albinus <michael.albinus@gmx.de>
5268
5269 * notifications.el: Add the requirement of a running D-Bus session
5270 bus to the Commentary.
5271
db2440b6
JL
52722011-10-24 Juri Linkov <juri@jurta.org>
5273
5274 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5275 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5276 (Bug#9364)
5277
feecf435
JL
52782011-10-24 Juri Linkov <juri@jurta.org>
5279
5280 * info.el (Info-following-node-name-re): Add newline to the list
5281 of allowed characters for leading space. (Bug#9824)
5282
a3839de2
SM
52832011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5284
acc825c5
SM
5285 * progmodes/octave-inf.el (inferior-octave-mode-map):
5286 Fix C-c C-h binding.
a3839de2
SM
5287 * progmodes/octave-mod.el (octave-help): Remove.
5288
09388e76
MA
52892011-10-23 Michael Albinus <michael.albinus@gmx.de>
5290
5291 Sync with Tramp 2.2.3.
5292
5293 * net/tramp-cache.el (top): Pacify byte-compiler using
5294 `init-file-user' and `site-run-file'.
5295
5296 * net/trampver.el: Update release number.
5297
86c60681
CY
52982011-10-23 Chong Yidong <cyd@gnu.org>
5299
5300 * files.el (toggle-read-only): Remove obsolete comment about
5301 version control.
5302
5303 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5304 for toggle-read-only. Note that this hasn't called vc-next-action
5305 since 2008-05-02, though it wasn't documented at the time.
5306
a3839de2
SM
5307 * vc/ediff-init.el (ediff-toggle-read-only-function):
5308 Use toggle-read-only.
86c60681 5309
cd5495ff
AM
53102011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5311
5312 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5313 of c-parse-state.
5314
00b77525 5315 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5316 correct faulty logical expression.
cd5495ff
AM
5317 (c-parse-state-state, c-record-parse-state-state):
5318 (c-replay-parse-state-state): New defvar/defuns.
5319 (c-debug-parse-state): Use new functions.
5320
42ee24ed
MR
53212011-10-22 Martin Rudalics <rudalics@gmx.at>
5322
5323 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5324 last fix. Use window-in-direction correctly.
42ee24ed 5325
a7dee7e7
CY
53262011-10-21 Chong Yidong <cyd@gnu.org>
5327
5328 * progmodes/idlwave.el (idlwave-mode):
5329 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5330 require-final-newline; that's done in prog-mode.
5331 Suggested by Stefan Monnier.
a7dee7e7 5332
e07b9a6d
MR
53332011-10-21 Martin Rudalics <rudalics@gmx.at>
5334
5335 * mouse.el (mouse-drag-window-above)
5336 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5337 (mouse-drag-mode-line-1, mouse-drag-header-line)
5338 (mouse-drag-vertical-line-rightward-window): Remove.
5339 (mouse-drag-line): New function.
5340 (mouse-drag-mode-line, mouse-drag-header-line)
5341 (mouse-drag-vertical-line): Call mouse-drag-line.
5342 * window.el (window-at-side-p, windows-at-side): New functions.
5343
7e1361d9
UM
53442011-10-21 Ulrich Mueller <ulm@gentoo.org>
5345
5346 * tar-mode.el (tar-grind-file-mode):
5347 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5348
30fcaf3a
CY
53492011-10-21 Chong Yidong <cyd@gnu.org>
5350
5351 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5352 * progmodes/vera-mode.el (vera-mode):
5353 Use mode-require-final-newline.
30fcaf3a 5354
516eddb0
GM
53552011-10-20 Glenn Morris <rgm@gnu.org>
5356
db22a3c2 5357 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5358
10d5f513
CS
53592011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5360
5361 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5362
ac6c8639
CY
53632011-10-20 Chong Yidong <cyd@gnu.org>
5364
5365 * emulation/cua-base.el (cua-mode):
5366 * mail/footnote.el (footnote-mode):
5367 * mail/mailabbrev.el (mail-abbrevs-mode):
5368 * net/xesam.el (xesam-minor-mode):
5369 * progmodes/bug-reference.el (bug-reference-mode):
5370 * progmodes/cap-words.el (capitalized-words-mode):
5371 * progmodes/compile.el (compilation-minor-mode)
5372 (compilation-shell-minor-mode):
5373 * progmodes/gud.el (gud-tooltip-mode):
5374 * progmodes/hideif.el (hide-ifdef-mode):
5375 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5376 * progmodes/subword.el (subword-mode):
5377 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5378 * progmodes/which-func.el (which-function-mode):
5379 * term/tvi970.el (tvi970-set-keypad-mode):
5380 * term/vt100.el (vt100-wide-mode):
5381 * textmodes/flyspell.el (flyspell-mode):
5382 * textmodes/ispell.el (ispell-minor-mode):
5383 * textmodes/nroff-mode.el (nroff-electric-mode):
5384 * textmodes/paragraphs.el (use-hard-newlines):
5385 * textmodes/refill.el (refill-mode):
5386 * textmodes/reftex.el (reftex-mode):
5387 * textmodes/rst.el (rst-minor-mode):
5388 * textmodes/sgml-mode.el (html-autoview-mode)
5389 (sgml-electric-tag-pair-mode):
5390 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5391 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5392 * emulation/crisp.el (crisp-mode):
5393 * emacs-lisp/eldoc.el (eldoc-mode):
5394 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5395 minor mode behavior.
5396
aa42ab43
JL
53972011-10-19 Juri Linkov <juri@jurta.org>
5398
5399 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5400 the list of hard-coded chars with escape-glyph face.
5401
89400f1d
SM
54022011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5405
305c07f6
MA
54062011-10-19 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5409 running process.
5410
13754b54
GM
54112011-10-19 Glenn Morris <rgm@gnu.org>
5412
5413 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5414 Ignore ignored files. (Bug#9726)
5415
06e21633
CY
54162011-10-19 Chong Yidong <cyd@gnu.org>
5417
5418 Doc fix for minor modes, stating that an omitted argument enables
5419 the mode unconditionally when called from Lisp.
5420
5421 * abbrev.el (abbrev-mode):
5422 * allout.el (allout-mode):
5423 * autoinsert.el (auto-insert-mode):
5424 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5425 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5426 (global-auto-revert-mode):
5427 * battery.el (display-battery-mode):
5428 * composite.el (global-auto-composition-mode)
5429 (auto-composition-mode):
5430 * delsel.el (delete-selection-mode):
5431 * desktop.el (desktop-save-mode):
5432 * dired-x.el (dired-omit-mode):
5433 * dirtrack.el (dirtrack-mode):
5434 * doc-view.el (doc-view-minor-mode):
5435 * double.el (double-mode):
5436 * electric.el (electric-indent-mode, electric-pair-mode):
5437 * emacs-lock.el (emacs-lock-mode):
5438 * epa-hook.el (auto-encryption-mode):
5439 * follow.el (follow-mode):
5440 * font-core.el (font-lock-mode):
5441 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5442 * help.el (temp-buffer-resize-mode):
5443 * hilit-chg.el (highlight-changes-mode)
5444 (highlight-changes-visible-mode):
5445 * hi-lock.el (hi-lock-mode):
5446 * hl-line.el (hl-line-mode, global-hl-line-mode):
5447 * icomplete.el (icomplete-mode):
5448 * ido.el (ido-everywhere):
5449 * image-file.el (auto-image-file-mode):
5450 * image-mode.el (image-minor-mode):
5451 * iswitchb.el (iswitchb-mode):
5452 * jka-cmpr-hook.el (auto-compression-mode):
5453 * linum.el (linum-mode):
5454 * longlines.el (longlines-mode):
5455 * master.el (master-mode):
5456 * mb-depth.el (minibuffer-depth-indicate-mode):
5457 * menu-bar.el (menu-bar-mode):
5458 * minibuf-eldef.el (minibuffer-electric-default-mode):
5459 * mouse-sel.el (mouse-sel-mode):
5460 * msb.el (msb-mode):
5461 * mwheel.el (mouse-wheel-mode):
5462 * outline.el (outline-minor-mode):
5463 * paren.el (show-paren-mode):
5464 * recentf.el (recentf-mode):
5465 * reveal.el (reveal-mode, global-reveal-mode):
5466 * rfn-eshadow.el (file-name-shadow-mode):
5467 * ruler-mode.el (ruler-mode):
5468 * savehist.el (savehist-mode):
5469 * scroll-all.el (scroll-all-mode):
5470 * scroll-bar.el (scroll-bar-mode):
5471 * server.el (server-mode):
5472 * shell.el (shell-dirtrack-mode):
5473 * simple.el (auto-fill-mode, transient-mark-mode)
5474 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5475 (line-number-mode, column-number-mode, size-indication-mode)
5476 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5477 * strokes.el (strokes-mode):
5478 * time.el (display-time-mode):
5479 * t-mouse.el (gpm-mouse-mode):
5480 * tool-bar.el (tool-bar-mode):
5481 * tooltip.el (tooltip-mode):
5482 * type-break.el (type-break-mode-line-message-mode)
5483 (type-break-query-mode):
5484 * view.el (view-mode):
5485 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5486 (global-whitespace-mode, global-whitespace-newline-mode):
5487 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5488
a3839de2
SM
5489 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5490 Fix autogenerated docstring.
06e21633 5491
5214e501
JL
54922011-10-19 Juri Linkov <juri@jurta.org>
5493
5494 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5495 by checking environment variables "DESKTOP_SESSION" and
5496 "XDG_CURRENT_DESKTOP". (Bug#9779)
5497
195f8db9
JL
54982011-10-19 Juri Linkov <juri@jurta.org>
5499
5500 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5501 (browse-url-chromium-program, browse-url-chromium-arguments):
5502 New defcustoms.
5503 (browse-url-default-browser): Check for `browse-url-chromium' and
5504 call `browse-url-chromium-program'.
5505 (browse-url-chromium): New command. (Bug#9779)
5506
343a34ff
JB
55072011-10-18 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * facemenu.el (list-colors-duplicates): On Windows, detect more
5510 duplicates by assuming that only colors matching "^System" are
5511 special "system colors". (Bug#9722)
5512
6978a151
SM
55132011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5516 to distinguish the author from the committer.
5517
6a80b297
MA
55182011-10-18 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5521
b31a5677
JK
55222011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5523
5524 * international/mule.el (sgml-html-meta-auto-coding-function):
5525 Add support for detecting encoding in HTML5 specified only as
5526 <meta charset="UTF-8">. Implementation just makes http-equiv and
5527 content-type parts from HTML4 encoding string optional. (Bug#9716)
5528
80c6d77f
GM
55292011-10-18 Glenn Morris <rgm@gnu.org>
5530
5531 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5532
08b0fee8
CY
55332011-10-18 Chong Yidong <cyd@gnu.org>
5534
5535 * faces.el (cursor): Doc fix.
5536
67e729a5
CY
55372011-10-17 Chong Yidong <cyd@gnu.org>
5538
5539 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5540
343a34ff 55412011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5542
5543 * dirtrack.el (dirtrack): Support shell buffers with path
5544 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5545
0bc06380
TZ
55462011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5547
5548 * json.el: Bump version to 1.3 and note change in History.
5549 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5550
8b79f3e0
SM
55512011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5a7c536b
SM
5553 * comint.el (comint-insert-input, comint-send-input)
5554 (comint-get-old-input-default, comint-backward-matching-input)
5555 (comint-next-prompt): Use nil instead of `input' for field property of
5556 past user input (bug#114).
5557
96a8a0df
SM
5558 * minibuffer.el (completion--replace): Inherit surrounding properties
5559 (bug#114).
5560 (minibuffer-complete-and-exit): Use it.
5561
8b79f3e0
SM
5562 * comint.el (comint--table-subvert): Quote the all-completions output
5563 (bug#9160).
5564
b8f7ff0d
MR
55652011-10-17 Martin Rudalics <rudalics@gmx.at>
5566
8b79f3e0 5567 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5568
b8f7ff0d 5569 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5570 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5571 entries and separate them from frame entries.
5572
c235b555
GM
55732011-10-15 Glenn Morris <rgm@gnu.org>
5574
5575 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5576 Doc fixes.
5577
6bbfa6e1
CY
55782011-10-15 Chong Yidong <cyd@stupidchicken.com>
5579
8b79f3e0
SM
5580 * net/network-stream.el (network-stream-open-starttls):
5581 Improve detection of failure due to lack of TLS support.
ec5c990d 5582
6bbfa6e1
CY
5583 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5584 putting the input text in front and in bold.
5585
98488977
SM
55862011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5587
3d1337be
SM
5588 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5589
ee0b45e4
SM
5590 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5591 empty buffer.
5592
98488977
SM
5593 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5594 unread-command-events rather than pushing yet-another event.
5595
186f4720
EZ
55962011-10-14 Eli Zaretskii <eliz@gnu.org>
5597
5598 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5599 the explanation of the possible choices. Make the options passed
5600 to completing-read shorter.
5601
8b7a997c
AM
56022011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5603
5604 * textmodes/flyspell.el (flyspell-large-region): Make sure
5605 extended character mode is used if defined (Bug#1339).
5606
12587bbb
EZ
56072011-10-13 Eli Zaretskii <eliz@gnu.org>
5608
5609 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5610 character info for LRE, LRO, RLE, and RLO characters by appending
5611 an invisible PDF.
12587bbb 5612
bad41229
SM
56132011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5616 even in case of error; add debug spec; simplify data flow.
5617 (with-timeout-handler): Remove.
5618
28dbc92f
MA
56192011-10-12 Michael Albinus <michael.albinus@gmx.de>
5620
5621 Fix Bug#6019, Bug#9315.
5622
5623 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5624 complete `buffer-file-name', the local file name part could look
5625 remotely (for example on VMS).
5626
5627 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5628 `tramp-run-real-handler'.
5629 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5630 already quoted by '"'.
5631
5632 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5633 Let `file-name-handler-alist' be nil, the local file name part
5634 could look remotely (for example on VMS).
5635
e1b0b23a
SM
56362011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5639 from here...
5640 (flyspell-post-command-hook): ...to here.
5641
a120bde9
SM
56422011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5645 if not needed.
5646 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5647 using completion. Protect against "slow" callers.
5648 Remove the "message hack".
5649
7ce7717b
JL
56502011-10-11 Juri Linkov <juri@jurta.org>
5651
5652 * isearch.el (isearch-lazy-highlight-word): New variable.
5653 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5654 Use it. (Bug#9727)
5655
c02ee9d6
GM
56562011-10-11 Glenn Morris <rgm@gnu.org>
5657
5658 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5659 like f90-previous-statement does.
5660
93e616fd 56612011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5662
1f190e73 5663 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5664 only in interactive use, to avoid error.
5665
af7b6078
SM
56662011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * minibuffer.el (completion-file-name-table): Fix last change,
5669 i.e. ignore normal errors but not the other ones.
5670
0563dae9
MR
56712011-10-10 Martin Rudalics <rudalics@gmx.at>
5672
5673 * window.el (special-display-buffer-names)
5674 (special-display-regexps): Remove some remnants of earlier
5675 changes from doc-strings.
366ca7f3
MR
5676 (quit-windows-on): New function.
5677
5678 * vc/vc.el (vc-revert, vc-rollback):
5679 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5680 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5681 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5682
49677495
MR
56832011-10-09 Martin Rudalics <rudalics@gmx.at>
5684
5685 * window.el (frame-auto-hide-function): Add version tag.
5686 (Bug#9699)
5687
56f2d1e1
MA
56882011-10-09 Michael Albinus <michael.albinus@gmx.de>
5689
5690 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5691 condition.
5692
112a6592
LL
56932011-10-09 Leo Liu <sdl.web@gmail.com>
5694
5695 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5696 (Bug#9701)
5697
0812589b
GM
56982011-10-08 Glenn Morris <rgm@gnu.org>
5699
5700 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5701 before the first code statement zero indent. (Bug#9690)
5702
b2b0776e
CY
57032011-10-08 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * simple.el (count-words-region): Always count in the region.
5706 Report the number of lines and characters too.
5707 (count-words): New command, which counts in the buffer if the
5708 region is inactive, as count-words-region used to.
5709 (count-words--message): New function. Handle plurals.
5710 (count-lines-region): Make it an alias for count-words-region.
5711
5712 * bindings.el (esc-map): Replace count-lines-region with
5713 count-words-region.
5714
c557cd6b
MR
57152011-10-08 Martin Rudalics <rudalics@gmx.at>
5716
5717 * window.el (window--delete): Delete dedicated frame
5718 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5719 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5720
61a57ef4 57212011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5722
3a7d293b 5723 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5724
c3833279
CY
57252011-10-07 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * bindings.el ([M-left],[M-right]): Bind to left-word and
5728 right-word respectively.
5729
21ce8245
GM
57302011-10-07 Glenn Morris <rgm@gnu.org>
5731
5732 * cus-start.el (debug-on-quit): Fix custom type.
5733
6d823bb2
LMI
57342011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5735
0181e193
LMI
5736 * subr.el (define-key-after): Clarify that the function is not
5737 useful for non-menu keymaps.
5738
6d823bb2
LMI
5739 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5740
8e3459ce 57412011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5742
21ce8245 5743 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5744 in current minibuffer (Fix bug with recursive minibuffers).
5745
a1c2d21e
CY
57462011-10-06 Chong Yidong <cyd@stupidchicken.com>
5747
5748 * progmodes/gdb-mi.el (gdb): Doc fix.
5749
5a4cf282
MR
57502011-10-05 Martin Rudalics <rudalics@gmx.at>
5751
5752 * window.el (frame-auto-hide-function): New option replacing
5753 frame-auto-delete. Suggested by Stefan Monnier.
5754 (window--delete): Call frame-auto-hide-function instead of
5755 investigating frame-auto-delete.
c96111ea
MR
5756 (window-point-1, set-window-point-1): New functions.
5757 (window-in-direction, record-window-buffer, window-state-get-1)
5758 (display-buffer-record-window): Use window-point-1 instead of
5759 window-point.
5760 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5761
9854542e
SM
57622011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5765
8943cfb0
GM
57662011-10-05 Glenn Morris <rgm@gnu.org>
5767
5768 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5769 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5770
647ab967
LL
57712011-10-05 Leo Liu <sdl.web@gmail.com>
5772
5773 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5774 works with buffer object.
5775
3ddfbced
SM
57762011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * mpc.el (mpc-tool-bar-map): Add labels.
5779
bdfa5dd2
GM
57802011-10-04 Glenn Morris <rgm@gnu.org>
5781
5782 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5783
0e2070b5
MR
57842011-10-04 Martin Rudalics <rudalics@gmx.at>
5785
5786 * window.el (window--delete): New function.
5787 (frame-auto-delete): Resuscitate option.
5788 (bury-buffer, replace-buffer-in-windows)
5789 (quit-window): Rewrite using window--delete.
5790 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5791 Pass display-buffer-mark-dedicated to window--display-buffer-2
5792 (Bug#9639).
5793
3dc61a09
SM
57942011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5795
915a9b64
SM
5796 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5797 returns a list (bug#9554). Add remote file name completion.
5798 * comint.el (comint--table-subvert): Curry and get quote&unquote
5799 functions as arguments.
5800 (comint--complete-file-name-data): Adjust call accordingly.
5801 * pcomplete.el (pcomplete--table-subvert): Remove.
5802 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5803
3dc61a09
SM
5804 * minibuffer.el (completion-table-case-fold): Use currying.
5805 (completion--styles-type, completion--cycling-threshold-type):
5806 New constants.
5807 (completion-styles, completion-category-overrides)
5808 (completion-cycle-threshold): Use them.
5809 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5810 completion-table-case-fold.
5811
8ea0a993
SB
58122011-10-03 Stephen Berman <stephen.berman@gmx.net>
5813
5814 * minibuffer.el (completion-category-overrides): Fix type of styles
5815 and add more user friendly tags (bug#9660).
5816
8c24b7f6
SM
58172011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5820 (mule-input-method-string): New widget.
5821 (default-input-method, language-info-custom-alist): Use it.
5822
428fe61a
SM
58232011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5824
32c1fffd
SM
5825 * pcomplete.el: Require comint.
5826 (pcomplete--common-suffix): Remove.
5827 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5828 (pcomplete--table-subvert): Sync with comint--table-subvert.
5829 (pcomplete--entries): Use comint-completion-file-name-table.
5830 * comint.el (comint-unquote-filename): Simplify.
5831 (comint-completion-file-name-table): New function (bug#9616).
5832 (comint--complete-file-name-data): Use it.
5833
428fe61a
SM
5834 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5835 (pcmpl-gnu-tar-buffer): Remove.
5836 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5837 around. Make sure pcomplete-suffix-list is only changed temporarily.
5838 Don't look inside the tar's file if it's too large.
428fe61a 5839
04c52e2f
CY
58402011-10-01 Chong Yidong <cyd@stupidchicken.com>
5841
ce3cefcc
CY
5842 * cus-edit.el (custom-mode-map):
5843 * epa.el (epa-key-list-mode-map):
5844 * man.el (Man-mode-map):
5845 * startup.el (splash-screen-keymap):
5846 * simple.el (special-mode-map): Use scroll-up-command and
5847 scroll-down-command.
5848
5849 * progmodes/idlw-help.el (idlwave-help-mode-map):
5850 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5851 * net/newst-plainview.el (newsticker-mode-map):
5852 * emulation/ws-mode.el (wordstar-mode-map):
5853 * emulation/vi.el (vi-com-map):
5854 * calc/calc-graph.el (calc-graph-show-dumb):
5855 * term/sun.el (terminal-init-sun):
5856 * term/ns-win.el (global-map):
5857 * progmodes/grep.el (grep-mode-map):
5858 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5859 * mail/rmail.el (rmail-mode-map):
5860 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5861
04c52e2f
CY
5862 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5863 custom-safe-themes as special.
5864
79adf8c8
JD
58652011-10-01 Julien Danjou <julien@danjou.info>
5866
5867 * notifications.el (notifications-notify): Fix docstring.
5868
63bd50d3
PS
58692011-10-01 Per Starbäck <per@starback.se>
5870
5871 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5872
199e4c7e
MR
58732011-09-30 Martin Rudalics <rudalics@gmx.at>
5874
5875 * startup.el (command-line-1): Fix last fix by inserting
5876 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5877 (Bug#9605) and (Bug#9636)
199e4c7e 5878
fe5f08dd
EZ
58792011-09-29 Eli Zaretskii <eliz@gnu.org>
5880
5881 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5882 window is hscrolled, move by logical lines. (Bug#9607)
5883 (line-move-visual): Update the doc string to the above effect.
5884
b5516bbd
MR
58852011-09-29 Martin Rudalics <rudalics@gmx.at>
5886
ccee00c0
MR
5887 * window.el (display-buffer-record-window): When WINDOW is the
5888 selected window use `point' instead of `window-point'. (Bug#9626)
5889
b5516bbd
MR
5890 * startup.el (command-line-1): Use insert-before-markers when
5891 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5892
b5516bbd
MR
5893 * help.el (help-window): Remove variable.
5894
52aa0014
GM
58952011-09-29 Glenn Morris <rgm@gnu.org>
5896
5897 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5898
df9a7357
JB
58992011-09-29 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * descr-text.el (describe-char-categories): Accept category
5902 descriptions more than one line long.
5903
a8406c20
SM
59042011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5905
88d9610c
SM
5906 * simple.el (delete-trailing-whitespace): Fix last change.
5907
a5daf810
SM
5908 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5909 Don't confuse "y => 3" as the beginning of a `y' operation.
5910
a8406c20
SM
5911 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5912 object has more than 4 slots (bug#9613).
5913
a239d4e9
JB
59142011-09-28 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * subr.el (with-output-to-temp-buffer):
5917 * net/quickurl.el (quickurl, quickurl-browse-url):
5918 Fix typos in docstrings.
5919
693fbdb6
EZ
59202011-09-27 Eli Zaretskii <eliz@gnu.org>
5921
5922 * minibuffer.el (completion-styles)
5923 (completion-category-overrides): Cross reference each other in doc
5924 strings.
5925
8b457e28
GM
59262011-09-27 Glenn Morris <rgm@gnu.org>
5927
5928 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5929 to split-string. (Bug#9606)
5930
85a16208
LMI
59312011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5932
5933 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5934 (bug#9615).
5935
502f9ebd
CY
59362011-09-27 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * emacs-lisp/package.el (list-packages): Fix echo area message.
5939
7690bdea
LL
59402011-09-27 Leo Liu <sdl.web@gmail.com>
5941
5942 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5943
e2ee6f30
MA
59442011-09-25 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * net/dbus.el (dbus-unregister-object): Don't release services for
5947 registered signals. (Bug#9581)
5948
f3f98342
TZ
59492011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5950
5951 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5952 function that picks between cfengine 2 and 3 support
5953 automatically. Update docs accordingly.
5954
dd7aa8dd
KH
59552011-09-22 Kenichi Handa <handa@m17n.org>
5956
5957 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5958 ZERO.
5959 (indian-itrans-v5-table-for-tamil): New variable.
5960 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5961
3f2b07f8
KM
59622011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5963
5964 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5965 that's true if the current command involved collapsing of text.
5966 It's reset to false at the beginning of the next command.
5967 (allout-post-command-business): Move the cursor to the beginning
5968 of entry if the cursor is hidden and collapsing activity just
5969 happened.
5970
371d6a61
CY
59712011-09-24 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5974 tracking (Bug#9541).
5975
2ac2721a
UJ
59762011-09-24 Ulf Jasper <ulf.jasper@web.de>
5977
5978 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5979 (newsticker-show-news): Automatically load html rendering package
5980 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5981 because w3m-fill-column is let-bound" and the error "Symbol's value
5982 as variable is void: w3m-fill-column".
2ac2721a 5983
fac7ae53
MA
59842011-09-24 Michael Albinus <michael.albinus@gmx.de>
5985
5986 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5987 Release services only if they are defined. (Bug#9581)
5988
e08b633b
RS
59892011-09-23 Richard Stallman <rms@gnu.org>
5990
e488d29c
RS
5991 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5992 distinguish start of paragraph from start of its text.
5993
19c38752
RS
5994 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5995
e08b633b
RS
5996 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5997 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5998 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5999
0a39f27e
AS
60002011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6001
6002 * international/mule-diag.el (mule-diag): Insert a newline after
6003 each fontset description.
6004
db4e950d
SM
60052011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * simple.el (delete-trailing-whitespace):
6008 Document last change; simplify.
6009
eca3f3ea
PW
60102011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6011
d68e189a
PW
6012 * simple.el (delete-trailing-whitespace): Also delete
6013 extra newlines at the end of the buffer.
6014
eca3f3ea
PW
6015 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6016 (picture-newline): Use forward-line so as to ignore fields.
6017
01c157cc
SM
60182011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * subr.el (with-wrapper-hook): Fix edebug spec.
6021
022de23e
LMI
60222011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6025 (bug#4538).
6026
91683089
MA
60272011-09-23 Michael Albinus <michael.albinus@gmx.de>
6028
eca3f3ea
PW
6029 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6030 Fix nasty bug using wrong cached values.
91683089 6031
5bdd6fa4
AM
60322011-09-23 Alan Mackenzie <acm@muc.de>
6033
6034 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6035
97adfb97
CY
60362011-09-23 Chong Yidong <cyd@stupidchicken.com>
6037
6038 * window.el (pop-to-buffer): Ensure right window is selected if we
6039 chose another frame.
6040
d4ef2b50
EZ
60412011-09-22 Eli Zaretskii <eliz@gnu.org>
6042
6043 * simple.el (what-cursor-position): Use get-char-property-change
6044 and next-single-char-property-change, to be able to show display
6045 properties that come from overlays as well as text properties.
6046
72258fe5
CY
60472011-09-22 Chong Yidong <cyd@stupidchicken.com>
6048
6049 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6050
6051 * cmuscheme.el (run-scheme, switch-to-scheme):
6052 * cus-edit.el (customize-group, custom-buffer-create)
6053 (customize-browse):
6054 * info.el (info):
6055 * shell.el (shell):
6056 * mail/sendmail.el (mail):
6057 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6058
8f098516
RS
60592011-09-22 Richard Stallman <rms@gnu.org>
6060
6061 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6062 move back only to line beg, don't move back over blank lines.
6063
e74f1bb6
MA
60642011-09-22 Michael Albinus <michael.albinus@gmx.de>
6065
6066 * files.el (copy-directory): Set directory attributes only in case
6067 they could be retrieved from the source directory. (Bug#9565)
6068
bfeef8b6
DK
60692011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6070
6071 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6072 (hs-find-block-beginning, hs-hide-level-recursive):
6073 Ignore strings as well as comments. (Bug#9502)
6074
7e423bb8
AS
60752011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6076
6077 * progmodes/sql.el (sql-comint-postgres):
6078 Convert port number to a string. (Bug#9566)
6079
b4d72fcf
MR
60802011-09-22 Martin Rudalics <rudalics@gmx.at>
6081
6082 * window.el (quit-window): Undedicate window when switching to
6083 previous buffer. Reported by Thierry Volpiatto
6084 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6085 (special-display-popup-frame): When popping up a new frame reset
6086 its previous buffers to nil. Simplify code.
b4d72fcf 6087
a7b88dc6
MA
60882011-09-21 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6091 and process filter, as done also in `shell-command'.
6092
cf4eacfd
MR
60932011-09-21 Martin Rudalics <rudalics@gmx.at>
6094
eca3f3ea 6095 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6096 Call set-window-start with NOFORCE argument t.
6097 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6098 (quit-window): Reword doc-string. Handle new format of
6099 quit-restore parameter. Don't delete window if it has a
6100 previous buffer we can show instead of the present one.
6101 (display-buffer-record-window): Rewrite using a new format for
6102 the quit-restore window parameter
6103 (special-display-popup-frame, display-buffer-same-window)
6104 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6105 (display-buffer-pop-up-window, display-buffer-use-some-window):
6106 Adapt symbol passed to display-buffer-record-window.
6107 * help.el (help-window-setup): Handle new format of quit-restore
6108 parameter.
6109
8d28cb95
SM
61102011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6111
94ab793f
SM
6112 * faces.el (face-list): Fix docstring (bug#9564).
6113
8d28cb95
SM
6114 * window.el (display-buffer--action-function-custom-type):
6115 Don't include internal functions in the Custom interface.
6116
3820edeb
JL
61172011-09-20 Juri Linkov <juri@jurta.org>
6118
6119 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6120 (Info-forward-node, Info-backward-node, Info-next-preorder)
6121 (Info-last-preorder): Use it. (Bug#9528)
6122
5147931d
JL
61232011-09-20 Juri Linkov <juri@jurta.org>
6124
6125 * info.el (Info-last-preorder): Visit last menu item only when
6126 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6127
cf499a1a
JD
61282011-09-20 Julien Danjou <julien@danjou.info>
6129
6130 * password-cache.el (password-cache-remove): Remove entries even if the
6131 value is nil, so that password with a nil value (negative caching) is
6132 possible to invalidate.
6133
f84e2fe2
LM
61342011-09-20 Lawrence Mitchell <wence@gmx.li>
6135
6136 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6137 all whitespace around breakpoint. (Bug#9553)
6138 (f90-find-breakpoint): Only break at whitespace inside a comment.
6139
78054a46
SM
61402011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * minibuffer.el (completion-file-name-table): Keep track of errors.
6143 (completion-table-with-predicate): Handle the case where pred1 is nil.
6144 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6145
345083b2
SM
61462011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6147
e24e27be
SM
6148 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6149 (debugger-return-value): Signal an error if the debugging context does
6150 not await any return value.
6151
345083b2
SM
6152 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6153 * image-mode.el (image-toggle-display-text)
6154 (image-toggle-display-image): Stay away from evil `intangible'.
6155
08d355e3
LL
61562011-09-19 Leo Liu <sdl.web@gmail.com>
6157
6158 * replace.el (occur-revert-arguments): Make it permanent-local.
6159 (occur-mode): Don't call font-lock-defontify.
6160
f01da43f
CY
61612011-09-19 Chong Yidong <cyd@stupidchicken.com>
6162
6163 * net/ldap.el (ldap-search-internal): Don't push empty search
6164 result (Bug#9508).
6165
b6072fa6
SM
61662011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6169
443d6696
MA
61702011-09-19 Michael Albinus <michael.albinus@gmx.de>
6171
6172 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6173 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6174
7cc6e154
JL
61752011-09-18 Juri Linkov <juri@jurta.org>
6176
6177 * buff-menu.el (Buffer-menu-mode-map):
6178 * dired.el (dired-mode-map):
6179 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6180 (lisp-interaction-mode-map):
6181 * emacs-lisp/package.el (package-menu-mode-map):
6182 * epa.el (epa-key-list-mode-map):
6183 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6184 (menu-bar-options-menu):
6185 * outline.el (outline-mode-menu-bar-map):
6186 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6187 * vc/vc-dir.el (vc-dir-menu-map):
6188 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6189 Capitalize non-function content words in menu item strings.
6190
6191 * dired.el (dired-mode-map): Add menu item for
6192 `image-dired-dired-toggle-marked-thumbs'.
6193
80302a81
JL
61942011-09-18 Juri Linkov <juri@jurta.org>
6195
6196 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6197 to `isearch-case-fold-search' and restore its original value
6198 after the `isearch-mode' call.
6199
46c5cf66
JL
62002011-09-18 Juri Linkov <juri@jurta.org>
6201
6202 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6203 because `zgrep' returns 1 for successful matches (bug#9226).
6204
d18b513b
JL
62052011-09-18 Juri Linkov <juri@jurta.org>
6206
6207 * info.el (Info-extract-menu-node-name): Check the second match
6208 for empty string (second test-case of bug#9528).
6209 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6210 intermediate nodes to the history (first test-case of bug#9528).
6211
72753f87
JL
62122011-09-18 Juri Linkov <juri@jurta.org>
6213
6214 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6215 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6216
c9384295
JL
62172011-09-18 Juri Linkov <juri@jurta.org>
6218
1154d12e
JB
6219 * info.el (Info-file-supports-index-cookies):
6220 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6221 outputs one more line for long file names (bug#4142).
c9384295 6222
d473dce8
CY
62232011-09-18 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * newcomment.el (comment-normalize-vars): If prompting for
6226 comment-start, set comment-start-skip too (Bug#8424).
6227
2176854d
JB
62282011-09-18 Johan Bockgård <bojohan@gnu.org>
6229
6230 * icomplete.el: Fix previous fix of Bug#5849.
6231 (icomplete-mode): Don't set completion-show-inline-help.
6232 (icomplete-minibuffer-setup): Set completion-show-inline-help
6233 locally during icompletion.
6234
3aace4e4
CY
62352011-09-18 Chong Yidong <cyd@stupidchicken.com>
6236
c940224f
CY
6237 * woman.el (woman2-process-escapes): Don't delete unrecognized
6238 escapes (Bug#7843).
6239
3aace4e4
CY
6240 * files.el (inhibit-first-line-modes-regexps): Add image files.
6241 (hack-local-variables-prop-line): Return nil for malformed
6242 prop-lines (Bug#9044).
6243
710dec63
MA
62442011-09-18 Michael Albinus <michael.albinus@gmx.de>
6245
6246 * net/tramp.el (top): Don't require 'shell.
6247 (tramp-methods): Fix docstring.
6248 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6249 Return complete remote file name. Handle "smb" case.
6250 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6251 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6252
6253 * net/tramp-compat.el (top): Require 'shell.
6254
6255 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6256 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6257 `tramp-current-host'.
6258 (tramp-get-remote-tmpdir): Remove.
6259
6260 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6261 `tramp-tmpdir' entries.
6262 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6263 (tramp-smb-handle-file-attributes): Ignore errors.
6264 (tramp-smb-wait-for-output): Check also for process end.
6265
5d5ac8ec
LMI
62662011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6267
6268 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6269 when sending QUIT (bug#9312).
6270
8c0f49f0
CY
62712011-09-17 Chong Yidong <cyd@stupidchicken.com>
6272
6273 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6274 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6275 occur-mode-display-occurrence.
6276 (occur-edit-mode): Add usage message.
6277 (occur-cease-edit): New command.
6278 (occur-after-change-function): Use text properties to find the
6279 position of the prefix text.
6280 (occur-engine): Set stickiness of prefix text properties.
6281
8f1383f7
GM
62822011-09-17 Glenn Morris <rgm@gnu.org>
6283
6284 * progmodes/etags.el (complete-tag):
6285 Fix call to completion-in-region. (Bug#9526)
6286
744ba0e3
JL
62872011-09-17 Juri Linkov <juri@jurta.org>
6288
6289 * textmodes/ispell.el (ispell-word): Add to the error message
6290 the word, ispell program name and current dictionary (bug#9121).
6291 (ispell-tex-arg-end): Capitalize "error" in the error message.
6292
d9bbf400
AS
62932011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6294
6295 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6296 check. (Bug#4251)
6297
8da11505
JL
62982011-09-17 Juri Linkov <juri@jurta.org>
6299
6300 * window.el (window-safe-min-height, window-safe-min-width):
6301 Fix typos (followup to bug#9522).
6302
a91adc7e
SJ
63032011-09-17 Sven Joachim <svenjoac@gmx.de>
6304
6305 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6306
064f328a
EZ
63072011-09-16 Eli Zaretskii <eliz@gnu.org>
6308
6309 * simple.el (line-move): If goal-column is set, move by logical
6310 lines, not by display lines. (Bug#971)
6311 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6312 to reflect the above change.
6313
e69df516
SM
63142011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * image.el (imagemagick-register-types): Use regexp-opt.
6317
cbb0f9ab
CY
63182011-09-15 Chong Yidong <cyd@stupidchicken.com>
6319
6320 * window.el (display-buffer-base-action): Rename from
6321 display-buffer-default-action. Make default value empty.
6322 (display-buffer-overriding-action): Convert to defvar.
6323 (display-buffer-fallback-action): New var.
6324
25322144
CY
63252011-09-15 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6328 declaration.
6329 (package--add-to-archive-contents): If there is a duplicate entry
6330 with an older version, remove it.
6331 (package-menu-mark-delete, package-menu-mark-install)
6332 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6333 (package-menu-mark-obsolete-for-deletion):
6334 Use package-menu-get-status instead of a regexp search.
25322144
CY
6335 (package-menu-get-status): Use tabulated-list-entry.
6336 (package-menu-mark-upgrades): New command.
d770725a 6337 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6338 (package-menu-execute): Do installation before deletion.
6339 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6340 instead of checking major-mode.
6341 (package-menu--find-upgrades): New function.
6342
7520339c
LMI
63432011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6344
6345 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6346 passwords in the log buffer.
65a046c4
LMI
6347 (smtpmail-process-filter): Update the process marker so that the
6348 "broken by peer" status message is inserted in the right place.
7520339c 6349
d3c30954
SM
63502011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6351
3fe48822
SM
6352 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6353 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6354 bibtex-completion-at-point-function.
6355 (bibtex-completion-at-point-function): Use them.
6356
1b8b3954
SM
6357 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6358
d3c30954
SM
6359 * mpc.el (mpc-constraints-tag-lookup): New function.
6360 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6361 also to browser "album|playlist".
6362
72779976
JL
63632011-09-14 Juri Linkov <juri@jurta.org>
6364
6365 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6366 (isearch-edit-string): Use length of `isearch-string' when
6367 `isearch-fail-pos' returns nil.
6368 (isearch-message): Remove duplicate code and call
6369 `isearch-fail-pos' with arg `t'.
6370
a0bf2bcd
CY
63712011-09-14 Chong Yidong <cyd@stupidchicken.com>
6372
17bb0a2d
CY
6373 * replace.el (occur-mode-goto-occurrence): Don't force using other
6374 window (Bug#9499).
6375
a0bf2bcd
CY
6376 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6377
f678e0b6
MR
63782011-09-14 Martin Rudalics <rudalics@gmx.at>
6379
6380 * window.el (display-buffer-window): Remove.
6381 (display-buffer-record-window): Use help-setup window parameter
6382 instead of variable display-buffer-window.
6383 (display-buffer-function, special-display-buffer-names)
6384 (special-display-function): Mention help-setup parameter instead
6385 of display-buffer-window in doc-string.
d3c30954
SM
6386 * help.el (help-window-setup): New argument help-window.
6387 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6388 Reword some messages.
6389 (with-help-window): Pass window used for displaying the buffer
6390 to help-window-setup. Don't set display-buffer-window.
6391
8e39b2e8
GM
63922011-09-13 Glenn Morris <rgm@gnu.org>
6393
6394 * emacs-lisp/debug.el (debugger-make-xrefs):
6395 Preserve point. (Bug#9462)
6396
85e9c04b
CY
63972011-09-13 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * window.el (window-deletable-p): Use next-frame.
6400
1b36ed6a
MR
64012011-09-13 Martin Rudalics <rudalics@gmx.at>
6402
6403 * window.el (window-auto-delete): Remove.
6404 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6405 dedication and previous buffers.
1b36ed6a
MR
6406 (switch-to-prev-buffer): Don't delete window.
6407 (delete-windows-on): Delete a window's frame if and only if the
6408 window is dedicated.
6409 (replace-buffer-in-windows): Delete buffer's window or frame if
6410 and only if window is dedicated.
6411 (quit-window): Handle quit-restore as before last change.
4d61f28d 6412 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6413
ef8ef9fb
CY
64142011-09-13 Chong Yidong <cyd@stupidchicken.com>
6415
6416 * window.el (window-deletable-p): Never delete the last frame on a
6417 given terminal.
6418
b2cba41e
GM
64192011-09-13 Glenn Morris <rgm@gnu.org>
6420
6421 * help.el (describe-key-briefly): Copy previous standard-output change.
6422
51553db6 64232011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6424
6425 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6426
b7556719
GM
64272011-09-13 Glenn Morris <rgm@gnu.org>
6428
6429 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6430 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6431
64b51947
CY
64322011-09-12 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * dired-aux.el (dired-mark-read-string): Don't return default
6435 value on empty input (Bug#9361).
6436 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6437 Omit initial minibuffer contents.
6438 (dired-do-chmod): Signal an error on empty input.
6439 (dired-mark-read-string): Don't return default on empty input.
6440
6441 * files.el (file-modes-symbolic-to-number): Doc fix.
6442
393a301e
SM
64432011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * international/mule-cmds.el (ucs-completions): Remove.
6446 (read-char-by-name): Use complete-with-action instead; add metadata.
6447
fa5660f9
CY
64482011-09-11 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * window.el (display-buffer--action-function-custom-type)
6451 (display-buffer--action-custom-type): New vars.
6452 (display-buffer-alist, display-buffer-default-action)
6453 (display-buffer-overriding-action): Add defcustom types.
6454
4a592f66
CY
6455 * frame.el (delete-other-frames): Doc fix (Bug#276).
6456
73d56dbd
LMI
64572011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6458
6459 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6460
37ac18a3
CY
64612011-09-11 Chong Yidong <cyd@stupidchicken.com>
6462
6463 Change modes that used same-window-* vars to use switch-to-buffer.
6464
6465 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6466 Use switch-to-buffer.
6467
6468 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6469 (customize-browse, custom-buffer-create-other-window):
6470 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6471
6472 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6473 (Info-prev, Info-up, Info-speedbar-goto-node)
6474 (info-display-manual): Use switch-to-buffer.
6475 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6476
6477 * mail/sendmail.el (mail): Use switch-to-buffer.
6478 (mail-recover): Use switch-to-buffer-other-window.
6479
6480 * cmuscheme.el (run-scheme, switch-to-scheme):
6481 * ielm.el (ielm):
6482 * shell.el (shell):
6483 * net/rlogin.el (rlogin):
6484 * net/telnet.el (telnet, rsh):
6485 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6486
10195bd6
AS
64872011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6488
6489 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6490
b322f63a
LMI
64912011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6492
39d7fed6
LMI
6493 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6494 so don't mention it (bug#9301).
ba5a81f1 6495 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6496
ee0e9f11
LMI
6497 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6498 match `x', `w32' and `ns', like the manual says (bug#9029).
6499
0b1c89c1 6500 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6501 (process-kill-buffer-query-function): Mention the buffer name in
6502 the query.
0b1c89c1 6503
77549ea8
LMI
6504 * image-mode.el (image-next-line): The line parameter is mandatory
6505 (bug#9258).
6506
803ef892
LMI
6507 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6508 which can be useful (bug#9301).
6509
12980837
LMI
6510 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6511
91054f8f
LMI
6512 * subr.el (match-string): Mention that the current buffer should
6513 be the same as the search was done in (bug#9282).
6514
b322f63a
LMI
6515 * facemenu.el: Disable the remove-* commands if the mark isn't
6516 active (bug#9162).
6517
3199b96f
CY
65182011-09-10 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6521 of display-buffer.
6522 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6523
6524 * replace.el (occur-mode-goto-occurrence)
6525 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6526 and display-buffer.
6527
6528 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6529 display-buffer.
6530
6531 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6532 special-display and same-window variables.
6533 (mail-other-window): Use switch-to-buffer-other-window.
6534 (mail-other-frame): USe switch-to-buffer-other-frame.
6535
393a301e
SM
6536 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6537 Use display-buffer-other-frame.
3199b96f
CY
6538 (gdb-display-gdb-buffer): Use pop-to-buffer.
6539
6540 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6541
6542 * progmodes/python.el: Don't set same-window-buffer-names.
6543
6544 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6545
6546 * window.el (display-buffer-alist): Add *Python*.
6547
8319e0bf
CY
65482011-09-10 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * window.el (display-buffer-alist): Add entry for buffers
6551 previously handled same-window-*.
6552 (display-buffer-alist, display-buffer-default-action)
6553 (display-buffer-overriding-action): Mark as risky.
6554 (display-buffer-alist): Document action function changes.
6555 (display-buffer--same-window-action)
6556 (display-buffer--other-frame-action): New variables.
6557 (switch-to-buffer, display-buffer-other-frame): Use them.
6558 (display-buffer): Rename reuse-frame entry to reusable-frames.
6559 (display-buffer-reuse-selected-window): Function deleted.
6560 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6561 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6562 (display-buffer-special): New function.
6563 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6564 display-buffer-reuse-or-pop-window. Split off special-display
6565 part into display-buffer-special.
6566 (display-buffer-use-some-window): Don't perform any special
6567 pop-up-frames handling.
6568 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6569 (display-buffer--maybe-same-window): Rename from
0d3ff375 6570 display-buffer-maybe-same-window.
8319e0bf 6571
919a69aa
CY
6572 * info.el: Don't set same-window-regexps.
6573 (info-setup): New function.
6574 (info-other-window, info): Call it.
6575
6576 * cus-edit.el: Don't set same-window-regexps.
6577 (customize-group): New argument.
6578 (customize-group-other-window): Use it.
6579 (customize-face, customize-face-other-window): Likewise.
6580 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6581
8319e0bf
CY
6582 * net/rlogin.el:
6583 * net/telnet.el:
6584 * progmodes/gud.el: Don't set same-window-regexps.
6585
6586 * cmuscheme.el:
6587 * ielm.el:
6588 * shell.el:
6589 * mail/sendmail.el:
6590 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6591
25173000
JL
65922011-09-10 Juri Linkov <juri@jurta.org>
6593
6594 * isearch.el (isearch-edit-string): Remove obsolete mention of
6595 `C-w' (`isearch-yank-word-or-char') from docstring.
6596 (isearch-query-replace): Fix typo in docstring (bug#9466).
6597
056e44ef
JL
65982011-09-10 Juri Linkov <juri@jurta.org>
6599
6600 * paren.el (show-paren-function): Don't show escaped parens.
6601 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6602
c3760c17
EZ
66032011-09-10 Eli Zaretskii <eliz@gnu.org>
6604
6605 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6606 (mm-default-file-encoding): Remove autoload forms, they are
6607 replaced with autoload cookies in mml.el and mm-encode.el.
6608 (mail-add-attachment): New command.
6609 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6610 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6611 the doc string.
6612 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6613
fece895e
RT
66142011-09-10 Reuben Thomas <rrt@sc3d.org>
6615
e69df516
SM
6616 * simple.el (count-words-region): Use buffer if there's no region
6617 (bug#9429).
fece895e 6618
5e68ce4a
JL
66192011-09-09 Juri Linkov <juri@jurta.org>
6620
6621 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6622 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6623 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6624
0a6b9622
AM
66252011-09-09 Alan Mackenzie <acm@muc.de>
6626
6627 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6628 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6629
14a29deb
EZ
66302011-09-09 Eli Zaretskii <eliz@gnu.org>
6631
6632 Fix for Savannah bug#9392.
6633 * simple.el (mail-encode-mml): New defvar.
6634
6635 * mail/rmail.el (mail-encode-mml): Add a defvar.
6636 (rmail-enable-mime-composing): Default to t.
6637 (rmail-forward): Use MIME method of forwarding only if both
6638 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6639 Set mail-encode-mml non-nil if the MIME method was used.
6640
6641 * mail/sendmail.el (mml-to-mime): Add autoload form.
6642 (mail-encode-mml): Add a defvar.
6643 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6644 to nil.
6645 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6646 message through mml-to-mime, and reset mail-encode-mml to nil.
6647
28c45130
GM
66482011-09-09 Glenn Morris <rgm@gnu.org>
6649
6650 * woman.el (woman-if-body): When processing an .el block,
6651 do not delete the next .el block as well. (Bug#9447)
69f4b618 6652 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6653
9b1c252e
MR
66542011-09-08 Martin Rudalics <rudalics@gmx.at>
6655
6656 * window.el (window-deletable-p): Make sure window is live before
6657 invoking window-prev-buffers.
6658
567457e3
LL
66592011-09-08 Leo Liu <sdl.web@gmail.com>
6660
6661 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6662
97f05794
JL
66632011-09-08 Juri Linkov <juri@jurta.org>
6664
6665 * progmodes/compile.el (compilation-environment): Make it
6666 a defcustom (bug#8340).
6667
8b0874b5
MR
66682011-09-08 Martin Rudalics <rudalics@gmx.at>
6669
6670 * window.el (frame-auto-delete): Rename to window-auto-delete.
6671 Make it control auto-deletion of windows and/or frames.
6672 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6673 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6674 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6675 Rewrite handling of case when window/frame can be deleted.
6676 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6677 argument t. (Bug#9456)
8b0874b5 6678
4feb6e73
CY
66792011-09-07 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * help-mode.el (help-mode): Restore autoload.
6682
91ab9c13
JL
66832011-09-07 Juri Linkov <juri@jurta.org>
6684
6685 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6686 `compilation-environment'. Set buffer-local
6687 `compilation-environment' to `thisenv' later after (funcall mode).
6688 (Bug#8340)
6689
6690 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6691 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6692 instead of replacing its value. (Bug#8340)
6693
0527e251
JL
66942011-09-07 Juri Linkov <juri@jurta.org>
6695
6696 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6697 based on text properties put by `grep-filter' instead of matching
6698 escape sequences.
6699 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6700 to the value of `grep-error-screen-columns' (bug#9438).
6701
249f792c
JL
67022011-09-07 Juri Linkov <juri@jurta.org>
6703
6704 * simple.el (next-error-highlight, next-error-highlight-no-select):
6705 Doc fix (bug#9432).
6706
ff7271b9
OT
67072011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6708
6709 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6710 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6711
183fc730
LL
67122011-09-07 Leo Liu <sdl.web@gmail.com>
6713
6714 * net/rcirc.el (rcirc-mode): Conditionally initialize
6715 rcirc-input-ring.
6716
77694924
SM
67172011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * emacs-lisp/find-func.el (find-function-C-source): Only set
6720 find-function-C-source-directory after checking that we found a source
6721 file there (bug#9440).
6722
d809b8eb
AM
67232011-09-06 Alan Mackenzie <acm@muc.de>
6724
6725 * isearch.el (isearch-other-meta-char): Wherever a key list is
6726 unread, "unread" the prefix arg, too. This fixes bug #8901.
6727
453de99f
OG
67282011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6729
6730 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6731
90439906
JL
67322011-09-05 Juri Linkov <juri@jurta.org>
6733
6734 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6735
f62bd846
JL
67362011-09-05 Juri Linkov <juri@jurta.org>
6737
6738 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6739 keeping point where processing of grep matches begins, and
6740 continue to delete remaining escape sequences from the same point.
6741 (grep-filter): Make leading zero optional in "0?1;31m" because
6742 git-grep emits "\033[1;31m" escape sequences unlike expected
6743 "\033[01;31m" as GNU Grep does (bug#9408).
6744 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6745
045820ec
JL
67462011-09-05 Juri Linkov <juri@jurta.org>
6747
6748 * subr.el (y-or-n-p): Capitalize "yes".
6749
f5e29b9b
MA
67502011-09-04 Michael Albinus <michael.albinus@gmx.de>
6751
6752 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6753 `tramp-cache-unload-hook' where appropriate.
6754 (tramp-methods): Rename `tramp-remote-sh' to
6755 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6756 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6757
6758 * net/tramp-sh.el (top): Don't require 'shell.
6759 (tramp-methods): Add `tramp-remote-shell' and
6760 `tramp-remote-shell-args' entries.
6761 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6762 (tramp-sh-handle-shell-command): Remove.
6763 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6764 Use `tramp-remote-shell'.
6765
2784c434
CY
67662011-09-03 Chong Yidong <cyd@stupidchicken.com>
6767
393a301e 6768 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6769 (sendmail-query-once): Save directly to send-mail-function.
6770 Update message-send-mail-function too.
6771
6772 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6773
464cdf56
CS
67742011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6775
6776 * progmodes/python.el (python-mode-map): Use correct function to
6777 start python interpreter from menu-bar (as reported by Geert
6778 Kloosterman).
6779 (inferior-python-mode-map): Fix typo.
393a301e 6780 (python-shell-map): Remove.
464cdf56 6781
d37e5c87
DD
67822011-09-03 Deniz Dogan <deniz@dogan.se>
6783
6784 * net/rcirc.el (rcirc-print): Simplify code for
6785 rcirc-scroll-show-maximum-output. There is no need to walk
6786 through all windows to find the right one.
6787
f3ada0ee
CS
67882011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6789
6790 * help.el (help-return-method): Doc fix.
6791
1f3c99ca
MR
67922011-09-03 Martin Rudalics <rudalics@gmx.at>
6793
6794 * window.el (window-deletable-p): Don't return a non-nil value
6795 when there's a buffer that was shown in the window before.
6796 (Bug#9419)
393a301e
SM
6797 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6798 Set window's previous buffers to nil.
1f3c99ca 6799
a3cf097f
EZ
68002011-09-03 Eli Zaretskii <eliz@gnu.org>
6801
6802 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6803 newline before and after the tag line, so it doesn't interfere
6804 with determining the paragraph direction of bidirectional text.
6805
3d03de90
LL
68062011-09-03 Leo Liu <sdl.web@gmail.com>
6807
6808 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6809
c3313451
CY
68102011-09-02 Chong Yidong <cyd@stupidchicken.com>
6811
393a301e 6812 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6813 (pop-to-buffer): Change interactive spec. Pass second argument
6814 directly to display-buffer.
6815 (display-buffer): Fix interactive spec. Use functionp to
6816 distinguish between a function and a list of functions.
6817
6818 * abbrev.el (edit-abbrevs):
6819 * arc-mode.el (archive-extract):
6820 * autoinsert.el (auto-insert):
6821 * bookmark.el (bookmark-bmenu-list):
6822 * files.el (find-file):
6823 * view.el (view-buffer):
6824 * progmodes/compile.el (compilation-goto-locus):
6825 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6826
89894cd8
CY
68272011-09-02 Chong Yidong <cyd@stupidchicken.com>
6828
6829 * window.el (display-buffer-alist): Doc fix.
6830 (display-buffer): Add docstring. Don't treat
6831 display-buffer-default specially.
6832 (display-buffer-reuse-selected-window)
6833 (display-buffer-same-window, display-buffer-maybe-same-window)
6834 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6835 (display-buffer-pop-up-window)
6836 (display-buffer-reuse-or-pop-window)
6837 (display-buffer-use-some-window): New functions.
6838 (display-buffer-default-action): Use them.
393a301e 6839 (display-buffer-default): Delete.
89894cd8
CY
6840 (pop-to-buffer-1): Fix choice of actions.
6841
ae0bc9fb
SM
68422011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * minibuffer.el (completion--insert-strings): Don't get confused by
6845 completion entries that end with an LF char.
6846
e9d90883
EZ
68472011-09-01 Eli Zaretskii <eliz@gnu.org>
6848
6849 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6850
437014c8
CY
68512011-09-01 Chong Yidong <cyd@stupidchicken.com>
6852
6853 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6854 (display-buffer-same-window, display-buffer-other-window):
6855 New functions.
437014c8
CY
6856 (pop-to-buffer-1): New function. Use the above.
6857 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6858 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6859
6860 * view.el (view-buffer-other-window, view-buffer-other-frame):
6861 Just use pop-to-buffer.
6862
a5e063d5
TV
68632011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6864
6865 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6866
793d32bb
WH
68672011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6868
6869 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6870
d65e4c15
RS
68712011-08-31 Richard Stallman <rms@gnu.org>
6872
6873 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6874 of the separation of rmail-view-buffer from rmail-buffer.
6875 If you say no to "replace original", the decrypt is in the
6876 view buffer. If you say yes, the decrypt goes into the
6877 rmail buffer also.
6878
f818cd2a
MR
68792011-08-31 Martin Rudalics <rudalics@gmx.at>
6880
6881 * window.el (display-buffer-window): Rewrite doc-string.
6882 (display-buffer-record-window): New function.
6883 (display-buffer-macro-specifiers)
6884 (display-buffer-even-window-sizes, display-buffer-set-height)
6885 (display-buffer-set-width, display-buffer-in-window)
6886 (display-buffer-reuse-window, display-buffer-split-specifiers)
6887 (display-buffer-side-specifiers, display-buffer-split-window-1)
6888 (display-buffer-split-window, display-buffer-split-atom-window)
6889 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6890 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6891 (display-buffer-other-window-means-other-frame)
6892 (display-buffer-normalize-special)
6893 (display-buffer-normalize-default)
6894 (display-buffer-normalize-argument)
6895 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6896 (display-buffer-normalize-specifiers, display-buffer-frame)
6897 (display-buffer-same-window, display-buffer-same-frame)
6898 (display-buffer-other-window)
6899 (display-buffer-same-frame-other-window)
6900 (display-buffer-other-frame, pop-to-buffer-same-window)
6901 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6902 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6903 (switch-to-buffer-same-frame)
6904 (switch-to-buffer-other-window-same-frame)
6905 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6906 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6907 (display-buffer-alist-set): Remove.
6908 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6909 (special-display-regexps, special-display-function):
6910 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6911 parameter.
6912 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6913 (special-display-frame-alist, special-display-popup-frame)
6914 (same-window-buffer-names, same-window-regexps, same-window-p)
6915 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6916 (split-window-preferred-function, split-height-threshold)
6917 (split-width-threshold, window-splittable-p)
6918 (split-window-sensibly, window--try-to-split-window)
6919 (window--frame-usable-p, even-window-heights)
6920 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6921 (window--display-buffer-2, display-buffer-other-frame):
6922 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6923 (display-buffer-default, display-buffer-assq-regexp): New functions.
6924 (display-buffer-alist): Rewrite doc-string.
6925 (display-buffer-default-action)
6926 (display-buffer-overriding-action): New variables.
6927 (display-buffer, switch-to-buffer): Rewrite.
6928 (pop-to-buffer): Restore Emacs 23 behavior but use
6929 window-normalize-buffer-to-display.
6930 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6931 Restore Emacs 23 behavior but use
6932 window-normalize-buffer-to-switch-to.
6933 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6934 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6935 Rewrite using Emacs 23 options.
f818cd2a 6936
5bc3b51d
MA
69372011-08-31 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * net/tramp.el (tramp-root-regexp): Remove.
6940 (tramp-completion-file-name-regexp-unified)
6941 (tramp-completion-file-name-regexp-separate)
6942 (tramp-completion-file-name-regexp-url): Don't use leading volume
6943 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6944 (tramp-drop-volume-letter): Simplify definition.
6945 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6946
b1a4f8e1
SM
69472011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6950 (bug#9356).
6951
5664fa7b
RT
69522011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6953
b1a4f8e1 6954 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6955
9a45d6c3
JL
69562011-08-29 Juri Linkov <juri@jurta.org>
6957
6958 * isearch.el (isearch-done): Don't display message "Mark saved"
6959 when arg `edit' is non-nil to prevent its flicker in the echo area.
6960
fb87e0fb
CY
69612011-08-28 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6964 obsolete packages for deletion.
6965
09ac1c2a
CS
69662011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6967
6968 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6969 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6970 view-mode from help-mode.
6971 (help-xref-override-view-map): Remove.
6972 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6973 view-mode is not used anymore.
6974
7a1ff57f
CY
69752011-08-28 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * server.el (server-port): Doc fix.
6978
b9696605
CY
6979 * cus-theme.el (custom-theme-choose-mode): Inherit from
6980 special-mode (Bug#9124).
6981 (custom-theme-choose-mode-map): Add special-mode to parent.
6982
ef8cdf8c
AM
69832011-08-28 Alan Mackenzie <acm@muc.de>
6984
6985 * progmodes/cc-fonts.el
6986 (c-make-font-lock-BO-decl-search-function): New function.
6987 (c-basic-matchers-after - "Fontify the clauses after various
6988 keywords"): Extract the three keyword lists for the 3 erroneous
6989 constructs from the list of four, and use the new function above
6990 in place of an old one.
6991
27de4e20
DD
69922011-08-28 Deniz Dogan <deniz@dogan.se>
6993
6994 * net/rcirc.el (rcirc-insert-prev-input)
6995 (rcirc-insert-next-input): Remove unused argument.
6996
356a3681
SM
69972011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6998
6999 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7000
3fc9b218
AM
70012011-08-27 Alan Mackenzie <acm@muc.de>
7002
7003 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7004 handle function pointer parameters properly.
7005
538a061c
MR
70062011-08-27 Martin Rudalics <rudalics@gmx.at>
7007
7008 * window.el (display-buffer-reuse-window): Fix case where
7009 selected window was reused with non-nil OTHER-WINDOW argument.
7010 (Bug#9381)
7011
35b1c40c
DD
70122011-08-27 Deniz Dogan <deniz@dogan.se>
7013
7014 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7015 oftc's NickServ messages.
7016
2f6a3e79
GM
70172011-08-27 Glenn Morris <rgm@gnu.org>
7018
7019 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7020
7254299e
CY
70212011-08-26 Chong Yidong <cyd@stupidchicken.com>
7022
7023 * emacs-lisp/package.el (package-install): Call package-initialize
7024 if called interactively.
7025
f8ccf167
LL
70262011-08-26 Leo Liu <sdl.web@gmail.com>
7027
7028 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7029
3e8cd5ce
JL
70302011-08-25 Juri Linkov <juri@jurta.org>
7031
7032 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7033 `search-whitespace-regexp' (bug#9364).
7034
93eb7113
JL
70352011-08-25 Juri Linkov <juri@jurta.org>
7036
7037 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7038 `regexp-search-ring' to their global values to protect from
7039 updating by `read-from-minibuffer' (bug#9185).
7040
f65d1611
JL
70412011-08-25 Juri Linkov <juri@jurta.org>
7042
7043 * textmodes/ispell.el (ispell-command-loop): Add newline
7044 at the end of the "Use option `i'..." line.
7045
f1cf7a31
JL
70462011-08-25 Juri Linkov <juri@jurta.org>
7047
7048 * battery.el (display-battery-mode): If `battery-status-function'
7049 or `battery-mode-line-format' is nil, display the message and set
7050 `display-battery-mode' to nil (bug#9363).
7051
0c95fcf7
EZ
70522011-08-25 Eli Zaretskii <eliz@gnu.org>
7053
7054 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7055 bidi-string-mark-left-to-right; they are unnecessary now.
7056
a2ebe600
DD
70572011-08-25 Deniz Dogan <deniz@dogan.se>
7058
7059 * net/quickurl.el: Documentation typo fixes.
7060
e4ed06f1
CY
70612011-08-25 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7064
e5f1c99e
GM
70652011-08-25 Glenn Morris <rgm@gnu.org>
7066
b2948976
GM
7067 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7068
e5f1c99e
GM
7069 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7070 (smtpmail-via-smtp): Handle nil response from smtp.
7071
f22f4808
JL
70722011-08-24 Juri Linkov <juri@jurta.org>
7073
7074 * proced.el (proced-marked): Inherit from `error' instead of
7075 `font-lock-warning-face'.
7076
7077 * ibuffer.el (ibuffer-marked-face): Change default face from
7078 `font-lock-warning-face' to `warning'.
7079 (ibuffer-deletion-face): Change default face from
7080 `font-lock-type-face' to `error'.
7081
7082 * battery.el (battery-update): Use the face `error' instead of
7083 `font-lock-warning-face' (bug#6117).
7084
6a93965e
JL
70852011-08-24 Juri Linkov <juri@jurta.org>
7086
7087 * faces.el (success): Change face color from "Green3" to
7088 "ForestGreen" on light background (bug#9353).
7089
1ed43b09
CY
70902011-08-24 Chong Yidong <cyd@stupidchicken.com>
7091
5664fa7b
RT
7092 * window.el (quit-window): Rename from quit-restore-window.
7093 Use same arglist as old quit-window.
1ed43b09
CY
7094 (frame-auto-delete): Doc fix.
7095
7096 * view.el (view-mode-exit): Use quit-window.
7097
11dcdbb2
JL
70982011-08-24 Juri Linkov <juri@jurta.org>
7099
7100 * isearch.el (isearch-ring-adjust1): Start visiting previous
7101 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7102 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7103 for empty search string (when the last search string is reused
7104 automatically) to adjust the isearch ring to the last element and
7105 prepare the correct index for further M-p commands (bug#9185).
7106
de62b4df
KH
71072011-08-24 Kenichi Handa <handa@m17n.org>
7108
7109 * international/ucs-normalize.el: If decomposition property of
7110 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7111 nil.
7112 (nfd, nfkd): Likewise.
7113
963b492b
SM
71142011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7117 from process filters aren't reliably transmitted to the surrounding
7118 accept-process-output.
7119 (mpc-proc-check): New function.
7120 (mpc-proc-sync): Use it (bug#8293)
7121
93b6b5e1
SM
71222011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7125 Add compatibility functions (bug#9313).
7126
bca633fb
EZ
71272011-08-23 Eli Zaretskii <eliz@gnu.org>
7128
b177498a
EZ
7129 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7130
6df6ae42 7131 * international/uni-bidi.el: Regenerate.
bca633fb 7132
0902a04e
KH
71332011-08-23 Kenichi Handa <handa@m17n.org>
7134
7135 * international/charprop.el:
7136 * international/uni-bidi.el:
7137 * international/uni-category.el:
7138 * international/uni-combining.el:
7139 * international/uni-comment.el:
7140 * international/uni-decimal.el:
7141 * international/uni-decomposition.el:
7142 * international/uni-digit.el:
7143 * international/uni-lowercase.el:
7144 * international/uni-mirrored.el:
7145 * international/uni-name.el:
7146 * international/uni-numeric.el:
7147 * international/uni-old-name.el:
7148 * international/uni-titlecase.el:
7149 * international/uni-uppercase.el: Regenerate.
7150
3bbf23bc
MR
71512011-08-23 Martin Rudalics <rudalics@gmx.at>
7152
7153 * help.el (help-window-setup): Fix message displayed when other
7154 window is reused. (Bug#9341)
7155
b3fd59bd
SM
71562011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7157
1802e444
SM
7158 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7159 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7160
b3fd59bd
SM
7161 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7162 Mark obsolete.
7163 * shell.el (shell-parse-pcomplete-arguments): New function.
7164 (shell-completion-vars): Use it instead (bug#9160).
7165
4eb61348
SM
71662011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7167
867cab74
SM
7168 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7169 strings and comments (bug#9333).
7170
4eb61348
SM
7171 * emacs-lisp/debug.el (debug-arglist): New function.
7172 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7173 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7174
262a1439
JL
71752011-08-22 Juri Linkov <juri@jurta.org>
7176
56ee679c
JL
7177 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7178 Revert regexp that highlights output switches to its old
7179 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7180
262a1439
JL
7181 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7182 to check for empty output (bug#9226).
7183
f13f86fb
CY
71842011-08-22 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7187 symbol-constituent as the default, as that stops font-lock from
7188 working properly (Bug#8843).
7189
c65c9622
LMI
71902011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7191
7192 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7193 `coding-system-for-*' around the process open call to avoid
7194 auth-source side effects.
e7f2c178 7195 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7196 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7197 probe hangs.
c65c9622 7198
23a8a5ab
CY
71992011-08-21 Chong Yidong <cyd@stupidchicken.com>
7200
ff98b2dd
CY
7201 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7202
23a8a5ab
CY
7203 * emacs-lisp/find-func.el (find-function-noselect): New arg
7204 lisp-only.
7205
7206 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7207 signal an error for built-in functions (Bug#6664).
7208
f5e3c598
LMI
72092011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
7211 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7212 (smtpmail-try-auth-methods): Use it.
7213
a3f2468a
CY
72142011-08-21 Chong Yidong <cyd@stupidchicken.com>
7215
2c34e8da
CY
7216 * font-lock.el (font-lock-fontify-region)
7217 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7218 (font-lock-default-unfontify-buffer)
7219 (font-lock-default-fontify-region)
7220 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7221
b3fd59bd
SM
7222 * progmodes/compile.el (compilation-error-properties):
7223 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7224 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7225 `ant' regexp.
ee31aabc 7226
a3f2468a
CY
7227 * net/browse-url.el (browse-url-firefox): Don't call
7228 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7229
8e999f70
GM
72302011-08-20 Glenn Morris <rgm@gnu.org>
7231
c21a496a
GM
7232 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7233
59ee0542
GM
7234 * tutorial.el (tutorial--default-keys): Update some default bindings.
7235
8e999f70
GM
7236 * files.el (hack-local-variables): Fully ignore case for "mode:".
7237
e3715033
AM
72382011-08-20 Alan Mackenzie <acm@muc.de>
7239
7240 Resolve invalid use of a regexp in regexp-opt.
7241
4d61f28d
JB
7242 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7243 detection for a java annotation.
e3715033 7244
4d61f28d 7245 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7246 detection for a java annotation.
7247
4d61f28d
JB
7248 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7249 handling for java.
e3715033
AM
7250 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7251
04ed2e9c
CY
72522011-08-20 Chong Yidong <cyd@stupidchicken.com>
7253
7254 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7255 (Bug#9274).
7256
826cee64
AM
72572011-08-20 Alan Mackenzie <acm@muc.de>
7258
58179cce 7259 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7260 such a construct. Mainly for when jit-lock etc. starts a chunk
7261 here.
7262
58179cce 7263 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7264 variable.
58179cce 7265 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7266 c-make-font-lock-search-function.
7267 (c-make-font-lock-search-function): Use the above function.
7268 (c-make-font-lock-context-search-function): New function.
7269 (c-cpp-matchers): Enhance the preprocessor expression case with
7270 the above function
7271 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7272 which takes an expression.
7273
7274 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7275
13009bd8
MR
72762011-08-20 Martin Rudalics <rudalics@gmx.at>
7277
7278 * window.el (display-buffer-reuse-window)
7279 (display-buffer-pop-up-window): Don't reuse or split a side
7280 window.
7281
9234ff7f
GM
72822011-08-19 Glenn Morris <rgm@gnu.org>
7283
7284 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7285 Downcase "Mode:". (Bug#9331)
9234ff7f 7286
f635daa1
CY
72872011-08-18 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * international/characters.el: Add L and R categories.
7290
7291 * subr.el (bidi-string-mark-left-to-right): Rename from
7292 string-mark-left-to-right. Use category search.
7293
7294 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7295
bc987f8b
JL
72962011-08-18 Juri Linkov <juri@jurta.org>
7297
7298 * faces.el (error, warning, success): New faces with definitions
7299 copied from old default values of `font-lock-warning-face',
7300 `compilation-warning', `compilation-info' (bug#6117).
7301
7302 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7303
7304 * progmodes/compile.el (compilation-error): Inherit from `error'.
7305 (compilation-warning): Inherit from `warning'.
7306 (compilation-info): Inherit from `success'.
7307
7308 * dired.el (dired-marked): Inherit from `warning'.
7309 (dired-flagged): Inherit from `error'.
7310
57173b96
LMI
73112011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7312
3e79eb87
LMI
7313 * mail/smtpmail.el (auth-source): Require to avoid problems with
7314 binding variables (bug#9298). Also clean up some unused
7315 autoloads.
7316
b3fd59bd
SM
7317 * net/network-stream.el (network-stream-open-starttls):
7318 Support using starttls.el without using gnutls-cli.
57173b96 7319
02b404de
JL
73202011-08-17 Juri Linkov <juri@jurta.org>
7321
7322 * progmodes/grep.el (rgrep): Handle the case when
7323 `grep-find-command' is a cons cell (bug#9278).
7324
8c9177f2
MR
73252011-08-17 Martin Rudalics <rudalics@gmx.at>
7326
7327 * window.el (display-buffer-pop-up-frame): Run frame creation
7328 function with BUFFER current (as special-display-popup-frame
7329 does). Reported by Drew Adams.
7330
3644a0ab
DU
73312011-08-17 Daiki Ueno <ueno@unixuser.org>
7332
7333 * epa-mail.el: Simplify GnuPG group expansion using
7334 epg-expand-group.
7335 (epa-mail-group-alist, epa-mail-group-modtime)
7336 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7337 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7338 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7339 Remove.
7340
5e617bc2 73412011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7342
7343 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7344
9c4aeabf
AM
73452011-08-16 Alan Mackenzie <acm@muc.de>
7346
7347 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7348 Correct, to avoid the inside of macros.
7349
3a99bf64
RS
73502011-08-16 Richard Stallman <rms@gnu.org>
7351
04963aa8
RS
7352 * epa-mail.el: Handle GnuPG group definitions.
7353 (epa-mail-group-alist, epa-mail-group-modtime)
7354 (epa-mail-gnupg-conf-file): New variables.
7355 (epa-mail-parse-groups, epa-mail-sync-groups)
7356 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7357 (epa-mail-expand-recipients): New functions.
7358 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7359
177549d0
RS
7360 * mail/rmail.el (rmail-epa-decrypt): New command.
7361
fe38beef
RS
7362 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7363 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7364 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7365 (epa-decrypt-armor-in-region): Make error message clearer.
7366
934eacb9
SM
73672011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7370 and "a2b" to "ab" for `prefix'.
7371
d024fb4e
CY
73722011-08-14 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7375 filter groups.
de148fee
CY
7376 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7377 Fourquet (Bug#8804).
d024fb4e 7378
62f1ca49
JB
73792011-08-12 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * startup.el (argi): Declare as global variable (bug#9275).
7382
9ccaaa4b
CY
73832011-08-12 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * subr.el (string-mark-left-to-right): Search the entire string
7386 for RTL script, not just the terminating character. Doc fix.
7387
a3dae87a
SM
73882011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7389
6cd18349
SM
7390 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7391 New function.
7392 (js--regexp-literal, js-syntax-propertize-function): Remove.
7393 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7394 (js-mode-map): Don't rebind electric keys.
7395 (js-insert-and-indent): Remove.
7396 (js-mode): Setup electric-layout and electric-indent instead.
7397
a3dae87a
SM
7398 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7399
9d5cb631
DU
74002011-08-12 Daiki Ueno <ueno@unixuser.org>
7401
7402 * epa.el (epa-progress-callback-function): Fix the logic of
7403 displaying progress.
7404 * epa-file.el (epa-file-insert-file-contents): Make progress
7405 display more user-friendly.
7406 (epa-file-write-region): Ditto.
7407
3e26a4a2
CY
74082011-08-10 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * subr.el (string-mark-left-to-right): New function.
7411
7412 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7413 Use string-mark-left-to-right.
7414 (list-buffers-noselect): Caller changed.
7415
a3dae87a
SM
7416 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7417 Use string-mark-left-to-right.
3e26a4a2
CY
7418 (tabulated-list-print): Recenter after moving point.
7419
ac8cf6e6
JL
74202011-08-10 Juri Linkov <juri@jurta.org>
7421
7422 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7423 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7424 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7425
8d96c9a4
CY
74262011-08-09 Chong Yidong <cyd@stupidchicken.com>
7427
7428 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7429 (Bug#7554).
7430
7be1c708 74312011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7432
7433 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7434 character. (Bug#6594)
7435
37e11a63
CY
74362011-08-08 Chong Yidong <cyd@stupidchicken.com>
7437
839dde57
CY
7438 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7439 (image-dired--with-db-file): New macro.
7440 (image-dired-write-tags, image-dired-remove-tag)
7441 (image-dired-create-gallery-lists, image-dired-write-comments)
7442 (image-dired-get-comment, image-dired-mark-tagged-files)
7443 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7444 (image-dired-gallery-generate): Use insert-file-contents.
7445
37e11a63
CY
7446 * time.el (display-time-world-list, display-time-world-display):
7447 * time-stamp.el (time-stamp-string):
7448 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7449 set-time-zone-rule (Bug#7337).
7450
0b4946c4
DU
74512011-08-08 Daiki Ueno <ueno@unixuser.org>
7452
7453 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7454 (epg-error-to-string, epg-errors-to-string): New function.
7455 (epg-wait-for-completion): Reverse errors list.
7456 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7457 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7458 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7459 (epg-sign-keys, epg-generate-key-from-file)
7460 (epg-generate-key-from-string): Format errors by using
7461 epg-errors-to-string (bug#9255).
7462 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7463
75bfc667
JL
74642011-08-07 Juri Linkov <juri@jurta.org>
7465
7466 * faces.el (list-faces-display): Remove extra angle bracket
7467 from `help-mode-map'.
7468
7469 * info.el (Info-history-toc-nodes): Doc fix.
7470
7471 * longlines.el (longlines-mode): Doc fix.
7472
673e08bb
SM
74732011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7474
4640dd88
SM
7475 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7476 of statements and in a few more cases (bug#9183).
7477
673e08bb
SM
7478 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7479 New functions.
7480 (cl-transform-lambda): Use them (bug#9239).
7481
89b3f019
MR
74822011-08-05 Martin Rudalics <rudalics@gmx.at>
7483
7484 * window.el (display-buffer-same-window)
7485 (display-buffer-same-frame, display-buffer-other-window)
7486 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7487 (pop-to-buffer-other-window)
7488 (pop-to-buffer-same-frame-other-window)
7489 (pop-to-buffer-other-frame): Make them defuns.
7490 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7491
640c8776
SM
74922011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * subr.el (make-composed-keymap): Move from C. Change calling
7495 convention, and improve docstring to bring attention to a subtle point.
7496 * minibuffer.el (completing-read-default): Adjust accordingly.
7497
63648a95
MA
74982011-08-03 Michael Albinus <michael.albinus@gmx.de>
7499
7500 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7501 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7502
7503 * net/trampver.el: Update release number.
7504
b796c9b7
SM
75052011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7508 "in" (bug#9190).
7509
2239d7d5
LMI
75102011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7511
e07dd7c3
LMI
7512 * mail/sendmail.el (sendmail-query-once): Restore the current
7513 buffer after querying (bug#9074).
7514
0e6a2bd7
LMI
7515 * dired.el (dired-flagged): Use different faces for marked and
7516 flagged files (bug#6117).
7517
ce887515
LMI
7518 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7519 (bug#4433).
7520
92f2affc
LMI
7521 * ido.el (ido-mode): Switch off the message if called
7522 non-interactively.
7523
57d5aff0
LMI
7524 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7525 before 587, since it appears that that's more likely to work for
7526 more people.
7527
98cd6c18 7528 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7529 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7530 exist.
7531
b96dec83
LMI
7532 * info.el: Remove the `Info-beginning-of-buffer' function
7533 (bug#8325).
7534
b796c9b7
SM
7535 * net/network-stream.el (network-stream-open-starttls):
7536 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7537
d90e2ea0
MR
75382011-08-01 Martin Rudalics <rudalics@gmx.at>
7539
7540 * window.el (display-buffer-in-window): Don't set dedicated status
7541 of window here (Bug#9215).
7542 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7543 (display-buffer-pop-up-side-window)
b796c9b7 7544 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7545
cca09170
SM
75462011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7549 before binding generated-autoload-file.
7550
027b979c
DD
75512011-08-01 Deniz Dogan <deniz@dogan.se>
7552
7553 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7554
3c7ee4f3
MA
75552011-07-30 Michael Albinus <michael.albinus@gmx.de>
7556
7557 Sync with Tramp 2.2.2.
7558
7559 * net/trampver.el: Update release number.
7560
2cc8e51a
JL
75612011-07-30 Juri Linkov <juri@jurta.org>
7562
7563 * dired-aux.el (dired-touch-initial): Remove function.
7564 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7565 current time, and `default' to the last modification time of the
7566 current marked file (bug#6887).
7567
a514d856
JM
75682011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7569
7570 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7571 numeric argument to read-number (bug#9163).
a514d856 7572
8a7eddd7
MA
75732011-07-27 Michael Albinus <michael.albinus@gmx.de>
7574
7575 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7576 connection process, it could be nil.
7577
1ddd96f5
LL
75782011-07-27 Leo Liu <sdl.web@gmail.com>
7579
7580 Simplify url handling in rcirc-mode.
7581
7582 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7583 (rcirc-browse-url-at-mouse): Remove.
7584 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7585
b248a85d
AM
75862011-07-26 Alan Mackenzie <acm@muc.de>
7587
7588 Fontify bitfield declarations properly.
7589
7590 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7591 (c-symbol-chars): Now exported as a lang variable.
7592 (c-not-primitive-type-keywords): New lang variable.
7593
7594 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7595 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7596 parsed as a bitfield declaration.
b248a85d 7597
b796c9b7
SM
7598 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7599 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7600 (c-punctuation-in): New function.
7601 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7602 declarations properly.
7603
68575ab0
UJ
76042011-07-26 Ulf Jasper <ulf.jasper@web.de>
7605
7606 * calendar/icalendar.el (icalendar--all-events): Take care of
7607 multiple vcalendars in a single file.
b796c9b7 7608 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7609
0f0a88b9
DD
76102011-07-25 Deniz Dogan <deniz@dogan.se>
7611
7612 * image.el (insert-image): Clarifying docstring.
7613
0b3f36df
MA
76142011-07-24 Michael Albinus <michael.albinus@gmx.de>
7615
7616 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7617 `tramp-send-command-and-check' if there is no error.
7618 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7619
a9901f61
AM
76202011-07-22 Alan Mackenzie <acm@muc.de>
7621
7622 Prevent cc-langs.elc being loaded at run time.
7623
7624 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7625 cc-langs.
7626
4d61f28d 7627 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7628 "(require 'cc-langs)". Quote a form so it will evaluate at
7629 (cc-mode's) compilation time.
7630
11d074b2
MA
76312011-07-22 Michael Albinus <michael.albinus@gmx.de>
7632
7633 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7634 loading. (Bug#9114)
7635
938b94c8
MR
76362011-07-21 Martin Rudalics <rudalics@gmx.at>
7637
7638 * window.el (display-buffer-pop-up-window)
7639 (display-buffer-pop-up-side-window)
7640 (display-buffer-in-side-window): Call display-buffer-set-height
7641 and display-buffer-set-width after setting the new window's
b796c9b7 7642 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7643
bfa4f190
SS
76442011-07-20 Sam Steingold <sds@gnu.org>
7645
7646 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7647 (etags-tags-included-tables): Call `convert-standard-filename' on
7648 the file names contained in TAGS so that windows Emacs can handle
7649 TAGS files created by cygwin ctags.
7650
8ca42262
LMI
76512011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7652
7653 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7654 which apparently didn't work.
7655
5db2afd2 76562011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7657
5db2afd2
RW
7658 * proced.el (proced-send-signal): For *Marked Processes* buffer
7659 put point at beginning of buffer.
7660
92e15d10
SB
76612011-07-19 Stephen Berman <stephen.berman@gmx.net>
7662
7663 * proced.el (proced-format): Make header lines align with the text
7664 (bug#1779).
7665
1bfd59e5
LMI
76662011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7667
7668 * view.el (view-buffer): Allow running in `special' modes if we're
7669 visiting a file (bug#8615).
7670
f5aae37c
MR
76712011-07-19 Martin Rudalics <rudalics@gmx.at>
7672
7673 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7674 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7675 New functions.
f5aae37c
MR
7676 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7677 more accurately.
7678
bf2c1571
AM
76792011-07-18 Alan Mackenzie <acm@muc.de>
7680
7681 Fontify declarators properly when, e.g., a jit-lock chunk begins
7682 inside a declaration.
7683
7684 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7685
b796c9b7
SM
7686 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7687 New function.
bf2c1571
AM
7688 (c-complex-decl-matchers): Insert reference to
7689 c-font-lock-enclosing-decls.
7690
7691 * progmodes/cc-engine.el (c-backward-single-comment):
7692 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7693 to nil around calls to (forward-comment -1).
7694
4e190b80
LMI
76952011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7696
12dc863d
LMI
7697 * image.el (put-image): Doc typo fix.
7698
a762e966
LMI
7699 * progmodes/etags.el (tags-search): Doc typo fix.
7700
4e190b80
LMI
7701 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7702 password if we get errors 550 to 554.
7703
f019fb21
LMI
77042011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7705
b796c9b7 7706 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7707
81746738
LMI
7708 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7709 indentation character (bug#6380).
7710
3ee3a1b5
LMI
7711 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7712
c82f64de
LMI
7713 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7714 to clarify what the problem is (bug#4291).
7715
f019fb21
LMI
7716 * simple.el (current-kill): Clarify what
7717 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7718 (auto-fill-mode): Document `auto-fill-function' in relation to
7719 `auto-fill-mode' (bug#2470).
f019fb21 7720
0794775d
LM
77212011-07-16 Lawrence Mitchell <wence@gmx.li>
7722
7723 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7724 method if slot is read-only (bug#9035).
7725
be39b8cc
MR
77262011-07-16 Martin Rudalics <rudalics@gmx.at>
7727
b796c9b7 7728 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7729 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7730 selected before, see discussion of (Bug#8615), (Bug#6954).
7731 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7732
6ccf7859
GM
77332011-07-15 Glenn Morris <rgm@gnu.org>
7734
7735 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7736 Respect help-form.
6ccf7859 7737
87e86684
LM
77382011-07-09 Lawrence Mitchell <wence@gmx.li>
7739
7740 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7741 (gnutls-negotiate): Use it.
7742
d6066239
LMI
77432011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7744
b796c9b7
SM
7745 * net/gnutls.el (gnutls-negotiate):
7746 Upcase `gnutls-algorithm-priority'.
d6066239 7747
bd23ebc0
GM
77482011-07-15 Glenn Morris <rgm@gnu.org>
7749
c65bca65
GM
7750 * jka-compr.el (jka-compr-verbose): Move from here...
7751 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7752 Add missing :version tag.
7753 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7754
478615cc
LMI
77552011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7756
7b41decb
LMI
7757 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7758 (gnutls-negotiate): Use it.
7759
dbc44fcd
LMI
7760 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7761
06789f97
LMI
7762 * info.el (Info-beginning-of-buffer): New command.
7763 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7764 announcing `b' as the key (bug#8325).
ab896c37 7765 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7766
c39da690
LMI
7767 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7768
3aa5f34b
LMI
7769 * international/mule-cmds.el
7770 (describe-specified-language-support): Make the error message
7771 clearer (bug#8905).
7772
4bf0979f
LMI
7773 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7774
478615cc
LMI
7775 * isearch.el (isearch-barrier): Add a doc string, since it's
7776 mentioned in a function doc string (bug#8678).
7777
75c68aa1
MR
77782011-07-15 Martin Rudalics <rudalics@gmx.at>
7779
7780 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7781 buffer argument (Bug#9083) and self-identifying label argument.
7782
a7c33da2
GM
77832011-07-15 Glenn Morris <rgm@gnu.org>
7784
7785 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7786
2f5c6024
LMI
77872011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7788
7789 * man.el (Man-fontify-manpage): Fix message when formatting the
7790 man page (bug#7929).
7791
0bb23927 77922011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7793
7794 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7795 argument LRM; if non-nil, append an invisible LRM character to the
7796 buffer name.
7797 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7798 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7799 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7800 paragraph direction.
cce4b0a7 7801
621ef9ab
LMI
78022011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7803
d1583c48
LMI
7804 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7805 the man page name (bug#7929).
7806
6a57fb5f
LMI
7807 * image.el (put-image): Mention the `put-image' overlay property
7808 (bug#7834).
7809
d7956b14
LMI
7810 * scroll-bar.el (set-scroll-bar-mode): Mention that
7811 `scroll-bar-mode' lists the values (bug#7772).
7812
5b2d4a66
LMI
7813 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7814 command (bug#7729).
7815
7509a874
LMI
7816 * rect.el (apply-on-rectangle): Return the point after the last
7817 operation.
7818 (string-rectangle): Go to the point after the last operation
7819 (bug#7522).
7820
4fe74b19
LMI
7821 * printing.el (pr-toggle-region): Clarify the documentation
7822 slightly (bug#7493).
7823
b796c9b7
SM
7824 * time.el (display-time-update):
7825 Allow `display-time-mail-function' to return nil (bug#7158).
7826 Fix suggested by Detlev Zundel.
ab283561 7827
fc233c9d
LMI
7828 * vc/diff.el (diff): Clarify the order the file names are read
7829 (bug#7111).
7830
43f5740b
LMI
7831 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7832 the doc string (bug#7015).
7833
f2182a76
LMI
7834 * font-lock.el (font-lock-maximum-decoration): Mention what
7835 numeric levels mean (bug#6935).
7836
621ef9ab
LMI
7837 * startup.el (initial-buffer-choice): Don't mention the `none'
7838 selection, which is against policy.
7839
adc47434
MR
78402011-07-14 Martin Rudalics <rudalics@gmx.at>
7841
b796c9b7
SM
7842 * window.el (display-buffer-normalize-special):
7843 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7844
7e5bfb8f
EZ
78452011-07-14 Eli Zaretskii <eliz@gnu.org>
7846
7847 * subr.el (version<, version<=, version=): Mention "-CVS" and
7848 "-12345" alpha version numbers.
7849
27fa387a
CY
78502011-07-14 Chong Yidong <cyd@stupidchicken.com>
7851
7852 * bindings.el: Add advertised binding for set-mark-command
7853 (Bug#5772).
7854
8bdfa064
CY
78552011-07-14 Chong Yidong <cyd@stupidchicken.com>
7856
7857 * bindings.el (mode-line-other-buffer):
7858 * bookmark.el (bookmark-bmenu-2-window):
7859 * bs.el (bs-cycle-next, bs-cycle-previous):
7860 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7861 switch-to-buffer.
7862
7863 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7864 Delete.
8bdfa064 7865
5eba16a3
JB
78662011-07-14 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * follow.el (follow-debug-message, follow-redisplay):
7869 * jka-cmpr-hook.el (with-auto-compression-mode):
7870 Fix typos in docstrings.
7871
15853710
LMI
78722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7873
a28e4607
LMI
7874 * subr.el (with-silent-modifications): Clarify somewhat what the
7875 macro inhibits (bug#6525).
7876
15853710
LMI
7877 * simple.el (eval-expression): Note what it does if called
7878 interactively (bug#6495).
7879
bee0fcef
CY
78802011-07-13 Chong Yidong <cyd@stupidchicken.com>
7881
b796c9b7
SM
7882 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7883 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7884
7885 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7886 Remove switch-to-buffer.
7887
58274504
LMI
78882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7889
bd2fcc8d
LMI
7890 * files.el (make-directory): Clarify that an error will be raised
7891 if there's an error (bug#6397).
7892
0f04b32c
LMI
7893 * startup.el (initial-buffer-choice): Add `none' as a choice
7894 (bug#6234).
7895
465c5fc8
LMI
7896 * subr.el (add-hook): Clarify section about buffer-local hooks
7897 (bug#6218).
7898
58274504
LMI
7899 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7900
bead9a43
JB
79012011-07-13 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * tabify.el (untabify): Preserve the current column so that point
7904 doesn't move (bug#6032).
7905
3af98a7b
LMI
79062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7907
b796c9b7
SM
7908 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7909 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7910
6240145a
GM
79112011-07-13 Glenn Morris <rgm@gnu.org>
7912
7913 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7914 (dired-insert-directory): Give a message the first time
7915 if ls is found not to support --dired.
7916
1d8c2ccc
LMI
79172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7918
7919 * simple.el (toggle-truncate-lines): Clarify what is toggled
7920 (bug#5580). Text by Drew Adams.
7921
5fc4038e
CY
79222011-07-13 Chong Yidong <cyd@stupidchicken.com>
7923
7924 * simple.el (blink-matching-open): Make the error message from the
7925 last change less verbose.
7926
bf6012e5
DN
79272011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7928
7929 * font-lock.el (font-lock-comment-face): Use the high contrast
7930 "yellow" color for font-lock-comment-face on low color terminals
7931 using a dark background color (bug#4221).
7932
343c3b5a
LMI
79332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7934
7e9505c5
LMI
7935 * dired.el (dired-insert-set-properties): Make the doc string
7936 reflect what it does now (bug#5325).
7937
c26fdcf5
LMI
7938 * simple.el (blink-matching-open): Say that we were unable to find
7939 the match within the limit, if we're limited (bug#5122).
7940
bb388cc5
LMI
7941 * international/mule-cmds.el (prefer-coding-system): Add an
7942 example (bug#4869).
7943
343c3b5a
LMI
7944 * progmodes/etags.el (tags-search): Document `file-list-form'
7945 (bug#4731).
7946
2a517d45
LM
79472011-07-13 Lawrence Mitchell <wence@gmx.li>
7948
7949 * net/browse-url.el (browse-url-default-browser)
7950 (browse-url-browser-function): Make the default browser choice a
7951 bit more logical (bug#4300). Also clean up the doc string.
7952
b6c78ef2
JB
79532011-07-13 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7956 binary endings (bug#4440).
7957
1c4dd947
LMI
79582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7959
a2014063
LMI
7960 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7961 which can be pretty annoying (bug#8971).
7962
9c9c2d88
LMI
7963 * jka-compr.el (jka-compr-verbose): New variable, and use
7964 throughout (bug#8971).
7965
1c4dd947
LMI
7966 * info.el (Info-find-file): Fall back on the installation
7967 directory if we can't find the info node anywhere else.
7968
a1c9f41b
SO
79692011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7970
7971 * vc/vc.el (vc-revert-file):
7972 Don't set file time-stamp in the past. (Bug#5181)
7973
536f3d36
LMI
79742011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7975
7152b011
LMI
7976 * files.el (after-find-file): Give a better error message when
7977 trying to find a symlink that points to a file that doesn't exist
7978 (bug#4398).
7979
536f3d36
LMI
7980 * progmodes/cc-vars.el: Remove (probably) misleading comment
7981 (bug#4396).
7982
460c0fba
JB
79832011-07-12 Johan Bockgård <bojohan@gnu.org>
7984
7985 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7986
7a6bda45
CY
79872011-07-12 Chong Yidong <cyd@stupidchicken.com>
7988
7989 * mouse-sel.el: Hack restoring functionality, while keeping
7990 compatibility with 2010-07-03 changes to mouse selection.
7991 (mouse-sel-primary-overlay): New var.
7992 (mouse-sel-selection-alist): Use it.
7993 (mouse-sel-mode): Doc fix; remove points that are default features
7994 of mouse.el.
7995
c79598ef
JB
79962011-07-12 Johan Bockgård <bojohan@gnu.org>
7997
7998 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7999 Fix previous fix (bug#2490).
8000
ff8be6ef
RW
80012011-07-12 Roland Winkler <winkler@gnu.org>
8002
b796c9b7
SM
8003 * textmodes/bibtex.el (bibtex-initialize):
8004 Use pop-to-buffer-same-window.
ff8be6ef
RW
8005 (bibtex-search-entries): Fix interactive call.
8006
296ba3ee
LMI
80072011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8008
f5242a02 8009 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8010 Fontise bytecomp Error lines more correctly (bug#2490).
8011 Fix suggested by Johan Bockgård.
f5242a02 8012
296ba3ee
LMI
8013 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8014
8015 * dired-x.el (dired-guess-default): Use `delete-dups'.
8016
f69fd0d2
CY
80172011-07-12 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * dired.el (dired-mark-prompt):
8020 * dired-aux.el (dired-read-shell-command): Doc fix.
8021
eab5dc07
LMI
80222011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8023
b796c9b7
SM
8024 * mail/sendmail.el (sendmail-query-once):
8025 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8026 emacs -Q.
8027
8028 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8029
eab5dc07
LMI
8030 * cus-edit.el (custom-file): Take an optional no-error variable.
8031 (customize-save-variable): Set the variable, and give a warning if
8032 running under "emacs -q".
8033
a1e65d42
JB
80342011-07-11 Juanma Barranquero <lekktu@gmail.com>
8035
8036 * loadhist.el (unload-feature-special-hooks):
8037 Add `auto-coding-functions', `fill-nobreak-predicate' and
8038 `find-directory-functions' (bug#5327).
8039
1d52da10
LMI
80402011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8041
be958f1d
LMI
8042 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8043
5bedb26c
LMI
8044 * cus-edit.el (custom-guess-name-alist): -alist variables should
8045 use the `alist' type (bug#3120). Suggested by Drew Adams.
8046
1d52da10
LMI
8047 * printing.el: Add documentation to all the `pr-toggle-' commands.
8048
cd394be1 80492011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8050
8051 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8052 backends where it makes sense (bug#2623).
8053
dcc88d8a
LMI
80542011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8055
c3de9feb
LMI
8056 * dired-x.el (dired-guess-default): Remove duplicate shell command
8057 entries (bug#2028).
8a93078b 8058 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8059 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8060
dcc88d8a
LMI
8061 * subr.el (remove-duplicates): New conveniency function.
8062
505e3645
LMI
80632011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8064
8065 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8066 (bug#1526).
8067
80682011-07-10 Martin Rudalics <rudalics@gmx.at>
8069
8070 * window.el (display-buffer-normalize-default): Don't invert
8071 meaning of even-window-heights. Reported by Eli Zaretskii
8072 <eliz@gnu.org>.
8073
455e4fa1
BR
80742011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8075
8076 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8077
8e0bc3e9
CY
80782011-07-10 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * window.el (display-buffer): Fix arguments to
8081 display-buffer-reuse-window in last change.
8082
fa7c3228
CY
8083 * faces.el (link): Use a less saturated blue on light backgrounds.
8084
8085 * startup.el (fancy-startup-text, fancy-about-text)
8086 (fancy-startup-tail): Use font-lock faces, for background safety.
8087
c0a7f300
BN
80882011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8089
b796c9b7
SM
8090 * emulation/viper-cmd.el (viper-change-state-to-vi):
8091 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8092
4dc2a129
MR
80932011-07-09 Martin Rudalics <rudalics@gmx.at>
8094
8095 * window.el (display-buffer-default-specifiers): Remove.
8096 (display-buffer-macro-specifiers): Remove default specifiers.
8097 (display-buffer-alist): Default to nil.
b796c9b7 8098 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8099 (display-buffer-pop-up-window): Allow splitting internal
8100 windows. Check whether a live window was created.
8101 (display-buffer-other-window-means-other-frame)
8102 (display-buffer-normalize-arguments): Rename to
8103 display-buffer-normalize-argument and rewrite. Set the
8104 other-window specifier.
8105 (display-buffer-normalize-special): New function.
8106 (display-buffer-normalize-options): Rename to
8107 display-buffer-normalize-default and rewrite.
8108 (display-buffer-normalize-options-inhibit): Remove.
8109 (display-buffer-normalize-specifiers): Rewrite.
8110 (display-buffer): Process other-window specifier and call
8111 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8112 more faithfully.
b796c9b7 8113 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8114 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8115 (display-buffer-in-window, display-buffer-alist-set):
8116 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8117 <tassilo@member.fsf.org>.
8118
2d43b8c9
LL
81192011-07-09 Leo Liu <sdl.web@gmail.com>
8120
8121 * register.el (insert-register): Restore accidental change on
8122 2011-06-26. (Bug#9028)
8123
7f9b7c53
GM
81242011-07-09 Glenn Morris <rgm@gnu.org>
8125
8126 * subr.el (remq): Handle the empty list. (Bug#9024)
8127
f042cfd8
AS
81282011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8129
8130 * mail/sendmail.el (send-mail-function): No longer delay custom
8131 initialization.
8132 * custom.el (custom-initialize-delay): Doc fix.
8133
856b2f11
SM
81342011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8135
8136 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8137
afae1d68
MA
81382011-07-08 Michael Albinus <michael.albinus@gmx.de>
8139
8140 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8141 human-friendly prompt.
8142
0757af94
SM
81432011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8146 provided by a particular plugin.
8147
d760b731
LMI
81482011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8149
8150 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8151 save customizations (with "emacs -Q"), just set the variable
8152 instead of erroring out.
8153
8154 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8155
cd79ce90
JL
81562011-07-08 Juri Linkov <juri@jurta.org>
8157
8158 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8159 (archive-zip-update-case): Use 7z if found by `executable-find'.
8160 The order of searching the available programs is the same as in
8161 `archive-zip-extract' (bug#8968).
8162
14cc04aa
CY
81632011-07-07 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8166 (menu-bar-options-menu): Tweak descriptions.
8167
0a1848ec
LMI
81682011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8169
8170 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8171 menu items into verb phrases (bug#1421). Also refill to fit under
8172 80 columns.
8173
f5bd0689
CY
81742011-07-07 Chong Yidong <cyd@stupidchicken.com>
8175
538e85c6
CY
8176 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8177 (Info-read-node-name): Doc fix (Bug#1084).
8178
f5bd0689
CY
8179 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8180 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8181 (end-of-sexp, beginning-of-sexp)
8182 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8183 (forward-symbol, forward-same-syntax, word-at-point)
8184 (sentence-at-point): Doc fix (Bug#1144).
8185
56ec5115
LMI
81862011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8187
f3f8e37f
LMI
8188 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8189 should cover it (bug#1281).
8190
0757af94 8191 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8192
e9fce1ac 8193 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8194 negotiation fails, then possibly try again with a non-encrypted
8195 connection (bug#9017).
8196
56ec5115
LMI
8197 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8198 be used.
8199
c2f9aec8
RS
82002011-07-07 Richard Stallman <rms@gnu.org>
8201
8202 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8203 property, and handle its changed format.
8204 Look for the correct line number.
8205 Use file's line contents (but not past first =) to find
8206 correct line in message.
8207
ef7b981d 82082011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8209
8210 * international/characters.el (build-unicode-category-table):
8211 Delete it.
0757af94 8212 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8213
0757af94 8214 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8215 to src/chartab.c.
8216 (get-char-code-property): Call unicode-property-table-internal to
8217 load a file. Call get-unicode-property-internal where necessary.
8218 (put-char-code-property): Call unicode-property-table-internal to
8219 load a file. Call put-unicode-property-internal where necessary.
8220 put-unicode-property-internal where necessary.
0757af94
SM
8221 (char-code-property-description):
8222 Call unicode-property-table-internal to load a file.
c805dec0
KH
8223
8224 * international/charprop.el:
8225 * international/uni-bidi.el:
8226 * international/uni-category.el:
8227 * international/uni-combining.el:
8228 * international/uni-comment.el:
8229 * international/uni-decimal.el:
8230 * international/uni-decomposition.el:
8231 * international/uni-digit.el:
8232 * international/uni-lowercase.el:
8233 * international/uni-mirrored.el:
8234 * international/uni-name.el:
8235 * international/uni-numeric.el:
8236 * international/uni-old-name.el:
8237 * international/uni-titlecase.el:
8238 * international/uni-uppercase.el: Regenerate.
8239
8240 * loadup.el: Load international/charprop.el before
8241 international/characters.
8242
e14b388a
CY
82432011-07-07 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * window.el (next-buffer, previous-buffer): Signal an error if
8246 called from a minibuffer window.
8247
8248 * bindings.el: Revert 2011-07-04 change.
8249
354cf0ba
RS
82502011-07-06 Richard Stallman <rms@gnu.org>
8251
8252 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8253 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8254 Treat markers like ints.
8255 (rmail-mime-entity): Doc fix.
8256
a48868a7
LMI
82572011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8258
4906cd3d
LMI
8259 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8260 defcustom again for backwards compatibility.
8261
e0457abe
LMI
8262 * simple.el (shell-command-on-region): Fill.
8263
d67f7e1f
LMI
8264 * dired-aux.el (dired-kill-line): Add a doc string.
8265
fe204702
LMI
8266 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8267 to "\\sw\\|\\s_" (bug#358).
8268
a48868a7
LMI
8269 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8270 (dired-unmark-backward): Ditto.
8271 (dired-flag-backup-files): Ditto.
8272
8273 * dired-x.el (dired-mark-sexp): Ditto.
8274
aa8a705c
RS
82752011-07-06 Richard Stallman <rms@gnu.org>
8276
8277 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8278 (rmail-mime-entity): New arg TRUNCATED.
8279 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8280 New functions.
8281 (rmail-mime-save): Warn if entity is truncated.
8282 (rmail-mime-toggle-hidden): Likewise, for showing.
8283 (rmail-mime-process-multipart): Record when an entity is truncated.
8284
a9a936b9
RS
8285 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8286 if ENTITY is a string.
8287
1f2b92cb
LMI
82882011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
f4f73198 8290 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8291 of faces when `M-C-x'-ing their definitions (bug#8378).
8292 Also clean up the code slightly.
f4f73198 8293
12b16734 8294 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8295 because that makes the colors go away.
12b16734 8296
f0691d22
LMI
8297 * mail/sendmail.el (send-mail-function): Change the default to
8298 `sendmail-query-once'.
9e87df06 8299 (sendmail-query-once): Add an autoload cookie.
f0691d22 8300
1f2b92cb
LMI
8301 * net/network-stream.el (network-stream-open-starttls): Try using
8302 a plain connection even if the server offered STARTTLS, and we
8303 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8304 capability. This should make smtpmail.el work in slightly more
8305 configurations.
8306
1cdd2a1b
MA
83072011-07-06 Michael Albinus <michael.albinus@gmx.de>
8308
8309 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8310 New defun.
8311 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8312
fbcc67e2
MM
83132011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8314
8315 * progmodes/sql.el: Version 3.0
0757af94 8316 (sql-product-alist): Add product :completion-object,
fbcc67e2 8317 :completion-column, and :statement attributes.
0757af94 8318 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8319 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8320 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8321 ansi keywords.
8322 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8323 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8324 (sql-oracle-show-reserved-words): New function for development.
8325 (sql-product-font-lock): Simplify for source code buffers.
8326 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8327 New functions.
8328 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8329 (sql-mode-map): Add statement movement functions.
8330 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8331 New variable.
fbcc67e2
MM
8332 (sql-statement-regexp, sql-beginning-of-statement)
8333 (sql-end-of-statement, sql-signum): New functions.
0757af94 8334 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8335 (sql-show-sqli-buffer): Bug fix.
8336 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8337 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8338 with sql-interactive-mode.
8339 (sql-save-connection): Save buffer local settings.
0757af94 8340 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8341 (sql-product-interactive): Bug fix.
8342 (sql-preoutput-hold): New variable.
8343 (sql-interactive-remove-continuation-prompt): Bug fixes.
8344 (sql-debug-redirect): New variable.
8345 (sql-str-literal): New function.
8346 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8347 Redesign.
fbcc67e2
MM
8348 (sql-oracle-save-settings, sql-oracle-restore-settings)
8349 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8350 (sql-completion-object, sql-completion-column)
8351 (sql-completion-sqlbuf): New variables.
8352 (sql-build-completions-1, sql-build-completions)
8353 (sql-try-completion): New functions.
8354 (sql-read-table-name): Use them.
8355 (sql-contains-names): New buffer local variable.
8356 (sql-list-all, sql-list-table): Use it.
8357 (sql-oracle-completion-types): New variable.
8358 (sql-oracle-completion-object, sql-sqlite-completion-object)
8359 (sql-postgres-completion-object): New functions.
8360
d4eaeab1
GM
83612011-07-06 Glenn Morris <rgm@gnu.org>
8362
8363 * window.el (pop-to-buffer): Doc fix.
8364
322b7dab 83652011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8366
8367 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8368
322b7dab 83692011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8370
322b7dab 8371 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8372
322b7dab 8373 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8374
605dd5bf
CY
83752011-07-05 Chong Yidong <cyd@stupidchicken.com>
8376
8377 * button.el (button): Inherit from link face. Suggested by Dan
8378 Nicolaescu.
8379
7dbfa719
SM
83802011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8381
3db614b0
SM
8382 * progmodes/gdb-mi.el: Fit in 80 columns.
8383 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8384 switch-to-buffer.
8385
7dbfa719
SM
8386 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8387 if imenu is simply not configured (bug#8941).
8388
919d884a
KM
83892011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8390
8391 * allout.el (allout-post-undo-hook): New allout outline-change
8392 event hook to signal undo activity.
8393 (allout-post-command-business): Run allout-post-undo-hook if an
8394 undo just occurred.
7dbfa719
SM
8395 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8396 * allout-widgets.el (allout-widgets-after-undo-function):
8397 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8398 in the vicinity of an undo.
8399 (allout-widgets-mode): Include allout-widgets-after-undo-function
8400 on the new allout-post-undo-hook.
8401
450a0f09
SM
84022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8405 Let define-derived-mode define it.
8406 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8407 cycles of abbrev-table inheritance (bug#8998).
8408
2de69e00
RW
84092011-07-05 Roland Winkler <winkler@gnu.org>
8410
8411 * textmodes/bibtex.el: Add support for biblatex.
8412 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8413 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8414 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8415 (bibtex-entry-alist, bibtex-field-alist): New variables.
8416 (bibtex-entry-field-alist): Obsolete alias for
8417 bibtex-BibTeX-entry-alist.
8418 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8419 (bibtex-set-dialect): New command.
8420 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8421 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8422 Bind via bibtex-set-dialect.
2de69e00
RW
8423 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8424 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8425 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8426 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8427 Define via bibtex-set-dialect.
450a0f09
SM
8428 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8429 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8430 (bibtex-vec-push, bibtex-vec-incr): New functions.
8431 (bibtex-format-entry, bibtex-field-list)
8432 (bibtex-print-help-message, bibtex-validate)
8433 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8434
2dcdbdd9
SM
84352011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * progmodes/compile.el (compilation-goto-locus):
8438 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8439 * bs.el (bs-cycle-next, bs-cycle-previous):
8440 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8441 * bindings.el (mode-line-other-buffer):
8442 * autoinsert.el (auto-insert):
8443 * arc-mode.el (archive-extract):
8444 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8445
b27640fe
JB
84462011-07-05 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8449 Fix check of `emacs-lock-unlockable-modes'.
8450 Coerce true values of `emacs-lock--try-unlocking' to t.
8451
53bbe3ad
JB
84522011-07-05 Juanma Barranquero <lekktu@gmail.com>
8453
8454 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8455 * emacs-lock.el: New file.
8456
1d3cdbc7
JD
84572011-07-05 Julien Danjou <julien@danjou.info>
8458
8459 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8460 than `boundp' to check if face is set.
8461
9173deec
JB
84622011-07-05 Juanma Barranquero <lekktu@gmail.com>
8463
8464 * register.el (registerv-make):
8465 * window.el (window-min-height): Fix typos in docstrings.
8466
869795d6
JD
84672011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8468
9173deec 8469 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8470 Update doc string.
8471
b768cdcd
JB
84722011-07-04 Juanma Barranquero <lekktu@gmail.com>
8473
8474 * server.el (server-execute): Catch quit and call
8475 `server-return-error' to pass the error back to emacsclient and
8476 close the connection (bug#8942).
8477
13aa217b
KM
84782011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8479
8480 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8481 insecure exception for current topic. Also note that auto-saves
8482 are handled differently.
8483
5d3385a0 8484 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8485 State variables for tracking auto-save inhibition situation.
8486
8487 (allout-write-contents-hook-handler): Rename from
8488 'allout-write-file-hook-handler', and describe how it depends on
8489 write-contents-functions sensitivity to non-nil value to prevent
8490 file write.
8491
8492 (allout-auto-save-hook-handler): Remove. auto-save does not check
8493 this in individual buffers, only in the starting buffer, so this
8494 is not the right way for us to inhibit auto-save in a buffer
8495 according to its condition.
8496
8497 (allout-mode): Use new allout-write-contents-hook-handler, and
8498 only with write-contents-functions. Remove auto-save provisions -
8499 they're implemented elsewhere.
8500
8501 (allout-before-change-handler): If undo is in progress, note that
8502 for attention of allout-post-command-business.
8503
8504 (allout-post-command-business): If the command we're following was
8505 an undo, check for change in the status of encrypted items and
8506 adjust auto-save inhibitions accordingly.
8507
8508 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8509 according to whether there are or aren't any plain-text topics
8510 pending encryption.
8511
2dcdbdd9 8512 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8513 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8514 if there are plain-text topics pending encryption.
13aa217b
KM
8515
8516 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8517 buffer-saved-size and some allout state to not inhibit auto-saves
8518 if there are no longer any plain-text topics pending encryption.
8519
0757af94
SM
8520 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8521 No longer provide for exemption of the current topic.
13aa217b 8522
ac89b32c
JL
85232011-07-04 Juri Linkov <juri@jurta.org>
8524
8525 Add 7z operations to delete and save changed members (bug#8968).
8526 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8527 New defcustoms.
8528 (archive-7z-write-file-member): New function.
8529 (archive-7z-summarize): Fix the number of dashes in the
8530 listing output.
8531
8fa39615
SM
85322011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8535 (bug#8958).
8536
2f11b3f1
CY
85372011-07-04 Chong Yidong <cyd@stupidchicken.com>
8538
d66fef2b
CY
8539 * bindings.el: Ignore next-buffer and previous-buffer in
8540 minibuffer-local-map.
8541
2f11b3f1
CY
8542 * font-lock.el (font-lock-builtin-face): Change light background
8543 color to dark slate blue (Bug#6693).
8544
f932a347
WD
85452011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8546
8547 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8548
c8af70e1
SM
85492011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8552 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8553 Add switch-to-buffer.
8554
f158badc
LMI
85552011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8556
8557 * isearch.el (isearch-search-fun-function): Clarify further the
8558 meaning of the function returned.
8559
6d95bd46
MA
85602011-07-04 Michael Albinus <michael.albinus@gmx.de>
8561
8562 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8563
8564 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8565 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8566 Use it.
8567 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8568 `tramp-default-remote-path' does not exist.
8569 (tramp-send-command-and-read): New optional argument NOERROR.
8570 (tramp-open-connection-setup-interactive-shell)
8571 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8572 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8573 (tramp-process-sentinel): Flush also process' connection property.
8574 (tramp-sh-handle-start-file-process): Do not set process
8575 sentinel. It is done now ...
8576 (tramp-maybe-open-connection): ... here. (Bug#8929)
8577
909e6b67
MK
85782011-07-04 MON KEY <monkey@sandpframing.com>
8579
8580 * play/animate.el (animate-string): Doc fixes and allow changing
8581 the buffer name (bug#5417).
8582
85832011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8584
c8af70e1 8585 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8586
f34755dc
PE
85872011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8588
396cec72
PE
8589 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8590 This is simpler and helps future-proof the code.
8591 (timer-until): Use time-subtract and float-time.
08235028 8592 (timer--time-less-p): Use time-less-p.
f34755dc 8593
56e6cc31
JB
85942011-07-04 Juanma Barranquero <lekktu@gmail.com>
8595
3abb79e5
JB
8596 * type-break.el (timep): Use the value of `float-time' to avoid a
8597 byte-compiler warning.
8598
56e6cc31
JB
8599 * server.el (server-eval-and-print): Return any result, even nil.
8600
7b9430b4
PE
86012011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8602
8603 * type-break.el: Accept time formats that the builtins accept.
8604 (timep, type-break-time-difference): Accept any format that
8605 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8606 This is simpler and helps future-proof the code.
8607 (type-break-time-difference): Round rather than ignoring
8608 subseconds components.
8609
3034e9e7
LMI
86102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8611
8612 * info.el (Info-apropos-matches): Make non-interactive, since it
8613 doesn't seem to do anything useful as a command (bug#8829).
8614
1485f4c0
CY
86152011-07-03 Chong Yidong <cyd@stupidchicken.com>
8616
8617 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8618 Move from faces.el.
1485f4c0
CY
8619 (frame-default-terminal-background): New function.
8620
8621 * custom.el (custom-push-theme): Don't record faces in `changed'
8622 theme; this doesn't work correctly for per-frame face settings.
8623 (disable-theme): Use face-set-after-frame-default to reset faces.
8624 (custom--frame-color-default): New function.
8625
9fa3dd45
LMI
86262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8627
c8af70e1 8628 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8629 (bug#8769).
8630
6cbbc20c
KR
86312011-03-29 Kevin Ryde <user42@zip.com.au>
8632
8633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8634 `perl-Test2' extend to match possible "fail #N" rep count
8635 (bug#8377).
8636
c7f98048
LMI
86372011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8638
65676592
LMI
8639 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8640 `smtpmail-via-smtp' now returns the error instead of nil.
8641
c7f98048
LMI
8642 * isearch.el (isearch-search-fun-function): Clarify the doc string
8643 (bug#8101).
8644
56e6cc31 86452011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8646
8647 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8648 unnecessary spaces (bug#8987).
8649
2b216704
LMI
86502011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8651
8652 * net/network-stream.el (open-network-stream): Use the
8653 :end-of-capability command thoughout.
8654
86552011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8656
8657 * net/network-stream.el (open-network-stream): Add the
8658 :end-of-capability command parameter, used by pop3.el.
8659
36adf6ce
LMI
86602011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8661
1ca0da0e
LMI
8662 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8663
fc00f69c
LMI
8664 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8665 for list)" (bug#6475).
8666
28fd8759 8667 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8668 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8669 an error (bug#6297).
8670
0dd8b6da
LMI
8671 * man.el (Man-reference-regexp): Allow matching possible
8672 word-wrapped references (bug#6289).
8673
ce1438d6
LMI
8674 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8675 for consistency with the other vc buffers (bug#6197).
8676 (vc-checkin): Ditto.
8677
8678 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8679
36adf6ce
LMI
8680 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8681
e83cc1f7
LMI
86822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8683
8a20ca4c
LMI
8684 * custom.el (defcustom): Clarify that :set is only used in the
8685 Customize user interface (bug#6089).
8686
83319045
LMI
8687 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8688 associated with a file, refuse to run instead of erroring out
8689 (bug#6084).
8690
a8392169
LMI
8691 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8692 the doc string, since it appears that using `fill-column' always
8693 controls the width (bug#7845).
8694
e83cc1f7
LMI
8695 * simple.el (shell-command-on-region): Say where the error output
8696 went if `shell-command-default-error-buffer' is set (bug#6857).
8697
e47ca23b
KM
86982011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8699
8700 * allout.el (allout-yank-processing): Adjust cursor position for
8701 backwards-deleted space.
8702
8703 (allout-rebullet-heading): Register changes with
8704 allout-exposure-changed-hook, so the modified topic is properly
8705 decorated.
8706
5cf56143
LMI
87072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8708
08549772
LMI
8709 * minibuffer.el (completion-in-region): Document PREDICATE
8710 (bug#7136).
8711
48e96771
LMI
8712 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8713 of keyword/argument pairs (bug#6904).
8714
c8af70e1
SM
8715 * replace.el (multi-occur):
8716 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8717
e17d05e2
LMI
87182011-07-02 Drew Adams <drew.adams@oracle.com>
8719
8720 * dired.el (dired-mark-if): Make the message about whether it's
8721 marking or unmarking clearer (bug#8523).
8722
063b0e45
LMI
87232011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8724
8725 * disp-table.el (display-table-print-array): New function.
8726 (describe-display-table): Use it to print the vectors more pretty
8727 (Bug#8859).
8728
28545e04
MR
87292011-07-02 Martin Rudalics <rudalics@gmx.at>
8730
8731 * window.el (window-state-get-1): Don't assign clone numbers.
8732 Add clone-of item to list of window parameters.
8733 (window-state-put-2): Don't process clone numbers.
8734 (display-buffer-alist): Fix doc-string.
8735
3349e122
SM
87362011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * subr.el (remq): Don't allocate if it's not needed.
8739 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8740 (keymap--merge-bindings): New functions.
8741 (keymap-canonicalize): Use them to refine the canonicalization.
8742 * minibuffer.el (minibuffer-local-completion-map)
8743 (minibuffer-local-must-match-map): Move initialization from C.
8744 (minibuffer-local-filename-completion-map): Move initialization from C;
8745 don't inherit from anything here.
8746 (minibuffer-local-filename-must-match-map): Make obsolete.
8747 (completing-read-default): Use make-composed-keymap to combine
8748 minibuffer-local-filename-completion-map with either
8749 minibuffer-local-must-match-map or
8750 minibuffer-local-filename-completion-map.
8751
d224ac83
GM
87522011-07-01 Glenn Morris <rgm@gnu.org>
8753
3de63bf8
GM
8754 * type-break.el (type-break-time-sum): Use dolist.
8755
d224ac83
GM
8756 * textmodes/flyspell.el (flyspell-word-search-backward):
8757 Replace CL function.
8758
1a1e3f32
SM
87592011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8760
fe3f64d5
SM
8761 * mouse.el (mouse--strip-first-event): New function.
8762 (function-key-map): Use it to map fringe clicks to normal clicks
8763 by default.
8764
eb604e34
SM
8765 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8766 (vc-bzr-revision-completion-table): Add support for annotate and date.
8767
1a1e3f32
SM
8768 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8769 inherit from parent.
8770
5bd35902
LMI
87712011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8772
ace6c69c 8773 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8774 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8775
191e2bed
LMI
8776 * dired.el (dired-mode): Fix up the doc string as suggested by
8777 Drew Adams (bug#8817).
8778
5bd35902
LMI
8779 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8780 cookie, since the manual says that it should be possible to add
8781 this function to `find-file-hook' (bug#8709).
8782
eee8207a
TZ
87832011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8784
8785 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8786 here. Noted Ted Zlatanov as the maintainer.
8787 (cfengine-common-settings, cfengine-common-syntax): New functions
8788 to set up common things between `cfengine-mode' and
8789 `cfengine3-mode'.
8790 (cfengine3-mode): New mode.
8791 (cfengine3-defuns cfengine3-defuns-regex
8792 (cfengine3-class-selector-regex cfengine3-category-regex)
8793 (cfengine3-vartypes cfengine3-font-lock-keywords)
8794 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8795 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8796
36b148cf
MA
87972011-07-01 Michael Albinus <michael.albinus@gmx.de>
8798
8799 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8800
8801 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8802
0bf4ba9a
MR
88032011-07-01 Martin Rudalics <rudalics@gmx.at>
8804
8805 * window.el (same-window-buffer-names, same-window-regexps)
8806 (same-window-p, special-display-frame-alist)
8807 (special-display-popup-frame, special-display-function)
8808 (special-display-buffer-names, special-display-regexps)
8809 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8810 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8811 (split-window-preferred-function, split-height-threshold)
8812 (split-width-threshold, even-window-heights)
8813 (display-buffer-mark-dedicated, window-splittable-p)
8814 (split-window-sensibly, window-safely-shrinkable-p):
8815 Un-obsolete.
8816 (display-buffer): Don't spread args with function specifier
8817 because special-display-popup-frame won't like it.
8818
35837f51
PE
88192011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8820
d0672f86
PE
8821 Time-stamp simplifications and fixes.
8822 These improve accuracy slightly, and future-proof the code
8823 against some potential changes to current-time format.
8824
b9444d97
PE
8825 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8826 by using time-since and float-time.
8827
0ef923dc
PE
8828 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8829 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8830 + NNN microseconds".
8831
2f81380d
PE
8832 * type-break.el (type-break-time-sum): Rewrite using time-add.
8833
845b5c3e
PE
8834 * play/hanoi.el (hanoi-current-time-float): Remove.
8835 All uses replaced by float-time.
8836
ee6f1be0
PE
8837 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8838 This yields a more-accurate answer.
8839 (rng-time-to-float): Remove; no longer needed.
8840
fe955043
PE
8841 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8842
5777162a
PE
8843 * calendar/timeclock.el (timeclock-seconds-to-time):
8844 Defalias to seconds-to-time, since they're the same thing.
8845
3103f8b6 8846 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8847 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8848 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8849
0e61a35f
SM
88502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * window.el (bury-buffer): Don't iconify the only frame.
8853 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8854 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8855
ddd63a1e
CY
88562011-07-01 Chong Yidong <cyd@stupidchicken.com>
8857
0e61a35f
SM
8858 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8859 Add mouse-yank-primary.
ddd63a1e 8860
055f4923
TZ
88612011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8862
8863 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8864
6a2fb145
SM
88652011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8868 (find-library-name): Use it to find relative load names when provided
8869 absolute file name (bug#8803).
8870
fd4983f2
LMI
88712011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8872
887d14ad
LMI
8873 * textmodes/flyspell.el (flyspell-word): Consider words that
8874 differ only in case as potential doublons (bug#5687).
8875
c53dc7fc
LMI
8876 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8877 Remove two rather uninteresting debugging-like messages to make
8878 debbugs.el more silent.
8879
fd4983f2
LMI
8880 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8881 a password-like phrase.
8882
7a71b18d 88832011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8884
8885 * progmodes/cc-guess.el: New file.
8886
6a2fb145 8887 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8888
8889 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8890 derived from `c-basic-common-init'.
8891
8892 * progmodes/cc-mode.el (top-level): Require cc-guess.
8893 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8894
1fa280a3
LM
88952011-06-30 Lawrence Mitchell <wence@gmx.li>
8896
8897 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8898
e6597158
AM
88992011-06-30 Alan Mackenzie <acm@muc.de>
8900
1fa280a3
LM
8901 * progmodes/cc-engine.el (c-guess-continued-construct):
8902 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8903 lock is disabled. Name this case as "CASE G".
8904
68ba37fb
KM
89052011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8906
8907 * allout.el (allout-yank-processing): Fix injection of extra space
8908 between bullet and non-whitespace character in first topic when
8909 pasting, ensuring that the actual spacing in the pasted topic
8910 following the bullet char is preserved. This extra space was
8911 causing pasted encrypted topics to get a decrypted status even
8912 when the content was actually still encrypted. Now the decryption
8913 status from before the paste is preserved.
8914
8915 (allout-flag-region): Set all allout overlays so they evaporate
8916 when reduced to zero length (evanescent), to prevent overlay
8917 leakage.
8918
887a0b34
GM
89192011-06-30 Glenn Morris <rgm@gnu.org>
8920
94b9acce
GM
8921 * w32-fns.el (w32-charset-info-alist): Declare.
8922
1d9b46d4
GM
8923 * find-dired.el (find-grep-options): Simplify.
8924
cc232200
GM
8925 * term/ns-win.el (ns-set-resource): Declare.
8926
28e77c46
GM
8927 * ses.el (row, col): Declare dynamic variables honestly.
8928
887a0b34
GM
8929 * textmodes/reftex-parse.el (index-tags): Declare.
8930
658d8eb8
CY
89312011-06-30 Chong Yidong <cyd@stupidchicken.com>
8932
8933 * cus-edit.el (customize-push-and-save): New function.
8934
8935 * files.el (hack-local-variables-confirm): Use it.
8936
1fa280a3
LM
8937 * custom.el (load-theme): New arg NO-CONFIRM.
8938 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8939 (custom-enabled-themes): Doc fix.
8940
8941 * cus-theme.el (customize-create-theme)
8942 (custom-theme-merge-theme): Callers to load-theme changed.
8943
bb617717
LMI
89442011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8945
d61bdd5d
LMI
8946 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8947 short URLs have at least one dot in them (bug #7614).
8948
bb617717
LMI
8949 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8950 nil, because using a pty is apparently too slow (bug #895).
8951
2f31f37a
LMI
89522011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8953
8954 * mail/sendmail.el (sendmail-query-once): New function.
8955 (sendmail-query-once-function): New variable.
8956
3076b24e
GM
89572011-06-29 Glenn Morris <rgm@gnu.org>
8958
faf2a174
GM
8959 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8960
3076b24e
GM
8961 * ses.el (top-level): Require cl when compiling.
8962 (ses-set-localvars): Fix error statement.
8963 Call it at compile time to silence a storm of warnings.
8964
5386012d
MR
89652011-06-29 Martin Rudalics <rudalics@gmx.at>
8966
8967 * window.el (normalize-live-buffer): Rename to
8968 window-normalize-buffer.
8969 (normalize-live-frame): Rename to window-normalize-frame.
8970 (normalize-any-window): Rename to window-normalize-any-window.
8971 (normalize-live-window): Rename to window-normalize-live-window.
8972 (make-window-atom): Rename to window-make-atom.
8973 (window-resize-reset): Rename to window--resize-reset.
8974 (window-resize-reset-1): Rename to window--resize-reset-1.
8975 (resize-mini-window): Rename to window--resize-mini-window.
8976 (resize-subwindows-skip-p): Rename to
8977 window--resize-subwindows-skip-p.
8978 (resize-subwindows-normal): Rename to
8979 window--resize-subwindows-normal.
8980 (resize-subwindows): Rename to window--resize-subwindows.
8981 (resize-other-windows): Rename to window--resize-siblings.
8982 (resize-this-window): Rename to window--resize-this-window.
8983 (resize-root-window): Rename to window--resize-root-window.
8984 (resize-root-window-vertically): Rename to
8985 window--resize-root-window-vertically.
8986 (normalize-buffer-to-display): Rename to
8987 window-normalize-buffer-to-display.
8988 (normalize-buffer-to-switch-to): Rename to
8989 window-normalize-buffer-to-switch-to.
8990 Correspondingly update all callers of the functions listed
8991 above.
8992 (display-buffer-alist, display-buffer-normalize-arguments)
8993 (display-buffer-normalize-options, display-buffer)
8994 (display-buffer-alist-set): Use "function" instead of
8995 "fun-with-args".
8996
1176868d
CY
89972011-06-28 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9000 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9001 debbugs.gnu.org. Mention acknowledgment email.
9002
20a7a65f
LMI
90032011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9004
9005 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9006 buffer multibyteness, since it shouldn't matter.
9007
5f45cca5
MR
90082011-06-28 Martin Rudalics <rudalics@gmx.at>
9009
9010 * window.el (display-buffer-in-side-window): Handle dedicated
9011 windows as in display-buffer-reuse-window.
9012 (display-buffer-normalize-alist): Use value of override
9013 specifier.
9014 (display-buffer-normalize-specifiers): Use value of
9015 other-window-means-other-frame specifier.
9016 (display-buffer-alist): Rewrite some texts in widgets.
9017 (display-buffer): Spread arguments when calling function
9018 specified by fun-with-args.
9019
ad85fe1f
DD
90202011-06-28 Deniz Dogan <deniz@dogan.se>
9021
1fa280a3
LM
9022 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9023 Unnest `let'.
da68c4c8 9024
ad85fe1f
DD
9025 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9026 selectors (Bug#5732).
ec49bd31 9027 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9028
a08cc025
JA
90292011-06-27 Jari Aalto <jari.aalto@cante.net>
9030
9031 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9032 (eshell-ls-date-format): New defcustom.
9033 (eshell-ls-file): Use it.
9034
e2b551c5
SM
90352011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9038
8982b231
KY
90392011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9040
9041 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9042 (ange-ftp-make-tmp-name): New arg.
9043 (ange-ftp-file-local-copy): Use it.
9044
36c9fa27
J
90452011-06-27 Jambunathan K <kjambunathan@gmail.com>
9046
9047 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9048 no-conversion (Bug#8870).
9049
d68443dc
MR
90502011-06-27 Martin Rudalics <rudalics@gmx.at>
9051
9052 * window.el (window-right, window-left, window-child)
9053 (window-child-count, window-last-child)
9054 (window-iso-combination-p, walk-window-tree-1)
9055 (window-atom-check-1, window-tree-1, delete-window)
9056 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9057 new naming conventions - window-vchild, window-hchild,
9058 window-next and window-prev are now called window-top-child,
9059 window-left-child, window-next-sibling and window-prev-sibling
9060 respectively.
d615d6d2
MR
9061 (resize-window-reset): Rename to window-resize-reset.
9062 (resize-window-reset-1): Rename to window-resize-reset-1.
9063 (resize-window): Rename to window-resize.
9064 (window-min-height, window-min-width)
9065 (resize-mini-window, resize-this-window, resize-root-window)
9066 (resize-root-window-vertically, adjust-window-trailing-edge)
9067 (enlarge-window, shrink-window, maximize-window)
9068 (minimize-window, delete-window, quit-restore-window)
9069 (split-window, balance-windows, balance-windows-area-adjust)
9070 (balance-windows-area, window-state-put-2)
9071 (display-buffer-even-window-sizes, display-buffer-set-height)
9072 (display-buffer-set-width, set-window-text-height)
9073 (fit-window-to-buffer): Rename all "resize-window" prefixed
9074 calls to use the "window-resize" prefix convention.
9075 (display-buffer-alist): Fix symbol for label specifier.
9076 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9077 corresponding specifier.
9078 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9079
b6458526
VB
90802011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9081
9082 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9083 convention.
9084 (ses-call-printer): Does not pass an empty string to formatter when the
9085 cell is empty to keep from barking printer Calc math-format-value.
9086
d31fd9ac
RS
90872011-06-27 Richard Stallman <rms@gnu.org>
9088
43d5bf84
RS
9089 * battery.el (battery-mode-line-limit): New variable.
9090 (battery-update): Handle it.
9091
d31fd9ac
RS
9092 * mail/rmailmm.el (rmail-mime-process-multipart):
9093 Handle truncated messages.
9094
819a6054
GM
90952011-06-27 Glenn Morris <rgm@gnu.org>
9096
9097 * progmodes/flymake.el (flymake-err-line-patterns):
9098 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9099
cedc73f2
VB
91002011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9101
819a6054 9102 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9103 (ses--clean-!, ses--clean-_): New functions.
9104 (ses-range): Add configurability of readout order, and conversion
9105 to Calc vector.
9106
5e5d49b6
VB
9107 * ses.el (ses-repair-cell-reference-all): New function.
9108 (ses-cell-symbol): Set macro as safe, so that it can be used in
9109 formulas.
9110
56e6cc31 9111 * ses.el: Update cycle detection algorithm.
90ca8b49 9112 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9113 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9114 (ses-set-localvars): New function.
9115 (ses-make-cell): Add property-list as a cell element.
9116 (ses-cell-property-get-fun, ses-cell-property-get)
9117 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9118 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9119 New functions.
90ca8b49
VB
9120 (ses-cell-property-set, ses-cell-property-pop)
9121 (ses-cell-property-get-handle): New macro.
9122 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9123 New aliases, used for code readability.
9124 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9125 cycle detection.
9126 (ses-self-reference-early-detection): New defcustom.
fac916bf 9127 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9128 (ses-mode): Use ses-set-localvars.
9129 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9130 before lauching the update processing.
9131 (ses-initialize-Dijkstra-attempt): New function.
9132 (ses-recalculate-cell): Update for cycle detection based on
9133 Dijkstra algorithm.
9134
2bb63e81
VB
9135 * ses.el: Fix commenting and indenting convention.
9136
c9d29fb8
SM
91372011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * bs.el (bs-cycle-next): Complete last change.
9140
d8e4b68b
JB
91412011-06-27 Drew Adams <drew.adams@oracle.com>
9142
9143 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9144
40098786
LMI
91452011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9146
c9d29fb8
SM
9147 * net/network-stream.el (network-stream-open-starttls):
9148 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9149 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9150
40098786
LMI
9151 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9152 to binary to possibly avoid line encoding issues on Windows (among
9153 other things).
9154
468d09d4
LMI
91552011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156
9157 * net/network-stream.el (open-network-stream): Return an :error
9158 saying what the problem was, if possible.
9159
9160 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9161 server.
9162
9163 * net/network-stream.el (network-stream-open-starttls): If we
9164 wanted to use STARTTLS, and the server offered it, but we weren't
9165 able to because we had no STARTTLS support, then close the connection.
9166 (open-network-stream): Return an :error element, if present.
9167
16f07dd7
CY
91682011-06-26 Chong Yidong <cyd@stupidchicken.com>
9169
88821ca0
CY
9170 * hl-line.el (hl-line-sticky-flag): Doc fix.
9171 (global-hl-line-sticky-flag): New option (Bug#8323).
9172 (global-hl-line-highlight): Obey it.
9173
16f07dd7
CY
9174 * vc/vc.el (vc-revert-show-diff): Default to t.
9175
6b5ccddf
KM
91762011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9177
c9d29fb8
SM
9178 * allout-widgets.el (allout-widgets-post-command-business):
9179 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9180 undecorated when an isearch is continued past, and isearch
9181 automatically collapses them. This leads to "widget leaks", where
9182 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9183 hidden widgets can slow down cursor travel, substantially.
9184 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9185 so we're doing without this nicety.
9186
9187 (allout-widgets-tally-string): Don't try to do a hash-table-count
9188 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9189 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9190 *Messages* when allout-widgets-maintain-tally is t.
9191
355f2e07
MR
91922011-06-26 Martin Rudalics <rudalics@gmx.at>
9193
9194 * window.el (display-buffer-normalize-argument): Rename to
9195 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9196 LABEL argument. Respect special-display-function when popping up
9197 a new frame. Fix code searching for a window showing the buffer
9198 on another frame.
c9d29fb8
SM
9199 (display-buffer-normalize-specifiers):
9200 Call display-buffer-normalize-arguments.
355f2e07
MR
9201 (display-buffer-in-window): Don't undedicate the window if its
9202 buffer remains the same.
9203 Reported by Drew Adams <drew.adams@oracle.com>.
9204 (display-buffer-alist): Add choice for same-window macro
9205 specfier.
9206 (display-buffer): Mention special meaning of LABEL argument in
9207 doc-string. Fix quoting. Don't pop up a new frame even as
9208 fallback.
9209
7ca8fc42
JB
92102011-06-26 Juanma Barranquero <lekktu@gmail.com>
9211
9212 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9213 avoid deleting the current window in some cases (bug#8911).
9214
bc312254
AS
92152011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9216
9217 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9218 (Bug#8934)
9219
2db18f3f
LMI
92202011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9221
c9d29fb8
SM
9222 * net/network-stream.el (network-stream-open-starttls):
9223 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9224 (network-stream-open-tls): Ditto.
9225
6302e0d3
LL
92262011-06-26 Leo Liu <sdl.web@gmail.com>
9227
9228 * register.el (registerv): New struct.
9229 (registerv-make): New function.
c9d29fb8
SM
9230 (jump-to-register, describe-register-1, insert-register):
9231 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9232 struct. (Bug#8415)
9233
5fdd4046
CY
92342011-06-26 Chong Yidong <cyd@stupidchicken.com>
9235
2afef60a
CY
9236 * vc/vc.el (vc-revert-show-diff): New defcustom.
9237 (vc-diff-internal): New arg specifying diff buffer.
9238 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9239 reuse an existing *vc-diff* buffer (Bug#8927).
9240
5fdd4046
CY
9241 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9242
e93db24a
GM
92432011-06-26 Glenn Morris <rgm@gnu.org>
9244
9245 * progmodes/f90.el (f90-critical-indent): New option.
9246 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9247 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9248 (f90-mode): Doc fix.
9249 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9250 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9251 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9252 (f90-match-end): Handle block, critical.
9253
eefff499
GM
92542011-06-25 Glenn Morris <rgm@gnu.org>
9255
f6ba4cc9
GM
9256 * calendar/diary-lib.el (diary-included-files): Doc fix.
9257 (diary-include-files): New function, extracted from
9258 diary-include-other-diary-files and diary-mark-included-diary-files.
9259 (diary-include-other-diary-files, diary-mark-included-diary-files):
9260 Just call diary-include-files.
9261 (diary-mark-entries): Reset diary-included-files on first call.
9262
16712304
GM
9263 * calendar/diary-lib.el (diary-mark-entries)
9264 (diary-mark-included-diary-files):
9265 Visit included diary-files in temp buffers.
9266
5d8e0d43
GM
9267 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9268 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9269 (f90-start-block-re, f90-imenu-generic-expression)
9270 (f90-looking-at-program-block-start, f90-no-block-limit):
9271 Add support for submodules.
9272
ccf7a5d5
GM
9273 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9274 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9275
11fdef7d 92762011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9277
9278 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9279 buffer-file-type before setting its value, to avoid disastrous
eefff499 9280 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9281
74f53697
JB
92822011-06-25 Juanma Barranquero <lekktu@gmail.com>
9283
9284 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9285
9286 * ses.el (ses-unload-function):
9287 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9288
9289 * proced.el (proced-unload-function):
9290 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9291
18a4ce5e
AR
92922011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9293
9294 * server.el (server-create-window-system-frame): Add parameters arg.
9295 (server-process-filter): Doc fix. Handle frame-parameters.
9296
519d22cc
JB
92972011-06-25 Juanma Barranquero <lekktu@gmail.com>
9298
9299 Fix bug#8730, bug#8781.
9300
9301 * loadhist.el (unload--set-major-mode): New function.
9302 (unload-feature): Use it.
9303
9304 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9305 (python-unload-function): New function.
9306
c206f5b0
SM
93072011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9310
f9ad64f3
GS
93112011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9312
9313 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9314 the candidates list.
9315
7d0da90e
JB
93162011-06-24 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9319
14b4e83d
RS
93202011-06-23 Richard Stallman <rms@gnu.org>
9321
9322 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9323 (rmail-variables): Set next-error-move-function.
9324 (rmail-what-message): Take argument POS.
9325 (rmail-next-error-move): New function.
9326
273d2baf
SM
93272011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9328
9329 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9330 messages for adjacent non-terminals.
9331
56c2cc9a
RS
93322011-06-23 Richard Stallman <rms@gnu.org>
9333
9334 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9335 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9336 (rmail-start-mail): Don't specify use of rmail-mail-return;
9337 that's done by mail-bury now.
9338 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9339
d59eb518
MA
93402011-06-23 Michael Albinus <michael.albinus@gmx.de>
9341
9342 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9343 SIZE is a number.
9344
02cfc6d6
MR
93452011-06-23 Martin Rudalics <rudalics@gmx.at>
9346
9347 * window.el (get-lru-window, get-mru-window)
9348 (get-largest-window): Never return a minibuffer window.
9349 (display-buffer-pop-up-window): Fix a bug that could lead to
9350 reusing the minibuffer window.
9351 (display-buffer): Pass original specifier argument to
9352 display-buffer-function instead of the normalized one.
9353 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9354
4e323265
LL
93552011-06-22 Leo Liu <sdl.web@gmail.com>
9356
9357 * minibuffer.el (completing-read-function)
9358 (completing-read-default): Move from minibuf.c
9359
7a70468f
RS
93602011-06-22 Richard Stallman <rms@gnu.org>
9361
50718fc2
RS
9362 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9363 to Rmail even if not started by a special Rmail command.
9364
7a70468f
RS
9365 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9366 Copy the buffer currently showing just one message.
9367
297dde5a
RW
93682011-06-22 Roland Winkler <winkler@gnu.org>
9369
9370 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9371 (bibtex-clean-entry): First delete the old key so that a
9372 customized algorithm for generating the new key does not get
9373 confused by the old key.
9374 (bibtex-url): Obey regexp of first step.
9375 (bibtex-search-entries): Do not use add-to-list with local
9376 list-var.
9377
97bb1093
LMI
93782011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9379
9380 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9381 stored a user name, then query for the password first, instead of
9382 waiting for SMTP to give an error message and the trying again.
9383
1c0f1a19
JD
93842011-06-22 Lawrence Mitchell <wence@gmx.li>
9385
9386 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9387 BUFFER in call-process.
9388
396f7c9d
LMI
93892011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9390
9391 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9392 QUIT twice.
ddb7ffee
LMI
9393 (smtpmail-try-auth-methods): Require user name and password from
9394 auth-source.
396f7c9d 9395
8998d1b3
MR
93962011-06-22 Martin Rudalics <rudalics@gmx.at>
9397
9398 * window.el (display-buffer-default-specifiers)
9399 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9400 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9401 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9402
9403 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9404 (special-display-frame-alist, special-display-popup-frame):
9405 Remove duplicate declarations. These are now in window.el.
9406
4ea31e07
LMI
94072011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9408
c9d29fb8
SM
9409 * mail/smtpmail.el (smtpmail-via-smtp):
9410 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9411 server supports it. SMTP servers that support STARTTLS commonly
9412 require it.
9413
9414 * net/network-stream.el (network-stream-open-starttls): Support
9415 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9416 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9417
95f41d9a
LMI
9418 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9419 upgrades with `open-network-stream', and rely solely on
9420 auth-source for all credentials. Big changes throughout the file,
9421 but in particular:
c9d29fb8
SM
9422 (smtpmail-auth-credentials): Remove.
9423 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9424 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9425 MAIL FROM, too.
95f41d9a 9426
c9d29fb8
SM
9427 * net/network-stream.el (network-stream-open-starttls):
9428 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9429 STARTTLS.
9430 (auth-source): Require.
9431 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9432 (network-stream-certificate): Change cert-cert to cert and
9433 cert-key to key.
4ea31e07 9434
065ec2c7
MA
94352011-06-21 Michael Albinus <michael.albinus@gmx.de>
9436
9437 * net/tramp-cache.el (top): Don't load the persistency file when
9438 "emacs -Q" has been called.
9439
cd93b359
DR
94402011-06-21 Tim Harper <timcharper@gmail.com>
9441
d8e4b68b
JB
9442 * term/ns-win.el (ns-initialize-window-system):
9443 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9444 resource to NO as it is not yet supported by the NS port.
9445
ae9c0411
JB
94462011-06-21 Juanma Barranquero <lekktu@gmail.com>
9447
9448 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9449 (list-dynamic-libraries): ...not here.
9450
7f3f739f
LL
94512011-06-21 Leo Liu <sdl.web@gmail.com>
9452
9453 * subr.el (sha1): Implement sha1 using secure-hash.
9454
327c8fb1
MR
94552011-06-21 Martin Rudalics <rudalics@gmx.at>
9456
9457 * window.el (display-buffer-alist): In default value do not
9458 enforce searching a window on any but the selected frame.
9459 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9460 (display-buffer-select-window): Remove function.
9461 (display-buffer-in-window): When a window on another frame gets
9462 reused, do not select it any more but just raise its frame if
9463 necessary (Bug#8851) and (Bug#8856).
9464 (display-buffer-normalize-options): Handle pop-up-frames related
9465 options more faithfully.
9466 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9467 window if it is on another frame.
c9d29fb8
SM
9468 (display-buffer-alist, display-buffer-default-specifiers):
9469 Don't make new frame unsplittable by default.
9e9de014
MR
9470 (display-buffer-normalize-argument): Fix doc-string typo and use
9471 'same-frame-other-window instead of 'other-window when associating
9472 with display-buffer-macro-specifiers.
327c8fb1 9473
7cf3f556
VB
94742011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9475
9476 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9477 New functions.
9478 (5x5-mode-map, 5x5-mode-menu): Bind them.
9479 (5x5-draw-grid): Tweak the solver's rendering.
9480
60a406cf
SM
94812011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9484 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9485
d8e4b68b 94862011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9487
9488 * menu-bar.el: Use function variable instead of switch-to-buffer.
9489 (menu-bar-select-buffer-function): New variable.
60a406cf 9490 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9491
478d6f95
SM
94922011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9495 variable's status.
9496
ca530739
JD
94972011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9498
9499 * x-dnd.el (x-dnd-version-from-flags)
9500 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9501 and long as number (Bug#8899).
9502 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9503
bcd70d97
SM
95042011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9505
60a406cf 9506 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9507 (completion-try-completion, completion-all-completions): Compute the
9508 metadata argument if it's missing; make it optional (bug#8795).
9509
60a406cf 9510 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9511 (widget-complete): Use new :completion-function property.
9512 (widget-completions-at-point): New function.
9513 (default): Use :completion-function instead of :complete.
60a406cf
SM
9514 (widget-default-completions): Rename from widget-default-complete;
9515 Rewrite.
bcd70d97
SM
9516 (widget-string-complete, widget-file-complete, widget-color-complete):
9517 Remove functions.
9518 (file, symbol, function, variable, coding-system, color):
9519 * international/mule-cmds.el (default-input-method, charset)
9520 (language-info-custom-alist):
9521 * cus-edit.el (face): Use new property :completions.
9522
9523 * progmodes/pascal.el (pascal-completions-at-point): New function.
9524 (pascal-mode): Use it.
9525 (pascal-mode-map): Use completion-at-point.
9526 (pascal-toggle-completions): Make obsolete.
9527 (pascal-complete-word, pascal-show-completions):
9528 * progmodes/octave-mod.el (octave-complete-symbol):
9529 Redefine as obsolete alias.
9530 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9531 Signal absence of completion info for old Octave,
9532 (inferior-octave-complete): Redefine as obsolete alias.
9533 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9534 (meta-completions-at-point): Rename from meta-complete-symbol and
9535 adapt it for use on completion-at-point-functions.
9536 (meta-common-mode): Use it.
9537 (meta-looking-at-backward, meta-match-buffer): Remove.
9538 (meta-complete-symbol): Redefine as obsolete alias.
9539 (meta-common-mode-map): Use completion-at-point.
9540 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9541 (makefile-mode-map): Use completion-at-point.
9542 (makefile-completions-at-point): Rename from makefile-complete and
9543 adapt it for use on completion-at-point-functions.
9544 (makefile-mode): Use it.
9545 (makefile-complete): Redefine as obsolete alias.
9546
aebf69c8
DD
95472011-06-20 Deniz Dogan <deniz@dogan.se>
9548
9549 * net/rcirc.el: Delete trailing whitespaces once and for all.
9550
bfbbb27d
DC
95512011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9552
9553 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9554
d264a46b
CY
95552011-06-19 Chong Yidong <cyd@stupidchicken.com>
9556
4ca009e5
CY
9557 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9558
d264a46b
CY
9559 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9560
fbf5b3ce
MR
95612011-06-19 Martin Rudalics <rudalics@gmx.at>
9562
9563 * window.el (display-buffer-other-window-means-other-frame):
9564 Call display-buffer-normalize-alist.
9565 (display-buffer-normalize-specifiers-1): Rename to
9566 display-buffer-normalize-argument. New argument other-frame.
9567 Rewrite.
9568 (display-buffer-normalize-specifiers-2): Rename to
9569 display-buffer-normalize-options.
9570 (display-buffer-normalize-alist-1): New function.
9571 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9572 display-buffer-normalize-alist.
9573 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9574 (display-buffer-normalize-options-inhibit): New variable.
9575 (display-buffer-normalize-specifiers): Rewrite calling
9576 display-buffer-normalize-alist,
9577 display-buffer-normalize-argument, and
9578 display-buffer-normalize-options. Don't call the latter if
9579 display-buffer-normalize-options-inhibit is non-nil.
9580 (frame-auto-delete): New option.
9581 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9582 (window-list-no-nils, window-state-ignored-parameters)
9583 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9584 (window-state-put-1, window-state-put-2, window-state-put):
9585 New functions.
9a028c23
MR
9586 (display-buffer-normalize-options): Move special-display-p group
9587 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9588
6d10d800
CY
95892011-06-18 Chong Yidong <cyd@stupidchicken.com>
9590
6420d28b
CY
9591 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9592 groups (Bug#8776).
9593 (rx-submatch-n): New function.
9594 (rx): Document it.
9595
ddb8b596
CY
9596 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9597 (Bug#8768).
9598
9599 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9600
77080289
CY
9601 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9602
61dfb316
CY
9603 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9604 anytime existing face settings are present (Bug#8889).
9605
6d10d800
CY
9606 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9607 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9608 Remove unused argument.
9609
be3fb2b8
MR
96102011-06-18 Martin Rudalics <rudalics@gmx.at>
9611
bcd70d97
SM
9612 * window.el (display-buffer-default-specifiers):
9613 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9614 pop-up-window-min-width, and another reuse-window specifier
9615 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9616 (display-buffer-normalize-specifiers-2):
9617 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9618 pop-up-windows is unset. Add a reuse-window specifier for the
9619 case popping up a new window fails.
9620 (special-display-popup-frame): Remove double quoting.
28dec25a 9621 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9622
1c6d8c76
SM
96232011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9626 according to comint-completion-addsuffix.
9627
9628 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9629 (pcomplete-suffix-list): Mark as obsolete.
9630 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9631 pcomplete-seen in the closure.
9632 (pcomplete-comint-setup): Setup completion-at-point as well.
9633 (pcomplete--entries): New function.
9634 (pcomplete--env-regexp): New var.
9635 (pcomplete-entries): Rewrite to work with partial-completion and
9636 without relying on pcomplete-suffix-list.
9637 (pcomplete-pare-list): Remove, unused.
9638
25aef8b8
MR
96392011-06-17 Martin Rudalics <rudalics@gmx.at>
9640
9641 * window.el (display-buffer-alist): Set pop-up-window-min-height
9642 and pop-up-window-min-width in default value. Reported by
9643 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9644 other-window-means-other-frame.
9645 (display-buffer-macro-specifiers): Comment out entry for
9646 other-window specifier.
9647 (display-buffer-other-window-means-other-frame): New function.
9648 (display-buffer-normalize-specifiers-1): New arguments
9649 buffer-name and label. Treat other-window case specially.
9650 (display-buffer-normalize-specifiers-2): Treat other-window case
9651 specially.
9652 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9653 (display-buffer-normalize-specifiers):
9654 Call display-buffer-normalize-specifiers-3.
25aef8b8 9655
dbad4f69
MR
96562011-06-17 Martin Rudalics <rudalics@gmx.at>
9657
9658 * window.el (same-window-p): Fix two typos introduced when
9659 adding with-no-warnings.
d1067961
MR
9660 (display-buffer-normalize-specifiers-1): Don't check
9661 pop-up-frames for 'unset initialization.
9662 (display-buffer-normalize-specifiers-2): Major rewrite using
9663 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9664 (pop-up-frames, display-buffer-reuse-frames)
9665 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9666 Suggested by David Engster <deng@randomsample.de>.
9667 (even-window-heights): Initialize to 'unset.
9668 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9669 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9670 other window case.
dbad4f69 9671
9b9c9e3a
MR
96722011-06-16 Martin Rudalics <rudalics@gmx.at>
9673
bcd70d97
SM
9674 * window.el (display-buffer-normalize-specifiers-1):
9675 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9676 second argument of display-buffer (Bug#8865).
981d5c09
MR
9677 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9678 (switch-to-buffer-other-window-same-frame)
9679 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9680 Adams (Bug#8875).
9c2755e9
MR
9681 (display-buffer): Don't check noninteractive when calling
9682 display-buffer-pop-up-frame.
9683 (display-buffer-pop-up-frame): Never pop up a frame in
9684 noninteractive mode (Bug#8857).
67222e1d
MR
9685 (enlarge-window, shrink-window): Don't report an error when the
9686 window can't be resized as requested (Bug#8862).
9b9c9e3a 9687
2b75be67
SM
96882011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9ffdd3ba
SM
9690 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9691
cb581a67
SM
9692 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9693
2b75be67
SM
9694 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9695
8c0e3589
AM
96962011-06-15 Alan Mackenzie <acm@muc.de>
9697
cb581a67
SM
9698 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9699 for declarators, disable knr checking to speed up for normal files.
9700 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9701
b96e6cde
LMI
97022011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9703
4bba86e6
LMI
9704 * net/network-stream.el (open-network-stream): Add the keyword
9705 :always-query-capabilities for the case where you want to force a
9706 `plain' network connection, but the protocol still requires the
9707 capabilitiy command (i.e., SMTP and EHLO).
9708
2b75be67 9709 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9710 consistency with other `-live-p' functions.
9711
efdcdbf8
SM
97122011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9713
9714 * window.el (same-window-buffer-names, same-window-regexps)
9715 (special-display-frame-alist, special-display-popup-frame)
9716 (special-display-function, special-display-buffer-names)
9717 (special-display-regexps, pop-up-frame-alist)
9718 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9719 (pop-up-windows, split-window-preferred-function)
9720 (split-height-threshold, split-width-threshold, even-window-heights)
9721 (display-buffer-mark-dedicated): Don't encourage the use of
9722 display-buffer-alist from Elisp code.
9723
c5cde042
DN
97242011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9725
9726 * progmodes/python.el (python-mode): Derive from prog-mode.
9727 * progmodes/ps-mode.el (ps-mode):
9728 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9729 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9730 * progmodes/ld-script.el (ld-script-mode): Likewise.
9731
baa1c9ab
MR
97322011-06-15 Martin Rudalics <rudalics@gmx.at>
9733
9734 * window.el (display-buffer-alist): Trim default value to avoid
9735 popping up a new frame (Bug#8857) or reusing an arbitrary window
9736 on another frame.
9737 (display-buffer): Do not fall back on popping up a new frame in
9738 batch mode (Bug#8857).
9739
c5dd5a51
CY
97402011-06-14 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9743 (custom-theme-summary): New function.
9744 (customize-themes): Use it.
9745
d647b7c4
GM
97462011-06-13 Glenn Morris <rgm@gnu.org>
9747
9748 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9749
9481c002
MR
97502011-06-13 Martin Rudalics <rudalics@gmx.at>
9751
357f93d2
MR
9752 * help.el (help-window): Remove variable.
9753 (help-window-point-marker, temp-buffer-max-height)
9754 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9755 (help-print-return-message): Don't set help-window.
9756 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9757 (help-window-setup-finish): Remove.
9758 (help-window-display-message, help-window-setup)
9759 (with-help-window): Major rewrite based on new
9760 display-buffer-window variable.
9761
9762 * help-mode.el (help-mode-finish): Remove help-window related
9763 code.
9764
9765 * view.el (view-exits-all-viewing-windows): Remove reference to
9766 view-return-to-alist in doc-string.
9767 (view-return-to-alist): Make obsolete.
9768 (view-buffer): Call pop-to-buffer-same-window and remove
9769 undo-window code.
9770 (view-buffer-other-window): Call pop-to-buffer-other-window and
9771 simplify code. Ignore second argument.
9772 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9773 simplify code. Ignore second argument.
9774 (view-return-to-alist-update): Make obsolete.
9775 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9776 Rewrite using quit-restore window parameters.
2b75be67
SM
9777 (view-mode-exit): Rename second argument to EXIT-ONLY.
9778 Rewrite using quit-restore-window.
357f93d2
MR
9779 (View-exit, View-exit-and-edit, View-leave, View-quit)
9780 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9781 appropriate arguments.
9782 (view-end-message): Use quit-restore window parameter.
9783
9481c002
MR
9784 * window.el (display-buffer-function): Rewrite doc-string.
9785 (display-buffer-window, display-buffer-alist): New variables.
9786 (display-buffer-split-specifiers)
9787 (display-buffer-side-specifiers)
9788 (display-buffer-macro-specifiers): New constants.
9789 (display-buffer-even-window-sizes, display-buffer-set-height)
9790 (display-buffer-set-width, display-buffer-select-window)
9791 (display-buffer-in-window, display-buffer-reuse-window)
9792 (display-buffer-split-window-1, display-buffer-split-window)
9793 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9794 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9795 (display-buffer-in-side-window, normalize-buffer-to-display)
9796 (display-buffer-normalize-specifiers-1)
9797 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9798 (display-buffer-normalize-specifiers, display-buffer-frame):
9799 New functions.
9481c002
MR
9800 (display-buffer): Major rewrite.
9801 (display-buffer-other-window, display-buffer-other-frame)
9802 (pop-to-buffer, switch-to-buffer-other-window)
9803 (switch-to-buffer-other-frame): Rewrite.
9804 (display-buffer-same-window, display-buffer-same-frame)
9805 (display-buffer-same-frame-other-window)
9806 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9807 (pop-to-buffer-other-window)
9808 (pop-to-buffer-same-frame-other-window)
9809 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9810 (switch-to-buffer-other-window-same-frame): New functions.
9811 (same-window-p, special-display-p): Rewrite disabling warnings.
9812 Make obsolete.
9813 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9814 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9815 Make obsolete
9816 (same-window-buffer-names, same-window-regexps)
9817 (special-display-frame-alist, special-display-popup-frame)
9818 (special-display-function, special-display-buffer-names)
9819 (special-display-regexps, pop-up-frame-alist)
9820 (pop-up-frame-function, split-window-preferred-function)
9821 (split-height-threshold, split-width-threshold)
9822 (even-window-heights): Make obsolete.
9823
9db51aca
GM
98242011-06-12 Glenn Morris <rgm@gnu.org>
9825
9826 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9827 Misc simplifications.
9db51aca 9828
39cffb44
MR
98292011-06-12 Martin Rudalics <rudalics@gmx.at>
9830
9831 * window.el (window-safely-shrinkable-p): Restore function which
9832 was inadvertently removed in change from 2011-06-11. Declare as
9833 obsolete.
9834
2b75be67
SM
9835 * calendar/calendar.el (calendar-generate-window):
9836 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9837 window-safely-shrinkable-p.
9838
a8955be7
GM
98392011-06-12 Glenn Morris <rgm@gnu.org>
9840
9841 * progmodes/fortran.el (fortran-mode-syntax-table):
9842 * progmodes/f90.el (f90-mode-syntax-table):
9843 Set % to punctuation. (Bug#8820)
9844 (f90-find-tag-default): Remove, no longer needed.
9845
f0d4059d
DC
98462011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9847
9848 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9849
1100a63c
CY
98502011-06-11 Chong Yidong <cyd@stupidchicken.com>
9851
9852 * image.el (image-animated-p): Return animation delay in seconds.
9853 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9854 (image-animate-timeout): Remove DELAY argument. Don't assume
9855 every subimage has the same delay; get it from image-animated-p.
9856 (image-animate): Caller changed.
9857
def722bf
MA
98582011-06-11 Michael Albinus <michael.albinus@gmx.de>
9859
9860 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9861 to ignored backtrace functions.
9862
0a2bb1a9
GM
98632011-06-11 Glenn Morris <rgm@gnu.org>
9864
9865 * calendar/appt.el (appt-disp-window-function): Doc fix.
9866 (appt-check): Handle overlapping appointments. (Bug#8337)
9867
6198ccd0
MR
98682011-06-11 Martin Rudalics <rudalics@gmx.at>
9869
9870 * window.el (window-tree-1, window-tree): New functions, moving
9871 the latter to window.el.
9872 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9873 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9874 (bw-refresh-edges): Remove.
9875 (balance-windows-1, balance-windows-2): New functions.
9876 (balance-windows): Rewrite in terms of window tree functions,
9877 balance-windows-1 and balance-windows-2.
9878 (bw-adjust-window): Remove.
9879 (balance-windows-area-adjust): New function with functionality of
9880 bw-adjust-window but using resize-window.
2b75be67
SM
9881 (set-window-text-height): Rewrite doc-string.
9882 Use normalize-live-window and resize-window.
9883 (enlarge-window-horizontally, shrink-window-horizontally):
9884 Rename argument to DELTA.
6198ccd0
MR
9885 (window-buffer-height): New function.
9886 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9887 Rewrite using new window resize routines.
2b75be67
SM
9888 (kill-buffer-and-window, mouse-autoselect-window-select):
9889 Use ignore-errors instead of condition-case.
6198ccd0
MR
9890 (quit-window): Call delete-frame instead of delete-windows-on
9891 for the only buffer on frame.
9892
9397e56f
MR
98932011-06-10 Martin Rudalics <rudalics@gmx.at>
9894
9895 * loadup.el (top-level): Load window before files for the sake
9896 of replace-buffer-in-windows.
9897
9898 * files.el (read-buffer-to-switch)
9899 (switch-to-buffer-other-window)
2b75be67
SM
9900 (switch-to-buffer-other-frame, display-buffer-other-frame):
9901 Move to window.el.
9397e56f
MR
9902
9903 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9904 (previous-buffer): Move to window.el.
9905
9906 * bindings.el (unbury-buffer): Move to window.el.
9907
9908 * window.el (delete-other-windows-vertically): Move after
9909 definition of delete-other-windows.
9910 (other-window, delete-windows-on, replace-buffer-in-windows):
9911 Move here from window.c.
9912 (record-window-buffer, unrecord-window-buffer)
9913 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9914 (switch-to-next-buffer): New functions.
9915 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9916 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9917 (previous-buffer): Move here from simple.el.
9918 Call switch-to-prev-buffer.
9397e56f
MR
9919 (bury-buffer): Move here from buffer.c. Switch to previous
9920 buffer when window cannot be deleted.
9921 (unbury-buffer): Move here from bindings.el.
9922 (ctl-x-map): Move binding for other-window from window.c to
9923 here.
9924 (read-buffer-to-switch, switch-to-buffer-other-window)
9925 (switch-to-buffer-other-frame): Move here from files.el.
9926 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9927 (switch-to-buffer): Move here from buffer.c.
9928 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9929
562dd5e9
MR
99302011-06-10 Martin Rudalics <rudalics@gmx.at>
9931
9932 * window.el (window-min-height, window-min-width): Move here
9933 from window.c. Add defcustoms and rewrite doc-strings.
9934 (resize-mini-window, resize-window): New functions.
9935 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9936 Move here from window.c.
9937 (maximize-window, minimize-window): New functions.
9938 (delete-window, delete-other-windows, split-window): Move here
9939 from window.c.
9940 (window-split-min-size): New function.
9941 (split-window-keep-point): Mention split-window-above-each-other
9942 instead of split-window-vertically.
2b75be67 9943 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9944 Rename split-window-vertically to split-window-above-each-other
9945 and provide defalias for old definition.
9946 (split-window-side-by-side, split-window-horizontally):
9947 Rename split-window-horizontally to split-window-side-by-side
9948 and provide defalias for the old definition.
562dd5e9
MR
9949 (ctl-x-map): Move bindings for delete-window,
9950 delete-other-windows and enlarge-window here from window.c.
9951 Replace bindings for split-window-vertically and
9952 split-window-horizontally by bindings for
9953 split-window-above-each-other and split-window-side-by-side.
9954
9955 * cus-start.el (all): Remove entries for window-min-height and
9956 window-min-width. Add entries for window-splits and
9957 window-nest.
9958
f0da764a
GM
99592011-06-09 Glenn Morris <rgm@gnu.org>
9960
80675c21
GM
9961 * calendar/appt.el (appt-mode-line): New function.
9962 (appt-check, appt-disp-window): Use it.
9963
f0da764a
GM
9964 * files.el (hack-one-local-variable-eval-safep):
9965 Allow minor-modes with explicit +/-1 arguments.
9966
59f623b7
TZ
99672011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9968
9969 * term/xterm.el (xterm): Add defgroup.
9970 (xterm-extra-capabilities): Add defcustom to supply known xterm
9971 capabilities, skip querying them, or query them (default).
9972 (terminal-init-xterm): Use it.
9973 (terminal-init-xterm-modify-other-keys): New function to set up
9974 modifyOtherKeys support to simplify `terminal-init-xterm'.
9975
9aab8e0d
MR
99762011-06-09 Martin Rudalics <rudalics@gmx.at>
9977
9978 * window.el (resize-window-reset, resize-window-reset-1)
9979 (resize-subwindows-skip-p, resize-subwindows-normal)
9980 (resize-subwindows, resize-other-windows, resize-this-window)
9981 (resize-root-window, resize-root-window-vertically)
9982 (window-deletable-p, window-or-subwindow-p)
9983 (frame-root-window-p): New functions.
9984
e8b08aee
GM
99852011-06-09 Glenn Morris <rgm@gnu.org>
9986
9987 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9988 (ange-ftp-get-files): Use it.
9989
254c37a5
AK
99902011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9991
9992 * mail/sendmail.el (mail-recover-1, mail-recover):
9993 * files.el (recover-file, recover-session):
9994 Handle dired-listing-switches not being just a single short option.
9995
35d7dbd3
GM
99962011-06-09 Glenn Morris <rgm@gnu.org>
9997
9998 * calendar/appt.el (appt-display-message, appt-disp-window):
9999 Handle lists of appointments.
10000
387522b2
MR
100012011-06-08 Martin Rudalics <rudalics@gmx.at>
10002
2b75be67
SM
10003 * window.el (one-window-p): Move down in code.
10004 Rewrite doc-string.
10005 (window-current-scroll-bars): Rewrite doc-string.
10006 Normalize live window argument.
387522b2
MR
10007 (walk-windows, get-window-with-predicate, count-windows):
10008 Rewrite doc-string. Use window-list-1.
10009 (window-in-direction-2, window-in-direction, get-mru-window):
10010 New functions.
10011
d8e4b68b 100122011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10013
10014 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10015 Doc fix (Bug#8713).
10016
100172011-06-08 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10020
100212011-06-08 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * loadhist.el (unload-feature-special-hooks):
10024 Add `comint-output-filter-functions'.
10025
0de12c52
IK
100262011-06-08 Ivan Kanis <gnu@kanis.fr>
10027
10028 * calendar/appt.el (appt-check): Move some initializations into the let.
10029
f3d1777e
MR
100302011-06-08 Martin Rudalics <rudalics@gmx.at>
10031
10032 * window.el (window-height): Defalias to window-total-height.
10033 (window-width): Defalias to window-body-width.
10034
18af70d0
CY
100352011-06-07 Chong Yidong <cyd@stupidchicken.com>
10036
10037 * image-mode.el (image-toggle-animation): New command.
10038 (image-mode-map): Bind it to RET.
10039 (image-mode): Update message.
10040 (image-toggle-display-image): Avoid a spurious cache flush.
10041 (image-transform-rotation): Doc fix.
10042 (image-transform-properties): Return quickly in the normal case.
10043 (image-animate-loop): Rename from image-animate-max-time.
10044
2b75be67 10045 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10046 (create-animated-image): Remove unnecessary function.
10047 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10048 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10049 (image-animate-timer): Use car-safe.
10050 (image-animate-timeout): Rename argument.
10051
190b47e6
MR
100522011-06-07 Martin Rudalics <rudalics@gmx.at>
10053
10054 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10055 window.c. Rename first argument to ALL-FRAMES.
10056 Rephrase doc-strings.
10057 (get-buffer-window-list): Rewrite using window-list-1.
10058 Rephrase doc-string.
a1511caf
MR
10059 (window-safe-min-height, window-safe-min-width): New constants.
10060 (window-size-ignore, window-min-size, window-min-size-1)
10061 (window-sizable, window-sizable-p, window-size-fixed-1)
10062 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10063 (window-max-delta-1, window-max-delta, window-resizable)
10064 (window-resizable-p, window-total-height, window-total-width)
10065 (window-body-width): New functions.
10066 (window-full-height-p, window-full-width-p): Rewrite using
10067 window-total-size.
10068 (window-body-height): Rewrite using window-body-size.
190b47e6 10069
85cc1f11
MR
100702011-06-06 Martin Rudalics <rudalics@gmx.at>
10071
10072 * window.el (window-right, window-left, window-child)
10073 (window-child-count, window-last-child, window-any-p)
10074 (normalize-live-buffer, normalize-live-frame)
10075 (normalize-any-window, normalize-live-window)
10076 (window-iso-combination-p, window-iso-combined-p)
10077 (window-iso-combinations)
10078 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10079 (windows-with-parameter, window-with-parameter)
10080 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10081 (window-atom-check, window-side-check, window-check):
10082 New functions.
85cc1f11
MR
10083 (ignore-window-parameters, window-sides, window-sides-vertical)
10084 (window-sides-slots): New variables.
10085 (window-size-fixed): Move down in code. Minor doc-string fix.
10086
e7156492
AS
100872011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10088
10089 * comint.el (comint-dynamic-complete-as-filename)
10090 (comint-dynamic-complete-filename): Correctly call
10091 completion-in-region.
10092
7e821d0d
DD
100932011-06-05 Deniz Dogan <deniz@dogan.se>
10094
10095 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10096 in last change.
10097
ac09b8a1
DD
100982011-06-05 Deniz Dogan <deniz@dogan.se>
10099
10100 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10101 (rcirc): Use it to prompt for encryption.
10102
34699b85
RW
101032011-06-05 Roland Winkler <winkler@gnu.org>
10104
10105 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10106 (bibtex-search-entries): New command bound to C-c C-a.
10107 (bibtex-display-entries): New function.
10108
004dedd3
RW
101092011-06-05 Roland Winkler <winkler@gnu.org>
10110
10111 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10112 (bibtex-insert-kill): After yanking insert newline if necessary.
10113 (bibtex-initialize): Call bibtex-string-files-init only once.
10114 (bibtex-mode): Do not call easy-menu-add.
10115 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10116 (bibtex-yank): Set arg properly if nil.
10117
022fe7ce
RW
101182011-06-05 Roland Winkler <winkler@gnu.org>
10119
2b75be67
SM
10120 * textmodes/bibtex.el (bibtex-search-entry-globally):
10121 New variable.
022fe7ce
RW
10122 (bibtex-search-entry): Use it.
10123
b7c3692a
RW
101242011-06-05 Roland Winkler <winkler@gnu.org>
10125
10126 * textmodes/bibtex.el (bibtex-entry-format): New option
10127 sort-fields.
10128 (bibtex-format-entry, bibtex-reformat): Honor this option.
10129 (bibtex-parse-entry): Return fields in proper order.
10130
8eda563d
JB
101312011-06-05 Juanma Barranquero <lekktu@gmail.com>
10132
10133 * doc-view.el (doc-view-remove-if): Move computation of result out
10134 of `dolist' to silence misleading lexical-binding warning.
10135
7dbe3dbc
CY
101362011-06-04 Chong Yidong <cyd@stupidchicken.com>
10137
10138 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10139 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10140
0c33dd17
MA
101412011-06-04 Michael Albinus <michael.albinus@gmx.de>
10142
10143 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10144 "SunOS 5.10".
10145
f8f91c2b
MA
101462011-06-04 Michael Albinus <michael.albinus@gmx.de>
10147
10148 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10149 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10150 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10151 (tramp-parse-putty):
10152 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10153 (tramp-completion-function-alist-ssh)
10154 (tramp-completion-function-alist-telnet)
10155 (tramp-completion-function-alist-su)
10156 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10157 cookie.
10158
10159 * net/tramp-ftp.el:
10160 * net/tramp-sh.el:
10161 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10162 load "tramp.el" `tramp-set-completion-function'.
10163
e17d9003
SM
101642011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * shell.el: Require and use pcomplete.
10167 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10168 (shell-completion-vars): Set pcomplete-default-completion-function.
10169
6c4cab03
DD
101702011-06-04 Deniz Dogan <deniz@dogan.se>
10171
10172 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10173 `memq' (Bug#8799).
10174
ea9fafe0
SM
101752011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10178
b3e945d3
JB
101792011-06-02 Juanma Barranquero <lekktu@gmail.com>
10180
10181 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10182 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10183 * vc/log-view.el (log-view-beginning-of-defun):
10184 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10185 (smerge-refine-forward, smerge-refine-chopup-region):
10186 Silence warning for unused `dotimes' counter variables.
10187
7d520089
SM
101882011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * net/tramp.el (tramp-with-progress-reporter): Rename from
10191 with-progress-reporter. Use `declare'.
10192 * net/tramp-smb.el:
10193 * net/tramp-sh.el:
10194 * net/tramp-gvfs.el: Update all uses.
10195
a1c2400f
JB
101962011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10197
10198 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10199 buffer isn't killed before making it current.
10200
2403c841
SM
102012011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 Silence various byte-compiler warnings.
10204 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10205 `access-type' and new obsolescence format.
10206 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10207 new format.
10208 (byte-compile-check-variable): New `access-type' argument.
10209 Only warn if the access-type is obsolete.
10210 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10211 (byte-compile-variable-set): Adjust callers.
10212 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10213 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10214 setting it as obsolete.
10215 * simple.el (minibuffer-completing-symbol):
10216 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10217 access as obsolete.
10218 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10219 obsolete yet.
10220 * international/quail.el (quail-mouse-choose-completion): Remove unused
10221 code referring to obsolete var.
10222 (quail-choose-completion-string): Remove.
10223 * server.el (server-clients-with, server-kill-buffer-query-function)
10224 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10225 * proced.el (proced-send-signal):
10226 * emacs-lisp/lisp.el (lisp-complete-symbol):
10227 Replace completion-annotate-function with completion-extra-properties.
10228
2462470b
SM
102292011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10230
fb5b2591
SM
10231 * simple.el (goto-line): Use read-number.
10232 (overriding-map-is-bound): Remove.
10233 (saved-overriding-map): Change default.
10234 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10235 Take the map as argument.
10236 (universal-argument, negative-argument, digit-argument): Use it.
10237 (restore-overriding-map): Adjust.
10238 (do-auto-fill): Use fill-forward-paragraph.
10239 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10240
fd6fa53f
SM
10241 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10242 (minibuffer-inactive-mode): New major mode.
10243 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10244 the *Messages* buffer" hack.
10245 (mouse-popup-menubar): Don't burp if the event is a normal key.
10246
2462470b
SM
10247 Miscellaneous tweaks.
10248 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10249 lexical scoping as in subr.el's dolist and dotimes.
10250 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10251 Silence compiler warning.
10252 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10253 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10254 * international/ccl.el (ccl-compile): Trivial simplification.
10255 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10256 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10257 `printflag' argument.
10258 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10259 Purecopy the whole obsolescence data.
10260
108bf785
LL
102612011-06-01 Leo Liu <sdl.web@gmail.com>
10262
10263 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10264 improve doc-string as suggested by Marco Pessotto
10265 <melmothx@gmail.com>.
10266 (rcirc-print): Fix last change.
10267
30a23501
SM
102682011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * minibuffer.el (complete-with-action): Return nil for the metadata and
10271 boundaries of non-functional tables.
10272 (completion-table-dynamic): Return nil for the metadata.
10273 (completion-table-with-terminator): Add default case, using
10274 complete-with-action.
10275 (completion--metadata): New function.
10276 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10277 to try and avoid pathological performance problems.
10278 (completion--embedded-envvar-table): Return `category' metadata.
10279
bcd54f83
LMI
102802011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10281
10282 * subr.el (process-alive-p): New tiny convenience function.
10283
e227544d
SM
102842011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10287 content but also its previous major mode.
10288
e8296fdc
HE
102892011-05-31 Helmut Eller <eller.helmut@gmail.com>
10290
4d61f28d 10291 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10292 *Backtrace* buffer when we exit with C-M-c.
10293
620c53a6
SM
102942011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * minibuffer.el: Add metadata method to completion tables.
10297 (completion-category-overrides): New defcustom.
10298 (completion-metadata, completion--field-metadata)
10299 (completion-metadata-get, completion--styles)
10300 (completion--cycle-threshold): New functions.
10301 (completion-try-completion, completion-all-completions):
10302 Add `metadata' argument to choose completion-styles.
10303 (completion--do-completion): Use metadata to choose cycling.
10304 (completion-all-sorted-completions): Use metadata for sorting.
10305 Remove :completion-cycle-penalty which is not needed any more.
10306 (completion--try-word-completion): Add `metadata' argument.
10307 (minibuffer-completion-help): Check metadata for annotation function
10308 and sorting.
10309 (completion-file-name-table): Return `category' metadata.
10310 (minibuffer-completing-file-name): Make obsolete.
10311 * simple.el (minibuffer-completing-symbol): Make obsolete.
10312 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10313 completion-try-completion.
10314
1257e755
SM
103152011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10316
10317 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10318
3767e706
LL
103192011-05-30 Leo Liu <sdl.web@gmail.com>
10320
10321 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10322 (rcirc-print): Decode all incoming messages (bug#8744).
10323 (rcirc-decode-coding-system): Allow value nil for automatic coding
10324 system detection.
3767e706 10325
d1a5d56a
GM
103262011-06-01 Glenn Morris <rgm@gnu.org>
10327
10328 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10329
e8cbec34
CY
103302011-05-29 Chong Yidong <cyd@stupidchicken.com>
10331
10332 * image.el (image-animate-max-time): Allow nil and t values.
10333 Default to nil.
10334 (create-animated-image): Doc fix.
10335 (image-animate-start): Remove second arg; just use
10336 image-animate-max-time.
10337 (image-animate-timeout): Doc fix. Args changed.
10338
10339 * image-mode.el (image-toggle-display-image): Ensure that the
10340 image spec passed to the animate timer is the same object as in
58179cce 10341 the buffer's display property (Bug#6981).
e8cbec34
CY
10342 (image-transform-properties): Doc fix.
10343
10344 * image.el (image-animate-max-time): Default to nil.
10345
159daf87
MR
103462011-05-29 Martin Rudalics <rudalics@gmx.at>
10347
10348 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10349 entire buffer list (Bug#8184).
10350
d66c4c7c
CY
103512011-05-29 Chong Yidong <cyd@stupidchicken.com>
10352
10353 * image.el (imagemagick-types-inhibit)
10354 (imagemagick-register-types): Doc fix.
10355
80aec780
DD
103562011-05-29 Deniz Dogan <deniz@dogan.se>
10357
10358 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10359 default.
10360
1dd3c2d9
CY
103612011-05-29 Chong Yidong <cyd@stupidchicken.com>
10362
10363 * select.el: Don't perform clipboard-manager saving in hooks;
10364 leave the hooks empty.
10365
60e56523
LL
103662011-05-28 Leo Liu <sdl.web@gmail.com>
10367
10368 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10369 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10370 (occur-edit-mode): New major mode (Bug#8463).
10371 (occur-after-change-function): New function.
10372 (occur-engine): Give Occur tags a read-only property.
10373
2b1e1a22
KR
103742011-05-28 Kevin Ryde <user42@zip.com.au>
10375
10376 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10377
5d344e88
CY
103782011-05-28 Chong Yidong <cyd@stupidchicken.com>
10379
8e6ca83d
CY
10380 * bindings.el (help-echo): Make the initial non-indicator dash
10381 empty on graphical terminals (Bug#7295).
10382
5d344e88
CY
10383 * files.el (auto-mode-alist): Move config rule after the
10384 in-stripping one (Bug#8547).
10385
bfbbace7
CY
10386 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10387
fbeba6e2
CY
10388 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10389 setting (Bug#8740).
10390
60ed8c72
AA
103912011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10392
4ac619f0
AA
10393 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10394 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10395 (Bug#8539).
60ed8c72 10396
23db196e
CY
103972011-05-28 Chong Yidong <cyd@stupidchicken.com>
10398
10399 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10400
5012f24c
DK
104012011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10402
10403 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10404 (hs-hide-block-at-point, hs-find-block-beginning)
10405 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10406 (Bug#8279).
10407
6a639b16
GM
104082011-05-28 Glenn Morris <rgm@gnu.org>
10409
10410 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10411
d43eaf2c
CY
104122011-05-28 Chong Yidong <cyd@stupidchicken.com>
10413
5199bde1
CY
10414 * help-fns.el (describe-function-1): If the function is a derived
10415 major mode, print the parent mode.
10416
d43eaf2c
CY
10417 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10418 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10419
423428a8
SM
104202011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10421
0ff8e1ba 10422 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10423 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10424 * progmodes/etags.el (tags-completion-at-point-function):
10425 * info-look.el (info-lookup-completions-at-point): Mark as
10426 non-exclusive.
10427 (info-complete): Adjust accordingly.
10428
423428a8
SM
10429 * info-look.el: Convert to lexical-binding and completion-at-point.
10430 (info-lookup-completions-at-point): New function.
10431 (info-complete): Use it and completion-in-region.
10432
b74aa22b
DA
104332011-05-28 Drew Adams <drew.adams@oracle.com>
10434
10435 * isearch.el: Let M-e start with point at the first mismatched char.
10436 (isearch-fail-pos): New function.
10437 (isearch-edit-string): Use it.
10438
66e2e71d
DK
104392011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10440
10441 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10442
b1890b0f 104432011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10444
10445 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10446 traversal functions for avl-trees.
10447 (avl-tree--stack): New struct.
10448 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10449 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10450 (avl-tree--do-enter): Add optional `updatefun' arg.
10451 Change return value.
eb95d01d 10452 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10453 (avl-tree--do-delete): Add `test' and `nilflag' args.
10454 Change return value.
eb95d01d
TC
10455 (avl-tree-member): Add optional `nilflag'
10456 (avl-tree-member-p): New function.
10457 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10458 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10459 (avl-tree-stack-empty-p): New functions.
10460
3769ddcf
TC
10461 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10462 avl-tree--del-balance1 and make it work both ways.
10463 (avl-tree--del-balance2): Remove.
10464 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10465 make it work both ways.
10466 (avl-tree--enter-balance2): Remove.
10467 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10468 New macros.
10469 (avl-tree--mapc, avl-tree-map): Add direction argument.
10470
eb95d01d 104712011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10472
10473 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10474
a9f737ee
CY
104752011-05-27 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * select.el: Support clipboard managers with built-in function
10478 x-clipboard-manager-save, via delete-frame-functions and
10479 kill-emacs-hook.
10480 (xselect-convert-to-targets): Add MULTIPLE target to list.
10481 (xselect-convert-to-save-targets): New function.
10482
c92a1e54
KH
104832011-05-27 Kenichi Handa <handa@m17n.org>
10484
10485 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10486 let-binding rfc2047-encode-encoded-words to nil.
10487
e145f188
GM
104882011-05-27 Glenn Morris <rgm@gnu.org>
10489
5ec8a862
GM
10490 * mail/emacsbug.el: Don't require url-util.
10491
4b29d9fb
GM
10492 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10493
e145f188
GM
10494 * files.el (set-auto-mode):
10495 Also respect mode: entries at the end of the file. (Bug#8586)
10496
7d15102b
GM
104972011-05-26 Glenn Morris <rgm@gnu.org>
10498
98f593b8
GM
10499 * files.el (hack-local-variables-prop-line, hack-local-variables):
10500 Downcase mode names, as seems to be traditional.
27b48e63 10501 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10502
7d15102b
GM
10503 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10504 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10505
51d5b4ec
JD
105062011-05-25 Julien Danjou <julien@danjou.info>
10507
10508 * textmodes/rst.el (rst-define-level-faces): Do not define face
10509 symbol if it is already defined.
10510
91513f63
VB
105112011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10512
10513 * play/5x5.el (5x5-new-game, 5x5-randomize):
10514 Reset 5x5-solver-output to nil when a new grid is cast.
10515 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10516 these debugging traces, as defmacro breaks the compiled code.
10517
4d90d6d0
DK
105182011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10519
10520 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10521
e1b90ef6
LL
105222011-05-24 Leo Liu <sdl.web@gmail.com>
10523
10524 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10525 (vc-bzr-sha1): Adapt.
10526
d8e4b68b 10527 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10528
10529 * bindings.el: Provide sha1 feature.
10530
db0406bb 105312011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10532
10533 * mail/sendmail.el: Require `rfc2047'.
10534 (mail-insert-from-field): Do not perform RFC2047 encoding.
10535 (mail-encode-header): New function.
10536 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10537 buffer to the return value of select-message-coding-system.
10538 Call mail-encode-header.
b8d747b9
KH
10539
10540 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10541
db0406bb 105422011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10543
4d90d6d0
DK
10544 * mail/supercite.el (sc-default-cite-frame):
10545 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10546
eb8a5e9b
GM
105472011-05-24 Glenn Morris <rgm@gnu.org>
10548
f8630703
GM
10549 * progmodes/python.el (brm-menu): Declare.
10550
8831bbed
GM
10551 * emulation/viper.el (viper-set-hooks): Declare.
10552
eb8a5e9b
GM
10553 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10554 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10555 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10556 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10557 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10558 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10559
a2a25d24
SM
105602011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 Add an :exit-function for completion-at-point.
10563
10564 * minibuffer.el (completion--done): New fun.
10565 (completion--do-completion): Use it. New arg `expect-exact'.
10566 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10567 since completion--do-completion does it for us now.
10568 (minibuffer-force-complete): Use completion--done and
10569 completion--replace. Handle sole-completion case with more care.
10570 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10571 (completion-extra-properties): New var.
10572 (completion-annotate-function): Make obsolete.
10573 (minibuffer-completion-help): Adjust accordingly.
10574 Use completion-list-insert-choice-function.
10575 (completion-at-point, completion-help-at-point):
10576 Bind completion-extra-properties.
10577 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10578 * simple.el (completion-list-insert-choice-function): New var.
10579 (completion-setup-function): Preserve it.
10580 (choose-completion): Pay attention to it, shuffle the code a bit.
10581 (choose-completion-string): New arg `insert-function'.
10582
10583 * textmodes/bibtex.el: Convert to lexical binding.
10584 (bibtex-mode-map): Use completion-at-point.
10585 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10586 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10587 (bibtex-complete): Define as obsolete alias.
10588 (bibtex-complete-internal): Remove.
10589 (bibtex-format-entry): Remove unused sub-group in regexp.
10590 * shell.el (shell--command-completion-data)
10591 (shell-environment-variable-completion):
10592 * pcomplete.el (pcomplete-completions-at-point):
10593 * comint.el (comint--complete-file-name-data): Use :exit-function
10594 instead of completion-table-with-terminator so it also works for
10595 choose-completion.
10596
e44e373d
SM
105972011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10598
4f91a816
SM
10599 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10600
782fc819
SM
10601 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10602 (bug#8710).
10603
e44e373d
SM
10604 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10605
381987c3
KM
106062011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10607
10608 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10609 customization variable and implement: If non-nil, auto-fill will
10610 be inhibited while on topic's header line.
10611
b776bc70
VB
106122011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10613
10614 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10615 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10616 always have a solution in grid size = 5 cases.
10617 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10618 (5x5-solver-output, 5x5-log-buffer): New vars.
10619 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10620 Make these variables buffer local to achieve 5x5 multi-session-ness.
10621 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10622 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10623 (5x5-solve-suggest): New funs.
10624 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10625 randomize a grid so that we ensure that there is always a solution.
10626 (5x5-make-random-grid): Allow other movement than flipping.
10627
7de88b6e
KR
106282011-05-23 Kevin Ryde <user42@zip.com.au>
10629
10630 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10631 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10632 advice and passes PREDICATE.
10633
b1ef1257
SM
106342011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10635
bbca48fe
SM
10636 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10637 byte-compile-lambda if it's actually a lambda.
10638
b1ef1257
SM
10639 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10640 Fix function quoting. Use backquote better.
10641
92a9cc65
YS
106422011-05-22 Yuanle Song <sylecn@gmail.com>
10643
10644 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10645 matching (Bug#8516).
10646
f0fb8059
JA
106472011-01-22 Jari Aalto <jari.aalto@cante.net>
10648
10649 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10650 different face (Bug#8178).
10651
d5b44c93
CY
106522011-05-22 Chong Yidong <cyd@stupidchicken.com>
10653
10654 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10655 defface (Bug#8144).
10656
79106a44
SM
106572011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10658
9c848d8a
SM
10659 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10660 funcall as well (bug#8712). Warn when performing those conversions.
10661 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10662
79106a44
SM
10663 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10664
88dfa756
GM
106652011-05-22 Glenn Morris <rgm@gnu.org>
10666
10667 * files.el (hack-local-variables-prop-line): Small simplifications.
10668 (hack-local-variables, hack-local-variables-prop-line):
10669 If MODE-ONLY, return the mode, rather than just `t'.
10670
b7cf2c79
SM
106712011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10674
3f1a8558
GM
106752011-05-21 Glenn Morris <rgm@gnu.org>
10676
7e4ccca3
GM
10677 * files.el (hack-local-variables-prop-line, hack-local-variables):
10678 If only interested in the mode, don't bother doing the other stuff.
10679
637d46ca
GM
10680 * image-mode.el (image-after-revert-hook):
10681 Redraw all frames on which the image is visible. (Bug#8567)
10682
973d955b
GM
10683 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10684
3f1a8558
GM
10685 * wid-edit.el (widget-checklist-match-inline):
10686 Fix 2011-04-19 change. (Bug#8649)
10687
96479927
SM
106882011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10689
1dcf791f
SM
10690 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10691 Also allow singlespace after single-letter capitals followed by a dot.
10692
96479927
SM
10693 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10694 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10695
35fd0881
N
106962011-05-20 Nix <nix@esperi.org.uk>
10697
10698 * files.el (basic-save-buffer-2):
10699 Fix handling of break-hardlink-on-save with non-existent files.
10700
82745640
DD
107012011-05-19 Deniz Dogan <deniz@dogan.se>
10702
10703 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10704 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10705
4a720484
GM
107062011-05-19 Glenn Morris <rgm@gnu.org>
10707
d1f21341
GM
10708 * progmodes/f90.el (f90-type-def-re):
10709 Handle "type, bind(c)". (Bug#8691)
10710
4a720484
GM
10711 * emacs-lisp/autoload.el (batch-update-autoloads):
10712 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10713
2fb0a219
MA
107142011-05-18 Michael Albinus <michael.albinus@gmx.de>
10715
10716 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10717 property for the correct connection in case of multihops.
10718
e565dd37
GM
107192011-05-18 Glenn Morris <rgm@gnu.org>
10720
c2571358 10721 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10722 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10723
e565dd37
GM
10724 Rationalize calendar handling of day and month abbrev-arrays.
10725 * calendar/calendar.el (calendar-customized-p): New function.
10726 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10727 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10728 Add :set function.
10729 (calendar-abbrev-length, calendar-day-abbrev-array)
10730 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10731 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10732 Elements may no longer be nil.
10733 (calendar-day-name, calendar-month-name):
10734 Update for changed nature of abbrev arrays.
10735 * calendar/diary-lib.el (diary-name-pattern):
10736 Update for changed nature of abbrev arrays.
10737 (diary-mark-entries-1): Update calendar-make-alist calls.
10738 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10739 * calendar/cal-html.el (cal-html-day-abbrev-array):
10740 Simply inherit from calendar-day-abbrev-array.
10741
1d99a745
SM
107422011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * progmodes/grep.el (grep-mode): Disable default
10745 compilation-directory-matcher setting (bug#8684).
10746
7c1d9aa0
MA
107472011-05-17 Michael Albinus <michael.albinus@gmx.de>
10748
10749 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10750 instead of "head" and "tail". There were problems with SunOS 5.9,
10751 and it performs better.
10752
3952e9d8
GM
107532011-05-17 Glenn Morris <rgm@gnu.org>
10754
2dd12e7f
GM
10755 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10756
e4157b9c
GM
10757 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10758 Replace obsolete function.
10759
8e249bbd
GM
10760 * shell.el (pcomplete-parse-arguments-function): Declare.
10761
3952e9d8
GM
10762 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10763 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10764 (appt-check): Doc fixes.
10765 (appt-disp-window-function, appt-delete-window-function):
10766 Remove needless special case in custom :type.
10767 (appt-display-count): Default to 0, not nil.
10768 (appt-check): Reset appt-display-count to 0, not nil.
10769
c71a0d48 107702011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10771
c71a0d48
GM
10772 * progmodes/python.el (python-font-lock-keywords):
10773 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10774
31d55be9
SM
107752011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10778
3bfacb2f
KR
107792011-05-16 Kevin Ryde <user42@zip.com.au>
10780
10781 * info-look.el (makefile-automake-mode): New setups, looking in
10782 automake manual, then makefile-mode.
10783 (makefile-mode): Remove automake manual, have it just in
10784 makefile-automake-mode since there's various things different or
10785 not relevant to plain make.
10786 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10787 believe a hypothetical automake-mode would go to makefile-mode,
10788 not the other way around.
10789
c8e83751
CY
107902011-05-15 Chong Yidong <cyd@stupidchicken.com>
10791
5e9e35cd
CY
10792 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10793 hunk-end tags (Bug#8672).
10794
c8e83751
CY
10795 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10796 vc-annotate-show-diff-revision-at-line (Bug#8671).
10797
50b23e5a
GM
107982011-05-14 Glenn Morris <rgm@gnu.org>
10799
7210a739
GM
10800 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10801 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10802 (change-log-font-lock-keywords): Also handle multiple author lines
10803 with leading tabs. (Bug#8644)
7210a739 10804
4691905a
GM
10805 * calendar/appt.el (appt-check): Rename some local variables.
10806 Some simplification/reordering.
10807
50b23e5a
GM
10808 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10809 (feedmail-sendmail-f-doesnt-sell-me-out)
10810 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10811 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10812 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10813 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10814 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10815 (feedmail-binmail-gnulinuxish-template):
10816 Rename from feedmail-binmail-linuxish-template.
10817 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10818 Use insert-buffer-substring.
10819
215cda7c
BC
108202011-05-14 Bill Carpenter <bill@carpenter.org>
10821
10822 * mail/feedmail.el (feedmail-patch-level): Increase.
10823 (feedmail-debug): New custom group.
10824 (feedmail-confirm-outgoing-timeout)
10825 (feedmail-sendmail-f-doesnt-sell-me-out)
10826 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10827 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10828 (feedmail-sender-line, feedmail-from-line)
10829 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10830 (feedmail-spray-this-address)
215cda7c
BC
10831 (feedmail-spray-address-fiddle-plex-list)
10832 (feedmail-queue-use-send-time-for-date)
10833 (feedmail-queue-use-send-time-for-message-id)
10834 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10835 (feedmail-buffer-eating-function):
10836 Doc fixes.
10837 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10838 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10839 (feedmail-message-action-scroll-down): New functions.
10840 (feedmail-queue-directory, feedmail-queue-draft-directory):
10841 Use expand-file-name.
10842 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10843 Remove C-v help entry.
10844 (feedmail-queue-buffer-file-name): New variable.
10845 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10846 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10847 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10848 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10849 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10850 (feedmail-message-action-toggle-spray)
10851 (feedmail-run-the-queue-no-prompts)
10852 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10853 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10854 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10855 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10856 (feedmail-envelope-deducer, feedmail-fiddle-from)
10857 (feedmail-fiddle-sender, feedmail-default-date-generator)
10858 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10859 (feedmail-fiddle-spray-address)
10860 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10861 (feedmail-fiddle-list-of-fiddle-plexes)
10862 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10863 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10864 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10865 Change default. Doc fix.
10866 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10867 (feedmail-binmail-linuxish-template): New constant.
10868 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10869 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10870 (feedmail-send-it): Add debug call.
10871 Use feedmail-queue-buffer-file-name, and
10872 feedmail-send-it-immediately-wrapper.
10873 (feedmail-message-action-send): Add debug call.
10874 Use feedmail-send-it-immediately-wrapper.
10875 (feedmail-queue-express-to-queue): Add debug call.
10876 Run feedmail-queue-express-hook.
10877 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10878 (feedmail-message-action-help-blat):
10879 Rename from feedmail-queue-send-edit-prompt-help-first.
10880 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10881 Check line-endings. Handle errors better.
10882 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10883 Doc fix. Add debug call.
10884 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10885 Use feedmail-queue-send-edit-prompt-inner.
10886 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10887 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10888 from feedmail-queue-send-edit-prompt.
10889 (feedmail-queue-send-edit-prompt-help)
10890 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10891 (feedmail-tidy-up-slug): Add debug call.
10892 Respect feedmail-queue-slug-suspect-regexp.
10893 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10894 (feedmail-dump-message-to-queue): Add debug call.
10895 Expand queue-directory.
10896 (feedmail-dump-message-to-queue): Change message slightly.
10897 Use feedmail-say-chatter.
10898 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10899 (feedmail-send-it-immediately-wrapper): New function.
10900 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10901 Insert empty string rather than newline. Handle full-frame case.
10902 Use catch/throw. Use feedmail-say-chatter.
10903 (feedmail-fiddle-from): Try mail-host-address.
10904 (feedmail-default-message-id-generator): Doc fix.
10905 Bind system-time-locale. Handle missing end.
10906 (feedmail-fiddle-x-mailer): Add debug call.
10907 Handle feedmail-x-mailer-line being nil.
10908 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10909 Add debug call. Use buffer-substring-no-properties.
10910 (feedmail-say-debug, feedmail-say-chatter): New functions.
10911 (feedmail-find-eoh): Give an explicit error.
10912
42c7e61e
UJ
109132011-05-13 Ulf Jasper <ulf.jasper@web.de>
10914
c2571358 10915 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10916 family from helvetica to sans.
c2571358 10917 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10918 etc/images/newsticker.
10919
c2571358 10920 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10921 family from helvetica to sans.
10922
10923 * net/newst-plainview.el (newsticker-new-item-face)
10924 (newsticker-old-item-face, newsticker-immortal-item-face)
10925 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10926 (newsticker-statistics-face): Change default family from
42c7e61e 10927 helvetica to sans.
c2571358 10928 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10929 etc/images/newsticker.
10930
5d3385a0
JB
10931 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
10932 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
10933 auto-marking.
10934
8497a297
DV
109352011-05-13 Didier Verna <didier@xemacs.org>
10936
10937 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10938 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10939 TODO entries.
8497a297
DV
10940 (lisp-lambda-list-keyword-parameter-indentation)
10941 (lisp-lambda-list-keyword-parameter-alignment)
10942 (lisp-lambda-list-keyword-alignment): New customizable user options.
10943 (lisp-indent-defun-method): Improve docstring.
10944 (extended-loop-p): Fix comment.
10945 (lisp-indent-lambda-list-keywords-regexp): New variable.
10946 (lisp-indent-lambda-list): New function.
10947 (lisp-indent-259): Use it.
10948 (lisp-indent-defmethod): Support for more than one
10949 method qualifier and properly indent methods lambda-lists.
10950 (defgeneric): Provide a missing common-lisp-indent-function property.
10951
f278f87f
SM
109522011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10955 bounds for the empty string (bug#8667).
10956
5233edd7
GM
109572011-05-13 Glenn Morris <rgm@gnu.org>
10958
5237a44f
GM
10959 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10960
8340026c 10961 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10962 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10963
5233edd7 10964 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10965 (appt-time-msg-list): Doc fix.
a5464014 10966 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10967
92d10796
AS
109682011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10969
10970 * progmodes/ld-script.el (ld-script-keywords)
10971 (ld-script-builtins): Update keywords list.
10972
914a0ae1
SM
109732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10974
c89be45f
SM
10975 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10976
914a0ae1
SM
10977 * shell.el (shell-completion-vars): New function.
10978 (shell-mode):
10979 * simple.el (read-shell-command): Use it.
10980 (blink-matching-open): No need for " [...]" in minibuffer-message.
10981
98dc3df3
GM
109822011-05-12 Glenn Morris <rgm@gnu.org>
10983
10984 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10985 (appt-check): Simplify.
10986
d2fc7e3d 109872011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10988
4d61f28d 10989 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10990 literal "/dev/null".
10991
d2fc7e3d 109922011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10993
10994 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10995 Fix typo.
10996
d2fc7e3d 109972011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10998
3f254caa
SM
10999 * progmodes/which-func.el (which-function):
11000 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11001 which might not be defined (Bug#8260).
11002
d45885f7
GM
110032011-05-12 Glenn Morris <rgm@gnu.org>
11004
11005 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11006 Let byte-compile-initial-macro-environment always take precedence.
11007
488086f4
SM
110082011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * net/rcirc.el: Add support for SSL/TLS connections.
11011 (rcirc-server-alist): New field `encryption'.
11012 (rcirc): Check `encryption' settings.
11013 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11014 Merge make-local-variable into `set'.
11015 (rcirc--connection-open-p): New function.
11016 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11017 the process is not a network process (e.g. running gnutls-cli).
11018 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11019 Make rcirc-(en|de)code-coding-system local here.
11020 (rcirc-mode): Merge make-local-variable into `set'.
11021 (rcirc-parent-buffer): Make permanent buffer-local.
11022 (rcirc-multiline-minor-mode): Don't do it here.
11023 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11024 there's no server buffer.
11025
7d3b9d44
GM
110262011-05-11 Glenn Morris <rgm@gnu.org>
11027
f64049c6
GM
11028 * newcomment.el (comment-kill): Prefix "unused" local.
11029
93c9df73
GM
11030 * term/w32console.el (get-screen-color): Declare.
11031
7d3b9d44
GM
11032 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11033 Handle symbol elements of byte-compile-initial-macro-environment.
11034
9e2dd53f
LL
110352011-05-10 Leo Liu <sdl.web@gmail.com>
11036
488086f4
SM
11037 * bookmark.el (bookmark-bmenu-mode-map):
11038 Bind bookmark-bmenu-search to `/'.
8b340240 11039
9e2dd53f 11040 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11041 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11042 (Footnote-unicode): New function.
11043 (footnote-style-alist): Add unicode style to the list.
11044 (footnote-style): Doc fix.
9e2dd53f 11045
79b70037
GM
110462011-05-10 Jim Meyering <meyering@redhat.com>
11047
11048 Fix doubled-word typos.
11049 * international/quail.el (quail-insert-kbd-layout): and and -> and
11050 * kermit.el: and and -> and
11051 * net/ldap.el (ldap-search-internal): to to -> to
11052 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11053 * progmodes/js.el (js-mode): and and -> and
11054 * textmodes/artist.el (artist-move-to-xy): at at -> at
11055 (artist-draw-region-trim-line-endings): if if -> if
11056 And Safetyc -> Safety.
11057 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11058
b8f82dc1 110592011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11060 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11061
11062 * files.el (hack-one-local-variable-eval-safep):
11063 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11064
4f99f44b
GM
110652011-05-10 Glenn Morris <rgm@gnu.org>
11066
11067 * calendar/diary-lib.el (diary-list-entries-hook)
11068 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11069 (diary-nongregorian-marking-hook, diary-list-entries)
11070 (diary-include-other-diary-files, diary-mark-entries)
11071 (diary-mark-included-diary-files): Doc fixes.
11072
84f29e6b
JB
110732011-05-09 Juanma Barranquero <lekktu@gmail.com>
11074
11075 * misc.el: Require tabulated-list.el during compilation.
11076
9bedd73a
CY
110772011-05-09 Chong Yidong <cyd@stupidchicken.com>
11078
488086f4
SM
11079 * progmodes/compile.el (compilation-start):
11080 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11081 (compilation-filter-hook): Doc fix.
11082
797c735c
DD
110832011-05-09 Deniz Dogan <deniz@dogan.se>
11084
11085 * wdired.el: Remove outdated installation comment. Fix usage
11086 comment.
11087
5f4b1dfe
JB
110882011-05-09 Juanma Barranquero <lekktu@gmail.com>
11089
11090 * misc.el: Implement new command `list-dynamic-libraries'.
11091 (list-dynamic-libraries--loaded-only-p): New variable.
11092 (list-dynamic-libraries--refresh): New function.
11093 (list-dynamic-libraries): New command.
11094
4c44026c
CY
110952011-05-09 Chong Yidong <cyd@stupidchicken.com>
11096
488086f4
SM
11097 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11098 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11099 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11100 higher priority to avoid clobbering by gnu.
11101
027f966d
CY
111022011-05-08 Chong Yidong <cyd@stupidchicken.com>
11103
11104 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11105 if the face has existing theme settings (Bug#8454).
11106
085f5d7d
CY
111072011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11108
488086f4
SM
11109 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11110 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11111
2a86a00c
RS
11112 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11113 special file names `.' and `..' (Bug#8259).
11114
d9c54a06
CY
111152011-05-08 Chong Yidong <cyd@stupidchicken.com>
11116
488086f4
SM
11117 * progmodes/grep.el (grep-mode-font-lock-keywords):
11118 Remove buffer-changing entries.
d9c54a06
CY
11119 (grep-filter): New function.
11120 (grep-mode): Add it to compilation-filter-hook.
11121
11122 * progmodes/compile.el (compilation-filter-hook)
11123 (compilation-filter-start): New defvars.
11124 (compilation-filter): Call compilation-filter-hook prior to
11125 updating the process mark.
11126
c4662635
SM
111272011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11128
11129 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11130
b0512a1d
EZ
111312011-05-07 Eli Zaretskii <eliz@gnu.org>
11132
605c9376
EZ
11133 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11134 mailclient-send-it even if window-system is nil. (Bug#8595)
11135
c4662635
SM
11136 * term/w32console.el (terminal-init-w32console):
11137 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11138 background-mode. (Bug#8597)
11139
d1dc2cc2
SM
111402011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11143 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11144 New functions.
11145 (defgeneric, eieio--defmethod): Use them.
11146 (eieio-defgeneric): Remove.
11147 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11148
915d1300
GM
111492011-05-07 Glenn Morris <rgm@gnu.org>
11150
a3961c3e
GM
11151 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11152 Use let rather than let*.
11153 (timeclock-find-discrep): Remove unused local.
11154
314347b9
GM
11155 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11156
915d1300
GM
11157 * calendar/appt.el (appt-time-msg-list): Doc fix.
11158
275b59b0
NF
111592011-05-06 Noah Friedman <friedman@splode.com>
11160
11161 * apropos.el (apropos-print-doc): Only use
11162 emacs-lisp-docstring-fill-column when it is bound to an integer,
11163 per that variable's documentation.
11164
6c19f744
SM
111652011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11166
11167 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11168 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11169
60f884b2
GM
111702011-05-06 Glenn Morris <rgm@gnu.org>
11171
5006e634
GM
11172 * calendar/appt.el (appt-message-warning-time): Doc fix.
11173 (appt-warning-time-regexp): New option.
11174 (appt-make-list): Respect appt-message-warning-time.
11175
548d0a63
GM
11176 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11177 New options.
11178 (diary-add-to-list): Strip comments from the displayed string.
11179 (diary-mode): Set comment-start and comment-end.
11180
60f884b2
GM
11181 * vc/diff-mode.el (smerge-refine-subst): Declare.
11182 (diff-refine-hunk): Don't require smerge-mode when compiling.
11183
989681bb
JB
111842011-05-06 Juanma Barranquero <lekktu@gmail.com>
11185
11186 * simple.el (list-processes): Return nil as the docstring says.
11187
a6bc05e1
MA
111882011-05-05 Michael Albinus <michael.albinus@gmx.de>
11189
11190 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11191 to "".
11192 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11193 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11194 determining of binary transfer. (Bug#7383)
11195
23c22e9a
MA
111962011-05-05 Michael Albinus <michael.albinus@gmx.de>
11197
c4662635
SM
11198 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11199 Fix port computation bug. (Bug#8618)
23c22e9a 11200
0bff894f
GM
112012011-05-05 Glenn Morris <rgm@gnu.org>
11202
b8296902
GM
11203 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11204
1f522ce8
GM
11205 * simple.el (shell-dynamic-complete-functions)
11206 (comint-dynamic-complete-functions): Declare.
11207
cf5bee67
GM
11208 * net/network-stream.el (gnutls-negotiate):
11209 * simple.el (tabulated-list-print): Fix declarations.
11210
11211 * progmodes/gud.el (syntax-symbol, syntax-point):
11212 Remove unnecessary and incorrect declarations.
11213
0bff894f
GM
11214 * emacs-lisp/check-declare.el (check-declare-scan):
11215 Handle byte-compile-initial-macro-environment in bytecomp.el
11216
9869b3ae
SM
112172011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 Fix earlier half-done eieio-defmethod change (bug#8338).
11220 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11221 Streamline and change calling convention.
11222 (defmethod): Adjust accordingly and simplify.
11223 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11224 new eieio--defmethod.
11225 (slot-boundp): Minor CSE simplification.
11226
9c1d5ac5
MZ
112272011-05-05 Milan Zamazal <pdm@zamazal.org>
11228
11229 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11230 (glasses-make-readable): Use glasses-separate-capital-groups.
11231
455c834e
JB
112322011-05-05 Juanma Barranquero <lekktu@gmail.com>
11233
11234 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11235 (warning-series): Doc fix.
11236 (display-warning): Don't try to create the buffer if we just found it.
11237
9ed7c8cb
CY
112382011-05-04 Chong Yidong <cyd@stupidchicken.com>
11239
11240 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11241 (autoload-find-generated-file): New function.
11242 (generate-file-autoloads): Bind generated-autoload-file to
11243 buffer-file-name.
9869b3ae
SM
11244 (update-file-autoloads, update-directory-autoloads):
11245 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11246 output file (Bug#7989).
11247 (batch-update-autoloads): Doc fix.
11248
0898ca10
JB
112492011-05-04 Juanma Barranquero <lekktu@gmail.com>
11250
11251 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11252
31dfb76c
GM
112532011-05-04 Glenn Morris <rgm@gnu.org>
11254
f330b642
GM
11255 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11256 function, so it follows changes in calendar-date-style.
11257 (diary-fancy-date-matcher): New function.
11258 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11259 (diary-fancy-font-lock-fontify-region-function):
11260 Use diary-fancy-date-pattern as a function.
11261
31dfb76c
GM
11262 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11263 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11264
48e79d6a
TZ
112652011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11266
11267 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11268 instead of positional arguments. Allow :keylist and :crlfiles
11269 arguments.
11270 (open-gnutls-stream): Call it.
11271
11272 * net/network-stream.el (network-stream-open-starttls): Adjust to
11273 call `gnutls-negotiate' with :process and :hostname arguments.
11274
dd5a5ee0
SM
112752011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11276
ef80fc09
SM
11277 * minibuffer.el (completion--message): New function.
11278 (completion--do-completion, minibuffer-complete)
11279 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11280 (completion--do-completion): Don't ignore completion-auto-help when in
11281 icomplete-mode.
11282
dd5a5ee0
SM
11283 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11284 internal encoding (e.g. tibetan zero is not whitespace).
11285 (global-whitespace-mode): Prefer save-current-buffer.
11286 (whitespace-trailing-regexp): Remove useless save-match-data.
11287 (whitespace-empty-at-bob-regexp): Minor simplification.
11288
b7d22a83
CY
112892011-05-03 Chong Yidong <cyd@stupidchicken.com>
11290
11291 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11292
5192af46
AM
112932011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11294
11295 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11296 Use `concat' to create string for insertion.
5192af46 11297
5767d190
SM
112982011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11301 Avoid open-line which runs post-self-insert-hook.
11302 (bibtex-fill-entry): Remove unused `end' var.
11303
bf242939
AM
113042011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11305
5767d190
SM
11306 * textmodes/ispell.el (ispell-add-per-file-word-list):
11307 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11308
25666126
LL
113092011-05-03 Leo Liu <sdl.web@gmail.com>
11310
11311 * isearch.el (isearch-yank-pop): New command.
5767d190 11312 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11313 (isearch-forward): Mention it.
11314
52d3c2d0
SM
113152011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11316
1bcace58
SM
11317 * simple.el (minibuffer-complete-shell-command): Remove.
11318 (minibuffer-local-shell-command-map): Use completion-at-point.
11319 (read-shell-command): Setup completion vars here instead.
11320 (read-expression-map): Bind TAB to symbol completion.
11321
52d3c2d0
SM
11322 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11323 error directly rather via storing it into `results'.
11324
35813471
LL
113252011-05-02 Leo Liu <sdl.web@gmail.com>
11326
11327 * vc/diff.el: Fix description.
11328
e793a940
LMI
113292011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11330
11331 * server.el (server-eval-at): New function.
11332
8de66e05
LMI
113332011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11334
11335 * net/network-stream.el (open-network-stream): Take a :nowait
11336 parameter and pass it on to `make-network-process'.
11337 (network-stream-open-plain): Ditto.
11338
dcb79f20
AS
113392011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11340
11341 * faces.el (face-spec-set-match-display): Don't match toolkit
11342 options on terminal frames.
11343
14a7fbd8
SM
113442011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11345
7eabc1be
SM
11346 * progmodes/pascal.el: Use lexical binding.
11347 (pascal-mode-map): Remove author preferences.
11348
14a7fbd8
SM
11349 * pcomplete.el (pcomplete-std-complete): Don't abuse
11350 completion-at-point.
11351
50f84510
JB
113522011-04-28 Juanma Barranquero <lekktu@gmail.com>
11353
6e087a44
JB
11354 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11355 removing code that has been dead since 1991 or so.
11356
50f84510
JB
11357 * startup.el (command-line): When warning about "_emacs", use a
11358 delayed warning to allow the user to filter it out.
11359
0ba690bd
DD
113602011-04-28 Deniz Dogan <deniz@dogan.se>
11361
11362 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11363 user has not joined.
11364
08abfaad
SM
113652011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11368 aren't any completions at point.
11369
638f053a
JB
113702011-04-28 Juanma Barranquero <lekktu@gmail.com>
11371
11372 * subr.el (display-delayed-warnings): New function.
11373 (delayed-warnings-hook): New variable.
11374
8fff8daa
SM
113752011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11376
08abfaad
SM
11377 * minibuffer.el (completion-at-point, completion-help-at-point):
11378 Don't presume that a given completion-at-point-function will always
11379 use the same calling convention.
11380
8fff8daa
SM
11381 * pcomplete.el (pcomplete-completions-at-point):
11382 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11383 pcomplete-seen is non-nil.
11384 (pcomplete-comint-setup): Also recognize the new comint/shell
11385 completion functions.
11386 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11387 pcomplete-seen is non-nil.
11388
841a1577 113892011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11390
841a1577 11391 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11392 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11393 the first character in the entry. This allows for code to add its
211ec907
UJ
11394 own uid to the entry.
11395 (icalendar--convert-float-to-ical): Add export of
11396 `diary-float'-entries save for those with the optional DAY
11397 argument.
11398
2a782793
DC
113992011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11400
11401 * subr.el (shell-quote-argument): Use alternate escaping strategy
11402 when we spot a variable reference in a string.
11403
0438ce91
DC
114042011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11405
11406 * cus-start.el (all): Define customization for debug-on-event.
11407
841a1577 114082011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11409
11410 * subr.el (shell-quote-argument): Escape correctly under Windows.
11411
d090ed6c
SM
114122011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11415
bfd31217
MA
114162011-04-25 Michael Albinus <michael.albinus@gmx.de>
11417
d090ed6c
SM
11418 * net/tramp.el (tramp-process-actions): Add POS argument.
11419 Delete region between POS and (pos).
bfd31217 11420
d090ed6c
SM
11421 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11422 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11423 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11424
11425 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11426 position in `tramp-process-actions' call.
11427
11428 * net/trampver.el: Update release number.
11429
e92f3bd3
SM
114302011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11431
850256b5
SM
11432 * custom.el (defcustom): Obey lexical-binding.
11433
e92f3bd3
SM
11434 Fix octave-inf completion problems reported by Alexander Klimov.
11435 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11436 Inherit from octave-mode-syntax-table.
11437 (inferior-octave-mode): Set info-lookup-mode.
11438 (inferior-octave-completion-at-point): New function.
11439 (inferior-octave-complete): Use it and completion-in-region.
11440 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11441 comint-filename-completion.
11442 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11443 symbol elements which shouldn't be word elements.
11444 (octave-font-lock-keywords, octave-beginning-of-defun)
11445 (octave-function-header-regexp): Adjust regexps accordingly.
11446 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11447
cd22b309
JB
114482011-04-25 Juanma Barranquero <lekktu@gmail.com>
11449
11450 * net/gnutls.el (gnutls-errorp): Declare before first use.
11451
8b492194
TZ
114522011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11453
11454 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11455 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11456 default trustfile exists before going to use it. Add missing
5a5fa834 11457 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11458 Reported by Claudio Bley <claudio.bley@gmail.com>.
11459 (open-gnutls-stream): Add usage example.
11460
11461 * net/network-stream.el (network-stream-open-starttls): Give host
11462 parameter to `gnutls-negotiate'.
11463 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11464 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11465
841a1577 114662011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11467
cd22b309
JB
11468 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11469 Use correct match group (bug#8438).
05842630 11470
3ba7869c
CY
114712011-04-24 Chong Yidong <cyd@stupidchicken.com>
11472
512e3ae1
CY
11473 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11474 (package-menu--generate): New arg specifying packages to show.
11475 (package-menu-refresh, package-menu-execute, list-packages):
11476 Callers changed.
11477 (package-show-package-list): New function, replacing deleted
11478 package--list-packages (renamed because it is non-internal).
11479
11480 * finder.el (finder-list-matches): Use package-show-package-list
11481 instead of deleted package--list-packages.
11482
e92f3bd3
SM
11483 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11484 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11485 (vc-annotate-mode-map): Bind it to RET.
11486
7031be6d
UR
114872011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11488
11489 * progmodes/etags.el (next-file): Don't use set-buffer to change
11490 buffers (Bug#8478).
11491
4ef177aa
CY
114922011-04-24 Chong Yidong <cyd@stupidchicken.com>
11493
c8d173eb
CY
11494 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11495
4ef177aa
CY
11496 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11497 (apropos-accumulator): Doc fix.
11498 (apropos-function, apropos-macro, apropos-command)
11499 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11500 (apropos-plist): Add face property.
11501 (apropos-symbols-internal): Fix indentation.
11502 (apropos-print): Simplify help, and recognize apropos-multi-type.
11503 (apropos-print-doc): Use button-type-get to extract the button's
11504 face property. Fill docstring (Bug#8352).
11505
4ffd0d6b 115062011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11507
11508 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11509
c6c32125 11510 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11511 (mpuz-mode-map): Use mapc.
c6c32125
JB
11512 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11513 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11514 Fix typos in docstrings.
11515
58d468b4
JB
11516 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11517 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11518
6470c3c6
JB
11519 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11520
4ffd0d6b 115212011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11522
11523 * minibuffer.el (completion--do-completion): Avoid the "Next char
11524 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11525
3ad8bad0
CY
11526 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11527 mouse-2 into unread-command-events, it is interpreted correctly.
11528
71d73c9c 11529 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11530 (image-toggle-display): Doc fix.
71d73c9c 11531
841a1577 115322011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11533
4ffd0d6b
GM
11534 * textmodes/page.el (what-page): Use line-number-at-pos to
11535 calculate line number (Bug#6825).
6e1dbaa9 11536
c2fb1b60
JB
115372011-04-22 Juanma Barranquero <lekktu@gmail.com>
11538
11539 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11540 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11541 Pass argument NO-DEFAULT to `find-tag-interactive'.
11542
e02f48d7
JB
115432011-04-22 Juanma Barranquero <lekktu@gmail.com>
11544
11545 Lexical-binding cleanup.
11546
11547 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11548 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11549 * progmodes/ada-prj.el (ada-prj-initialize-values)
11550 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11551 (ada-prj-show-value):
11552 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11553 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11554 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11555 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11556 * progmodes/bug-reference.el (bug-reference-push-button):
11557 * progmodes/fortran.el (fortran-line-length):
11558 * progmodes/glasses.el (glasses-change):
11559 * progmodes/octave-mod.el (octave-fill-paragraph):
11560 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11561 (python-pdbtrack-grub-for-buffer, python-sentinel):
11562 * progmodes/sql.el (sql-save-connection):
11563 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11564 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11565 Mark unused parameters.
11566
11567 * progmodes/compile.el (compilation--flush-directory-cache)
11568 (compilation--flush-parse, compile-internal): Mark unused parameters.
11569 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11570 (compilation-next-error-function): Remove unused variable `timestamp'.
11571
11572 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11573 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11574
11575 * progmodes/dcl-mode.el (dcl-end-of-command):
11576 Remove unused variable `start'.
11577 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11578 (dcl-option-value-basic, dcl-option-value-offset)
11579 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11580 Mark unused parameters.
11581 (dcl-save-local-variable): Remove unused variable `val'.
11582 (mode): Declare.
11583
11584 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11585 Mark unused parameters.
11586 (delphi-ignore-changes): Move before first use.
11587 (delphi-charset-token-at): Remove unused variable `start'.
11588 (delphi-else-start): Remove unused variable `if-count'.
11589 (delphi-comment-block-start, delphi-comment-block-end):
11590 Remove unused variable `kind'.
11591 (delphi-indent-line): Remove unused variable `new-point'.
11592
11593 * progmodes/ebrowse.el (ebrowse-files-list)
11594 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11595 Mark unused parameters. Don't quote `lambda'.
11596 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11597 Don't quote `lambda'.
11598 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11599 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11600 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11601 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11602 Use `ignore-errors'.
11603 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11604 (ebrowse-view/find-file-and-search-pattern)
11605 (ebrowse-view/find-member-declaration/definition):
11606 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11607 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11608 Rename parameter PREFIX-ARG to PREFIX.
11609 (ebrowse-tags-read-name): Remove unused variables `start' and
11610 `member-info'.
11611 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11612 to `tags-file'.
11613
11614 * progmodes/etags.el (local-find-tag-hook): Declare.
11615 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11616 Mark unused parameters.
11617
11618 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11619 (executable-interpret): Mark unused parameter.
11620
11621 * progmodes/flymake.el (flymake-process-sentinel)
11622 (flymake-after-change-function)
11623 (flymake-create-temp-with-folder-structure)
11624 (flymake-get-include-dirs-dot): Mark unused parameters.
11625 (flymake-safe-delete-directory): Remove unused variable `err'.
11626
11627 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11628 (speedbar-timer-fn, speedbar-line-text)
11629 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11630 (speedbar-center-buffer-smartly): Declare functions.
11631 (gdb-find-watch-expression): Remove unused variable `array'.
11632 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11633 (gdb-starting): Mark unused parameters.
11634 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11635 (gdb-table-string): Remove unused variable `res'.
11636 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11637 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11638 (gdb-display-buffer): Remove unused variable `cur-size'.
11639
11640 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11641 allow lexical-binding compilation.
11642 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11643 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11644 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11645 Mark unused parameters.
11646 (gud-gdb-marker-filter): Remove unused variable `match'.
11647 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11648 lambda expressions and funcall them, instead of using `fset'.
11649
11650 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11651 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11652
11653 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11654 variable `header-beg'; use `let'.
11655
11656 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11657 `restart', `last-sexp' and `at-do'.
11658
11659 * progmodes/js.el (js--debug): Mark unused parameter.
11660 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11661 (js--splice-into-items): Remove unused variable `item'.
11662 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11663
11664 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11665 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11666 (makefile-complete): Remove unused variable `try'.
11667 (makefile-fill-paragraph, makefile-match-function-end):
11668 Mark unused parameters.
11669
11670 * progmodes/octave-inf.el (inferior-octave-complete):
11671 Remove unused variable `proc'.
11672 (inferior-octave-output-digest): Mark unused parameter.
11673
11674 * progmodes/perl-mode.el (perl-calculate-indent):
11675 Remove unused variable `err'.
11676
11677 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11678 (prolog-indent-line): Mark unused parameters.
11679 (prolog-indent-line): Remove unused variable `beg'.
11680
11681 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11682 (reporter-dont-compact-list): Declare.
11683
11684 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11685 Remove unused variable `char'.
11686 (sh-debug): Mark unused parameter.
11687 (sh-get-indent-info): Remove unused variable `start'.
11688 (sh-calculate-indent): Remove unused variable `var'.
11689
11690 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11691 (simula-electric-keyword): Remove unused variable `null'.
11692 (simula-search-backward, simula-search-forward): Remove unused
11693 variables `begin' and `end'.
11694
11695 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11696 Remove unused variable `pos'.
11697 (vera-electric-tab, vera-comment-uncomment-region):
11698 Mark unused parameters.
11699 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11700
7ede3b65
CY
117012011-04-22 Chong Yidong <cyd@stupidchicken.com>
11702
11703 * emacs-lisp/package.el (package--builtins, package-alist)
11704 (package-load-descriptor, package-built-in-p, package-activate)
11705 (define-package, package-installed-p)
11706 (package-compute-transaction, package-buffer-info)
11707 (package--push): Doc fix. Distinguish more clearly between
11708 version strings and version lists.
11709
121656e9
JB
117102011-04-21 Juanma Barranquero <lekktu@gmail.com>
11711
11712 Lexical-binding cleanup.
11713
11714 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11715 (5x5-make-mutate-best):
11716 * play/fortune.el (fortune-in-buffer):
11717 * play/gomoku.el (gomoku-init-display):
11718 * play/solitaire.el (solitaire, solitaire-do-check):
11719 * play/tetris.el (tetris-default-update-speed-function):
11720 Mark unused parameters.
11721
11722 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11723 (bubbles--shift): Remove unused variable `char-org'.
11724 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11725 (bubbles--show-images): Remove unused variable `char'.
11726
11727 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11728 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11729 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11730 (decipher-analyze-buffer): Use ?\s.
11731 (decipher-make-checkpoint): Remove unused variable `mapping'.
11732
11733 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11734
11735 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11736 Remove unused variable `result'; use `let'.
11737
11738 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11739 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11740 (gametree-children-shown-p, gametree-compute-reduced-score):
11741 Use `ignore-errors'.
11742
11743 * play/handwrite.el (ps-lpr-switches): Declare.
11744 (handwrite): Remove unused variables `pmin' and `lastp'.
11745
11746 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11747
11748 * play/landmark.el (landmark-init-display)
11749 (landmark-update-naught-weights): Mark unused parameters.
11750 (landmark-y): Remove unused variable `noise'. Simplify.
11751 (landmark-human-plays): Remove unused variable `score'.
11752
11753 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11754 (mpuz-try-proposal): Remove unused variable `game'.
11755
11756 * play/zone.el (life-patterns): Declare.
11757
80f499c7
JB
117582011-04-20 Juanma Barranquero <lekktu@gmail.com>
11759
11760 * vc/vc.el (ediff-vc-internal): Declare function.
11761
024ff170
SM
117622011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11763
c0a193ea
SM
11764 * shell.el: Use lexical-binding and std completion UI.
11765 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11766 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11767 comint-preoutput-filter-functions rather than on
11768 comint-output-filter-functions.
11769 (shell-command-completion, shell--command-completion-data)
11770 (shell-filename-completion, shell-environment-variable-completion)
11771 (shell-c-a-p-replace-by-expanded-directory): New functions.
11772 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11773 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11774 (shell-dynamic-complete-environment-variable): Use them.
11775 (shell-dynamic-complete-as-environment-variable)
11776 (shell-dynamic-complete-as-command): Remove.
11777 (shell-match-partial-variable): Match past point.
11778 * comint.el: Clean up use of completion-at-point-functions.
11779 (comint-completion-at-point): New function.
11780 (comint-mode): Use it completion-at-point-functions.
11781 (comint-dynamic-complete): Make it obsolete.
11782 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11783 (comint-c-a-p-replace-by-expanded-history): New function.
11784 (comint-dynamic-complete-functions)
11785 (comint-replace-by-expanded-history): Use it.
11786 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11787 termination strings. Try harder to avoid second try-completion.
11788 (completion-in-region-mode-map): Disable bindings that don't work yet.
11789
2dbaa080
SM
11790 * comint.el: Use lexical-binding. Require CL.
11791 (comint-dynamic-complete-functions): Use comint-filename-completion.
11792 (comint-completion-addsuffix): Tweak custom type.
11793 (comint-filename-completion, comint--common-suffix)
11794 (comint--common-quoted-suffix, comint--table-subvert)
11795 (comint--complete-file-name-data): New functions.
11796 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11797 (comint-dynamic-list-filename-completions): Use them.
11798 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11799
2dbaa080
SM
11800 * minibuffer.el (completion-in-region-mode):
11801 Keep completion-in-region-mode--predicate global.
11802 (completion-in-region--postch):
11803 Assume completion-in-region-mode--predicate is not null.
11804
c79a6f38
SM
11805 * progmodes/flymake.el (flymake-start-syntax-check-process):
11806 Obey `dir'. Simplify.
11807
024ff170
SM
11808 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11809 we're in VC after all.
11810
1c6c854e
CS
118112011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11812
11813 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11814 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11815 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11816
bed7f140
SM
118172011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11818
332e62ab
SM
11819 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11820 add sanity check.
11821
bed7f140
SM
11822 * obsolete/erc-hecomplete.el: Make obsolete.
11823 * obsolete/: Standardize obsolescence info in the header.
11824
f195c582
GM
118252011-04-20 Glenn Morris <rgm@gnu.org>
11826
11827 * calendar/solar.el (solar-horizontal-coordinates):
11828 Use the longitude argument rather than `calendar-longitude'.
11829 (solar-date-next-longitude): Remove unused locals.
11830
cb79b8c0
VJL
118312011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11832
11833 * whitespace.el: New version 13.2.1.
11834
118352011-04-20 felix <EmacsWiki> (tiny change)
11836
d8e4b68b 11837 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11838 switching between major modes on a file.
11839
602ea69d
SM
118402011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11843 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11844 multi-line comments as well.
11845
06b60517
JB
118462011-04-19 Juanma Barranquero <lekktu@gmail.com>
11847
11848 Lexical-binding cleanup.
11849
11850 * arc-mode.el (archive-mode-revert):
11851 * cmuscheme.el (scheme-interactively-start-process):
11852 * custom.el (custom-initialize-delay):
11853 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11854 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11855 * emacs-lock.el (emacs-lock-clear-sentinel):
11856 * ezimage.el (defezimage):
11857 * follow.el (follow-avoid-tail-recenter):
11858 * fringe.el (set-fringe-mode-1):
11859 * generic-x.el (bat-generic-mode-compile):
11860 * help-mode.el (help-info-variable, help-do-xref)
11861 (help-mode-revert-buffer):
11862 * help.el (view-emacs-todo):
11863 * iswitchb.el (iswitchb-completion-help):
11864 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11865 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11866 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11867 * locate.el (locate-update):
11868 * longlines.el (longlines-encode-region)
11869 (longlines-after-change-function):
11870 * outline.el (outline-isearch-open-invisible):
11871 * ps-def.el (declare-function, charset-dimension, char-width)
11872 (encode-char):
11873 * ps-mule.el (ps-mule-plot-string):
11874 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11875 (recentf-edit-list-select, recentf-edit-list-validate)
11876 (recentf-open-files-action):
11877 * rect.el (delete-whitespace-rectangle-line)
11878 (rectangle-number-line-callback):
11879 * register.el (window-configuration-to-register)
11880 (frame-configuration-to-register):
11881 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11882 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11883 (xselect-convert-to-targets, xselect-convert-to-delete)
11884 (xselect-convert-to-filename, xselect-convert-to-charpos)
11885 (xselect-convert-to-lineno, xselect-convert-to-colno)
11886 (xselect-convert-to-os, xselect-convert-to-host)
11887 (xselect-convert-to-user, xselect-convert-to-class)
11888 (xselect-convert-to-name, xselect-convert-to-integer)
11889 (xselect-convert-to-atom, xselect-convert-to-identity):
11890 * subr.el (declare, ignore, process-kill-without-query)
11891 (text-clone-maintain):
11892 * terminal.el (te-get-char, te-tic-sentinel):
11893 * tool-bar.el (tool-bar-make-keymap):
11894 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11895 * type-break.el (type-break-mode, type-break-noninteractive-query):
11896 * view.el (View-back-to-mark):
11897 * wid-browse.el (widget-browse-action, widget-browse-widget)
11898 (widget-browse-widgets, widget-browse-sexp):
11899 * widget.el (define-widget-keywords):
11900 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11901 Mark unused parameters.
11902
11903 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11904 (align-areas): Remove unused variable `look'.
11905 (align-region): Remove unused variables `real-end' and `pos-list'.
11906
11907 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11908
11909 * bindings.el (mode-line-modified, mode-line-remote):
11910 Mark unused parameters.
11911 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11912
11913 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11914 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11915
11916 * comint.el (comint-history-isearch-pop-state)
11917 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11918 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11919 (comint-substitute-in-file-name): Doc fix.
11920
11921 * completion.el (cmpl-statistics-block): Mark unused parameter.
11922 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11923 (save-completions-to-file, load-completions-from-file):
11924 Remove unused local variable `e'.
11925
11926 * composite.el (compose-chars): Remove unused variable `len'.
11927 (lgstring-insert-glyph): Remove unused variable `g'.
11928 (compose-glyph-string): Remove unused variables `ascent',
11929 `descent', `lbearing' and `rbearing'.
11930 (compose-glyph-string-relative): Remove unused variables
11931 `lbearing', `rbearing' and `wadjust'.
11932 (compose-gstring-for-graphic): Remove unused variables `header',
11933 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11934 (compose-gstring-for-terminal): Remove unused variables `header'
11935 and `nchars'. Use `let', not `let*'.
11936
11937 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11938 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11939 (Custom-buffer-done, custom-buffer-create-internal)
11940 (custom-browse-visibility-action, custom-browse-group-tag-action)
11941 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11942 (widget-magic-mouse-down-action, custom-toggle-parent)
11943 (custom-add-parent-links, custom-toggle-hide-variable)
11944 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11945 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11946 (custom-face-menu-create, custom-variable-menu-create, get)
11947 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11948 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11949 (customize-apropos): Remove unused variable `tests'.
11950 (custom-group-value-create): Remove unused variable `hidden-p'.
11951 (sort-fold-case): Declare.
11952
11953 * cus-theme.el (custom-reset-standard-faces-list)
11954 (custom-reset-standard-variables-list): Declare.
11955 (customize-create-theme, custom-theme-revert, custom-theme-write)
11956 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11957 Mark unused parameters.
11958
11959 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11960
11961 * delim-col.el (delimit-columns-max): Move defvar before first use.
11962
11963 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11964 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11965
11966 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11967 (auto-insert): Declare.
11968 (desktop-restore-file-buffer): Rename desktop-* parameters;
11969 mark unused ones.
11970 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11971 (desktop-buffer): Rename desktop-* parameters.
11972
11973 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11974 (dframe-reposition-frame-xemacs, dframe-help-echo)
11975 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11976 Mark unused parameters.
11977
11978 * dired-aux.el (backup-extract-version-start, overwrite-query)
11979 (overwrite-backup-query, rename-regexp-query)
11980 (rename-non-directory-query): Declare.
11981 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11982 (dired-add-entry): Remove unused variable `orig-file-name'.
11983 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11984 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11985 `dired-copy-preserve-time' directly.
11986 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11987 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11988
11989 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11990 (dired-virtual-revert, dired-make-relative-symlink):
11991 Mark unused parameters.
11992 (manual-program): Declare.
11993 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11994 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11995 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11996
11997 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11998
11999 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12000
12001 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12002 Declare.
12003
12004 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12005
12006 * electric.el (Electric-command-loop): Rename parameter
12007 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12008
12009 * expand.el (expand-in-literal): Remove unused variable `here'.
12010
12011 * facemenu.el (facemenu-add-new-color):
12012 Remove unused variable `docstring'.
12013
12014 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12015 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12016 (face-attr-construct): Mark unused parameter. Doc fix.
12017 (read-color): Remove unused variable `hex-string'.
12018
12019 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12020 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12021 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12022 (display-buffer-other-frame): Remove unused variable `old-window'.
12023 (kill-buffer-hook): Declare.
12024 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12025 Mark unused parameters.
12026 (after-find-file): Pass 1 to `auto-save-mode', not t.
12027
12028 * files-x.el (auto-insert): Declare.
12029 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12030
12031 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12032 variable `buf'. Mark unused parameter.
06b60517
JB
12033 (find-lisp-insert-directory): Mark unused parameter.
12034
12035 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12036 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12037 (format-common-tail): Remove, unused.
12038 (format-deannotate-region): Remove unused variable `loc'.
12039 (format-annotate-region): Remove unused variable `p'.
12040 (format-annotate-single-property-change): Remove unused variables
12041 `default' and `tail'.
12042
12043 * forms.el (read-file-filter): Declare.
12044 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12045
12046 * frame.el (frame-creation-function-alist): Mark unused parameter.
12047 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12048
12049 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12050 Remove unused parameters.
12051 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12052 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12053
12054 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12055 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12056 (hfy-prepare-tag-map): Mark unused parameters.
12057 (htmlfontify-buffer): Use `called-interactively-p'.
12058
12059 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12060 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12061 (ibuffer-do-occur): Mark unused parameters.
12062 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12063 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12064
12065 * ibuffer.el: Don't quote `lambda'.
12066 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12067 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12068 Mark unused parameters.
12069
12070 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12071 (ido-completing-read): Mark unused parameters.
12072 (ido-copy-current-word): Mark unused parameters;
12073 remove unused variable `name'.
12074 (ido-sort-merged-list): Remove unused parameter `dirs'.
12075
12076 * ielm.el (ielm-input-sender): Mark unused parameter.
12077 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12078 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12079 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12080 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12081 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12082
12083 * image-dired.el (image-dired-display-thumbs): Remove unused
12084 variables `curr-file' and `count'.
12085 (image-dired-remove-tag): Remove unused variable `start'.
12086 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12087 variable `curr-file'
12088 (image-dired-rotate-original): Remove unused variable `temp-file'.
12089 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12090 Remove unused variable `file'.
12091 (image-dired-gallery-generate): Remove unused variable `curr'.
12092 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12093
12094 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12095
12096 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12097
12098 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12099
12100 * isearch.el (minibuffer-history-symbol): Declare.
12101 (isearch-edit-string): Remove unused variable `err'.
12102 (isearch-message-prefix, isearch-message-suffix):
12103 Mark unused parameters.
12104
12105 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12106
12107 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12108
12109 * makesum.el (double-column): Remove unused variable `cnt'.
12110
12111 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12112 (ido-ignore-item-temp-list): Declare.
12113
12114 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12115 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12116 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12117 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12118 `mouse-col-delta'.
12119
12120 * mouse-sel.el (mouse-extend-internal):
12121 Remove unused variable `orig-window-frame'.
12122
12123 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12124 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12125 Move declarations before first use.
12126 (pcomplete-opt): Mark unused parameters; doc fix.
12127
12128 * proced.el (proced-revert): Mark unused parameter.
12129 (proced-send-signal): Remove unused variable `err'.
12130
12131 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12132 Rename parameter PREFIX-ARG to ARG.
12133 (ps-basic-plot-string, ps-basic-plot-whitespace):
12134 Mark unused parameters.
12135
12136 * replace.el (replace-count): Define.
12137 (occur-revert-function): Mark unused parameters.
12138 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12139 (isearch-case-fold-search, isearch-string): Declare.
12140 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12141 bind `case-fold-search'. Remove unused variables `beg' and `end',
12142 and simplify.
12143 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12144 COUNT and bind `replace-count'.
12145 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12146 to COUNT.
12147
12148 * savehist.el (print-readably, print-string-length): Declare.
12149
12150 * shadowfile.el (shadow-expand-cluster-in-file-name):
12151 Remove unused variable `cluster'.
12152 (shadow-copy-file): Remove unused variable `i'.
12153 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12154 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12155 (shadow-define-literal-group, shadow-define-regexp-group)
12156 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12157
12158 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12159 (shell): Use `called-interactively-p'.
12160 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12161
12162 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12163 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12164 (delete-backward-char): Remove unused variable `ocol'.
12165 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12166 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12167 (event-apply-hyper-modifier, event-apply-shift-modifier)
12168 (event-apply-control-modifier, event-apply-meta-modifier):
12169 Mark unused parameters.
12170 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12171 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12172
12173 * speedbar.el (speedbar-ignored-directory-expressions)
12174 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12175 (speedbar-find-file, speedbar-dir-follow)
12176 (speedbar-directory-buttons-follow, speedbar-tag-find)
12177 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12178 (speedbar-buffers-line-directory, speedbar-buffer-click):
12179 Mark unused parameters.
12180 (speedbar-tag-file): Remove unused variable `mode'.
12181 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12182
12183 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12184
12185 * talk.el (talk): Remove unused variable `display'.
12186
12187 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12188 (tar-write-region-annotate): Mark unused parameter.
12189
12190 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12191 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12192 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12193 warning by another.
12194
12195 * time-stamp.el (time-stamp-string-preprocess):
12196 Remove unused variable `require-padding'.
12197
12198 * tree-widget.el (widget-glyph-enable): Declare.
12199 (tree-widget-action): Mark unused parameter.
12200
12201 * w32-fns.el (x-get-selection): Mark unused parameter.
12202 (autoload-make-program, generated-autoload-file): Declare.
12203
12204 * wdired.el (wdired-revert): Mark unused parameters.
12205 (wdired-xcase-word): Remove unused variable `err'.
12206
12207 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12208 (whitespace-help-scroll): Remove unused variable `data-help'.
12209
12210 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12211 (widget-image-insert, widget-after-change, default)
12212 (widget-default-format-handler, widget-default-notify)
12213 (widget-default-prompt-value, widget-info-link-action)
12214 (widget-url-link-action, widget-function-link-action)
12215 (widget-variable-link-action, widget-file-link-action)
12216 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12217 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12218 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12219 (widget-insert-button-action, widget-delete-button-action, visibility)
12220 (widget-documentation-link-action, widget-documentation-string-action)
12221 (widget-const-prompt-value, widget-regexp-match, symbol)
12222 (widget-coding-system-prompt-value)
12223 (widget-key-sequence-value-to-external, sexp)
12224 (widget-sexp-value-to-internal, character, vector, cons)
12225 (widget-choice-prompt-value, widget-boolean-prompt-value)
12226 (widget-color--choose-action): Mark unused parameters.
12227 (widget-item-match-inline, widget-choice-match-inline)
12228 (widget-checklist-match, widget-checklist-match-inline)
12229 (widget-group-match): Rename parameter VALUES to VALS.
12230 (widget-field-value-set): Remove unused variable `size'.
12231 (widget-color-action): Remove unused variables `value' and `start'.
12232
12233 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12234 variable `dir'. Doc fix.
06b60517
JB
12235 (windmove-find-other-window): Don't pass it.
12236
12237 * window.el (count-windows): Mark unused parameter.
12238 (bw-adjust-window): Remove unused variable `err'.
12239
12240 * woman.el (woman-file-name): Remove unused variable `default'.
12241 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12242 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12243 (global-font-lock-mode): Declare.
12244 (woman-decode-region): Mark unused parameter.
12245 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12246
12247 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12248 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12249 (x-dnd-handle-moz-url): Remove unused variable `title'.
12250 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12251
12252 * xml.el (xml-parse-tag, xml-parse-attlist):
12253 Remove unused variable `pos'.
12254
bc4f7f3d
GM
122552011-04-19 Glenn Morris <rgm@gnu.org>
12256
12257 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12258 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12259 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12260 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12261 * calendar/cal-html.el (cal-html-insert-minical):
12262 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12263 (calendar-mark-date-pattern):
12264 Prefix "unused" locals.
12265
12266 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12267 optional argument `style'.
12268
12269 * calendar/appt.el (appt-make-list):
12270 * calendar/cal-china.el (calendar-chinese-date-string):
12271 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12272 (diary-hebrew-yahrzeit):
12273 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12274 * calendar/calendar.el (calendar-generate-window):
12275 * calendar/time-date.el (time-to-days):
12276 Remove unused local variables.
12277
16a43933
CY
122782011-04-18 Chong Yidong <cyd@stupidchicken.com>
12279
12280 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12281 glyphless-char-display table.
12282 (tabulated-list-glyphless-char-display): New var.
12283
7eed1860
SS
122842011-04-18 Sam Steingold <sds@gnu.org>
12285
12286 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12287 to acknowledgments.
12288
4d2d1ccd
GM
122892011-04-17 Glenn Morris <rgm@gnu.org>
12290
12291 * calendar/diary-lib.el (diary-sexp-entry):
12292 * calendar/holidays.el (holiday-sexp):
12293 Set debug-on-error rather than the removed stack-trace-on-error.
12294
239da61d
GM
122952011-04-16 Glenn Morris <rgm@gnu.org>
12296
12297 * progmodes/f90.el: Use lexical-binding.
12298 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12299
8b05752a
SM
123002011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12301
daca8ba5
SM
12302 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12303 (mail-mode): Setup mailalias completion here instead.
12304 * mail/mailalias.el: Use lexical-binding.
12305 (pattern, mailalias-done): Declare dynamic.
12306 (mail-completion-at-point-function): New function, from mail-complete.
12307 (mail-complete): Use it.
12308 (mail-completion-expand): New function.
12309 (mail-get-names): Use it.
12310 (mail-directory, mail-directory-process, mail-directory-stream):
12311 Don't use `pattern' for lexically bound arg.
12312
6f542485
SM
12313 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12314
037e7c3f
SM
12315 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12316 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12317 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12318
8b05752a
SM
12319 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12320 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12321 (byte-interactive-p): Define them again, for use when inlining
12322 old code.
12323
49093f60
JB
123242011-04-15 Juanma Barranquero <lekktu@gmail.com>
12325
12326 * loadup.el: Use `string-to-number', not `string-to-int'.
12327
b5b8e7de
SM
123282011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12331 gud-gdb-complete-command.
12332 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12333 (gud-gdb-completion-at-point): New function.
12334 (gud-gdb-completions): Remove.
12335
f42efeb5
MA
123362011-04-14 Michael Albinus <michael.albinus@gmx.de>
12337
49093f60
JB
12338 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12339 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12340 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12341 whether `executable-find' is bound.
f42efeb5
MA
12342
12343 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12344
e240cc21
SM
123452011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * minibuffer.el (completion-in-region-mode-predicate)
12348 (completion-in-region-mode--predicate): New vars.
12349 (completion-in-region, completion-in-region--postch)
12350 (completion-in-region-mode): Use them.
12351 (completion--capf-wrapper): Also return the hook function.
12352 (completion-at-point, completion-help-at-point):
12353 Adjust and provide a predicate.
c2bd2ab0
SM
12354
12355 Preserve arg names for advice of subr and lexical functions (bug#8457).
12356 * help-fns.el (help-function-arglist): Consolidate the subr and
12357 new-byte-code cases. Add argument `preserve-names' to extract names
12358 from the docstring when needed.
12359 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12360 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12361 (ad-arglist): Use help-function-arglist's new arg.
12362 (ad-definition-type): Use cond.
12363
c183f693
JB
123642011-04-13 Juanma Barranquero <lekktu@gmail.com>
12365
06641a47
JB
12366 * autorevert.el (auto-revert-handler):
12367 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12368 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12369 Don't quote lambda.
12370
c183f693
JB
12371 * image-mode.el (image-transform-set-scale):
12372 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12373
1e3b6001
G
123742011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12375
12376 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12377 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12378 Upgrades via gnutls-cli are too slow to be done opportunistically.
12379
2d6af8dd
JB
123802011-04-12 Juanma Barranquero <lekktu@gmail.com>
12381
12382 * dframe.el (dframe-current-frame): Remove spurious quote.
12383
c0749a51
GM
123842011-04-12 Glenn Morris <rgm@gnu.org>
12385
088d0d61
GM
12386 * calendar/cal-tex.el (cal-tex-end-document):
12387 Try to automatically use latin1 input if needed.
12388
c0749a51
GM
12389 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12390 Don't try to cons a mark onto an empty element.
12391
5c90fde0
LL
123922011-04-11 Leo Liu <sdl.web@gmail.com>
12393
12394 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12395 buffers.
12396 (ido-kill-buffer-at-head): Support killing virtual buffers.
12397
369e974d
CY
123982011-04-10 Chong Yidong <cyd@stupidchicken.com>
12399
12400 * minibuffer.el (completion-show-inline-help): New var.
12401 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12402 (minibuffer-force-complete, minibuffer-complete-word):
12403 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12404
12405 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12406 to avoid interference from inline help (Bug#5849).
12407
37f1c930
LL
124082011-04-10 Leo Liu <sdl.web@gmail.com>
12409
099c39a4
JB
12410 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12411 Fix typo.
37f1c930 12412
a32d4040
CY
124132011-04-09 Chong Yidong <cyd@stupidchicken.com>
12414
12415 * image-mode.el (image-toggle-display-image): Signal an error if
12416 not in Image mode.
12417 (image-transform-mode, image-transform-resize)
12418 (image-transform-set-rotation): Doc fix.
daca8ba5 12419 (image-transform-set-resize): Delete.
a32d4040
CY
12420 (image-transform-set-scale, image-transform-fit-to-height)
12421 (image-transform-fit-to-width): Handle image-toggle-display-image
12422 and image-transform-resize directly.
12423
099c39a4 124242011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12425
12426 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12427 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12428 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12429 (doc-view-mode-map): Add bindings for the new functions.
12430
099c39a4 124312011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12432
4d61f28d 12433 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12434 Fix typo in docstring.
12435
3726838a
EZ
124362011-04-08 Eli Zaretskii <eliz@gnu.org>
12437
04f33f1e
EZ
12438 * files.el (file-size-human-readable): Produce one digit after
12439 decimal, like "ls -lh" does.
12440
12441 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12442 the file size representation.
12443
3726838a
EZ
12444 * simple.el (list-processes): If async subprocesses are not
12445 available, error out with a clear error message.
12446
cbb59342
CY
124472011-04-08 Chong Yidong <cyd@stupidchicken.com>
12448
12449 * help.el (help-form-show): New function, to be called from C.
12450 Put help-form output in a buffer named differently than *Help*.
12451
e3971c44
EZ
124522011-04-08 Eli Zaretskii <eliz@gnu.org>
12453
12454 * files.el (file-size-human-readable): New function.
12455
12456 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12457 computing the representation inline. Don't require `cl'.
12458
12544bbe
GM
124592011-04-08 Glenn Morris <rgm@gnu.org>
12460
a1de6c6a
GM
12461 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12462
3c4671f4
GM
12463 * net/browse-url.el (browse-url-firefox):
12464 Test system-type, not system-configuration.
12465
b605679c
GM
12466 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12467 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12468 Use log-edit-empty-buffer-p. (Bug#7598)
12469
56442f0c
GM
12470 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12471 (rlogin-mode-map): Initialize in the defvar.
12472 (rlogin): Use ignore-errors.
12473
12544bbe
GM
12474 * replace.el (occur-mode-map): Some fixes for menu items.
12475
eb237b0f
AH
124762011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12477
12478 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12479
7d668f2c
CY
124802011-04-06 Chong Yidong <cyd@stupidchicken.com>
12481
e67a13ab
CY
12482 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12483 issuing unused warnings.
12484
12485 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12486 macro directly.
12487
7d668f2c
CY
12488 * simple.el: Lisp reimplement of list-processes. Based on an
12489 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12490 (process-menu-mode): New major mode.
12491 (list-processes--refresh, list-processes):
12492 (process-menu-visit-buffer): New functions.
12493
12494 * files.el (save-buffers-kill-emacs): Don't assume any return
12495 value of list-processes, which is undocumented anyway.
12496
a83ec3c9
CY
124972011-04-06 Chong Yidong <cyd@stupidchicken.com>
12498
12499 * emacs-lisp/tabulated-list.el: New file.
12500
e91a96fe
CY
12501 * emacs-lisp/package.el: Use Tabulated List mode.
12502 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12503 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12504 table format using Tabulated List mode variables.
12505 (package--push): New macro, replacing package-list-maybe-add.
12506 (package-menu--generate): Use package--push. Renamed from
12507 package--generate-package-list.
12508 (package-menu-refresh, list-packages): Use it.
daca8ba5 12509 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12510 Return insertion data instead of inserting it directly.
099c39a4
JB
12511 (package-menu-describe-package, package-menu-execute):
12512 Use tabulated-list-get-id.
e91a96fe
CY
12513 (package-menu-mark-delete, package-menu-mark-install)
12514 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12515 (package-menu-mark-obsolete-for-deletion):
12516 Use tabulated-list-put-tag.
e91a96fe
CY
12517 (package--list-packages, package-menu-revert)
12518 (package-menu-get-package, package-menu-get-version)
12519 (package-menu-sort-by-column): Functions deleted.
12520 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12521 (package-menu--status-predicate, package-menu--version-predicate)
12522 (package-menu--name-predicate)
12523 (package-menu--description-predicate): Handle arguments in the
12524 Tabulated List format.
12525 (package-list-packages-no-fetch): Call list-packages.
12526
3e214b50
JB
125272011-04-06 Juanma Barranquero <lekktu@gmail.com>
12528
12529 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12530 (after-find-file): Don't bind it.
3e214b50
JB
12531 (revert-buffer-in-progress-p): New variable.
12532 (revert-buffer): Bind it.
12533 Pass nil for `after-find-file-from-revert-buffer'.
12534
12535 * saveplace.el (save-place-find-file-hook): Use new variable
12536 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12537
3f0f1700
GM
125382011-04-06 Glenn Morris <rgm@gnu.org>
12539
c0274801
GM
12540 * Makefile.in (AUTOGEN_VCS): New variable.
12541 (autoloads): Use $AUTOGEN_VCS.
12542
3f0f1700
GM
12543 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12544 * calendar/calendar.el (calendar-mode-map):
12545 Check for toolkit scroll bars. (Bug#8305)
12546
41ea9e48
CY
125472011-04-05 Chong Yidong <cyd@stupidchicken.com>
12548
12549 * minibuffer.el (completion-in-region--postch)
12550 (completion-in-region-mode): Remove unnecessary messages.
12551
6194c800
JB
125522011-04-05 Juanma Barranquero <lekktu@gmail.com>
12553
33256f14
JB
12554 * font-lock.el (font-lock-refresh-defaults):
12555 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12556 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12557
6194c800
JB
12558 * info.el (Info-directory-list, Info-read-node-name-2)
12559 (Info-split-parameter-string): Doc fixes.
12560 (Info-virtual-nodes): Reflow docstring.
12561 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12562 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12563 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12564 Fix typos in docstrings.
12565 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12566 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12567 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12568 (Info-restore-desktop-buffer): Mark unused parameters.
12569 (Info-directory-find-file, Info-directory-find-node)
12570 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12571 (Info-virtual-index-find-node, Info-apropos-find-file)
12572 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12573 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12574 (Info-virtual-index): Remove unused local variable `nodename'.
12575
b87a8200 125762011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12577
b87a8200
DD
12578 * net/rcirc.el: Update my e-mail address.
12579 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12580
3b2ff876
CY
125812011-04-05 Chong Yidong <cyd@stupidchicken.com>
12582
12583 * startup.el (command-line): Save the cursor's theme-face
12584 directly, instead of using face-override-spec.
12585
12586 * custom.el (load-theme): Minor optimization in assigning faces.
12587
8d17e7ca
JB
125882011-04-04 Juanma Barranquero <lekktu@gmail.com>
12589
12590 * help-fns.el (describe-variable): Complete all variables having
12591 documentation, including keywords.
12592 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12593
2fbc1934
JB
125942011-04-04 Juanma Barranquero <lekktu@gmail.com>
12595
12596 Convert to lexical-binding.
12597
12598 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12599 (bs--get-marked-string, bs--get-modified-string)
12600 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12601 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12602 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12603
12604 * ehelp.el (electric-help-execute-extended)
12605 (electric-help-ctrl-x-prefix):
12606 * hexl.el (hexl-revert-buffer-function):
12607 * linum.el (linum-after-change, linum-after-scroll):
12608 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12609
12610 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12611
74f50695
DU
126122011-04-04 Daiki Ueno <ueno@unixuser.org>
12613
12614 * epa-dired.el:
12615 * epa-mail.el:
12616 * epa-hook.el:
12617 * epa-file.el:
12618 * epa.el:
12619 * epg.el: Use lexical binding.
12620
c11325f7
CY
126212011-04-03 Chong Yidong <cyd@stupidchicken.com>
12622
0d9e9a12
CY
12623 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12624
c11325f7 12625 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12626 dictionary case for flyspell-mark-duplications-exceptions.
12627 Use regexp matching for languages.
c11325f7
CY
12628 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12629 default dictionary (Bug#7926).
12630
da91b5f2
CY
126312011-04-02 Chong Yidong <cyd@stupidchicken.com>
12632
099c39a4
JB
12633 * emacs-lisp/package.el (package--with-work-buffer):
12634 Recognize https URLs.
da91b5f2 12635
099c39a4
JB
12636 * net/network-stream.el: Move from gnus/proto-stream.el.
12637 Change prefix to network-stream throughout.
da91b5f2
CY
12638 (open-protocol-stream): Merge into open-network-stream, leaving
12639 open-protocol-stream as an alias. Handle nil BUFFER args.
12640
12641 * subr.el (open-network-stream): Move to net/network-stream.el.
12642
afa8e9f6
GM
126432011-04-02 Glenn Morris <rgm@gnu.org>
12644
1d2e369d
GM
12645 * find-dired.el (find-exec-terminator): New option.
12646 (find-ls-option): Test for -ls support.
12647 (find-ls-subdir-switches): Test for -b in find-ls-option.
12648 (find-dired, find-grep-dired): Doc fixes.
12649 (find-dired): Use find-exec-terminator.
12650
8abb7da8 12651 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12652 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12653 (find-name-arg): Remove purecopy.
8abb7da8 12654
f3ca7378
GM
12655 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12656 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12657 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12658 accordingly. Don't add the null-device if not needed.
12659
afa8e9f6
GM
12660 * files.el (save-some-buffers): Doc fix.
12661
35eae264
EZ
126622011-04-02 Eli Zaretskii <eliz@gnu.org>
12663
12664 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12665
26b51db5
JB
126662011-04-01 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12669 Use `dolist' rather than `mapcar'.
12670
7200d79c
SM
126712011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12672
03408648 12673 Add lexical binding.
7200d79c 12674
03408648
SM
12675 * subr.el (apply-partially): Use new closures rather than CL.
12676 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12677 (dolist, dotimes): Use slightly different expansion for lexical code.
12678 (functionp): Move to C.
12679 (letrec): New macro.
12680 (with-wrapper-hook): Use it and apply-partially instead of CL.
12681 (eval-after-load): Preserve lexical-binding.
12682 (save-window-excursion, with-output-to-temp-buffer): Turn them
12683 into macros.
7200d79c 12684
03408648
SM
12685 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12686
12687 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12688 than the arglist.
12689 (help-add-fundoc-usage): Don't add `Not documented'.
12690 (help-function-arglist): Handle closures, subroutines, and new
12691 byte-code-functions.
12692 (help-make-usage): Remove leading underscores.
12693 (describe-function-1): Handle closures.
12694 (describe-variable): Use special-variable-p for completion.
12695
12696 * files.el (lexical-binding): Declare safe.
f488fb65 12697
03408648
SM
12698 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12699 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12700 (pcase): Add `let' pattern.
12701 Change memoization so it actually works.
12702 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12703 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12704 <let>: New case.
f488fb65 12705
03408648
SM
12706 * emacs-lisp/macroexp.el: Use lexical binding.
12707 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12708 Don't convert ' to #' without checking that it's indeed quoting
12709 a lambda.
12710
12711 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12712 Use eval-sexp-add-defvars.
03408648
SM
12713 (eval-sexp-add-defvars): New fun.
12714
12715 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12716
12717 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12718 Don't autoload.
12719 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12720 than the internal `byte-compile-lambda'.
12721 (defmethod): Don't hide code under quotes.
12722 (eieio-defmethod): New `code' argument.
12723
12724 * emacs-lisp/eieio-comp.el: Remove.
12725
12726 * emacs-lisp/edebug.el (edebug-eval-defun)
12727 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12728 (edebug-toggle): Avoid `eval'.
12729
12730 * emacs-lisp/disass.el (disassemble-internal): Handle new
12731 `closure' objects.
12732 (disassemble-1): Handle new byte codes.
12733
12734 * emacs-lisp/cl.el (pushnew): Silence warning.
12735
12736 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12737 (cl-byte-compile-throw): Remove.
12738 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12739
12740 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12741 closures.
12742
12743 * emacs-lisp/cconv.el: New file.
12744
12745 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12746 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12747 (byte-compile-initial-macro-environment):
12748 Handle declare-function here.
12749 (byte-compile--lexical-environment): New var.
12750 (byte-stack-ref, byte-stack-set, byte-discardN)
12751 (byte-discardN-preserve-tos): New lap codes.
12752 (byte-interactive-p): Don't use any more.
12753 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12754 New macros.
12755 (byte-compile-lapcode): Use them and handle new lap codes.
12756 (byte-compile-obsolete): Remove.
12757 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12758 (byte-compile-arglist-warn): Check late def of inlinable funs.
12759 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12760 since they should have been expanded by now.
12761 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12762 (byte-compile-from-buffer): Remove unused second arg.
12763 (byte-compile-preprocess): New function.
12764 (byte-compile-toplevel-file-form): New function to distinguish
12765 file-form calls from outside from file-form calls from hunk-handlers.
12766 (byte-compile-file-form): Simplify.
12767 (byte-compile-file-form-defsubst): Remove.
12768 (byte-compile-file-form-defmumble): Simplify now that
12769 byte-compile-lambda always returns a byte-code-function.
12770 (byte-compile): Preprocess.
12771 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12772 Remove, not used any more.
12773 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12774 (byte-compile-make-args-desc): New funs.
12775 (byte-compile-lambda): Handle lexical functions. Always return
12776 a byte-code-function.
12777 (byte-compile-reserved-constants): New var, to make up room for
12778 closed-over variables.
12779 (byte-compile-constants-vector): Obey it.
12780 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12781 (byte-compile-macroexpand-declare-function): New function.
12782 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12783 byte-code-functions.
12784 (byte-compile-form): Check obsolescence here.
12785 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12786 (byte-compile-variable-ref): Remove.
12787 (byte-compile-dynamic-variable-op): New fun.
12788 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12789 (byte-compile-variable-set): New funs.
12790 (byte-compile-discard): Add 2 args.
12791 (byte-compile-stack-ref, byte-compile-stack-set)
12792 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12793 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12794 macroexpand-all instead.
12795 (byte-compile-quote-form): Remove.
12796 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12797 (byte-compile-bind, byte-compile-unbind): New funs.
12798 (byte-compile-let): Handle let* and lexical binding.
12799 (byte-compile-let*): Remove.
12800 (byte-compile-catch, byte-compile-unwind-protect)
12801 (byte-compile-track-mouse, byte-compile-condition-case):
12802 Handle a new :fun-body form, used for lexical scoping.
12803 (byte-compile-save-window-excursion)
12804 (byte-compile-with-output-to-temp-buffer): Remove.
12805 (byte-compile-defun): Simplify.
12806 (byte-compile-stack-adjustment): New fun.
12807 (byte-compile-out): Use it.
12808 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12809
12810 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12811 handler any more.
12812
12813 * emacs-lisp/byte-opt.el: Use lexical binding.
12814 (byte-inline-lapcode): Remove (to bytecomp).
12815 (byte-compile-inline-expand): Pay attention to inlining to/from
12816 lexically bound code.
12817 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12818 any more.
12819 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12820 any more and don't call compiler-macros.
12821 (byte-compile-splice-in-already-compiled-code): Remove.
12822 (byte-code): Don't inline any more.
12823 (disassemble-offset): Receive `bytes' as argument rather than via
12824 dynamic scoping.
12825 (byte-compile-tag-number): Declare before first use.
12826 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12827 `return' even if make-spliceable.
12828 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12829 obsolete interactive-p.
12830 (byte-optimize-lapcode): Optimize new lap-codes.
12831 Don't trip up on new form of `byte-constant' lap code.
12832
12833 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12834
12835 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12836
12837 * custom.el (custom-initialize-default, custom-declare-variable):
12838 Use `defvar'.
12839
12840 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12841 New variables.
12842 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12843 (COMPILE_FIRST): Add macroexp and cconv.
12844 * makefile.w32-in: Mirror changes in Makefile.in.
12845
12846 * vc/cvs-status.el:
12847 * vc/diff-mode.el:
12848 * vc/log-edit.el:
12849 * vc/log-view.el:
12850 * vc/smerge-mode.el:
12851 * textmodes/bibtex-style.el:
12852 * textmodes/css.el:
12853 * startup.el:
12854 * uniquify.el:
da91b5f2
CY
12855 * minibuffer.el:
12856 * newcomment.el:
12857 * reveal.el:
12858 * server.el:
12859 * mpc.el:
12860 * emacs-lisp/smie.el:
12861 * doc-view.el:
12862 * dired.el:
03408648
SM
12863 * abbrev.el: Use lexical binding.
12864
0f0c1f27
EZ
128652011-04-01 Eli Zaretskii <eliz@gnu.org>
12866
12867 * info.el (info-display-manual): New function.
12868
c82b2579
SM
128692011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12870
12871 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12872
221ddf68
TH
128732011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12874
12875 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12876 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12877
cba6e77e
GM
128782011-03-31 Glenn Morris <rgm@gnu.org>
12879
e040639f
GM
12880 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12881
cba6e77e
GM
12882 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12883
6d0f1c9e
CS
128842011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12885
12886 * progmodes/python.el (python-default-interpreter)
12887 (python-python-command-args, python-jython-command-args)
12888 (python-which-shell, python-which-args, python-which-bufname)
12889 (python-file-queue, python-comint-output-filter-function)
12890 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12891 variables and functions.
12892
3e2d70fd
SM
128932011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12896 (completion-in-region-mode): New minor mode.
12897 (completion-in-region): Use it.
12898 (completion-in-region--data, completion-in-region-mode-map): New vars.
12899 (completion-in-region--postch): New function.
12900 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12901 New vars.
12902 (completion--capf-wrapper): New function.
12903 (completion-at-point): Use it to track well-behavedness of
12904 hook functions.
12905 (completion-help-at-point): New command.
12906
f3e4086c
JM
129072011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12908
12909 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12910 syntax class to search for whitespace on a single line
12911 (Message-ID: <4D938140.4030905@redhat.com>).
12912
eb7ffc14
LL
129132011-03-30 Leo Liu <sdl.web@gmail.com>
12914
12915 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12916 New commands.
12917 (edit-abbrevs-map): Bind them here.
12918 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12919
d806ab68
KM
129202011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12921
12922 * allout.el (allout-hide-by-annotation, allout-flag-region):
12923 Reduce possibility of overlay leakage by making them volatile.
12924
12925 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12926 hash is not shared between buffers. Mode initialization is
12927 responsible for giving it a useful starting value.
12928 (allout-item-span): Reduce possibility of overlay leakage by
12929 making them volatile.
12930 (allout-widgets-count-buttons-in-region): Add diagnostic function
12931 for tracking down button overlay leaks.
12932
ea622834
LL
129332011-03-29 Leo Liu <sdl.web@gmail.com>
12934
12935 * ido.el (ido-read-internal): Use the default history var
12936 minibuffer-history if no HISTORY is specified.
12937
b62f8267
G
129382011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12939
03408648
SM
12940 * net/imap.el (imap-shell-open, imap-process-connection-type):
12941 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12942 Kerberos, SSL, other subprocesses.
12943
947b6566
LL
129442011-03-28 Leo Liu <sdl.web@gmail.com>
12945
12946 * abbrev.el (abbrev-table-empty-p): New function.
12947 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12948 nonempty ones. (Bug#5937)
12949
5ffb62aa
JD
129502011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12951
12952 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12953
7a097943
LL
129542011-03-27 Leo Liu <sdl.web@gmail.com>
12955
12956 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12957 for foreground and background colors.
12958 (ansi-color-make-color-map): Adapt.
12959
c5b40130
LL
129602011-03-25 Leo Liu <sdl.web@gmail.com>
12961
1f48f7d2
LL
12962 * midnight.el (midnight-time-float): Remove. Note it calculates
12963 the microsecond component incorrectly and seconds-to-time does the
12964 same job.
625897ec 12965 Remove redundant (require 'timer).
1f48f7d2 12966
c5b40130
LL
12967 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12968 (ido-completions): Remove unused arguments. (Bug#8329)
12969
d86d2721
SM
129702011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * minibuffer.el (completion--flush-all-sorted-completions):
12973 Remove itself from hook.
12974 (completion-at-point): Let the functions perform the completion
12975 immediately and return nil or t.
12976 * comint.el (comint-dynamic-complete-functions): Now identical to
12977 completion-at-point-functions.
12978 (comint-dynamic-list-input-ring): Remove unused var `index'.
12979 (comint--match-partial-filename, comint--unquote&expand-filename):
12980 New funs, split from comint-match-partial-filename.
12981 (comint-dynamic-complete): Use completion-at-point.
12982 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12983
e8974c48
DA
129842011-03-24 Drew Adams <drew.adams@oracle.com>
12985
12986 * thingatpt.el: Support `defun'.
12987
def71b5e
LL
129882011-03-23 Leo Liu <sdl.web@gmail.com>
12989
cb5af48e
LL
12990 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12991
def71b5e
LL
12992 * help-mode.el (help-mode-finish): Tweak regexp.
12993
927c53e7
GM
129942011-03-23 Glenn Morris <rgm@gnu.org>
12995
18d05bed
GM
12996 * eshell/esh-opt.el (eshell-eval-using-options):
12997 Do not bind unused local variable `eshell-option-stub'.
12998
927c53e7
GM
12999 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13000
9d0da923
JB
130012011-03-22 Juanma Barranquero <lekktu@gmail.com>
13002
13003 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13004 keymap variable in `with-no-warnings' to avoid a warning when the
13005 keymap has been already `defconst'ed.
13006
4b978a67
LL
130072011-03-22 Leo Liu <sdl.web@gmail.com>
13008
13009 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13010 encode all chars in abbrevs; otherwise use emacs-mule or
13011 utf-8-emacs. (Bug#8308)
13012
5fd62452
JB
130132011-03-22 Juanma Barranquero <lekktu@gmail.com>
13014
0b1596c6
JB
13015 * simple.el (backward-delete-char-untabify):
13016 Avoid warning about using `delete-backward-char'.
13017
5fd62452
JB
13018 * image.el (image-type-file-name-regexps): Make it variable.
13019 `imagemagick-register-types' modifies it, and the user may want
13020 to add new extensions for known image types.
13021 (imagemagick-register-types): Throw error if not using ImageMagick.
13022
0b4e93f1
LL
130232011-03-22 Leo Liu <sdl.web@gmail.com>
13024
13025 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13026 located before rcirc-prompt-end-marker.
13027 (rcirc-complete): Error if point is not after rcirc prompt.
13028 Handle the case when table is nil.
9882e214 13029 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13030
fccee4ab
CY
130312011-03-22 Chong Yidong <cyd@stupidchicken.com>
13032
13033 * custom.el (custom--inhibit-theme-enable): Make it affect only
13034 custom-theme-set-variables and custom-theme-set-faces.
13035 (provide-theme): Ignore custom--inhibit-theme-enable.
13036 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13037 (custom-enabling-themes): Delete variable.
d86d2721
SM
13038 (enable-theme): Accept only loaded themes as arguments.
13039 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13040 (custom-enabled-themes): Forbid themes from setting this.
13041 Eliminate use of custom-enabling-themes.
13042 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13043
af896da6
LL
130442011-03-21 Leo Liu <sdl.web@gmail.com>
13045
13046 * ido.el (ido-read-internal): Add ido-selected to history instead
13047 of user input.
13048
78f64af0
SM
130492011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * subr.el (deferred-action-list, deferred-action-function):
13052 Mark obsolete.
13053
b16ac1ec
LL
130542011-03-21 Leo Liu <sdl.web@gmail.com>
13055
810f7698
LL
13056 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13057 change on 2011-02-13 (bug#8309).
13058
b16ac1ec
LL
13059 * minibuffer.el (read-file-name-function): Change default value.
13060 (read-file-name--defaults): Rename from read-file-name-defaults.
13061 (read-file-name-default): Rename from read-file-name.
13062 (read-file-name): Call read-file-name-function.
13063
4e05e67e
GM
130642011-03-21 Glenn Morris <rgm@gnu.org>
13065
13066 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13067 Doc fixes.
13068
4359915b
CY
130692011-03-21 Chong Yidong <cyd@stupidchicken.com>
13070
13071 * cus-theme.el: Add missing provide statement.
13072 (customize-create-theme): Extract theme value correctly.
13073 (custom-theme-visit-theme): Autoload.
13074 (customize-create-theme): Prompt before inserting default faces.
13075
1fe275ee
JB
130762011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13077
13078 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13079 units and musical notes.
13080
cd394be1 130812011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13082
13083 * ido.el (ido-read-internal): Use completing-read-default.
13084 (ido-completing-read): Fix compatibility with completing-read.
13085
7d476bde
CO
130862011-03-20 Christian Ohler <ohler@gnu.org>
13087
13088 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13089 (ert-delete-all-tests): Use `called-interactively-p' rather than
13090 `interactive-p'.
13091 (ert--make-xrefs-region): Respect END.
13092
fe0fb33e
CY
130932011-03-19 Chong Yidong <cyd@stupidchicken.com>
13094
ff854b0b
CY
13095 * dired-aux.el (dired-create-directory): Signal an error if the
13096 directory already exists (Bug#8246).
13097
fe0fb33e
CY
13098 * facemenu.el (list-colors-display): Call list-faces-display
13099 inside with-help-window.
13100 (list-colors-print): Use display property to align the final
13101 column, instead of checking window-width.
13102
576bce32
EZ
131032011-03-19 Eli Zaretskii <eliz@gnu.org>
13104
4d61f28d 13105 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13106 windows-nt systems.
13107 (emerge-protect-metachars): Quote correctly for ms-dos and
13108 windows-nt systems.
13109
89c41d68 131102011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13111
13112 * info.el (info-initialize): Replace all uses of `:' with
13113 path-separator for compatibility with non-Unix systems.
13114 Cache quoting of path-separator. (Bug#8258)
13115
b14e3e21 131162011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13117
13118 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13119 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13120 (mouse-avoidance-mode): Fix typos in docstrings.
13121
4525ce3e
CY
131222011-03-19 Chong Yidong <cyd@stupidchicken.com>
13123
13124 * startup.el (package-subdirectory-regexp): Move from package.el.
13125 Omit \\` and \\', and let callers add them.
13126
13127 * emacs-lisp/package.el (package-strip-version)
13128 (package-load-all-descriptors): Add \\` and \\' to
13129 package-subdirectory-regexp before using it.
13130 (package-untar-buffer): New arg DIR; ensure that file untars only
13131 into this expected directory. Remove superfluous delete-region.
13132 (package-unpack): Caller changed.
13133 (package-tar-file-info): Use package-subdirectory-regexp.
13134
a904a09a 131352011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13136
a904a09a
SM
13137 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13138 diff-mode-shared-map (bug#8284).
13139 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13140
131412011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13142
13143 * calendar/time-date.el (format-seconds): Use assoc instead of
13144 assoc-string, since assoc-string doesn't exist in XEmacs.
13145
171fc304
JB
131462011-03-17 Juanma Barranquero <lekktu@gmail.com>
13147
13148 * custom.el (custom-known-themes): Reflow docstring.
13149 (custom-theme-load-path): Fix typo in docstring.
13150 (load-theme): Fix typo in error message.
13151 (custom-available-themes, custom-variable-theme-value):
13152 Use `let', not `let*'.
13153
d71990a1
JB
131542011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13155
13156 * calc/README: Mention inclusion of musical notes.
13157
13158 * calc/calc-units.el (calc-lu-quant): Rename from
13159 `calc-logunits-quantity'.
13160 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13161 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13162 (calc-db): Rename from `calc-dblevel'.
13163 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13164 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13165 (calc-np): Rename from `calc-nplevel'.
13166 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13167 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13168 (calc-lu-plus): Rename from `calc-logunits-add'.
13169 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13170 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13171 (calc-lu-minus): Rename from `calc-logunits-sub'.
13172 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13173 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13174 (calc-lu-times): Rename from `calc-logunits-mul'.
13175 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13176 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13177 (calc-lu-divide): Rename from `calc-logunits-div'.
13178 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13179 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13180
13181 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13182 functions being autoloaded.
13183
13184 * calc/calc.el (calc-lu-power-reference): Rename from
13185 `calc-logunits-power-reference'.
13186 (calc-lu-field-reference): Rename from
13187 `calc-logunits-field-reference'.
13188
7a71b18d
GM
13189 * calc/calc-help.el (calc-l-prefix-help):
13190 Mention musical note functions.
d71990a1 13191
40c2934b
SM
131922011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * minibuffer.el (completion-all-sorted-completions):
13195 Use :completion-cycle-penalty text property if present.
13196
b0911414
KM
131972011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13198
13199 * allout.el (allout-yank-processing): Adjust for new rebulleting
13200 regime so bullet being yanked is used without prompting the user
13201 for a choice.
13202
8a05b668
JB
132032011-03-16 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * startup.el (command-line): Warn the user that _emacs is deprecated.
13206
5ba5fb81
JB
132072011-03-16 Juanma Barranquero <lekktu@gmail.com>
13208
13209 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13210 (delphi-verbose, delphi-comment-face, delphi-string-face)
13211 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13212 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13213 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13214 (delphi-new-comment-line, delphi-font-lock-defaults)
13215 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13216 Fix typos in docstrings.
13217
2dab465b
KM
132182011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13219
5ba5fb81 13220 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13221 Invert the roles of character and string values for INSTEAD, so a
13222 string is used for the more common case of a defaulting prompt.
13223
0adf5618
SM
132242011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * progmodes/ruby-mode.el (ruby-backward-sexp):
13227 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13228 * play/gamegrid.el (gamegrid-make-face):
13229 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13230 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13231 * notifications.el (notifications-notify):
13232 * net/xesam.el (xesam-search-engines):
13233 * net/quickurl.el (quickurl-list-insert):
13234 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13235
d72700e5
CY
132362011-03-15 Chong Yidong <cyd@stupidchicken.com>
13237
13238 * startup.el (command-line): Update package subdirectory regexp.
13239
49c5410a
SM
132402011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13241
c6eee9aa
SM
13242 * allout.el (allout-abbreviate-flattened-numbering)
13243 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13244
49c5410a
SM
13245 * subr.el (read-char-choice): Only show the cursor after the prompt,
13246 not after the answer.
13247
047b2bb9
KR
132482011-03-15 Kevin Ryde <user42@zip.com.au>
13249
13250 * help-fns.el (variable-at-point): Skip leading quotes, if any
13251 (bug#8253).
13252
0a57d256
SM
132532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13256 warning message.
13257
77c992bc
MA
132582011-03-14 Michael Albinus <michael.albinus@gmx.de>
13259
13260 * shell.el (shell): When called interactively, offer to change the
13261 shell file name on remote hosts.
13262
eebc475d
TZ
132632011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13264
13265 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13266 integration for LDAP parameters. The host, base, user or binddn,
13267 and secret tokens can be specified in a netrc file, for instance.
13268 This is optional because an `auth-source' parameter must be
13269 specified in the search attributes.
13270
9d05d1ba
JB
132712011-03-13 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13274
09d9db2c
GM
132752011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13276
13277 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13278 into declaration. Remove redundant and harmful binding.
13279
132802011-03-12 Eli Zaretskii <eliz@gnu.org>
13281
13282 * files.el (file-ownership-preserved-p): Pass `integer' as an
13283 explicit 2nd argument to `file-attributes'. If the file's owner
13284 is the Administrators group on Windows, and the current user is
13285 Administrator, consider that a match.
13286
13287 * server.el (server-ensure-safe-dir): Consider server directory
13288 safe on MS-Windows if its owner is the Administrators group while
13289 the current Emacs user is Administrator. Use `=' to compare
13290 numerical UIDs, since they could be integers or floats.
13291
219bd536
JB
132922011-03-12 Juanma Barranquero <lekktu@gmail.com>
13293
13294 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13295
f3afd36b
MA
132962011-03-12 Michael Albinus <michael.albinus@gmx.de>
13297
13298 Sync with Tramp 2.2.1.
13299
13300 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13301
13302 * net/trampver.el: Update release number.
13303
3aaaa6f1
SM
133042011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13305
94642599
SM
13306 * progmodes/compile.el (compilation--previous-directory): Fix up
13307 various nil/dead-marker mismatches (bug#8014).
13308 (compilation-directory-properties, compilation-error-properties):
13309 Don't call it at a position past the one we're about to change.
13310
3aaaa6f1
SM
13311 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13312 Disable obsolescence warnings in the file that declares it.
13313
14239447
KM
133142011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13315
099c39a4
JB
13316 * allout-widgets.el (allout-widgets-tally):
13317 Initialize allout-widgets-tally as a hash table rather than nil to
13318 prevent mode-line redisplay warnings. Also, clarify the module
13319 description and fix a comment typo.
14239447 13320
135e287c
JB
133212011-03-11 Juanma Barranquero <lekktu@gmail.com>
13322
13323 * help-fns.el (describe-variable): Don't complete keywords.
13324 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13325
ffbf300e
CY
133262011-03-10 Chong Yidong <cyd@stupidchicken.com>
13327
ba08b241
CY
13328 * emacs-lisp/package.el (package-version-join): Impose a standard
13329 string representation for pre/alpha/beta version lists.
13330 (package-unpack-single): Standardize the directory name by passing
13331 it through package-version-join.
13332 (package-strip-rcs-id): Accept any version string that does not
13333 signal an error in version-to-list.
ffbf300e 13334
f346fd6b
MA
133352011-03-10 Michael Albinus <michael.albinus@gmx.de>
13336
13337 * simple.el (delete-trailing-whitespace): Return nil for the
13338 benefit of `write-file-functions'.
13339
ccb55d27
GM
133402011-03-10 Glenn Morris <rgm@gnu.org>
13341
5ceaac0c
GM
13342 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13343
02da65ff
GM
13344 * vc/vc-git.el (vc-git-program): New option.
13345 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13346 (vc-git--call): Use it.
13347
b2f603cc
GM
13348 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13349
5772caab
GM
13350 * cus-edit.el (Custom-newline): If no button at point, look
13351 for a subgroup button at start-of-line. (Bug#2298)
13352
ccb55d27
GM
13353 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13354
ec6ecaed
JD
133552011-03-10 Julien Danjou <julien@danjou.info>
13356
13357 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13358 `cursor-type' is nil.
13359
9d5aa01d
JB
133602011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13361
13362 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13363
b6a5875b
KM
133642011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13365
7a71b18d 13366 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13367 preserves the existing header prefix, rebulleting it if necessary,
13368 rather than replacing it. This is necessary for proper operation
13369 of cooperative addons like allout-widgets.
1154d12e
JB
13370 (allout-make-topic-prefix, allout-rebullet-heading):
13371 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13372 value as alternate bullet to be used, instead of prompting the user
13373 for a bullet character.
b6a5875b 13374
ee545c35
MA
133752011-03-09 Michael Albinus <michael.albinus@gmx.de>
13376
d86d2721
SM
13377 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13378 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13379 `tramp-default-port'.
13380
c47971d7
DD
133812011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13382
13383 * net/rcirc.el (rcirc-handler-001): Remove useless
13384 with-rcirc-process-buffer.
13385 (rcirc-check-auth-status): Swap arguments to string-match.
13386
13522cb4
GM
133872011-03-09 Glenn Morris <rgm@gnu.org>
13388
0be6f4f1
GM
13389 * shell.el (shell-mode):
13390 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13391
13522cb4
GM
13392 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13393 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13394
515de2e3
CY
133952011-03-08 Chong Yidong <cyd@stupidchicken.com>
13396
13397 * emacs-lisp/package.el (package-refresh-contents)
13398 (package-menu-execute): Use condition-case-no-debug.
13399
b511b994
MA
134002011-03-08 Michael Albinus <michael.albinus@gmx.de>
13401
13402 * simple.el (shell-command-to-string): Use `process-file'.
13403
13404 * emacs-lisp/package.el (package-tar-file-info): Handle also
13405 remote files.
13406
d86d2721
SM
13407 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13408 Use `equal' for upload base check.
b511b994 13409
25bbfb31
AM
134102011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13411
13412 * textmodes/texinfo.el (texinfo-environments):
13413 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13414
be996521
GM
134152011-03-08 Glenn Morris <rgm@gnu.org>
13416
e9c8529f
GM
13417 * cus-start.el (cursor-in-non-selected-windows):
13418 Fix :set quoting oddness. (Bug#8192)
13419
be996521
GM
13420 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13421 in some setf expressions. (Bug#2159)
13422
2bb5649e
CY
134232011-03-08 Chong Yidong <cyd@stupidchicken.com>
13424
13425 * custom.el (custom-available-themes): Return themes in
13426 alphabetical order.
13427
33383987 13428See ChangeLog.15 for earlier changes.
e3d51b27
MR
13429
13430;; Local Variables:
13431;; coding: utf-8
e3d51b27
MR
13432;; End:
13433
acaf905b 13434 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13435
13436 This file is part of GNU Emacs.
13437
13438 GNU Emacs is free software: you can redistribute it and/or modify
13439 it under the terms of the GNU General Public License as published by
13440 the Free Software Foundation, either version 3 of the License, or
13441 (at your option) any later version.
13442
13443 GNU Emacs is distributed in the hope that it will be useful,
13444 but WITHOUT ANY WARRANTY; without even the implied warranty of
13445 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13446 GNU General Public License for more details.
13447
13448 You should have received a copy of the GNU General Public License
13449 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.