* doc/misc/forms.texi (Long Example): Update for changed location of files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
03794570
GM
12012-05-07 Glenn Morris <rgm@gnu.org>
2
af8630f4
GM
3 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
4
03794570
GM
5 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6
f0809a9d
SM
72012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8
28be5ce7
SM
9 * loadup.el: Preload newcomment.el.
10 * newcomment.el: Move autoload-only code to toplevel.
11
f0809a9d
SM
12 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
13 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14 Handle new :right-align column property.
15 (tabulated-list-print-col): Idem, plus use `display' text-property to
16 try and preserve alignment for variable pitch fonts.
17
1241b724
CY
182012-05-07 Chong Yidong <cyd@gnu.org>
19
20 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
21 (tabulated-list-use-header-line): New var.
22 (tabulated-list-init-header): Use it.
23 (tabulated-list-print-fake-header): New function.
24 (tabulated-list-print): Use it.
25 (tabulated-list-sort-button-map): Add non-header-line commands.
26 (tabulated-list-init-header): Add column name property to basic
27 labels as well.
28 (tabulated-list-col-sort): Handle non-header-line button case.
29 (tabulated-list--sort-by-column-name): Fix a corner case.
30
f0809a9d
SM
31 * buff-menu.el (list-buffers--refresh):
32 Handle Buffer-menu-use-header-line.
1241b724 33
e5f9458f
CY
342012-05-06 Chong Yidong <cyd@gnu.org>
35
36 * buff-menu.el: Convert to Tabulated List mode.
37 (Buffer-menu-buffer+size-width): Make obsolete.
38 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
39 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
40 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
41 documentation into docstring of buffer-menu.
42 (Buffer-menu-toggle-files-only): Add an informative message.
43 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
44 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
45 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
46 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
47 (Buffer-menu-execute, Buffer-menu-select)
48 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
49 (Buffer-menu-bury): Use Tabulated List machinery.
50 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
51 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 52 Delete.
e5f9458f
CY
53 (list-buffers--refresh): New function.
54 (list-buffers-noselect): Use it.
55 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
56 (Buffer-menu--pretty-file-name): New helper functions.
57
58 * loadup.el: Preload tabulated-list.
59
60 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
61 tabulated-list-sort-column.
62 (tabulated-list-init-header): Add the initial aligning space even
63 if tabulated-list-padding is zero.
64
e129292c
CS
652012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
66
67 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
68 whose cdr is not a cons cell correctly (bug#11038).
69
6632d361
CY
702012-05-06 Chong Yidong <cyd@gnu.org>
71
e129292c
CS
72 * emacs-lisp/tabulated-list.el (tabulated-list-format):
73 Accept additional plist in column descriptors.
6632d361
CY
74 (tabulated-list-init-header): Obey it.
75 (tabulated-list-get-entry): New function.
76 (tabulated-list-put-tag): Use it. Use string-width instead of
77 length.
78 (tabulated-list--column-number): New function.
79 (tabulated-list-print): Use it.
e129292c
CS
80 (tabulated-list-print-col): New function.
81 Set `tabulated-list-column-name' property on each column's text.
6632d361 82 (tabulated-list-print-entry): Use it.
e129292c
CS
83 (tabulated-list-delete-entry, tabulated-list-set-col):
84 New functions.
6632d361
CY
85 (tabulated-list-sort-column): New command (Bug#11337).
86
3cc99f68
CY
87 * buff-menu.el (list-buffers): Move C-x C-b binding from
88 buff-menu.el to bindings.el.
89
90 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
91 :advertised-binding feature.
92
52b61776
TN
932012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
94
95 * progmodes/compile.el (compilation-internal-error-properties):
96 Calculate start position correctly when end-col is set but
97 end-line is not (Bug#11382).
98
ebfe2597
WJ
992012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
100
101 * man.el (Man-unindent): Use text-property-default-nonsticky to
102 prevent untabify from inheriting face properties (Bug#11408).
103
a43f98b3
GM
1042012-05-05 Glenn Morris <rgm@gnu.org>
105
48176e8b
GM
106 * calendar/cal-html.el: Optionally include holidays in the output.
107 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
108 (cal-html-holidays): New option.
109 (cal-html-css-default): Add holiday entry.
110 (holiday-in-range): Autoload it.
111 (cal-html-htmlify-entry): Add optional class argument.
112 (cal-html-htmlify-list): Add optional holidays argument.
113 (cal-html-insert-agenda-days): Include holidays in the output.
114 (cal-html-one-month): Maybe include holidays.
115
a43f98b3
GM
116 * calendar/holidays.el (holiday-in-range):
117 Move here from cal-tex-list-holidays.
118 * calendar/cal-tex.el (cal-tex-list-holidays):
119 Make it an obsolete alias for holiday-in-range. Update all callers.
120
fef9d149 1212012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
122
123 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
124 Nextstep.
125
248da2f4
RW
1262012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
127
128 * files.el (file-auto-mode-skip): New var.
129 (set-auto-mode-1): Use it.
130
f95e9344
SM
1312012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
132
df96ab1e
SM
133 * repeat.el: Use lexical-binding.
134 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
135 (repeat-undo-count): Remove.
136 (repeat):
137 * progmodes/octave-mod.el (octave-abbrev-start):
138 * progmodes/f90.el (f90-abbrev-start):
139 * face-remap.el (text-scale-adjust):
140 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
141
5342bb06
SM
142 * emacs-lisp/pcase.el (pcase--let*): New function.
143 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
144 a bit more.
145 (pcase--split-pred): Be more clever about ruling out overlap between
146 a predicate and some constant pattern.
147 (pcase--q1): Use `null' instead of (eq foo nil).
148
f95e9344
SM
149 * subr.el (setq-local, defvar-local): New macros.
150 (kbd): Redefine as an alias.
151 (with-selected-window): Leave unrelated frames alone.
152 (set-temporary-overlay-map): New function.
153
71873e2b
SM
1542012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * subr.el (user-error): New function.
157 * window.el (switch-to-buffer):
158 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
159 (smerge-match-conflict):
160 * simple.el (previous-matching-history-element)
161 (next-matching-history-element, goto-history-element, undo-more)
162 (undo-start):
163 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
164 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
165 (next-file, tags-loop-scan, list-tags, complete-tag):
166 * progmodes/compile.el (compilation-loop):
167 * mouse.el (mouse-minibuffer-check):
168 * man.el (Man-bgproc-sentinel, Man-goto-page):
169 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
170 (Info-history-forward, Info-follow-reference, Info-menu)
171 (Info-extract-menu-item, Info-extract-menu-counting)
172 (Info-forward-node, Info-backward-node, Info-next-menu-item)
173 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
174 (Info-next-reference, Info-prev-reference, Info-index)
175 (Info-index-next, Info-follow-nearest-node)
176 (Info-copy-current-node-name):
177 * imenu.el (imenu--make-index-alist)
178 (imenu-default-create-index-function, imenu-add-to-menubar):
179 * files.el (basic-save-buffer, recover-file):
180 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
181 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
182 (checkdoc-message-text, checkdoc-defun):
183 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
184 * cus-edit.el (customize-changed-options, customize-rogue)
185 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
186 (custom-variable-mark-to-reset-standard)
187 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
188 (custom-file):
189 * completion.el (check-completion-length):
190 * comint.el (comint-search-arg)
191 (comint-previous-matching-input-string-position)
192 (comint-previous-matching-input)
193 (comint-replace-by-expanded-history-before-point, comint-send-input)
194 (comint-copy-old-input, comint-backward-matching-input)
195 (comint-goto-process-mark, comint-set-process-mark):
196 * calendar/calendar.el (calendar-cursor-to-date): Use it.
197 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
198
8a61ee22
SM
1992012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
200
66408d1e
SM
201 * dabbrev.el (dabbrev--ignore-case-p): New function.
202 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
203 Use it.
204
8a61ee22
SM
205 * files.el (automount-dir-prefix): Mark as obsolete.
206
3c74813a
GM
2072012-05-04 Glenn Morris <rgm@gnu.org>
208
209 * patcomp.el, play/bruce.el: Move to obsolete/.
210
0bfcf5c5
PE
2112012-05-04 Paul Eggert <eggert@cs.ucla.edu>
212
213 Fix minor Y10k bugs.
214 * arc-mode.el (archive-unixdate):
215 * autoinsert.el (auto-insert-alist):
216 * calc/calc-forms.el (math-this-year):
217 * emacs-lisp/copyright.el (copyright-current-year)
218 (copyright-update-year, copyright):
219 * tar-mode.el (tar-clip-time-string):
220 * time.el (display-time-update):
221 Don't assume years have 4 digits.
222
78f3273a
CY
2232012-05-04 Chong Yidong <cyd@gnu.org>
224
225 * dos-w32.el (file-name-buffer-file-type-alist)
226 (direct-print-region-use-command-dot-com):
227 * ffap.el (ffap-menu-regexp):
228 * find-file.el (ff-special-constructs):
229 * follow.el (follow-debug):
230 * forms.el (forms--debug):
231 * iswitchb.el (iswitchb-all-frames):
232 * ido.el (ido-all-frames):
233 * emacs-lisp/timer.el (timer-max-repeats):
234 * mail/feedmail.el (feedmail-mail-send-hook)
235 (feedmail-mail-send-hook-queued):
236 * mail/footnote.el (footnote-signature-separator):
237 * mail/mailabbrev.el (mail-alias-separator-string)
238 (mail-abbrev-mode-regexp):
239 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
240 * progmodes/idlwave.el (idlwave-libinfo-file)
241 (idlwave-default-completion-case-is-down)
242 (idlwave-library-routines): Convert defvars to defcustoms.
243
244 * mail/rmail.el (rmail-decode-mime-charset):
245 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
246 (idlwave-shell-fix-inserted-breaks)
247 (idlwave-shell-activate-alt-keybindings)
248 (idlwave-shell-use-breakpoint-glyph):
249 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
250
f7ae6719
SM
2512012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
254
47086495
WS
2552012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
256
257 * progmodes/verilog-mode.el (font-lock-keywords):
258 Fix mis-highligting auto. Reported by Craig Barner.
259 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
260 defines from global name space. Reported by Dan Dever.
261 (verilog-auto-reset, verilog-auto-reset-widths)
262 (verilog-auto-tieoff): Support using unbased numbers for
263 AUTORESET and AUTOTIEOFF.
264 (verilog-submit-bug-report): Update variable list.
265 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
266 parenthesis from not matching. Reported by Michael Rytting.
267 (verilog-auto-template-lint): Fix hash error when linting modules
268 with no used templates.
269 (verilog-warn, verilog-warn-error)
270 (verilog-warn-fatal): When non-interactive report multiple
271 warnings before exiting. Suggested by Brad Dobbie.
272 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
273 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
274 to report unused template errors. Reported by Brad Dobbie.
275 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
276 nets, bug438. Reported by Vns Blore.
277 (verilog-auto-inout-module, verilog-auto-reg)
278 (verilog-read-decls, verilog-read-sub-decls-sig)
279 (verilog-signals-edit-wire-reg, verilog-signals-with):
280 Fix passing of Verilog data types in ANSI input/output ports
281 such as "output logic" into the AUTOs. Special case "wire" and
282 "reg" for backwards compatibility presuming Verilog 2001.
283 (verilog-auto-ascii-enum): Add "auto enum" as alias.
284 (verilog-preprocess): Fix replication of preprocess output.
285 Reported by Brad Dobbie.
286 (verilog-auto-inst-interfaced-ports):
287 Create verilog-auto-inst-interfaced-ports, bug429.
288 Reported by Julian Gorfajn.
289 (verilog-after-save-font-hook)
290 (verilog-before-save-font-hook): New variable.
291 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
292 (verilog-save-font-mods): Wrap disabling fontification, reported
293 by David Rogoff.
294 (verilog-do-indent, verilog-pretty-declarations-auto)
295 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
296 Reported by Pierre-David Pfister.
297 (verilog-set-auto-endcomments): Fix endtask auto comments outside
298 of class declarations, bug292. Reported by Kevin Heilman.
299 (verilog-read-decls): Fix 'parameter type' not appearing in
300 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
301 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
302 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
303 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
304 Reported by David Kravitz.
305
3062012-05-03 Michael McNamara <mac@mail.brushroad.com>
307
308 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
309 assignment with tests in ifs and for loops.
310 (verilog-extended-complete-re, verilog-complete-reg): Change so
311 that DPI inport functions don't look like fuction declarations.
312 (verilog-pretty-expr): Don't line up assignment
313 operations to the test and increment in if and for loops
314 (verilog-extended-complete-re, verilog-complete-reg): Change so
315 that DPI inport functions don't look like fuction declarations
316
2e51d4b5
KH
3172012-05-03 Kenichi Handa <handa@m17n.org>
318
319 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
320 decoding, and show a warning message without signalling an error
321 (Bug#11282).
322
2bd785a2
SM
3232012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * emacs-lisp/bytecomp.el
326 (byte-compile-file-form-custom-declare-variable): Compile all elements,
327 since cconv.el might have introduced :fun-body, internal-make-closure,
328 and friends for bytecomp to handle (bug#11391).
329 * custom.el (defcustom): Avoid ((λ ..) ..).
330
99d27583
SM
3312012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
334
55a71479
JB
3352012-05-02 Juanma Barranquero <lekktu@gmail.com>
336
337 * notifications.el (dbus-debug):
338 * term/linux.el (gpm-mouse-enable):
339 * term/screen.el (xterm-register-default-colors): Declare.
340
7b97c764
CY
3412012-05-02 Chong Yidong <cyd@gnu.org>
342
2bc356d7
CY
343 * cus-start.el (gc-cons-percentage, exec-suffixes)
344 (dos-display-scancodes, dos-hyper-key, dos-super-key)
345 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
346 (make-cursor-line-fully-visible, void-text-area-pointer)
347 (font-list-limit): Add customization data.
348
7b97c764
CY
349 * allout.el (allout-exposure-change-functions)
350 (allout-structure-added-functions)
351 (allout-structure-deleted-functions)
352 (allout-structure-shifted-functions): Rename abnormal hooks from
353 *-hook, and convert to defcustoms.
5d3385a0
JB
354 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
355 Convert to defcustoms.
7b97c764
CY
356 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
357
358 * allout-widgets.el: Hook callers changed.
359
90207a15 3602012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
361
362 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
363 the yanked message in preference to the default value of
364 buffer-file-coding-system.
365
90207a15 3662012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 367
5d3385a0
JB
368 * window.el (display-buffer--action-function-custom-type):
369 Fix entry.
d9558cad 370
90207a15 3712012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
372
373 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
374
d80ac57b
GM
3752012-05-01 Glenn Morris <rgm@gnu.org>
376
976f7668
GM
377 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
378
beb83b5a
GM
379 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
380
d80ac57b
GM
381 * cus-edit.el (custom-variable-documentation): Simplify with format.
382
b593d6a9
AH
3832012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
384 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * simple.el (suggest-key-bindings, execute-extended-command):
387 Move from keyboard.c.
388
782fbf2a
CY
3892012-05-01 Chong Yidong <cyd@gnu.org>
390
391 * follow.el: Eliminate advice.
392 (set-process-filter, process-filter, sit-for): Advice deleted.
393 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
394 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
395 Vars deleted.
782fbf2a
CY
396 (follow-auto): Use a :set function.
397 (follow-mode): Rewritten. Don't advise process filters.
398 (follow-switch-to-current-buffer-all, follow-scroll-up)
399 (follow-scroll-down): Assume follow-mode is bound.
400 (follow-comint-scroll-to-bottom)
401 (follow-align-compilation-windows): New functions.
402 (follow--window-sorter): New function.
403 (follow-all-followers): Use it to explicitly sort windows by their
404 positions; don't make assumptions about next-window order.
405 (follow-windows-start-end, follow-delete-other-windows-and-split)
406 (follow-calc-win-start): Doc fix.
407 (follow-windows-aligned-p, follow-select-if-visible): Don't call
408 vertical-motion unnecessarily.
409 (follow-adjust-window): New function.
410 (follow-post-command-hook): Use it.
411 (follow-call-set-process-filter, follow-call-process-filter)
412 (follow-intercept-process-output, follow-tidy-process-filter-alist)
413 (follow-stop-intercept-process-output, follow-generic-filter):
414 Functions deleted.
415 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
416 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
417 New functions, replacing advice on scroll-bar-* commands.
87233a14 418 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
419
420 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
421 (comint-postoutput-scroll-to-bottom): Use it.
422 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 423
290af740
GM
4242012-05-01 Glenn Morris <rgm@gnu.org>
425
426 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
427 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
428 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
429 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
430 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
431 Remove no-byte-compile setting.
432
6eac8dc9
SM
4332012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * minibuffer.el (completion-table-with-quoting): Fix compatibility
436 all-completions code to not return a number in the last cdr.
437
9cc7819c
LL
4382012-04-30 Leo Liu <sdl.web@gmail.com>
439
440 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
441 read-only error.
442
c93b886f
CY
4432012-04-29 Chong Yidong <cyd@gnu.org>
444
445 * follow.el (follow-calc-win-end): Rewrite to handle partial
446 screen lines correctly (Bug#8390).
447 (follow-avoid-tail-recenter): Minor cleanup.
448
8b6c19f4
SM
4492012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 Avoid the obsolete `assoc' package.
452 * speedbar.el (speedbar-refresh): Avoid adelete.
453 (speedbar-file-lists): Simplify and avoid aput.
454 * man.el (Man--sections, Man--refpages): New vars, replacing
455 Man-sections-alist and Man-refpages-alist.
456 (Man-build-section-alist, Man-build-references-alist):
457 Use them; avoid aput.
458 (Man--last-section, Man--last-refpage): New vars.
459 (Man-follow-manual-reference): Use them.
460 Use the `default' arg of completing-read.
461 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
462
c5bb7569
CY
4632012-04-27 Chong Yidong <cyd@gnu.org>
464
d1d2e2e8
CY
465 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
466
15cd8efd
CY
467 * startup.el (x-apply-session-resources): New function.
468
469 * term/ns-win.el (ns-initialize-window-system):
470 * term/w32-win.el (w32-initialize-window-system):
471 * term/x-win.el (x-initialize-window-system): Use it to properly
472 set menu-bar-mode and other vars from X resources, even if the
473 initial frame is not a window-system frame (Bug#2299).
474
c5bb7569
CY
475 * subr.el (read-key): Avoid running filter function when setting
476 up temporary tool bar entries (Bug#9922).
477
a8e7d6d7 4782012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
479
480 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
481 (Bug#11344)
482
a8e7d6d7 4832012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
484
485 * select.el (xselect--encode-string): New function, split from
486 xselect-convert-to-string.
487 (xselect-convert-to-string): Use it.
488 (xselect-convert-to-filename, xselect-convert-to-os)
489 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
490 returned strings are properly encoded (Bug#11315).
491
a8e7d6d7 4922012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
493
494 * simple.el (delete-active-region): Move to killing custom group.
495
a8e7d6d7 4962012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
497
498 * progmodes/which-func.el (which-func-current): Quote %
499 characters for mode-line processing.
500
578c1d4b 5012012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
502
503 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
504 reaching eob (Bug#11286).
505
a8e7d6d7 5062012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
507
508 * progmodes/gdb-mi.el (gdb-control-level): New variable.
509 (gdb): Make it buffer-local and init to zero.
510 (gdb-control-commands-regexp): New variable.
511 (gdb-send): Don't wrap in "-interpreter-exec console" if
512 gdb-control-level is positive. Increment gdb-control-level
513 whenever the command matches gdb-control-commands-regexp, and
514 decrement it each time the command is "end". (Bug#11279)
515
a8e7d6d7 5162012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
517
518 * window.el (adjust-window-trailing-edge, enlarge-window)
519 (shrink-window, window-resize):
520 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
521 windows (Bug#11276).
522
b3608390
CY
5232012-04-27 Chong Yidong <cyd@gnu.org>
524
525 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 526 fix "missing prefix" warning. All callers changed.
b3608390 527
797e6e88
SM
5282012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * emacs-lisp/assoc.el: Move to obsolete/.
531
e95a67dc
SM
5322012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
533
657c21e4 534 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
535
536 * term/ns-win.el (ns-define-service):
537 * progmodes/pascal.el (pascal-goto-defun):
538 * progmodes/js.el (js--read-tab):
539 * progmodes/etags.el (tags-lazy-completion-table):
540 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
541 * emacs-lisp/ewoc.el (ewoc--wrap):
542 * emacs-lisp/assoc.el (aput, adelete, amake):
543 * doc-view.el (doc-view-convert-current-doc):
544 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
545
cb3e7ae0
CY
5462012-04-26 Chong Yidong <cyd@gnu.org>
547
dce04f7f
CY
548 * image.el (image-type-from-buffer): Only return supported image
549 type (Bug#9045).
550
cb3e7ae0
CY
551 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
552 value, for symmetry with diff-end-of-hunk.
553 (diff-split-hunk, diff-find-source-location)
554 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
555 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
556 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
557 compute the relevant hunk or file properly (Bug#6005).
558 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
559
0d42eb3e
SM
5602012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * vc/vc-mtn.el:
563 * vc/vc-hg.el:
564 * vc/vc-git.el:
565 * vc/vc-dir.el:
566 * vc/vc-cvs.el:
567 * vc/vc-bzr.el:
568 * vc/vc-arch.el:
569 * vc/vc.el: Replace lexical-let by lexical-binding.
570 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
571 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
572 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
573
f08ae1c9
CY
5742012-04-26 Chong Yidong <cyd@gnu.org>
575
8b71081d
CY
576 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
577 (diff-mode-shared-map): Bind it to / and [remap undo].
578
f08ae1c9
CY
579 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
580 (ediff-window-setup-function): Use it as the default, to set up
581 windows based on whether the current frame is graphical (Bug#2138).
582 (ediff-choose-window-setup-function-automatically): Make obsolete.
583
584 * vc/ediff-init.el: Always define ediff-pixel-width/height.
585
ef24141c
SM
5862012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
587
cc356a5d
SM
588 * ffap.el: Remove old code for obsolete package.
589 (ffap-complete-as-file-p): Remove.
590
b4ff4f1f
SM
591 Use completion-table-with-quoting for comint and pcomplete.
592 * comint.el (comint--unquote&requote-argument)
593 (comint--unquote-argument, comint--requote-argument): New functions.
594 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
595 (comint-quote-filename): Use regexp-opt-charset.
596 (comint--common-suffix, comint--common-quoted-suffix)
597 (comint--table-subvert): Remove.
598 (comint-unquote-function, comint-requote-function): New vars.
599 (comint--complete-file-name-data): Use them with
600 completion-table-with-quoting.
601 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
602 * pcomplete.el (pcomplete-arg-quote-list)
603 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
604 (pcomplete-unquote-argument-function): Default to non-nil.
605 (pcomplete-unquote-argument): Simplify.
606 (pcomplete--common-quoted-suffix): Remove.
607 (pcomplete-requote-argument-function): New var.
608 (pcomplete--common-suffix): New function.
609 (pcomplete-completions-at-point): Use completion-table-with-quoting
610 and completion-table-subvert.
611
79c4eeb4
SM
612 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
613 (minibuffer--double-dollars): Preserve properties.
614 (completion--sifn-requote): New function.
615 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
616
ef24141c
SM
617 * minibuffer.el: Add support for completion of quoted/escaped data.
618 (completion-table-with-quoting, completion-table-subvert): New funs.
619 (completion--twq-try, completion--twq-all): New functions.
620 (completion--nth-completion): New function.
621 (completion-try-completion, completion-all-completions): Use it.
622
784e7d6e
LL
6232012-04-25 Leo Liu <sdl.web@gmail.com>
624
dd2ac746
SM
625 * progmodes/python.el (python-pdbtrack-get-source-buffer):
626 Use compilation-message if available to find real filename.
784e7d6e 627
07875ee7
CY
6282012-04-25 Chong Yidong <cyd@gnu.org>
629
630 * vc/diff-mode.el (diff-setup-whitespace): New function.
631 (diff-mode): Use it.
632
633 * vc/diff.el (diff-sentinel):
634 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
635 Whitespace mode variables based on diff style (Bug#8612).
636
5055880d
LL
6372012-04-25 Leo Liu <sdl.web@gmail.com>
638
daf75653
LL
639 * progmodes/python.el (python-send-region): Add suffix .py to the
640 temp file.
641
5055880d
LL
642 * files.el (auto-mode-alist): Use javascript-mode instead.
643
db9b177b
AH
6442012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
645
ef24141c 646 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
647
648 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 649 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 650 references, see Bug#9.
ef24141c 651 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 652 when receiving a fault reply.
ef24141c 653 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
654
655 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 656 (soap-inspect-simple-type): New function.
db9b177b 657
ef24141c 658 * soap-client.el (soap-simple-type): New struct.
db9b177b 659 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
660 (soap-decode-basic-type, soap-encode-basic-type):
661 support unsignedInt and double basic types.
db9b177b 662 (soap-resolve-references-for-simple-type)
ef24141c
SM
663 (soap-parse-simple-type, soap-encode-simple-type): New function.
664 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
665
666 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
667 (soap-default-soapenc-types): Add integer, byte and anyURI types.
668 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
669 the local name of "soapenc:Array".
670 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
671 decoding integer, byte and anyURI xsd types.
672
1fc6097b
CY
6732012-04-25 Chong Yidong <cyd@gnu.org>
674
675 * cus-edit.el (custom-buffer-create-internal): Update header text.
676
afc6df87
EZ
6772012-04-25 Eli Zaretskii <eliz@gnu.org>
678
679 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
680 settings on 'system-type', not on 'window-system'. On MS-Windows,
681 set interactive-mode on in GDB.
682
dfbd787f
SM
6832012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
686 (ruby-syntax-propertize-regexp): Remove.
687 (ruby-syntax-propertize-function): Split regexp into chunks.
688 Match following code directly.
689
85222d44
DG
6902012-04-24 Dmitry Gutov <dgutov@yandex.ru>
691
51a8ea2a
DG
692 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
693 (ruby-syntax-propertize-regexp): New function.
694 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
695 by a special keyword.
696
85222d44
DG
697 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
698 (ruby-syntax-general-delimiters-goto-beg)
699 (ruby-syntax-propertize-general-delimiters): New functions.
700 (ruby-syntax-propertize-function): Use them to handle GDL.
701 (ruby-font-lock-keywords): Move old handling of GDL...
702 (ruby-font-lock-syntactic-keywords): .. to here.
703 (ruby-calculate-indent): Adjust indentation for GDL.
704
b613912b
MA
7052012-04-24 Michael Albinus <michael.albinus@gmx.de>
706
b5380639
MA
707 * notifications.el (top): Remove unneeded declarations.
708 (notifications-specification-version): Change to "1.2".
e43042fe 709 (notifications-interface, notifications-notify-method)
b613912b
MA
710 (notifications-close-notification-method): Fix docstring.
711 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
712 (notifications-notify): Add :action-items, :resident and
713 :transient hints. Change "image_data" to "image-data" and
714 "image_path" to "image-path".
b613912b
MA
715 (notifications-get-capabilities): New defun.
716
257440aa
LL
7172012-04-24 Leo Liu <sdl.web@gmail.com>
718
719 * progmodes/python.el: Move hideshow setup to the end.
720
b1bac16e
MR
7212012-04-24 Martin Rudalics <rudalics@gmx.at>
722
723 * window.el (handle-select-window): Clear echo area since this is
724 no more done by read_char (Bug#11304).
725
d81bd059
SM
7262012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
729 and `/ M' to filter-derived-mode.
730 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
731 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
732 (ibuffer-mark-by-mode): Use default rather than initial-input.
733 (ibuffer-filter-by-derived-mode): Autoload and require-match.
734
c4cf6d91
IA
7352012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
736
737 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
738 (ibuffer-filter-by-derived-mode): New filter.
739 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
740
7511ded8
CY
7412012-04-23 Andreas Politz <politza@fh-trier.de>
742
743 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
744
775c916b
CY
7452012-04-23 Chong Yidong <cyd@gnu.org>
746
747 * cus-edit.el (customize-apropos, customize-apropos-options):
748 Disable matching of non-option variables (Bug#11176).
749 (customize-option, customize-option-other-window)
750 (customize-changed-options): Doc fix.
751 (customize-apropos-options, customize-apropos-faces)
752 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
753
754 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 755 Fix word list splitting (Bug#11132).
46c71e23
CY
756 (apropos-symbol, apropos-keybinding, apropos-label)
757 (apropos-property, apropos-function-button)
758 (apropos-variable-button, apropos-misc-button): New faces.
759 (apropos-symbol-face, apropos-keybinding-face)
760 (apropos-label-face, apropos-property-face, apropos-match-face):
761 Variables removed (Bug#8396).
762 (apropos-library-button, apropos-format-plist, apropos-print)
763 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 764
2df41f9c
MA
7652012-04-23 Michael Albinus <michael.albinus@gmx.de>
766
767 * net/xesam.el (xesam-mode-map): Use let-bound map in
768 initialization. (Bug#11292)
769
da00640a
AM
7702012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
771
772 Preserve ispell session localwords when switching back to
773 original buffer.
774
775 * ispell.el (ispell-buffer-session-localwords): New buffer-local
776 variable to hold buffer session localwords.
777 (ispell-kill-ispell): add option 'clear to delete session
778 localwords.
779 (ispell-command-loop, ispell-change-dictionary)
780 (ispell-buffer-local-words): Preserve session localwords when
781 needed.
782
783 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
784 Preserve session localwords when needed.
785
f621ccf5
AM
7862012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
787
788 * ispell.el (ispell-insert-word) Remove unneeded function using
789 obsolete `translation-table-for-input'.
ef24141c
SM
790 (ispell-word, ispell-process-line, ispell-complete-word):
791 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 792
c2d1019e
CY
7932012-04-22 Chong Yidong <cyd@gnu.org>
794
795 * cus-edit.el (custom-variable-menu)
796 (custom-variable-reset-saved, custom-face-menu)
797 (custom-face-reset-saved): If there is no saved value, make the
798 "reset-saved" operation bring back the default (Bug#9509).
799 (custom-face-state): Properly detect themed faces.
800
eeddc531
CY
801 * faces.el (face-spec-set): Stop supporting deprecated form of
802 third arg.
803
dcbf5805
MA
8042012-04-22 Michael Albinus <michael.albinus@gmx.de>
805
806 Move functions from C to Lisp. Make non-blocking method calls
807 the default. Implement further D-Bus standard interfaces.
808
ef24141c
SM
809 * net/dbus.el (dbus-message-internal): Declare function.
810 Remove unneeded function declarations.
dcbf5805
MA
811 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
812 (dbus-message-type-method-return, dbus-message-type-error)
813 (dbus-message-type-signal): Declare variables. Remove local
814 definitions.
815 (dbus-interface-dbus, dbus-interface-peer)
816 (dbus-interface-introspectable, dbus-interface-properties)
817 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
818 Adapt docstring.
819 (dbus-interface-objectmanager): New defconst.
820 (dbus-call-method, dbus-call-method-asynchronously)
821 (dbus-send-signal, dbus-method-return-internal)
822 (dbus-method-error-internal, dbus-register-service)
823 (dbus-register-signal, dbus-register-method): New defuns, moved
824 from dbusbind.c
825 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
826 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
827 New defuns.
dcbf5805
MA
828 (dbus-call-method-non-blocking): Make it an obsolete function.
829 (dbus-unregister-object, dbus-unregister-service)
830 (dbus-handle-event, dbus-register-property)
831 (dbus-property-handler): Obey the new structure of
832 `bus-registered-objects'.
833 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
834 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
835 Use `dbus-call-method'.
836
cf20dee0
CY
8372012-04-22 Chong Yidong <cyd@gnu.org>
838
839 * cus-edit.el (custom-commands, custom-reset-menu)
840 (Custom-reset-standard): Tweak labels.
841 (custom-reset-button-menu): Change default to t.
842 (custom-buffer-create-internal): For the custom-reset-button-menu
843 case, put the revert button first.
844 (custom-group-subtitle): New face.
845 (custom-group-value-create): Align docstring to a specific column.
846
847 * wid-edit.el (widget-documentation-link-add): Don't handle
848 indentation in this function.
849 (widget-documentation-string-indent-to): New function.
850 (widget-documentation-string-value-create): Use it.
851
852 * autorevert.el (auto-revert):
853 * epg-config.el (epg):
854 * ibuffer.el (ibuffer):
855 * mpc.el (mpc):
856 * ses.el (ses):
857 * eshell/eshell.el (eshell):
858 * net/ange-ftp.el (ange-ftp):
859 * progmodes/ebnf2ps.el (postscript):
860 * progmodes/flymake.el (flymake):
861 * progmodes/prolog.el (prolog):
862 * progmodes/verilog-mode.el (verilog-mode):
863 * progmodes/which-func.el (which-func):
864 * term/xterm.el (xterm):
865 * textmodes/picture.el (picture):
866 * textmodes/tildify.el (tildify):
867 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
868 customization buffers.
869
583e23bd
AM
8702012-04-22 Alan Mackenzie <acm@muc.de>
871
872 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
873 Adding a ) can hide the resulting (..) from searches. Fix it.
874 Bound the backward search to the position of the existing (.
875
7dd51bf1
JB
8762012-04-21 Juanma Barranquero <lekktu@gmail.com>
877
878 * progmodes/verilog-mode.el (verilog-mode): Check whether
879 which-func-modes is t before adding verilog-mode.
880 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
881
d64a438f
LL
8822012-04-21 Leo Liu <sdl.web@gmail.com>
883
7dd51bf1 884 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 885
081e8d65
MV
8862012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
887
888 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
889 filling of the last column of a table (Bug#5635).
890 (woman-find-next-control-line): New arg, specifying an additional
891 regexp component for the control line.
892 (woman2-roff-buffer): Use it.
893 (woman-break-table): New function.
894 (woman2-TS): Use it.
895
8962012-04-21 Chong Yidong <cyd@gnu.org>
897
898 * woman.el (woman-set-buffer-display-table, woman-decode-region)
899 (woman-horizontal-escapes, woman-negative-vertical-space)
900 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
901 (WoMan-warn-ignored): Use ?\s instead of ?\ .
902
ed571ccb
SM
9032012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * minibuffer.el (completion-file-name-table): Complete user names.
906
39773899
LL
9072012-04-20 Leo Liu <sdl.web@gmail.com>
908
909 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
910 and pcase-let*.
911
de6ff46d
CY
9122012-04-20 Chong Yidong <cyd@gnu.org>
913
914 * server.el (server-execute): Respect initial-buffer-choice if it
915 is a string and there are no files to open (Bug#2825).
916 (server-create-window-system-frame, server-create-tty-frame):
917 Don't switch buffers here.
2d0e8e61
CY
918 (server-process-filter): Only try to open a window system frame if
919 compiled with graphical support (Bug#8314).
de6ff46d 920
54071013
DN
9212012-04-20 Dan Nicolaescu <dann@gnu.org>
922
923 * battery.el (battery-echo-area-format): Display remaining time
924 for sysfs backend too (Bug#11269).
925 (battery-linux-sysfs): Fix conditional for the charge.
926
f30d612a
CY
9272012-04-20 Chong Yidong <cyd@gnu.org>
928
c07a4c0b 929 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
930 (gdb-inferior-io--init-proc): New function.
931 (gdb-init-1): Use it.
932 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
933 responsible for allocating a new pty and hooking it to gdb when
934 the old pty gets an EIO due to process exit.
935 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
936 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
937 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
938
2116e93c
EZ
9392012-04-20 Eli Zaretskii <eliz@gnu.org>
940
941 * window.el (window-min-size, window-sizable, window-min-delta)
942 (window-max-delta, window--resizable, window-resizable)
943 (window-total-size, window-full-height-p, window-full-width-p)
944 (window-in-direction, window--resize-mini-window, window-resize)
945 (window--resize-child-windows-normal)
946 (window--resize-child-windows, window--resize-siblings)
947 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 948 (enlarge-window, shrink-window): Doc fixes.
2116e93c 949
c07a4c0b 9502012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 951
ef24141c
SM
952 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
953 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
954 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
955 pty process (Bug#11273).
956 (gdb-update): New arg to suppress talking to the gdb process.
957 (gdb-done-or-error): Use it.
958 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
959 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
960 sentinel not being called.
961
962 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
963
d02766ab
CY
964 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
965
c07a4c0b 9662012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
967
968 * net/network-stream.el (open-network-stream): Doc fix.
969
c07a4c0b 9702012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
971
972 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
973
c07a4c0b 9742012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
975
976 Ensure searching for keywords is case sensitive.
977
978 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
979 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
980 (c-defun-name, c-mark-function, c-cpp-define-name)
981 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 982 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 983
ef24141c
SM
984 * progmodes/cc-mode.el (c-font-lock-fontify-region):
985 Bind case-fold-search to nil.
f0f6bc35 986
c07a4c0b 9872012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
988
989 * mail/sendmail.el (mail-bury): Call return action with the right
990 Rmail buffer (Bug#11242).
991
9a864fa2
CY
992 * server.el (server-process-filter): Handle corner case where both
993 tty and nowait options are present (Bug#11102).
994
539aa513
EZ
9952012-04-20 Eli Zaretskii <eliz@gnu.org>
996
997 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
998 (top level): Put into the executable the ident-style '$Id:' tag on
999 windows-nt as well.
539aa513 1000
cfc7d5da
SM
10012012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * electric.el (electric-indent-post-self-insert-function): Check that
1004 electric-indent-mode is enabled in current buffer.
1005
5b01685c
JB
10062012-04-19 Juanma Barranquero <lekktu@gmail.com>
1007
1008 * imenu.el (imenu-progress-message): Restore; it is "used" in
1009 erc/erc-imenu.el and net/snmp-mode.el.
1010
4d6769e1
JB
10112012-04-19 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1014 (mouse-avoidance-nudge-mouse): Remove unused binding.
1015
1016 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1017
1018 * descr-text.el (describe-char):
1019 * progmodes/python.el (python-describe-symbol):
1020 Don't call `toggle-read-only', set `buffer-read-only'.
1021
1022 * imenu.el (imenu-default-goto-function): Mark unused args.
1023 (imenu-progress-message): Remove obsolete macro; all callers changed.
1024
1025 * subr.el (keymap-canonicalize): Remove unused binding.
1026 (read-passwd): Mark unused arg.
1027
1028 * tutorial.el (tutorial--display-changes): Remove unused binding.
1029 (tutorial--save-tutorial-to): Remove unused variable.
1030
1031 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1032 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1033 (package-generate-autoloads, package-menu--generate)
1034 (package-menu--find-upgrades): Remove unused bindings.
1035
1036 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1037 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1038 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1039 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1040 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1041 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1042 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1043 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1044 (cua-delete-char-rectangle): Mark unused args.
1045 (cua-align-rectangle): Remove unused binding.
1046
1047 * mail/rmail.el (compilation--message->loc)
1048 (epa--find-coding-system-for-mime-charset): Declare.
1049
1050 * net/dbus.el (dbus-register-service): Declare.
1051 (dbus-name-owner-changed-handler): Remove unused binding.
1052
1053 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1054 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1055 (nxml-scan-backward-within): Mark unused arg.
1056 (nxml-dynamic-markup-word): Remove unused binding.
1057
1058 * mouse.el (mouse-menu-major-mode-map):
1059 * emacs-lisp/authors.el (authors-scan-change-log)
1060 (authors-add-to-author-list):
1061 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1062 * emacs-lisp/smie.el (smie-auto-fill):
1063 * mail/sendmail.el (mail-bury):
1064 * mail/unrmail.el (unrmail):
1065 * net/tls.el (open-tls-stream):
1066 * textmodes/picture.el (picture-mouse-set-point):
1067 Remove unused bindings.
1068
8c8fc5df
MA
10692012-04-19 Michael Albinus <michael.albinus@gmx.de>
1070
1071 * net/tramp.el (tramp-action-password): Let-bind
1072 `enable-recursive-minibuffers' to t.
1073
a77b0ac9
SS
10742012-04-18 Sam Steingold <sds@gnu.org>
1075
1076 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1077 instead of 'string to accommodate values like [f11].
1078 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1079 * progmodes/gdb-mi.el: Likewise.
1080
12a106a9
LL
10812012-04-18 Leo Liu <sdl.web@gmail.com>
1082
1083 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1084 current buffer.
1085 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1086 LOCAL is nil.
1087
bc6494ef
CY
10882012-04-18 Chong Yidong <cyd@gnu.org>
1089
1090 * simple.el (line-move): Use forward-line if in batch mode
1091 (Bug#11053).
1092
c09c46b2
CS
10932012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1094
1095 * files.el (after-find-file): Do not try to add a final newline if
1096 the buffer is read-only (Bug#11156).
1097
5f6530ea
RS
10982012-04-17 Richard Stallman <rms@gnu.org>
1099
1100 * mail/rmail.el (rmail-start-mail):
1101 Pass (rmail-mail-return...) for the return-action.
1102 Pass (rmail-yank-current-message...) for the yank-action.
1103 (rmail-yank-current-message): New function.
1104 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1105 (rmail-reply): Likewise.
1106 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1107
1108 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1109 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1110 buffer, not newbuf.
1111
197b6f3c
JB
11122012-04-17 Juanma Barranquero <lekktu@gmail.com>
1113
1114 * server.el (server-ensure-safe-dir): Simplify.
1115
2311d8e5 11162012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1117
2311d8e5
GM
1118 * emacs-lisp/smie.el: Provide smarter auto-filling.
1119 (smie-auto-fill): New function.
1120 (smie-setup): Use it.
98fb480e 1121
2311d8e5
GM
1122 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1123
11242012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1125
1126 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1127 (comment-indent): Use it.
1128
2311d8e5 11292012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1130
1131 * ses.el: The overall change is to add cell renaming, that is
1132 setting fancy names for cell symbols other than name matching
1133 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1134 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1135 (ses-create-cell-variable): New defun.
2311d8e5 1136 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1137 (ses-relocate-formula): Relocate formulas only for cells the
1138 symbols of which are not renamed, i.e. symbols whose names do not
1139 match regexp "\\`[A-Z]+[0-9]+\\'".
1140 (ses-relocate-all): Relocate values only for cells the symbols of
1141 which are not renamed.
1142 (ses-load): Create cells variables as the (ses-cell ...) are read,
1143 in order to check row col consistency with cell symbol name only
1144 for cells that are not renamed.
1145 (ses-replace-name-in-formula): New defun.
1146 (ses-rename-cell): New defun.
4bdf2ad2 1147
fc72b15c
PO
11482012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1149
1150 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1151 New option (bug#11118).
1152 (perl-calculate-indent): Respect it.
1153
12e10e61
GM
11542012-04-17 Glenn Morris <rgm@gnu.org>
1155
1156 * dired-aux.el (dired-mark-read-string): Doc fix.
1157
30009afd
DA
11582012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1159
1160 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1161 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1162
41f03f4d
GM
11632012-04-17 Glenn Morris <rgm@gnu.org>
1164
1165 * mouse.el (mouse-drag-track):
1166 * speedbar.el (speedbar-frame-mode):
1167 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1168
f45f90f3
LL
11692012-04-16 Leo Liu <sdl.web@gmail.com>
1170
1171 * progmodes/python.el: Trivial cleanup.
1172
94ee8db5
GM
11732012-04-16 Glenn Morris <rgm@gnu.org>
1174
121b8917
GM
1175 * vc/vc.el (vc-string-prefix-p):
1176 * vc/pcvs-util.el (cvs-string-prefix-p):
1177 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1178 * mpc.el (mpc-string-prefix-p):
1179 Make all of these into obsolete aliases for string-prefix-p.
1180 Update callers.
1181 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1182
1197ecfa
GM
1183 * textmodes/two-column.el: Move custom options to the start.
1184 (frame-width): Remove compat definition.
1185 (2C-associate-buffer, 2C-dissociate):
1186 Use with-current-buffer rather than save-excursion.
1187 (2C-dissociate): Force a mode-line update.
1188 (2C-autoscroll): Use ignore-errors.
1189
099e7202
GM
1190 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1191 Autoload trivia.
1192
bf350d6a
GM
1193 * emacs-lisp/cl-extra.el (*random-state*):
1194 Remove unnecessary declaration.
1195
0e829eab
GM
1196 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1197
e3ad7552
GM
1198 * play/cookie1.el (cookie-snarf):
1199 Give an explicit error if input file cannot be read.
1200
68892d27
GM
1201 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1202
20f0c46d
GM
1203 * progmodes/perl-mode.el (c-macro-expand):
1204 Remove unnecessary autoload (it is in loaddefs.el).
1205
5a0978ce
GM
1206 * textmodes/picture.el (picture-desired-column)
1207 (picture-update-desired-column): Convert comments to doc-strings.
1208 (picture-substitute): Remove function.
1209 (picture-mode-map): Initialize in the defvar.
1210
6b955486
GM
1211 * woman.el: Remove eval-after-load for tar-mode.
1212 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1213 (woman-tar-extract-file): Autoload it.
1214
94ee8db5
GM
1215 * frame.el (automatic-hscrolling): Make this alias obsolete.
1216
177eca34
AM
12172012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1218
1219 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1220 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1221 (ispell-dictionary-base-alist): Revert to original XEmacs
1222 friendly version for default. [:alpha:] will be added in
1223 `ispell-set-spellchecker-params' if needed
177eca34 1224
c505aaeb
CY
12252012-04-16 Chong Yidong <cyd@gnu.org>
1226
1227 * image.el (imagemagick--extension-regexp): New variable.
1228 (imagemagick-register-types): Use it.
1229 (imagemagick-types-inhibit): Add :set function. Allow new value
1230 of t to inhibit all types.
1231
1232 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1233 so we can preload it.
1234
1235 * loadup.el (fboundp): Preload regexp-opt, needed by
1236 imagemagick-register-types.
1237
60efac0f
CY
12382012-04-15 Chong Yidong <cyd@gnu.org>
1239
1240 * frame.el (scrolling): Remove nearly unused customization group.
1241
1242 * scroll-all.el (scroll-all-mode): Move to windows group.
1243
5dd1713e
CY
12442012-04-15 Chong Yidong <cyd@gnu.org>
1245
1246 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1247
e6fd457e
CY
12482012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1251 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1252
e153c136
GM
12532012-04-15 Glenn Morris <rgm@gnu.org>
1254
1255 * simple.el (process-file-side-effects): Doc fix.
1256
e6fd457e 12572012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1258
1259 * international/mule-cmds.el (set-language-environment): Doc fix.
1260
3603c3b1
JB
12612012-04-14 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * server.el (server-auth-key, server-generate-key): Doc fixes.
1264 (server-get-auth-key): Doc fix. Use `string-match-p'.
1265 (server-start): Reflow docstring.
1266
e6de100c
LI
12672012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1268
1269 * server.el (server-generate-key): `called-interactively-p'
1270 requires a parameter.
1271
29734c21
MN
12722012-04-14 Michal Nazarewicz <mina86@mina86.com>
1273
1274 * server.el (server-auth-key): New variable.
75f1671a 1275 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1276 (server-start): Use the new variable and functions to allow
1277 setting a permanent server key (bug#9423).
1278
d65c9521
LL
12792012-04-14 Leo Liu <sdl.web@gmail.com>
1280
1281 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1282
5ae255c7
PE
12832012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1284
1285 Spelling fixes.
1286 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1287 Emacs uses American spelling.
1288
d5e6342e
JB
12892012-04-14 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1292 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1293 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1294 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1295
ab036cd7
SM
12962012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * progmodes/which-func.el (which-func-modes): Change default.
1299
35dc09a1 13002012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1301
1302 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1303 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1304
35dc09a1 13052012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1306
1307 * custom.el (custom-theme-set-variables): Doc fix.
1308
35dc09a1 13092012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1310
1311 * international/mule.el (set-auto-coding-for-load): Doc fix.
1312
35dc09a1 13132012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1314
35dc09a1
GM
1315 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1316 imenu work again for Objective C Mode. Correct the *-index values,
1317 these having been disturbed by a previous change in 2011-08.
57f845ee 1318
0de3da9f
AM
1319 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1320 Correct two search limits.
1321
35dc09a1 13222012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1323
1324 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1325
35dc09a1 13262012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1327
1328 * international/characters.el: Fix sorting.
1329
35dc09a1 13302012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1331
1332 * international/characters.el: Add more missing Latin case pairs.
1333
35dc09a1 13342012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1335
1336 * files.el (dir-locals-set-class-variables): Doc fix.
1337
35dc09a1 13382012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1339
3f1b5bf8
EZ
1340 * international/characters.el: Add set-case-syntax-pair call for
1341 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1342 counterpart. (Bug#11209)
1343
9f847f41
EZ
1344 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1345
35dc09a1 13462012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1347
1348 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1349
35dc09a1 13502012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1351
35dc09a1
GM
1352 * textmodes/ispell.el (ispell-dictionary-base-alist):
1353 Add data for Hebrew.
e2627d21 1354
35dc09a1 13552012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1356
35dc09a1
GM
1357 * net/rcirc.el (rcirc-cmd-quit):
1358 Revert 2012-03-18 change (Bug#11192).
5c14e333 1359
35dc09a1 13602012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1361
1362 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1363
35dc09a1 13642012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1365
4517fe3a
SM
1366 * minibuffer.el (completion-in-region-mode-map):
1367 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1368
b472a594
VD
13692012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1370
1371 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1372
09b95ce3
MY
13732012-04-13 Masatake YAMATO <yamato@redhat.com>
1374
1375 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1376 to allow `C-M-f' and `C-M-b' to move to the nearest path
1377 separator (bug#9511).
1378
4b63a9ca
LI
13792012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1380
1381 * avoid.el: Require cl when compiling. And also move the
1382 `provide' to the end.
1383
7b55b8bf
TV
13842012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1385
1386 * avoid.el (mouse-avoidance-banish-position): New variable.
1387 (mouse-avoidance-banish-destination): Use it (bug#10165).
1388
adedaa1f
LL
13892012-04-13 Leo Liu <sdl.web@gmail.com>
1390
1391 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1392
70e74021
KB
13932012-04-13 Ken Brown <kbrown@cornell.edu>
1394
1395 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1396 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1397 (browse-url-filename-alist): For the same reason, don't modify
1398 file:// URLs on Cygwin.
1399
e75e89ba
SM
14002012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1403 the region on shift if the binding is already shifted (bug#11221).
1404
82f289a4
GM
14052012-04-12 Glenn Morris <rgm@gnu.org>
1406
1407 * mail/mailpost.el: Move to obsolete/.
1408
d333dc4c
DA
14092012-04-12 Drew Adams <drew.adams@oracle.com>
1410
1411 * imenu.el (imenu--generic-function): Ignore invisible definitions
1412 (bug#10123).
1413
0d15b5ba
VD
14142012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1415
1416 * hexl.el (hexl-bits): New variable.
1417 (hexl-options): Mention the variable in the doc string.
75f1671a 1418 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1419 (hexl-mode): Mention the new variable.
75f1671a
JB
1420 (hexl-mode, hexl-current-address, hexl-current-address):
1421 Use the displen.
0d15b5ba
VD
1422 (hexl-ascii-start-column): New function.
1423 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1424 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1425
64a440db
AM
14262012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1427
1428 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1429 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1430 the encoding, as expected by hunspell.
1431
6decb6c2
SM
14322012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * battery.el (battery--linux-sysfs-regexp): New const.
1435 (battery-status-function): Use it. Remove yeeloong special case.
1436 (battery-yeeloong-sysfs): Remove.
1437 (battery-echo-area-format): Remove yeeloong special case.
1438
088be6fb
SM
14392012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1440
6622e416
SM
1441 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1442 Reported by Noah Friedman.
1443
088be6fb
SM
1444 * subr.el (read-passwd): Use read-string.
1445
b49f886e
LMI
14462012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * vcursor.el (vcursor-move): Increase the priority of the overlay
1449 (bug#9663).
1450
a63067fc
DD
14512012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1452
1453 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1454 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1455
ac3cf14a
WS
14562012-04-11 William Stevenson <yhvh2000@gmail.com>
1457
1458 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1459 define-minor-mode (bug#10760).
1460
c4fc691b 14612012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1462
4d6769e1 1463 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1464 that directories matching `grep-find-ignored-files' won't be
1465 pruned (bug#10351).
1466
af23e2e5
CY
14672012-04-11 Chong Yidong <cyd@gnu.org>
1468
1469 * startup.el (command-line): Remove support for long-obsolete
1470 variable font-lock-face-attributes.
1471
ab7ce8c1
GM
14722012-04-11 Glenn Morris <rgm@gnu.org>
1473
1474 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1475
de8c03dc
SM
14762012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * window.el (window--state-get-1): Obey window-point-insertion-type.
1479
050cc68b
LB
14802012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1481
1482 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1483 to previous function when point is on the first character of a
75f1671a 1484 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1485
a38c310c
GM
14862012-04-11 Glenn Morris <rgm@gnu.org>
1487
effed0c2
GM
1488 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1489 not just file-errors.
1490
a38c310c
GM
1491 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1492 (vc-bzr-sha1): Use internal sha1.
1493
0221e323
SM
14942012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1497
43956923
SG
14982012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1499
1500 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1501 that start in the middle of the line (bug#10496).
1502
6a8c9eaf
DN
15032012-04-10 Dan Nicolaescu <dann@gnu.org>
1504
1505 * battery.el (battery-linux-proc-acpi): Only one battery is
1506 discharged at a time, but that seems to confuse battery.el when
1507 computing `rate-type' for the battery not being discharged
1508 (bug#10332).
1509
1930bf5d
SM
15102012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1511
2a718f6f
SM
1512 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1513
599430d0
SM
1514 * international/quail.el: Use dolist and simplify.
1515 (quail-define-package, quail-update-keyboard-layout)
1516 (quail-define-rules): Use dolist.
1517 (quail-insert-kbd-layout, quail-get-translation): CSE.
1518
a2754b6c
SM
1519 * tmm.el: Use dolist, remove left over hook.
1520 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1521 Use dolist.
1522 (calendar-load-hook): Don't mess with it.
1523
1930bf5d
SM
1524 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1525 Use derived-mode-p. Run the diff asynchronously.
1526
9f67961c
LMI
15272012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1528
1529 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1530
2a8ce227
JB
15312012-04-10 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1534 (list-dynamic-libraries--loaded): New function.
1535 (list-dynamic-libraries--refresh): Use it.
1536
8f33b5f8
NW
15372012-04-10 Nathan Weizenbaum <nweiz@google.com>
1538
1930bf5d
SM
1539 * progmodes/python.el (python-fill-paragraph):
1540 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1541 disabled (bug#7018).
1542
b12f0439
L
15432012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
1544
1930bf5d 1545 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1546 DOS/MS Windows for the Baltic languages. There are still plenty
1547 of texts written in this encoding/codepage (bug#6519).
b12f0439 1548
57c3bd01
GM
15492012-04-10 Glenn Morris <rgm@gnu.org>
1550
1551 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1552 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1553
6c3eab30
FA
15542012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1555
1930bf5d 1556 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1557 next-line "n" and previous-line "p" in order to make recentf more
1558 consistent with ibuffer, dired or org-mode (bug#9387).
1559
24d78a88
LMI
15602012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1561
bc72b5d9
LMI
1562 * image.el (put-image): Return the overlay created instead of the
1563 optional input string (bug#7834). Note that this may break code
1564 that is (for some reason or other) depending on `put-image'
1565 returning the string.
1566
bd2dba5a
LMI
1567 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1568
74beb59f
LMI
1569 * simple.el (zap-to-char): Allow zapping using input methods
1570 (bug#1580).
1571
24d78a88
LMI
1572 * textmodes/fill.el (fill-region): Leave point and mark where they
1573 were before filling (bug#5399).
1574
263f20cd
GM
15752012-04-09 Glenn Morris <rgm@gnu.org>
1576
1577 * version.el (emacs-bzr-get-version):
1578 Handle lightweight checkouts of local branches.
1579
58d1f797
AS
15802012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1581
263f20cd 1582 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1583
b4d3bc10
CY
15842012-04-09 Chong Yidong <cyd@gnu.org>
1585
1586 * custom.el (custom-variable-p): Return nil for non-symbol
1587 arguments instead of signaling an error.
1588 (user-variable-p): Obsolete alias for custom-variable-p.
1589
1590 * apropos.el (apropos-variable):
1591 * files-x.el (read-file-local-variable):
1592 * simple.el (set-variable):
1593 * woman.el (woman-mini-help):
1594 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1595
fd06db5d
GM
15962012-04-09 Glenn Morris <rgm@gnu.org>
1597
e5fcdb5e
GM
1598 * startup.el (normal-top-level): Don't look for leim-list.el
1599 in places where it will not be found. (Bug#910)
1600
fd06db5d
GM
1601 * international/mule-cmds.el (set-default-coding-systems):
1602 * files.el (normal-mode):
1603 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1604 This function was removed with ucs-tables.el in 2008.
1605
b39bb7e1
EZ
16062012-04-08 Eli Zaretskii <eliz@gnu.org>
1607
1608 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1609 ispell-encoding8-command to "-i", without a trailing space.
1610 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1611 separate command-line arguments, to specify the encoding, since
1612 that's how hunspell expects it.
1613
5c5b8e23
GM
16142012-04-08 Glenn Morris <rgm@gnu.org>
1615
1616 * loadup.el: Load bindings before cus-start.
1617 This reduces somewhat the number of "rogue" settings in emacs -Q.
1618
a1ed8b05
GM
16192012-04-07 Glenn Morris <rgm@gnu.org>
1620
1621 * version.el (emacs-bzr-get-version): New function.
dfae128a 1622 (emacs-bzr-version): New variable.
a1ed8b05
GM
1623 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1624 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1625
b142f158
EZ
16262012-04-07 Eli Zaretskii <eliz@gnu.org>
1627
dfae128a
GM
1628 * international/uni-bidi.el, international/uni-category.el:
1629 * international/uni-combining.el, international/uni-decimal.el:
1630 * international/uni-decomposition.el, international/uni-digit.el:
1631 * international/uni-lowercase.el, international/uni-mirrored.el:
1632 * international/uni-name.el, international/uni-numeric.el:
1633 * international/uni-titlecase.el, international/uni-uppercase.el:
1634 Update for Unicode 6.1.
b142f158 1635
9078ead6
EZ
16362012-04-07 Eli Zaretskii <eliz@gnu.org>
1637
1638 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1639
f23d2c7d
LMI
16402012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
1642 * window.el (shrink-window): Mention the `window-min-height'
1643 variable in the doc string.
1644
0a0a3573
BG
16452012-04-05 Bastien Guerry <bzg@altern.org>
1646
1647 * color.el (color-lighten-name): Fix typo.
1648
e5248ac9
SM
16492012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * server.el (server--on-display-p): New function.
1652 (server--on-display-p): Use it.
1653
b4243e22
GV
16542012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1655
1656 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1657 (bug#11145).
1658
305d9f44
SM
16592012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * comint.el (comint--common-quoted-suffix): Check string boundary
1662 before comparing (bug#11158).
1663 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1664
3d439cd1
CY
16652012-04-04 Chong Yidong <cyd@gnu.org>
1666
321cc491
CY
1667 * minibuffer.el (completion-extra-properties): Doc fix.
1668
3d439cd1
CY
1669 * subr.el (delayed-warnings-hook): Doc fix.
1670
2d562c0f
DU
16712012-04-04 Daiki Ueno <ueno@unixuser.org>
1672
1673 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1674 selection (Bug#11159).
1675 (epa-insert-keys): Inform that the default public key will be
1676 exported if no key is selected.
1677
4443f204
RS
16782012-04-04 Richard Stallman <rms@gnu.org>
1679
1680 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1681
529c06b6
CY
16822012-04-03 Chong Yidong <cyd@gnu.org>
1683
1684 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1685 mail-insert-file, not its obsolete alias mail-attach-file.
1686
66b907dc
MA
16872012-04-03 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * notifications.el (notifications-notify): Fix docstring.
1690
c0ea195d
GM
16912012-04-02 Glenn Morris <rgm@gnu.org>
1692
1693 * emacs-lisp/authors.el (authors-aliases): Another addition.
1694
5ca64e00
MA
16952012-04-02 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1698 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1699 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1700
42ee526b
CY
17012012-04-01 Chong Yidong <cyd@gnu.org>
1702
1703 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1704 Handle root directory properly.
1705 (copy-directory): Caller changed.
1706
1707 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1708 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1709
0b021094
GM
17102012-03-31 Glenn Morris <rgm@gnu.org>
1711
40f86458
GM
1712 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1713
7019c177
GM
1714 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1715
a1daddd6
GM
1716 * calendar/calendar.el (calendar-window-list)
1717 (calendar-hide-window): Restore. (Bug#11140)
1718 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1719
0b021094
GM
1720 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1721
40311efc
TV
17222012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1723
1724 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1725 Check if file is a symlink (Bug#10489).
1726
1727 * files.el (copy-directory): Likewise.
1728
5319014e
CY
17292012-03-30 Chong Yidong <cyd@gnu.org>
1730
1731 * image.el (imagemagick-types-inhibit)
1732 (imagemagick-register-types): Doc fix.
1733
935d1290
AM
17342012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1735
ef24141c
SM
1736 * ispell.el (ispell-get-extended-character-mode):
1737 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1738 and treats ~word as ordinary words in pipe mode.
935d1290 1739
61c6e8fd
GM
17402012-03-30 Glenn Morris <rgm@gnu.org>
1741
1742 * tutorial.el (help-with-tutorial): Ensure local variables don't
1743 happen to make the buffer read-only. (Bug#11127)
1744
81fdff00
SM
17452012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1748 (perl-calculate-indent): Return `noindent' in strings.
1749
6e7a6ec0
SS
17502012-03-28 Sam Steingold <sds@gnu.org>
1751
1752 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1753 instead of the broken adhockery which does not prevent calendar
1754 buffers from being displayed at random after exit.
1755 (calendar-window-list, calendar-hide-window): Remove the broken
1756 adhockery.
1757
fee88ca0
GM
17582012-03-28 Glenn Morris <rgm@gnu.org>
1759
1760 * replace.el (query-replace-map): Doc fix.
1761
38de3354
AS
17622012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1763
1764 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1765 contents. (Bug#11109)
1766
b973155e
SM
17672012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1770 (bug#11077).
1771 (avl-tree--check, avl-tree--check-node): New funs.
1772
dcb6e7b3
MR
17732012-03-27 Martin Rudalics <rudalics@gmx.at>
1774
1775 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1776 (switch-to-prev-buffer, switch-to-next-buffer):
1777 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1778 showing a buffer already is done on the same frame.
1779
b4fa35fa
GM
17802012-03-27 Glenn Morris <rgm@gnu.org>
1781
1782 * startup.el (mail-host-address): Doc fix.
1783
f9210e18
SM
17842012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1787 than 197 variables.
1788
c0bf7753
AF
17892012-03-26 Ami Fischman <ami@fischman.org>
1790
1791 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1792
33da7b16
GM
17932012-03-26 Glenn Morris <rgm@gnu.org>
1794
02243d9d
GM
1795 * files.el (save-buffers-kill-emacs): Doc fix.
1796
33da7b16
GM
1797 * startup.el (normal-top-level, command-line, command-line-1):
1798 Give them doc strings.
1799
e5a69fd0
EZ
18002012-03-25 Eli Zaretskii <eliz@gnu.org>
1801
1802 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1803 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1804
9a69676a
CY
18052012-03-25 Chong Yidong <cyd@gnu.org>
1806
4125cb8b
CY
1807 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1808 theme if it was previously enabled before (Bug#11031).
1809
dd470960
CY
1810 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1811 spec with custom-face-get-current-spec if its :shown-value is not
1812 determined yet (Bug#9337).
4125cb8b 1813 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1814
9a69676a
CY
1815 * button.el (button-at): Minor addition to docstring.
1816
6e7e90fa
SL
18172012-03-24 Simon Leinen <simon.leinen@gmail.com>
1818
1819 * vc/vc.el (vc-merge): Fix a prompt.
1820
f06e2758
CY
18212012-03-24 Chong Yidong <cyd@gnu.org>
1822
1823 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1824 point (Bug#9623).
1825
6e7e90fa
SL
1826 * button.el (button-at): Minor addition to docstring.
1827
b9d0879b
SM
18282012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * newcomment.el (comment-choose-indent): No space after BOL.
1831
e71cebb3
SS
18322012-03-22 Sam Steingold <sds@gnu.org>
1833
1834 * window.el (switch-to-prev-buffer): Revert last patch because the
1835 bug turned out to be an advertised feature (Elisp manual 28.14).
1836
335aff35
GM
18372012-03-22 Glenn Morris <rgm@gnu.org>
1838
1839 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1840 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1841
c676576a
LMI
18422012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1843
1844 * net/network-stream.el (network-stream-open-starttls): Make error
1845 message under Windows be less misleading.
1846
126f3d39
LW
18472012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1848
1849 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1850 understands (bug#9942).
1851
64fee311
CY
18522012-03-22 Chong Yidong <cyd@gnu.org>
1853
1854 * simple.el (end-of-visible-line): Handle return value of
1855 next-single-property-change properly (Bug#9371).
1856
a640d29a
KH
18572012-03-22 Kenichi Handa <handa@m17n.org>
1858
1859 * international/quail.el (quail-insert-kbd-layout): Fix previous
1860 change. To avoid unwanted bidi reordering, use
1861 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1862
39675016
DG
18632012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1864
1865 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1866 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1867 (ruby-beginning-of-indent): Be more careful with the difference
1868 between word-boundary and symbol boundary.
1869 (ruby-mode-syntax-table): Make : a symbol constituent.
1870
0a6934fc 18712012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1872
3d008e4f
SM
1873 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1874
0a6934fc
SM
18752012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1876
af67c9d7
SM
1877 * progmodes/etags.el (tags-completion-at-point-function):
1878 Improve last fix.
1879
1acad97c
SM
1880 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1881
e298b5da
SS
18822012-03-21 Sam Steingold <sds@gnu.org>
1883
1884 * progmodes/etags.el (tags-completion-at-point-function):
1885 Avoid the error when point is inside the pattern.
1886
91d82a70
JY
18872012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1888
1889 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1890 line (Bug#10855).
1891
69188b79
CY
18922012-03-21 Drew Adams <drew.adams@oracle.com>
1893
1894 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1895
99fc91fe
AK
18962012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1897
1898 * ido.el (ido-set-current-directory, ido-read-internal)
1899 (ido-choose-completion-string, ido-completion-help): Handle nil
1900 value of ido-completion-buffer (Bug#11008).
1901
087bbb4c
SS
19022012-03-21 Sam Steingold <sds@gnu.org>
1903
1904 * window.el (switch-to-prev-buffer): Do not switch to a visible
1905 window previous buffer, just like with the frame previous buffers.
1906
fb5b8aca
CY
19072012-03-21 Chong Yidong <cyd@gnu.org>
1908
1909 * faces.el (make-face, make-empty-face, copy-face):
1910 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1911 Doc fixes.
1912
dc9924b8
SM
19132012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1916 (widget-complete): Remove broken use of it.
1917
f0bcceb9
CY
19182012-03-20 Chong Yidong <cyd@gnu.org>
1919
dc9924b8
SM
1920 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1921 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1922 characters.
1923
ee52ebf3
TH
19242012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1925
1926 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1927 to draw rectangles, not squares. (Regression introduced by revno
1928 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1929
4c5779ab
CY
19302012-03-18 Chong Yidong <cyd@gnu.org>
1931
1932 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1933 it is not yet defined (for temacs).
1934
15360934
LL
19352012-03-18 Leo Liu <sdl.web@gmail.com>
1936
dc9924b8 1937 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1938
d9a8eb66
EZ
19392012-03-17 Eli Zaretskii <eliz@gnu.org>
1940
1941 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1942 (ispell-choices-win-default-height, ispell-silently-savep)
1943 (ispell-dictionary-alist, ispell-encoding8-command)
1944 (ispell-check-version, ispell-aspell-find-dictionary)
1945 (ispell-valid-dictionary-list, ispell-words-keyword)
1946 (ispell-get-word, ispell-internal-change-dictionary)
1947 (ispell-region, ispell-skip-region-list)
1948 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1949 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1950 (ispell-message-text-end, ispell-message)
1951 (ispell-buffer-local-parsing): Doc fix.
1952
f02ff80d
J
19532012-03-13 Jambunathan K <kjambunathan@gmail.com>
1954
1955 * htmlfontify.el: Add support for code block fontification for ODT
1956 export (Bug #9914).
1957 (hfy-optimisations): Define new option
1958 `body-text-only'
1959 (hfy-fontify-buffer): Honor above setting.
1960 (hfy-begin-span, hfy-end-span): New routines factored out form
1961 `hfy-fontify-buffer'.
1962 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1963 that permit insertion of custom tags.
1964 (hfy-fontify-buffer): Use above handlers.
1965 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1966 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1967 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1968 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1969 bind a special variable `hfy-user-sheet-assoc'.
1970 (htmlfontify-string): New defun.
1971 (hfy-compile-face-map): Make sure that the last char in the
1972 buffer is correctly fontified.
1973 (hfy-face-resolve-face): Whitespace only change.
1974
9ac7a13f
EZ
19752012-03-17 Eli Zaretskii <eliz@gnu.org>
1976
1977 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1978 message more clear.
1979
e2b5bdd7
LL
19802012-03-16 Leo Liu <sdl.web@gmail.com>
1981
1982 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1983
2e492df3
AM
19842012-03-16 Alan Mackenzie <acm@muc.de>
1985
1986 Further optimise the handling of large macros.
1987
1988 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1989 limit to a call of `c-literal-limits'.
1990 (c-determine-+ve-limit): New function.
dc9924b8
SM
1991 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1992 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1993 In CASE 5B, restrict a search limit to 500.
1994 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1995
1996 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1997 Restrict macro bounds to +-500 from after-change's BEG END.
1998
50e94f0c
LL
19992012-03-16 Leo Liu <sdl.web@gmail.com>
2000
2001 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2002
6f09f6ed
AH
20032012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2004
2005 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2006 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2007
c7e73d51
GM
20082012-03-16 Glenn Morris <rgm@gnu.org>
2009
da986230
GM
2010 * view.el (view-buffer, view-buffer-other-window)
2011 (view-buffer-other-frame): Doc fixes re special mode-class.
2012
0835f01e
GM
2013 * subr.el (eval-after-load): If named feature is provided not from
2014 a file, run after-load forms. (Bug#10946)
2015
c7e73d51
GM
2016 * calendar/calendar.el (calendar-insert-at-column):
2017 Handle non-unit-width characters a bit better. (Bug#10978)
2018
3f2eafd1
CY
20192012-03-15 Chong Yidong <cyd@gnu.org>
2020
2021 * emacs-lisp/ring.el (ring-extend): New function.
2022 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2023
2024 * comint.el (comint-read-input-ring)
2025 (comint-add-to-input-history): Grow comint-input-ring lazily.
2026
103af3fe
SM
20272012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2028
663b1677
SM
2029 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2030 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2031
103af3fe
SM
2032 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2033 (imenu-add-to-menubar): Don't add a redundant index.
2034 (imenu-update-menubar): Handle a dynamically composed keymap.
2035
899cb7cb
KY
20362012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2037
2038 * mail/sendmail.el (mail-encode-header):
2039 Bind rfc2047-encode-encoded-words to nil.
2040
3809f91d
GM
20412012-03-13 Glenn Morris <rgm@gnu.org>
2042
2043 * calendar/calendar.el (calendar-string-spread):
2044 Handle non-unit-width characters a bit better. (Bug#10978)
2045
9e345a01
LL
20462012-03-13 Leo Liu <sdl.web@gmail.com>
2047
2048 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2049 directory and file as argument (Bug#10822).
2050
4a07df36
KS
20512012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2052
2053 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2054 For dynamically generated code, follow $PC.
2055 (gdb-disassembly-handler-custom): Handle no function name case.
2056
4aaa9356
TL
20572012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2058
2059 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2060 * emulation/ws-mode.el (ws-query-replace):
2061 * sort.el (sort-regexp-fields):
2062 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2063
225979da
SM
20642012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * dabbrev.el: Fix cycle completion order (bug#10963).
2067 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2068 (dabbrev-completion): Don't use an obarray; provide
2069 a cycle-sort-function.
2070
e2f1fdab
LL
20712012-03-12 Leo Liu <sdl.web@gmail.com>
2072
dc9924b8 2073 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2074 (kill-do-not-save-duplicates): Doc fix.
2075
b19490ed
SM
20762012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * dabbrev.el: Fix cycle completion (bug#10963).
2079 Use lexical binding and wrap to 80 columns.
2080 (dabbrev-completion): Delay computing the list of completions.
2081
4b05d722
KH
20822012-03-12 Kenichi Handa <handa@m17n.org>
2083
2084 * international/quail.el (quail-insert-kbd-layout): Surround each
2085 row by LRO and PDF instead of inserting many LRMs. Pad the left
2086 and right of each non-spacing marks. Insert invisible space
2087 between lower and upper characters to prevent composition.
2088
dbbc2e69
SM
20892012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * minibuffer.el (minibuffer-complete): Don't get confused when the
2092 function is run twice via different commands (bug#10958).
2093 (complete-with-action): Fix docstring.
2094
292112ed
CY
20952012-03-12 Chong Yidong <cyd@gnu.org>
2096
5d1ac394
CY
2097 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2098 (nxml-completion-at-point-function): New function.
2099 (nxml-mode): Use it.
2100 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2101
292112ed
CY
2102 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2103 Load generated autoloads file before byte compiling (Bug#10970).
2104 (package--make-autoloads-and-compile): New helper fun.
2105
4098f8f7
CS
21062012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2107
2108 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2109
8f754691
MA
21102012-03-11 Michael Albinus <michael.albinus@gmx.de>
2111
2112 * autorevert.el (auto-revert-handler): Ensure, that
2113 file-readable-p is applied only for local files or in
2114 auto-revert-tail-mode.
2115
e29ab36b
AS
21162012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2117
dbbc2e69
SM
2118 * server.el (server-eval-at): Handle non-tcp connections.
2119 Decode result string.
ad0bf5b6 2120
e29ab36b
AS
2121 * server.el (server-msg-size): New constant.
2122 (server-reply-print): New function.
2123 (server-eval-and-print): Use it.
2124 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2125 Handle -print-nonl.
2126
de5939ba
CS
21272012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2128
2129 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2130 (Bug#10987).
2131
0c93eabf
CY
21322012-03-11 Chong Yidong <cyd@gnu.org>
2133
397a688f
CY
2134 * simple.el (goto-line): Doc fix (Bug#9938).
2135
2cc775f9
CY
2136 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2137
0c93eabf
CY
2138 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2139 when finished (Bug#10963).
2140
c491fa41
MR
21412012-03-11 Martin Rudalics <rudalics@gmx.at>
2142
2143 * window.el (split-window-below): Fix bug in case where
2144 split-window-keep-point is nil (Bug#10971).
2145
300e8fa5
JL
21462012-03-11 Juri Linkov <juri@jurta.org>
2147
2148 * replace.el (replace-highlight): Set isearch-word to nil
2149 unconditionally. (Bug#10887)
2150
dbf6c5a1
EZ
21512012-03-10 Eli Zaretskii <eliz@gnu.org>
2152
2153 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2154 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2155 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2156 (mairix-widget-create-query): Add usage information about mairix
2157 search forms: negating words, searching for substrings, etc.
2158
b9e501de
JP
21592012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2160
2161 * international/fontset.el (font-encoding-alist): Add an entry for
2162 ksx1001 (Bug#5667).
2163
92795c91
RS
21642012-03-10 Richard Stallman <rms@gnu.org>
2165
1694e6c1
RS
2166 * mail/sendmail.el (mail-encode-header):
2167 Set rfc2047-encode-encoded-words.
2168
607e8555
RS
2169 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2170
de3bc99a
RS
2171 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2172 view buffer means not swapped.
2173 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2174 (rmail-write-region-annotate): Error if real text has disappeared.
2175
92795c91
RS
2176 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2177
699bd04e
CY
21782012-03-10 Chong Yidong <cyd@gnu.org>
2179
2180 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2181 * emulation/cua-base.el (cua--init-keymaps):
2182 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2183
570a1714
MR
21842012-03-10 Martin Rudalics <rudalics@gmx.at>
2185
dbbc2e69
SM
2186 * speedbar.el (speedbar-unhighlight-one-tag-line):
2187 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2188
82dcf4e4
CY
21892012-03-10 Chong Yidong <cyd@gnu.org>
2190
7a2c7ca7
CY
2191 * minibuffer.el (completion-in-region, completion-help-at-point):
2192 Give the completion field overlay a high priority (Bug#6830).
2193
82dcf4e4
CY
2194 * dired.el (dired-goto-file): Recognize absolute file name
2195 listings (Bug#7126).
2196 (dired-goto-file-1): New helper function.
2197 (dired-toggle-read-only): Inhibit warnings.
2198
052e28ac
MA
21992012-03-09 Michael Albinus <michael.albinus@gmx.de>
2200
75f1671a 2201 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2202 there are no properties.
2203
95d5e396
LL
22042012-03-09 Leo Liu <sdl.web@gmail.com>
2205
2206 * savehist.el (savehist-printable): Stricter check for string
2207 value (Bug#10937).
2208
3f018d6d
EZ
22092012-03-09 Eli Zaretskii <eliz@gnu.org>
2210
dbbc2e69
SM
2211 * mail/smtpmail.el (smtpmail-send-it):
2212 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2213 valid mbox format.
2214
f7fd3d79
GM
22152012-03-09 Glenn Morris <rgm@gnu.org>
2216
2217 * files.el (dir-locals-find-file):
2218 Don't check result is regular, readable.
2219 (dir-locals-read-from-file): Demote errors.
2220
6ff6e72f
EZ
22212012-03-08 Eli Zaretskii <eliz@gnu.org>
2222
dbbc2e69
SM
2223 * international/quail.el (quail-insert-kbd-layout):
2224 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2225 layout cell, to prevent their reordering by bidi display engine.
2226 For details, see the discussion in
2227 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2228
9cec7834
AM
22292012-03-08 Alan Mackenzie <acm@muc.de>
2230
2231 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2232 the starting position; make it extend the marked region when
2233 invoked repeatedly - all under appropriate circumstances.
2234 Fixes bugs #5525, #10906.
2235
9a40b8d4
GM
22362012-03-08 Glenn Morris <rgm@gnu.org>
2237
2238 * files.el (locate-dominating-file, dir-locals-find-file):
2239 Undo 2012-03-06 change.
2240
7a08ed35
EZ
22412012-03-07 Eli Zaretskii <eliz@gnu.org>
2242
dbbc2e69
SM
2243 * international/quail.el (quail-help):
2244 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2245 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2246 for the reason.
2247
5aca4f71 22482012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2249
2250 Avoid superfluous registering of signals. (Bug#10807)
2251
2252 * notifications.el (notifications-on-action-object)
2253 (notifications-on-close-object): New defvars.
2254 (notifications-on-action-signal, notifications-on-closed-signal):
2255 Unregister the signal if not needed any longer.
2256 (notifications-notify): Register `notifications-action-signal' or
2257 `notifications-closed-signal', if :on-action or :on-close has been
2258 passed as argument.
2259
78e8b10a
CY
22602012-03-07 Chong Yidong <cyd@gnu.org>
2261
2262 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2263 non-X platforms.
2264
69481eb8
GM
22652012-03-06 Glenn Morris <rgm@gnu.org>
2266
2267 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2268 (x-disown-selection-internal, x-get-selection-internal):
2269 Doc fix (add arglist signatures). (Bug#10783)
2270
133b8e11
KS
22712012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2272
2273 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2274 Handle breakpoints with no "type".
2275
99a83064
GM
22762012-03-06 Glenn Morris <rgm@gnu.org>
2277
2278 * files.el (locate-dominating-file): Add optional predicate argument.
2279 (dir-locals-find-file): Make use of above change.
2280
17798e78
TTN
22812012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2282
2283 * info.el (Info-insert-dir): Also try "dir.gz".
2284
eb182446
GM
22852012-03-06 Glenn Morris <rgm@gnu.org>
2286
8f2114ee
GM
2287 * files.el (dir-locals-find-file):
2288 Ignore non-readable or non-regular files. (Bug#10928)
2289
eb182446
GM
2290 * files.el (locate-dominating-file): Doc fix.
2291
24679323
AS
22922012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2293
2294 * calendar/calendar.el (calendar-set-mode-line):
2295 `getenv' returns a string. (Bug#10951)
2296
01d972a9
LL
22972012-03-05 Leo Liu <sdl.web@gmail.com>
2298
109aa8a9
LL
2299 * simple.el (backward-delete-char-untabify): Constrain point to
2300 field (Bug#10939).
2301
01d972a9
LL
2302 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2303
10607bea
CY
23042012-03-05 Chong Yidong <cyd@gnu.org>
2305
2306 * simple.el (count-words): If called from Lisp, return the word
2307 count, for symmetry with `count-lines'. Arglist changed.
2308 (count-words--message): Args changed. Consolidate counting code
2309 from count-words and count-words-region.
2310 (count-words-region): Caller changed.
2311 (count-lines-region): Make it an obsolete alias.
2312
5dd11cfe
TH
23132012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2314
2315 * saveplace.el (save-place-to-alist)
2316 (save-place-ignore-files-regexp): Allow value nil to disable this
2317 feature.
2318
c349f4e6
CY
23192012-03-04 Chong Yidong <cyd@gnu.org>
2320
2321 * faces.el (face-spec-reset-face): For the default face, reset the
2322 attributes to default values (Bug#10748).
2323
e627be4c
LMI
23242012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2327 previous patch: Check `message-send-mail-function', and not the
2328 default function (bug#10897).
2329
ebeabff4
MA
23302012-03-04 Michael Albinus <michael.albinus@gmx.de>
2331
a41a6cf4
MA
2332 * notifications.el (notifications-on-action-signal)
2333 (notifications-on-closed-signal): Check for unique service name of
2334 incoming event. Fix error in removing entry.
ebeabff4 2335 (top): Register for signals with wildcard service name.
a41a6cf4 2336 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2337
c1ca42b4
CY
23382012-03-04 Chong Yidong <cyd@gnu.org>
2339
dc9924b8 2340 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2341
ea16568d
GM
23422012-03-04 Glenn Morris <rgm@gnu.org>
2343
2344 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2345 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2346 (expand-abbrev, define-abbrev-table): Doc fixes.
2347
fbae4637
LMI
23482012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2349
2350 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2351 `message-default-send-mail-function' and not `send-mail-function'
2352 when doing the prompting for `sendmail-query-once' before sending
2353 in Message buffers (bug#10897).
2354
a1e7225c
LMI
2355 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2356 This is inconsistent with all the other stream functions, which leave
2357 the setting up to the higher levels (if so wanted) (bug#10931).
2358
56d093a9
AM
23592012-03-02 Alan Mackenzie <acm@muc.de>
2360
2361 Depessimize the handling of very large macros.
2362
2363 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2364 (c-macro-cache-syntactic): New variables to implement a one
2365 element macro cache.
2366 (c-invalidate-macro-cache): New function.
2367 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2368 Adapt to use the new cache.
2369 (c-state-safe-place): Use better the cache of safe positions.
2370 (c-state-semi-nonlit-pos-cache)
2371 (c-state-semi-nonlit-pos-cache-limit):
2372 New variables for...
2373 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2374 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2375 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2376 Use c-state-semi-safe-place.
56d093a9 2377
dbbc2e69
SM
2378 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2379 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2380
817e5c3d
MA
23812012-03-02 Michael Albinus <michael.albinus@gmx.de>
2382
dbbc2e69
SM
2383 * jka-compr.el (jka-compr-call-process):
2384 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2385 not remote.
2386
a032a702
MA
23872012-03-01 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2390 access of FILE2, if FILE1 does not exist.
2391
99a54f21
MA
2392 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2393 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2394
2395 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2396 Add "PAGER=" to `process-environment'.
2397
f6561e1f
MM
23982012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2399
2400 * progmodes/sql.el: Bug fix
2401 (sql-get-login-ext): Save login values in globals.
2402 (sql-get-login): Use new version of `sql-get-login-ext'.
2403 (sql-interactive-mode): Set global `sql-connection' to nil.
2404 (sql-connect): Set global values for connection.
2405 (sql-product-interactive): Save global values as buffer local.
2406
2d44d9cc
LL
24072012-02-29 Leo Liu <sdl.web@gmail.com>
2408
2409 * abbrev.el (define-abbrevs): Reset sys to nil.
2410
96b49301 24112012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2412
bf7f9bc5
JB
2413 * files.el (file-equal-p): Rename from `files-equal-p'.
2414 Return nil when one or both files don't exist.
96b49301 2415 (file-subdir-of-p): Now only top directory must exists,
2416 return nil if it doesn't.
bf7f9bc5
JB
2417 (copy-directory): No need to test with `file-subdir-of-p' after
2418 creating dir.
2419 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2420 to `file-equal-p'.
96b49301 2421
44e97401
GM
24222012-02-28 Glenn Morris <rgm@gnu.org>
2423
2424 * shell.el (shell-mode):
2425 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2426 * play/landmark.el (landmark-font-lock-face-O):
2427 * play/handwrite.el (handwrite):
2428 * play/gomoku.el (gomoku-O):
2429 * net/browse-url.el (browse-url-browser-display):
2430 * international/mule.el (define-charset):
2431 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2432 * filesets.el (filesets-find-file-delay):
2433 * eshell/em-xtra.el (eshell-xtra):
2434 * eshell/em-unix.el (eshell-grep):
2435 * emulation/viper.el (viper-mode):
2436 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2437 * emacs-lisp/easymenu.el (easy-menu-define):
2438 * calendar/timeclock.el (timeclock-use-display-time):
2439 * bs.el (bs-mode):
2440 * bookmark.el (bookmark-save-flag):
2441 Doc fix (standardize possessive apostrophe usage).
2442
c98c6276
CY
24432012-02-27 Chong Yidong <cyd@gnu.org>
2444
bf7f9bc5
JB
2445 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2446 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2447
c98c6276
CY
2448 * font-lock.el (font-lock-specified-p): Rename from
2449 font-lock-spec-present. Callers changed.
2450
9c62cd04 24512012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2452
bf7f9bc5
JB
2453 * emacs-lisp/package.el (package-compute-transaction):
2454 Handle holding a package version to t in package-load-list.
8ac9e529 2455
530739c9
MA
24562012-02-26 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2459 (tramp-get-inode, tramp-get-device): Use cached values.
2460
487915d7
AM
24612012-02-26 Alan Mackenzie <acm@muc.de>
2462
2463 Check there is a font-lock specification before doing initial
2464 fontification.
2465
2466 * font-core.el (font-lock-mode): Move the conditional from
2467 :after-hook to font-lock-initial-fontify.
2468 (font-lock-default-function): Move the check for a specification
2469 to font-lock-spec-present.
2470
dc9924b8 2471 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2472 (font-lock-spec-present): New function.
2473
4fd96557
JB
24742012-02-26 Jim Blandy <jimb@red-bean.com>
2475
2476 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2477 (gdb-send): Apply it to the operand of the '-interpreter-exec
2478 console' command, so that we can pass arguments with (say) quotes
2479 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2480
9a4888c0
CY
24812012-02-26 Chong Yidong <cyd@gnu.org>
2482
07498861
CY
2483 * help-fns.el (describe-function-1): Clarify description of
2484 remapping (Bug#10844).
2485
9a4888c0
CY
2486 * files.el (files-equal-p): Doc fix.
2487 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2488 and quit the loop once a mismatch is found.
2489
ea8fb88d
JB
24902012-02-25 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * bs.el (bs--show-with-configuration): Don't throw an error
2493 if the window cannot be split; otherwise, subsequent calls to
2494 bs-show fail, restoring a stale window config. (Bug#10882)
2495
525795c1
JD
24962012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2497
2498 * term/ns-win.el (global-map): Bind ns-drag-file to
2499 ns-find-file (Bug#5855, Bug#10050).
2500
f008086f
AS
25012012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2502
2503 * calendar/parse-time.el (parse-time-string): Allow extractor to
2504 return nil.
2505
a3fcfa99
MA
25062012-02-25 Michael Albinus <michael.albinus@gmx.de>
2507
91027d08
JB
2508 * net/tramp.el (tramp-file-name-for-operation):
2509 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2510
2511 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2512 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2513 Add COPY-CONTENTS argument.
a3fcfa99 2514
67b0de11
CY
25152012-02-25 Chong Yidong <cyd@gnu.org>
2516
2517 Add custom groups for VC backends, for consistency with vc-bzr.
2518
2519 * vc/vc-arch.el (vc-arch):
2520 * vc/vc-cvs.el (vc-cvs):
2521 * vc/vc-git.el (vc-git):
2522 * vc/vc-hg.el (vc-hg):
2523 * vc/vc-mtn.el (vc-mtn):
2524 * vc/vc-rcs.el (vc-rcs):
2525 * vc/vc-sccs.el (vc-sccs):
2526 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2527 All relevant defcustoms reassigned.
2528
3c9dfce6
CY
25292012-02-25 Chong Yidong <cyd@gnu.org>
2530
1339bf43
CY
2531 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2532
3c9dfce6
CY
2533 * term/x-win.el (x-initialize-window-system): Reduce default for
2534 x-selection-timeout to 5 seconds (Bug#8869).
2535
25b2e303 25362012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2537
ec70a47d
GM
2538 * files.el (files-equal-p, file-subdir-of-p): New functions.
2539 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2540 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2541 * dired-aux.el (dired-copy-file-recursive): Same.
2542 (dired-create-files): Modify destination when source is equal to
2543 dest when copying files.
53a46cd0 2544 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2545
914260cd
MA
25462012-02-24 Michael Albinus <michael.albinus@gmx.de>
2547
2548 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2549 (Bug#10874)
2550
2cb228f7
AM
25512012-02-23 Alan Mackenzie <acm@muc.de>
2552
2553 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2554 parameter "after-hook:" to allow the expansion to run code after
2555 the execution of the mode hooks.
2556
2557 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2558 from font-lock-mode-internal.
2cb228f7 2559
91027d08 2560 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2561 :after-hook.
2562
8f0fde21
SM
25632012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2564
3e88618b
SM
2565 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2566 (completion--cache-all-sorted-completions): New function.
2567 (completion-all-sorted-completions): Use it.
2568 (completion--do-completion, minibuffer-force-complete):
2569 Use it to re-instate the flush hook.
2570
8f0fde21
SM
2571 * icomplete.el (icomplete-completions): Replace last fix with a better
2572 one (bug#10850).
2573
8e911f6f
DG
25742012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2575
2576 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2577 when it might call us back infinitely (bug#10797).
2578
49fe4321
GM
25792012-02-23 Glenn Morris <rgm@gnu.org>
2580
2581 * minibuffer.el (completion-category-overrides): Doc fix.
2582
b291b572
SM
25832012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2586 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2587
31a9ef2e
GM
25882012-02-23 Glenn Morris <rgm@gnu.org>
2589
5e6e6794 2590 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2591 (authors-obsolete-files-regexps, authors-ignored-files)
2592 (authors-ambiguous-files, authors-renamed-files-alist):
2593 Add more entries.
2594
0bd1e074
JL
25952012-02-23 Juri Linkov <juri@jurta.org>
2596
2597 * isearch.el (isearch-occur): Sync interactive spec with occur's
2598 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2599
b617673c
JL
2600 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2601
19e9789e
JL
26022012-02-22 Juri Linkov <juri@jurta.org>
2603
2604 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2605 (ucs-insert): Doc fix. Check for hex digits in the string.
2606 Don't display `nil' in the error message. (Bug#10857)
2607
f41ce09d
AM
26082012-02-22 Alan Mackenzie <acm@muc.de>
2609
7a71b18d 2610 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2611
ac2eceee
GM
26122012-02-22 Glenn Morris <rgm@gnu.org>
2613
2614 * ffap.el (ffap-c-path):
2615 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2616
abd1f678
CY
26172012-02-22 Chong Yidong <cyd@gnu.org>
2618
2619 * custom.el (load-theme): Doc fix.
2620
f25aef2e
GM
26212012-02-22 Glenn Morris <rgm@gnu.org>
2622
2623 * dired-x.el (dired-guess-shell-alist-default):
2624 Remove escape sequences from nroff output. (Bug#172)
2625
5f8dc2ca
GM
26262012-02-21 Glenn Morris <rgm@gnu.org>
2627
6ff86ec4
GM
2628 * vc/emerge.el (emerge-defvar-local):
2629 Set `permanent-local' property rather than unused `preserved'.
2630
be3223a3 2631 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2632 (picture-mode-map): Use it. (Bug#10860)
2633 (picture-mode): Doc fix.
2634
3fe58f4f
JB
26352012-02-21 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * newcomment.el (uncomment-region-default): Remove unused binding.
2638
f9a998c3
GM
26392012-02-21 Glenn Morris <rgm@gnu.org>
2640
2641 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2642 (picture-self-insert, picture-tab-chars): Doc fix.
2643 (picture-mode-map): Fix C-a, C-e.
2644
c6029348
GM
26452012-02-20 Glenn Morris <rgm@gnu.org>
2646
2647 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2648
ab1ce9d7
LL
26492012-02-20 Leo Liu <sdl.web@gmail.com>
2650
2651 * icomplete.el (icomplete-completions): Check FROM arg before
2652 passing to substring (Bug#10850).
2653
0fd40f89
CY
26542012-02-19 Chong Yidong <cyd@gnu.org>
2655
2656 * comint.el: Require ansi-color.
2657 (comint-output-filter-functions): Add ansi-color-process-output.
2658
2659 * ansi-color.el: Don't set comint-output-filter-functions; it is
2660 now in the initial value defined in comint.el.
2661 (ansi-color-apply-face-function): New variable.
2662 (ansi-color-apply-on-region): Use it.
2663 (ansi-color-apply-overlay-face): New function.
2664
2665 * shell.el (shell): No need to require ansi-color.
2666 (shell-mode): Use ansi-color-apply-face-function to highlight
2667 color escapes using font-lock-face property (Bug#10835).
2668
20af2394
CY
26692012-02-19 Chong Yidong <cyd@gnu.org>
2670
2671 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2672 mode-line formats (Bug#10839).
2673
e23a3fbe
GM
26742012-02-18 Glenn Morris <rgm@gnu.org>
2675
b474519e
GM
2676 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2677
2678 * mail/undigest.el (unforward-rmail-message): Doc fix.
2679
e23a3fbe
GM
2680 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2681
57939ff4
EZ
26822012-02-18 Eli Zaretskii <eliz@gnu.org>
2683
2684 * international/characters.el (script-list): Sync with the latest
2685 Unicode Character Database.
2686
0c23686e
AS
26872012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2688
2689 * international/titdic-cnv.el: Remove duplicate coding tag.
2690 * language/cham.el: Likewise.
2691 * language/tai-viet.el: Likewise.
2692
6818b449
GM
26932012-02-18 Glenn Morris <rgm@gnu.org>
2694
2695 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2696 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2697 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2698 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2699 * calendar/holidays.el (holiday-bahai-holidays)
2700 (calendar-holidays, list-holidays):
2701 Use utf-8 Bahá'í in doc-strings, menus, etc.
2702
0311a3fc
TH
27032012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2704
2705 * saveplace.el (save-place-ignore-files-regexp): New variable
2706 allowing for excluding files from saving their location of point.
2707 The default value matches the temporary commit message editing
2708 files from Git, SVN, Bazaar, and Mercurial.
2709 (save-place-to-alist): Use it.
2710
eb864a71
LM
27112012-02-17 Lawrence Mitchell <wence@gmx.li>
2712 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * newcomment.el (uncomment-region-default): Don't leave extra space
2715 when an arg is provided (bug#8150).
2716
ee0ce425
TZ
27172012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2718
eb864a71 2719 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2720
95ddf442
GM
27212012-02-17 Glenn Morris <rgm@gnu.org>
2722
2723 * net/socks.el: Require network-stream. (Bug#10599)
2724
48dd1e39 27252012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2726
2727 * international/charprop.el:
2728 * international/uni-name.el:
2729 * international/uni-old-name.el:
2730 * international/uni-comment.el: Regenerate.
2731
d68cd087
GM
27322012-02-16 Glenn Morris <rgm@gnu.org>
2733
2734 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2735 Interactively in calendar buffer, give an error if not on a date.
2736
13932042
GM
27372012-02-15 Glenn Morris <rgm@gnu.org>
2738
2739 * shell.el (shell-delimiter-argument-list):
2740 Revert 2011-02-17 change. (Bug#8027)
2741
c3a70e2b
CY
27422012-02-15 Chong Yidong <cyd@gnu.org>
2743
60236b0d
CY
2744 * minibuffer.el (completion-at-point-functions): Doc fix.
2745
c3a70e2b
CY
2746 * custom.el (defcustom): Doc fix; note use of defvar.
2747
9f26dc24
GM
27482012-02-15 Glenn Morris <rgm@gnu.org>
2749
2750 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2751 Doc fixes.
2752
6546b134
GM
27532012-02-14 Glenn Morris <rgm@gnu.org>
2754
2755 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2756
d29b2b4c
LI
27572012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2758
2759 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2760 way the ports list is computed.
835bdcba
LI
2761 (smtpmail-query-smtp-server): Prompt the user for a port number if
2762 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2763
08dcdbc9
TZ
27642012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2765
2766 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2767
2605051a
GM
27682012-02-13 Glenn Morris <rgm@gnu.org>
2769
2770 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2771
7ee99f32
TZ
27722012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2773
2774 * net/gnutls.el (gnutls-trustfiles): New variable.
2775 (gnutls-negotiate): Use it.
2776
5f0af64f
LI
27772012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2778
2779 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2780 does its stuff if Gnus is running.
2781
c14fcc95
AM
27822012-02-13 Alan Mackenzie <acm@muc.de>
2783
2784 Fix a loop in c-set-fl-decl-start.
2785
7a71b18d 2786 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2787 c-backward-syntactic-ws actually moves backwards.
2788
142b4d90
LL
27892012-02-13 Leo Liu <sdl.web@gmail.com>
2790
2791 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2792 beginning so that all \C-o chars are removed.
2793
fa9958a6
TZ
27942012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2795
dc9924b8 2796 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2797
0bc5886a
AM
27982012-02-12 Alan Mackenzie <acm@muc.de>
2799
2800 Fix infinite loop with long macros.
4d6769e1 2801 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2802
d4bd55e7
CY
28032012-02-12 Chong Yidong <cyd@gnu.org>
2804
2805 * window.el (display-buffer): Doc fix (Bug#10785).
2806
66f3fe22
GM
28072012-02-12 Glenn Morris <rgm@gnu.org>
2808
bd7da63e
GM
2809 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2810 (x-disown-selection-internal, x-get-selection-internal):
2811 Sync docs with the xselect.c versions.
2812
66f3fe22
GM
2813 * allout-widgets.el: Add missing license notice.
2814
3e0d2fa7
GM
28152012-02-11 Glenn Morris <rgm@gnu.org>
2816
cfecdf09
GM
2817 * select.el (x-get-selection-internal, x-own-selection-internal)
2818 (x-disown-selection-internal):
2819 * x-dnd.el (x-get-selection-internal): Update declarations.
2820
6d216d7f
GM
2821 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2822
2bed3f04
GM
2823 * window.el (window-sides-slots):
2824 * tool-bar.el (tool-bar-position):
2825 * term/xterm.el (xterm-extra-capabilities):
2826 * ses.el (ses-self-reference-early-detection):
2827 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2828 (verilog-auto-wire-type)
2829 (verilog-auto-delete-trailing-whitespace)
2830 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2831 (verilog-auto-tieoff-declaration):
2832 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2833 (sql-oracle-statement-starters, sql-oracle-scan-on):
2834 * progmodes/prolog.el (prolog-align-comments-flag)
2835 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2836 (prolog-left-indent-regexp, prolog-paren-indent-p)
2837 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2838 (prolog-types, prolog-mode-specificators)
2839 (prolog-determinism-specificators, prolog-directives)
2840 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2841 (prolog-electric-dot-flag)
2842 (prolog-electric-dot-full-predicate-template)
2843 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2844 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2845 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2846 (prolog-program-switches, prolog-prompt-regexp)
2847 (prolog-debug-on-string, prolog-debug-off-string)
2848 (prolog-trace-on-string, prolog-trace-off-string)
2849 (prolog-zip-on-string, prolog-zip-off-string)
2850 (prolog-use-standard-consult-compile-method-flag)
2851 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2852 (prolog-imenu-max-lines, prolog-info-predicate-index)
2853 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2854 (prolog-char-quote-workaround):
2855 * progmodes/cc-vars.el (c-defun-tactic):
2856 * net/tramp.el (tramp-encoding-command-interactive)
2857 (tramp-local-end-of-line):
2858 * net/soap-client.el (soap-client):
2859 * net/netrc.el (netrc-file):
2860 * net/gnutls.el (gnutls):
2861 * minibuffer.el (completion-category-overrides)
2862 (completion-cycle-threshold)
2863 (completion-pcm-complete-word-inserts-delimiters):
2864 * man.el (Man-name-local-regexp):
2865 * mail/feedmail.el (feedmail-display-full-frame):
2866 * international/characters.el (glyphless-char-display-control):
2867 * eshell/em-ls.el (eshell-ls-date-format):
2868 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2869 (lisp-lambda-list-keyword-parameter-indentation)
2870 (lisp-lambda-list-keyword-parameter-alignment):
2871 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2872 * dired-x.el (dired-omit-verbose):
2873 * cus-theme.el (custom-theme-allow-multiple-selections):
2874 * calc/calc.el (calc-highlight-selections-with-faces)
2875 (calc-lu-field-reference, calc-lu-power-reference)
2876 (calc-note-threshold):
2877 * battery.el (battery-mode-line-limit):
2878 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2879 (archive-7z-update):
2880 * allout.el (allout-prefixed-keybindings)
2881 (allout-unprefixed-keybindings)
2882 (allout-inhibit-auto-fill-on-headline)
2883 (allout-flattened-numbering-abbreviation):
2884 * allout-widgets.el (allout-widgets-auto-activation)
2885 (allout-widgets-icons-dark-subdir)
2886 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2887 (allout-widgets-theme-dark-background)
2888 (allout-widgets-theme-light-background)
2889 (allout-widgets-item-image-properties-emacs)
2890 (allout-widgets-item-image-properties-xemacs)
2891 (allout-widgets-run-unit-tests-on-load)
2892 (allout-widgets-time-decoration-activity)
2893 (allout-widgets-hook-error-post-time)
2894 (allout-widgets-track-decoration):
2895 Add missing :version tags to new defcustoms and defgroups.
2896
5fec1b8e
GM
2897 * progmodes/sql.el (sql-ansi-statement-starters)
2898 (sql-oracle-statement-starters): Add custom type.
2899
3e0d2fa7
GM
2900 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2901 (prolog-system-version): Give it a type.
2902
90b671e2
EZ
29032012-02-11 Eli Zaretskii <eliz@gnu.org>
2904
2905 * term/pc-win.el (x-select-text, x-selection-owner-p)
2906 (x-own-selection-internal, x-disown-selection-internal)
2907 (x-get-selection-internal): Sync doc strings and argument lists
2908 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2909
5eac0c02
LL
29102012-02-11 Leo Liu <sdl.web@gmail.com>
2911
2912 * progmodes/python.el (python-end-of-statement): Fix infinite
2913 loop. (Bug#10788)
2914
f82cb659
GM
29152012-02-10 Glenn Morris <rgm@gnu.org>
2916
2917 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2918 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2919
cc26d239
LI
29202012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2921
2922 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2923 about SMTP before checking the From header.
2924
91027d08 2925 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2926 into own function for reuse by emacsbug.el.
2927
1be3ca5a
LL
29282012-02-10 Leo Liu <sdl.web@gmail.com>
2929
2930 * subr.el (condition-case-unless-debug): Rename from
2931 condition-case-no-debug. All callers changed.
2932 (with-demoted-errors): Fix caller.
2933
2934 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2935 * nxml/rng-valid.el (rng-do-some-validation):
2936 * emacs-lisp/package.el (package-refresh-contents)
2937 (package-menu-execute):
2938 * desktop.el (desktop-create-buffer):
91027d08 2939 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2940
b011fbfe
GM
29412012-02-10 Glenn Morris <rgm@gnu.org>
2942
b2096d72
GM
2943 * textmodes/bibtex.el:
2944 Add missing :version tags for new/changed defcustoms.
2945
b011fbfe
GM
2946 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2947
4c7e65bf
LI
29482012-02-09 Lars Ingebrigtsen <larsi@rusty>
2949
2950 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2951 (smtpmail-via-smtp): Use it, or fall back on the From address.
2952 (smtpmail-send-it): Ditto.
2953
f3934f6f
SM
29542012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2957 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2958 (byte-compile-tmp-var): New const.
2959 (byte-compile-defvar): Use it to minimize .elc size.
2960 Just use `defvar' rather than simulate it (bug#10761).
2961
a075a2c5
GM
29622012-02-09 Glenn Morris <rgm@gnu.org>
2963
cf3aa21b
GM
2964 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2965
354998cd
GM
2966 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2967 Add :version tags.
2968
dc9924b8
SM
2969 * progmodes/compile.el (compilation-error-screen-columns)
2970 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2971
dab3703d
GM
2972 * vc/log-view.el (log-view-toggle-entry-display):
2973 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2974
3f88cd72
GM
2975 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2976 (report-emacs-bug-can-use-xdg-email):
2977 (report-emacs-bug-insert-to-mailer): Doc fixes.
2978 (report-emacs-bug): Message fix.
2979
d95b247d
GM
2980 * net/browse-url.el (browse-url-can-use-xdg-open)
2981 (browse-url-xdg-open): Doc fixes.
2982
a075a2c5
GM
2983 * electric.el (electric-indent-mode, electric-pair-mode)
2984 (electric-layout-rules, electric-layout-mode): Doc fixes.
2985 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2986
ffb6157e
MR
29872012-02-08 Martin Rudalics <rudalics@gmx.at>
2988
2989 * server.el (server-unselect-display): Don't inadvertently kill
2990 the current buffer. (Bug#10729)
2991
e1ac4066
GM
29922012-02-08 Glenn Morris <rgm@gnu.org>
2993
34e8a2da
GM
2994 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2995 (sql-list-table): Doc fixes.
2996
b4ac6e8c
GM
2997 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2998 Comment out (does nothing).
2999
e1ac4066
GM
3000 * completion.el (dynamic-completion-mode):
3001 * dirtrack.el (dirtrack-debug-mode):
3002 * electric.el (electric-layout-mode):
3003 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3004 * face-remap.el (text-scale-mode, buffer-face-mode):
3005 * iimage.el (iimage-mode):
3006 * image-mode.el (image-transform-mode):
3007 * minibuffer.el (completion-in-region-mode):
3008 * scroll-lock.el (scroll-lock-mode):
3009 * simple.el (next-error-follow-minor-mode):
3010 * tar-mode.el (tar-subfile-mode):
3011 * tooltip.el (tooltip-mode):
3012 * vcursor.el (vcursor-use-vcursor-map):
3013 * wid-browse.el (widget-minor-mode):
3014 * emulation/tpu-edt.el (tpu-edt-mode):
3015 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3016 * international/iso-ascii.el (iso-ascii-mode):
3017 * language/thai-util.el (thai-word-mode):
3018 * mail/supercite.el (sc-minor-mode):
3019 * net/goto-addr.el (goto-address-mode):
3020 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3021 * progmodes/cwarn.el (cwarn-mode):
3022 * progmodes/flymake.el (flymake-mode):
3023 * progmodes/glasses.el (glasses-mode):
3024 * progmodes/hideshow.el (hs-minor-mode):
3025 * progmodes/pascal.el (pascal-outline-mode):
3026 * textmodes/enriched.el (enriched-mode):
3027 * vc/smerge-mode.el (smerge-mode):
3028 Doc fixes (minor mode argument).
3029
5e0d957f
EZ
30302012-02-07 Eli Zaretskii <eliz@gnu.org>
3031
3032 * ls-lisp.el (ls-lisp-sanitize): New function.
3033 (ls-lisp-insert-directory): Use it to fix or remove any elements
3034 in file-alist with missing attributes. (Bug#4673)
3035
98d7371e
AM
30362012-02-07 Alan Mackenzie <acm@muc.de>
3037
3038 Fix spurious recognition of c-in-knr-argdecl.
3039
3040 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3041 putative K&R region.
3042
667ced3a
AM
30432012-02-07 Alan Mackenzie <acm@muc.de>
3044
eb864a71
LM
3045 * progmodes/cc-engine.el (c-forward-objc-directive):
3046 Prevent looping in "#pragma mark @implementation".
667ced3a 3047
5b77774d
MA
30482012-02-07 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * notifications.el (notifications-on-closed-signal): Make `reason'
3051 optional. (Bug#10744)
3052
af008560
GM
30532012-02-07 Glenn Morris <rgm@gnu.org>
3054
60d47423
GM
3055 * emacs-lisp/easy-mmode.el (define-minor-mode):
3056 Doc fixes for the macro and the mode it defines.
3057
dd605cc4
GM
3058 * image.el (imagemagick-types-inhibit): Doc fix.
3059
af008560
GM
3060 * cus-start.el (imagemagick-render-type): Add it.
3061
5cc59a37
LI
30622012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3063
4d6769e1
JB
3064 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3065 Set the default at load time, too, so that `font-lock-fontify-buffer'
3066 can be called without setting up the entire mode first. This fixes
3067 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3068
9a6dd747
CY
30692012-02-06 Chong Yidong <cyd@gnu.org>
3070
2d16b285
CY
3071 * simple.el (list-processes--refresh): Delete exited processes
3072 (Bug#8094).
3073
171e9b6e
CY
3074 * comint.el (comint-next-prompt): next-single-char-property-change
3075 and prev-single-char-property-change never return nil (Bug#8657).
3076
9a6dd747
CY
3077 * custom.el (defcustom): Doc fix (Bug#9711).
3078
aa4589a7
CY
30792012-02-05 Chong Yidong <cyd@gnu.org>
3080
5c2a252f
CY
3081 * cus-edit.el (custom-variable-reset-backup): Quote the value
3082 before storing it in the customized-value property (Bug#6712).
4aab9006 3083 (custom-display): Add a customization type tag.
983b9602 3084 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3085
aa4589a7
CY
3086 * wid-edit.el (widget-field-value-get): New optional arg to
3087 suppress trailing whitespace truncation.
3088 (character): Use it (Bug#2689).
3089
1ff980ae
AS
30902012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3093 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3094
03988c98
CY
30952012-02-05 Chong Yidong <cyd@gnu.org>
3096
eeb6cc88
CY
3097 * cus-edit.el (custom-variable-value-create): For mismatched
3098 types, show the current value (Bug#7600).
3099
03988c98
CY
3100 * custom.el (defcustom): Doc fix.
3101
f8cdeef0
GM
31022012-02-05 Glenn Morris <rgm@gnu.org>
3103
3104 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3105
0696d255
JB
31062012-02-05 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3109 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3110 (pp-last-sexp): Use `looking-at-p'.
3111
34c99998
GM
31122012-02-04 Glenn Morris <rgm@gnu.org>
3113
8f05da42
GM
3114 * files.el (revert-buffer):
3115 Doc fix (mention revert-buffer-in-progress-p).
3116
f160676e
GM
3117 * emacs-lisp/ert-x.el (ert-simulate-command):
3118 Check deferred-action-list (which is obsolete) is bound.
3119
c7291ad9
GM
3120 * subr.el (with-wrapper-hook): Doc fixes.
3121
34c99998
GM
3122 * simple.el (filter-buffer-substring-functions)
3123 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3124
6283a7d3
LL
31252012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3126
3127 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3128 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3129
e96e3013
LL
31302012-02-04 Leo Liu <sdl.web@gmail.com>
3131
3132 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3133
8ded50f2
GM
31342012-02-04 Glenn Morris <rgm@gnu.org>
3135
82ff1d13
GM
3136 * image.el (image-extension-data): Add obsolete alias.
3137
987a0a16
GM
3138 * isearch.el (isearch-update): Doc fix.
3139
ea32ef46
GM
3140 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3141
8ded50f2
GM
3142 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3143
eea14f31
GM
31442012-02-03 Glenn Morris <rgm@gnu.org>
3145
3146 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3147 (image-animate-timeout): Doc fix.
3148
3149 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3150
12f381b7
GM
31512012-02-02 Glenn Morris <rgm@gnu.org>
3152
953cebf5
GM
3153 * server.el (server-auth-dir): Doc fix.
3154 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3155
12f381b7
GM
3156 * subr.el (run-mode-hooks): Doc fix.
3157
953a8c3b
JL
31582012-02-02 Juri Linkov <juri@jurta.org>
3159
3160 * image-mode.el (image-toggle-display-image): Remove tautological
3161 `major-mode' from the `derived-mode-p' test.
3162
c5d3843c
KH
31632012-02-02 Kenichi Handa <handa@m17n.org>
3164
9f6e692e 3165 * composite.el (compose-region): Cancel previous change.
c5d3843c 3166
159462d4 31672012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3168
3169 * composite.el (compose-region, compose-string): Signal error for
3170 a null string component (Bug#6988).
3171
9f562668
CY
31722012-02-01 Chong Yidong <cyd@gnu.org>
3173
e2cef717
CY
3174 * view.el (view-buffer-other-window, view-buffer-other-frame):
3175 Handle special modes like view-buffer (Bug#10650).
3176 (view-buffer): Simplify.
3177
9f562668
CY
3178 * frame.el (set-frame-font): Tweak meaning of third argument.
3179
9f6e692e
JB
3180 * dynamic-setting.el (font-setting-change-default-font):
3181 Use set-frame-font (Bug#9982).
9f562668 3182
781acb9f
GM
31832012-02-01 Glenn Morris <rgm@gnu.org>
3184
6035be52
GM
3185 * progmodes/compile.el (compilation-internal-error-properties):
3186 Respect compilation-first-column in the "*compilation*" buffer.
3187
781acb9f
GM
3188 * emacs-lisp/easy-mmode.el (define-minor-mode):
3189 Relax :variable's test for a named function.
3190
abbceb00
AM
31912012-01-31 Alan Mackenzie <acm@muc.de>
3192
3193 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3194 off by one error.
3195
fce3fdeb
CY
31962012-01-31 Chong Yidong <cyd@gnu.org>
3197
3198 * frame.el (set-frame-font): New arg ALL-FRAMES.
3199
3200 * menu-bar.el (menu-set-font): Use set-frame-font.
3201
3202 * faces.el (face-spec-reset-face): Don't apply unspecified
3203 attribute values to the default face.
3204
47893581
JB
32052012-01-31 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * progmodes/cwarn.el (cwarn): Remove dead link.
3208 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3209 Remove * from defcustom docstrings.
3210 (turn-on-cwarn-mode): Make obsolete.
3211 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3212 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3213
e58e988a
GM
32142012-01-31 Glenn Morris <rgm@gnu.org>
3215
60dc2671 3216 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3217 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3218 Allow named functions to be used as the cdr of :variable.
e58e988a 3219
7a3f511d
GM
32202012-01-30 Glenn Morris <rgm@gnu.org>
3221
3222 * emacs-lisp/authors.el (authors-fixed-entries):
3223 Remove reference to deleted file rnewspost.el.
3224
cb882333
JB
32252012-01-29 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * window.el (window-with-parameter): Remove unused variable `windows'.
3228 (window--side-check): Remove unused variable `code'.
3229 (window--resize-siblings): Remove unused variable `first'.
3230 (adjust-window-trailing-edge): Remove unused variable `failed'.
3231 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3232 Use `let', not `let*'.
3233 (balance-windows-2): Remove unused variable `found'.
3234 (window--state-put-2): Remove unused variable `splits'.
3235 (window-state-put): Remove unused variable `selected'.
3236 (same-window-p): Use `string-match-p'.
3237 (display-buffer-assq-regexp): Remove unused variable `value'.
3238 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3239 Mark argument ALIST as ignored.
3240 (pop-to-buffer): Remove unused variable `old-window'.
3241
907201af
EZ
32422012-01-29 Eli Zaretskii <eliz@gnu.org>
3243
3244 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3245 and .lzma compressed files.
3246
ea162670
CY
32472012-01-29 Chong Yidong <cyd@gnu.org>
3248
5b95ee8a
CY
3249 * frame.el (window-system-default-frame-alist): Doc fix.
3250
ea162670
CY
3251 * dynamic-setting.el (font-setting-change-default-font): Don't
3252 change the default face if SET-FONT argument is non-nil (Bug#9982).
3253
d6e6f4b1
SB
32542012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3255
3256 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3257
0f29fa41 32582012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3259
3260 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3261 breakpoints in files outside current directory (Bug#6098).
3262
db174434
CY
32632012-01-29 Chong Yidong <cyd@gnu.org>
3264
6b25e4e2
SE
3265 * progmodes/python.el: Require ansi-color at top-level.
3266
6df6ae42
JB
3267 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3268 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3269 (lisp-mode-abbrev-table): Add doc.
3270 (lisp-mode-variables): Don't set local-abbrev-table.
3271 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3272
e70ee681
RW
32732012-01-28 Roland Winkler <winkler@gnu.org>
3274
3275 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3276
ace88aa2
RW
32772012-01-28 Roland Winkler <winkler@gnu.org>
3278
3279 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3280 (bibtex-set-dialect): Use it. Either set global values of
3281 dialect-dependent variables or bind these variables buffer-locally
3282 (Bug#10254).
3283 (bibtex-mode): Call bibtex-set-dialect via
3284 hack-local-variables-hook.
eb864a71
LM
3285 (bibtex-dialect): Update docstring.
3286 Add safe-local-variable predicate.
ace88aa2
RW
3287 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3288 bibtex-set-dialect.
3289 (bibtex-mode-map): Define menu for each dialect.
3290 (bibtex-entry): Fix docstring.
3291
93376c5b
CY
32922012-01-28 Chong Yidong <cyd@gnu.org>
3293
3294 * eshell/esh-arg.el (eshell-quote-argument): New function.
3295
3296 * eshell/esh-ext.el (eshell-invoke-batch-file):
3297 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3298 first arg to eshell-parse-command (Bug#10523).
3299
4372494f
DA
33002012-01-28 Drew Adams <drew.adams@oracle.com>
3301
3302 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3303 `default-directory' is non-nil.
3304
4d4ec1f8
EZ
33052012-01-28 Eli Zaretskii <eliz@gnu.org>
3306
3307 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3308 line that displays system-configuration-options. (Bug#9924)
3309
7c188927
DA
33102012-01-28 Drew Adams <drew.adams@oracle.com>
3311
3312 * descr-text.el (describe-char): Show information about POS, in
3313 addition to information about the character at POS. Improve and
3314 update the doc string. Change "code point" to "code point in
3315 charset", to avoid confusion with the character's Unicode code
3316 point shown above that. (Bug#10129)
3317
e0da685a
EZ
33182012-01-28 Eli Zaretskii <eliz@gnu.org>
3319
3320 * descr-text.el (describe-char): Show the raw character, not only
3321 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3322 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3323 for the reasons.
3324
70550acf
PH
33252012-01-28 Phil Hagelberg <phil@hagelb.org>
3326
eb864a71
LM
3327 * emacs-lisp/package.el (package-install):
3328 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3329
0ce8e868
CY
33302012-01-28 Chong Yidong <cyd@gnu.org>
3331
cb882333
JB
3332 * emacs-lisp/package.el (package-maybe-load-descriptor):
3333 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3334 (package-maybe-load-descriptor): Use it.
3335 (package-download-transaction): Fully load required packages
3336 inside the loop, so that `require' calls work (Bug#10593).
3337 (package-install): No need to call package-initialize now.
3338
2e7f3bea
CY
33392012-01-28 Chong Yidong <cyd@gnu.org>
3340
6e9bad14
CY
3341 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3342
f823b8ca
CY
3343 * tooltip.el (tooltip-mode): Doc fix.
3344 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3345
2680c309
CY
3346 * frame.el (set-cursor-color): Doc fix (Bug#352).
3347
d7a9e63b
CY
3348 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3349 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3350
2e7f3bea
CY
3351 * cus-edit.el (custom-buffer-create-internal): Fix search button
3352 action (Bug#10542).
2ae01800 3353 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3354
fc4f7a23
EW
33552012-01-27 Eduard Wiebe <usenet@pusto.de>
3356
3357 * dired.el (dired-mark-files-regexp):
3358 Include any subdirectory components. (Bug#10445)
3359
7dd37071
ML
33602012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3361
3362 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3363 Handle [host]:port syntax. (Bug#10533)
3364
a268160b
AH
33652012-01-27 Alex Harsanyi <harsanyi@mac.com>
3366
3367 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3368
e43273ef
GM
33692012-01-26 Glenn Morris <rgm@gnu.org>
3370
3371 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3372 * term.el (term-raw-escape-map): Use Control-X-prefix.
3373 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3374
1edf595d
MR
33752012-01-25 Martin Rudalics <rudalics@gmx.at>
3376
3377 * window.el (window-state-get, window--state-get-1): Don't deal
3378 with fixed-sizeness of windows. Simplify code.
3379
fa8eafef
JC
33802012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3381
6df6ae42
JB
3382 * window.el (window--state-get-1, window--state-put-2):
3383 Don't save and restore the mark.
fa8eafef 3384
0b21c100
CY
33852012-01-25 Chong Yidong <cyd@gnu.org>
3386
3387 * custom.el (custom-variable-p): Doc fix.
3388
5ae1a6c8
GM
33892012-01-25 Glenn Morris <rgm@gnu.org>
3390
40047858
GM
3391 * dired.el (dired-goto-file): Handle some of the more common
3392 characters that `ls -b' escapes. (Bug#10596)
3393
5ddce96c
GM
3394 * progmodes/compile.el (compilation-next-error-function):
3395 Respect compilation-first-column in the "*compilation*" buffer.
3396 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3397
5ae1a6c8
GM
3398 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3399
b559f1a9
GM
34002012-01-24 Glenn Morris <rgm@gnu.org>
3401
3402 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3403
6725d21a
JD
34042012-01-24 Julien Danjou <julien@danjou.info>
3405
3406 * color.el (color-rgb-to-hsl): Fix value computing.
3407 (color-hue-to-rgb): New function.
3408 (color-hsl-to-rgb): New function.
3409 (color-clamp, color-saturate-hsl, color-saturate-name)
3410 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3411 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3412
70df4bbe
GM
34132012-01-24 Glenn Morris <rgm@gnu.org>
3414
3415 * vc/vc-rcs.el (vc-rcs-create-tag):
3416 * vc/vc-sccs.el (vc-sccs-create-tag):
3417 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3418
802a2ae2
ML
34192012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3420
3421 * eshell/esh-util.el (eshell-read-hosts-file):
3422 Skip comment lines. (Bug#10549)
3423
d7128bb1
ML
3424 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3425
d1a5c3b4
JB
34262012-01-23 Juanma Barranquero <lekktu@gmail.com>
3427
2724d9c7
JB
3428 * subr.el (display-delayed-warnings): Doc fix.
3429 (collapse-delayed-warnings): New function to collapse identical
3430 adjacent warnings.
3431 (delayed-warnings-hook): Add it.
d1a5c3b4 3432
a5509865
MA
34332012-01-22 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3436
3437 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3438 properties, when "login-as" is set.
3439
3440 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3441 (tramp-default-user-alist): Don't add "pscp".
3442 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3443 property "login-as", if set. (Bug#10530)
3444
cc6d5805
MA
34452012-01-21 Michael Albinus <michael.albinus@gmx.de>
3446
3447 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3448 "plink1" and "psftp". (Bug#10530)
3449
34502012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3451
3452 * international/mule-cmds.el (prefer-coding-system): Show a
3453 warning message if the default value of file-name-coding-system
3454 was not changed.
3455
f0960428
JC
34562012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3457
cb882333
JB
3458 * windmove.el (windmove-reference-loc):
3459 Fix windmove-reference-loc miscalculation.
f0960428 3460
dd6f2a63
JB
34612012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3462
3463 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3464 default unit.
3465
7b447e9b
GM
34662012-01-21 Glenn Morris <rgm@gnu.org>
3467
117a9ea1
GM
3468 * international/mule.el (auto-coding-alist): Add .tbz.
3469
7b447e9b
GM
3470 * files.el (local-enable-local-variables): Doc fix.
3471 (inhibit-local-variables-regexps): Rename from
3472 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3473 Doc fix. Add some extensions from auto-coding-alist.
3474 (inhibit-local-variables-suffixes):
3475 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3476 (inhibit-local-variables-p):
3477 New function, extracted from set-auto-mode-1.
3478 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3479 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3480 (hack-local-variables): Doc fix. Make the mode-only case
3481 respect enable-local-variables and friends.
3482 Respect inhibit-local-variables-regexps for file-locals, but
3483 not for directory-locals.
3484 (set-visited-file-name):
3485 Take account of inhibit-local-variables-regexps.
3486 Whether it applies may change as the file name is changed.
3487 * jka-cmpr-hook.el (jka-compr-install):
3488 * jka-compr.el (jka-compr-uninstall):
3489 Update for inhibit-first-line-modes-suffixes name change.
3490
dd6e3cdd
MR
34912012-01-20 Martin Rudalics <rudalics@gmx.at>
3492
3493 * help-macro.el (make-help-screen): Temporarily restore original
3494 binding for minor-mode-map-alist (Bug#10454).
3495
0d0deb38
JD
34962012-01-19 Julien Danjou <julien@danjou.info>
3497
3498 * color.el (color-name-to-rgb): Use the white color to find the max
3499 color component value and return correctly computed values.
3500 (color-name-to-rgb): Add missing float conversion for max value.
3501
34a02f46
MR
35022012-01-19 Martin Rudalics <rudalics@gmx.at>
3503
3504 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3505 special state value for window-persistent-parameters.
3506 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3507 (window--state-put-2): Reset all window parameters to nil before
3508 assigning values of persistent parameters.
3509
606c44c4
AM
35102012-01-18 Alan Mackenzie <acm@muc.de>
3511
3512 Eliminate sluggishness and hangs in fontification of "semicolon
3513 deserts".
3514
cb882333
JB
3515 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3516 Change value 10000 -> 3000.
606c44c4
AM
3517 (c-state-safe-place): Reformulate so it doesn't stack up an
3518 infinite number of wrong entries in c-state-nonlit-pos-cache.
3519 (c-determine-limit-get-base, c-determine-limit): New functions to
3520 determine backward search limits disregarding literals.
3521 (c-find-decl-spots): Amend commenting.
3522 (c-cheap-inside-bracelist-p): New function which detects "={".
3523
3524 * progmodes/cc-fonts.el
3525 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3526 backward search.
3527 (c-font-lock-declarations): Fix an occurrence of point being
3528 undefined. Check additionally for point being in a bracelist or
3529 near a macro invocation without a semicolon so as to avoid a
3530 fruitless time consuming search for a declarator. Give a more
3531 precise search limit for declarators using the new
3532 c-determine-limit.
3533
f3860cea
GM
35342012-01-18 Glenn Morris <rgm@gnu.org>
3535
3536 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3537 (set-auto-mode): Doc fixes.
3538
1db03b16
GM
35392012-01-17 Glenn Morris <rgm@gnu.org>
3540
0e6038be
GM
3541 * isearch.el (search-nonincremental-instead): Fix doc typo.
3542
1db03b16
GM
3543 * dired.el (dired-insert-directory): Handle newlines in directory name.
3544 (dired-build-subdir-alist): Unescape newlines in directory name.
3545
4cb0aa75
MA
35462012-01-17 Michael Albinus <michael.albinus@gmx.de>
3547
3548 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3549 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3550 (tramp-action-terminal): Use it. (Bug#10530)
3551
1d00653d
SM
35522012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3555
6a6ee00d
MR
35562012-01-16 Martin Rudalics <rudalics@gmx.at>
3557
3558 * window.el (window-state-ignored-parameters): Remove variable.
3559 (window--state-get-1): Rename argument MARKERS to IGNORE.
3560 Handle persistent window parameters. Make copy of clone-of
3561 parameter only if requested. (Bug#10348)
3562 (window--state-put-2): Install a window parameter only if it has
3563 a non-nil value or an existing parameter shall be overwritten.
3564
97912def
MA
35652012-01-15 Michael Albinus <michael.albinus@gmx.de>
3566
3567 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3568
688070a5
EZ
35692012-01-14 Eli Zaretskii <eliz@gnu.org>
3570
3571 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3572 don't pass the (nil) value of `upnode' to string-match.
3573
301afadc
CY
35742012-01-14 Chong Yidong <cyd@gnu.org>
3575
3576 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3577 Fix values recognized by the cursorBlink resource.
301afadc 3578
9e5788aa
PE
35792012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3580
3581 * epg.el (epg--make-temp-file): Avoid permission race condition
3582 when running on old Emacs versions (bug#10403).
3583
3cdb7f5a
GM
35842012-01-14 Glenn Morris <rgm@gnu.org>
3585
3586 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3587
8c82b1b4
AM
35882012-01-13 Alan Mackenzie <acm@muc.de>
3589
3590 Fix filling for when filladapt mode is enabled.
3591
3592 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3593 c-mask-paragraph, pass in `fill-paragraph' rather than
3594 `fill-region-as-paragraph'. (This is a reversion of a previous
3595 change.)
eb864a71
LM
3596 * progmodes/cc-mode.el (c-basic-common-init):
3597 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3598
e517eda4
GM
35992012-01-13 Glenn Morris <rgm@gnu.org>
3600
1498536e
GM
3601 * dired.el (dired-switches-escape-p): New function.
3602 (dired-insert-directory): Use dired-switches-escape-p.
3603 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3604
e517eda4
GM
3605 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3606
328f984d
GM
36072012-01-12 Glenn Morris <rgm@gnu.org>
3608
3609 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3610 changes in adaptive-fill-regexp. (Bug#10276)
3611
2cc769a8
AM
36122012-01-11 Alan Mackenzie <acm@muc.de>
3613
3614 Fix Emacs bug #10463 - put `widen's around the critical spots.
3615
1d00653d 3616 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3617 widen around each invocation of c-state-pp-to-literal. Remove an
3618 unused let variable.
3619
e52c37fa
GM
36202012-01-11 Glenn Morris <rgm@gnu.org>
3621
3622 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3623 Doc fix.
e52c37fa 3624
96f8741e
CY
36252012-01-10 Chong Yidong <cyd@gnu.org>
3626
1d00653d
SM
3627 * net/network-stream.el (network-stream-open-starttls):
3628 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3629 response to the capability command.
3630
b09a806e
GM
36312012-01-10 Glenn Morris <rgm@gnu.org>
3632
3633 * mail/unrmail.el (unrmail): Tweak previous change.
3634
7655cb66
CY
36352012-01-09 Chong Yidong <cyd@gnu.org>
3636
3637 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3638
9d5a8f0b
AM
36392012-01-08 Alan Mackenzie <acm@muc.de>
3640
3641 Optimise font locking in long enum definitions.
3642
3643 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3644 arm to a cond form to handle enums.
3645 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3646 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3647
9a0115ab 36482012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3649
3650 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3651 (Bug#10401)
6bb72cbd 3652
f186bb95
LMI
36532012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3654
29232a68
LMI
3655 * faces.el (set-face-attribute): Clarify the meaning of the nil
3656 frame (bug#10294).
3657
4e5d086d
LMI
3658 * subr.el (with-selected-frame): Mention that the selected frame
3659 is restored (bug#9980).
3660
8e66aebe
LMI
3661 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3662 (bug#9759).
3663
cd394be1 3664 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3665 (password-read): Don't autoload unused function.
3666
adf4e762
JB
36672012-01-07 Juanma Barranquero <lekktu@gmail.com>
3668
3669 * progmodes/which-func.el (which-func-mode): Turn into a
3670 non-interactive function and mark as obsolete (bug#10428).
3671
89bd9ccd
CY
36722012-01-06 Chong Yidong <cyd@gnu.org>
3673
3674 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3675 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3676 functions, along with 1 and -1.
3677
4afee9d5
EZ
36782012-01-06 Eli Zaretskii <eliz@gnu.org>
3679
3680 * time.el (display-time-load-average)
3681 (display-time-default-load-average): Doc fixes. See the thread
3682 starting at
3683 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3684 for the details.
3685
536aea70
GM
36862012-01-06 Glenn Morris <rgm@gnu.org>
3687
665ae865
GM
3688 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3689 has no messages. (Bug#10377)
3690
c869783d
GM
3691 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3692 than Info-edit. (Bug#10385)
3693
2bb4227e
GM
3694 * time.el (display-time-load-average, display-time-next-load-average):
3695 Doc fixes.
3696
7d5944b9
GM
3697 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3698 local setting of buffer-read-only to the input buffer. (Bug#10419)
3699
536aea70
GM
3700 * calendar/calendar.el (calendar-mode):
3701 Locally set scroll-margin to 0. (Bug#10379)
3702
7dccca16
UM
37032012-01-06 Ulrich Mueller <ulm@gentoo.org>
3704
3705 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3706
afbb7930
GM
37072012-01-05 Glenn Morris <rgm@gnu.org>
3708
3709 * eshell/em-unix.el (diff-no-select): Autoload it.
3710 (eshell/diff): Use diff-no-select. (Bug#10420)
3711
04482335
CY
37122012-01-05 Chong Yidong <cyd@gnu.org>
3713
7baca3bc
CY
3714 * shell.el (shell-dynamic-complete-functions): Revert last change.
3715 (shell-command-completion-function): New function.
3716 (shell-completion-vars): Use it to implement
3717 shell-completion-execonly (Bug#10417).
3718
04482335
CY
3719 * custom.el (enable-theme): Don't set custom-safe-themes.
3720
1d00653d
SM
3721 * cus-theme.el (custom-theme-merge-theme):
3722 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3723
bb5aa5d6
MM
37242012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3725
3726 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3727 first prompt in `sql-interacive-mode'.
3728 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3729 keywords.
6df6ae42 3730 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3731 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3732 context of original buffer. Invoke `sql-login-hook'.
3733
a7183d7c
EZ
37342012-01-04 Eli Zaretskii <eliz@gnu.org>
3735
3736 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3737 letters in cite-prefix.
3738
a1eacd1e
LMI
37392012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3742
787cdb34
CY
37432012-01-03 Chong Yidong <cyd@gnu.org>
3744
1d00653d
SM
3745 * shell.el (shell-dynamic-complete-functions):
3746 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3747 comint-filename-completion first (Bug#10417).
3748
30710442
RS
37492012-01-02 Richard Stallman <rms@gnu.org>
3750
3751 * battery.el (battery-status-function):
3752 Detect when to use battery-yeeloong-sysfs.
3753 (battery-echo-area-format): Add string for Yeeloong.
3754 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3755 (battery-yeeloong-sysfs): New function.
3756
f75bfc33
CY
37572012-01-02 Chong Yidong <cyd@gnu.org>
3758
3759 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3760 (dirtrack): Merge code for handling relative filenames in prompt
3761 from shell-dir-cookie-watcher.
3762 (dirtrack-debug-message): New arg to avoid excess format calls.
3763
3764 * shell.el (shell-dir-cookie-re): Variable deleted.
3765 (shell-dir-cookie-watcher): Function deleted.
3766 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3767 with dirtrack-mode.
3768
651e947e
EZ
37692012-01-01 Eli Zaretskii <eliz@gnu.org>
3770
1d00653d
SM
3771 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3772 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3773 libgnutls-26.dll.
3774
94d4c7dc
AS
37752011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3776
3777 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3778
8d43f3cd
EZ
37792011-12-31 Eli Zaretskii <eliz@gnu.org>
3780
3781 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3782 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3783
98c8795a
MA
37842011-12-29 Michael Albinus <michael.albinus@gmx.de>
3785
3786 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3787 also for alternative shells.
3788 (tramp-open-connection-setup-interactive-shell): Check, whether
3789 the shell is a busybox.
3790 (tramp-send-command): Don't suppress multiple prompts for
3791 busyboxes, it hurts.
3792
51281b32
CY
37932011-12-28 Chong Yidong <cyd@gnu.org>
3794
3795 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3796 (gdb-get-source-file): Move mode line update to
3797 gdb-get-source-file (Bug#10087).
3798
2170cb53
CY
37992011-12-25 Chong Yidong <cyd@gnu.org>
3800
3801 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3802 gud-gdb-marker-filter without taking it as an argument.
3803 (gud-gdb-run-command-fetch-lines): Caller changed.
3804 (gud-gdb-completion-function): New variable.
3805 (gud-gdb-completion-at-point): Use it.
3806 (gud-gdb-completions-1): Split from gud-gdb-completions.
3807
3808 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3809 function as separate arguments.
3810 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3811 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3812 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3813 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3814 (gdb-stopped, def-gdb-auto-update-trigger)
3815 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3816 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3817 Callers changed.
2170cb53
CY
3818 (gud-gdbmi-completions): New function.
3819 (gdb): Use it for generating the completion table.
3820
be8b11bb
AM
38212011-12-24 Alan Mackenzie <acm@muc.de>
3822
3823 Introduce a mechanism to widen the region used in context font
1d00653d 3824 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3825
1d00653d
SM
3826 * progmodes/cc-langs.el (c-before-font-lock-functions):
3827 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3828 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3829 functions to be run just before context (etc.) font locking.
3830
3831 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3832 New, functionality extracted from
be8b11bb 3833 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3834 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3835 (c-after-change): Set c-in-after-change-fontification.
3836 (c-set-fl-decl-start): Rejig its interface, so it can be called
3837 from both after-change and context fontifying.
b81d40f0
JB
3838 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3839 New functions.
3840 (c-standard-font-lock-fontify-region-function): New variable.
3841 (c-font-lock-fontify-region): New function.
be8b11bb 3842
341cf6ac
JL
38432011-12-24 Juri Linkov <juri@jurta.org>
3844
3845 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3846 (Bug#10348)
3847
bffcee0a
MA
38482011-12-23 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3851 existence of source file. (Bug#10325)
3852
cb5e207c
AM
38532011-12-23 Alan Mackenzie <acm@muc.de>
3854
3855 Fix unstable fontification inside templates.
3856
b81d40f0
JB
3857 * progmodes/cc-langs.el (c-before-font-lock-functions):
3858 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3859 additionally has c-set-fl-decl-start. The other languages (apart
3860 from AWK) have that as a single entry.
3861
b81d40f0
JB
3862 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3863 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3864 c-set-fl-decl-start.
3865
b81d40f0
JB
3866 * progmodes/cc-mode.el (c-common-init, c-after-change):
3867 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3868 (c-set-fl-decl-start): New function, extracted from
3869 c-font-lock-enclosing-decls and enhanced.
3870
60ff536c
JB
38712011-12-23 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3874
1c4757d6
JL
38752011-12-22 Juri Linkov <juri@jurta.org>
3876
3877 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3878
d031f2c7
CY
38792011-12-22 Chong Yidong <cyd@gnu.org>
3880
3881 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3882
bace743a
DA
38832011-12-21 Drew Adams <drew.adams@oracle.com>
3884
3885 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3886
728a1f2b
JC
38872011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3888
3889 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3890
0d373f73
TZ
38912011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3892
fec0aaa4
TZ
3893 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3894 highlighting and support. Fix up comments for capitalization.
3895 (cfengine-mode-debug): New var.
3896 (cfengine3-mode): Change the modeline indicator to "CFE3".
3897 (cfengine3-font-lock-keywords): Improve defun highlighting.
3898 (cfengine2-actions): Rename from `cfengine-actions'.
3899 (cfengine2-font-lock-keywords): Rename from
3900 `cfengine-font-lock-keywords'.
3901 (cfengine2-imenu-expression): Rename from
3902 `cfengine-imenu-expression'.
3903 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3904 (cfengine2-beginning-of-defun): Rename from
3905 `cfengine-beginning-of-defun'.
3906 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3907 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3908 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3909 modeline indicator to "CFE2".
3910 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3911 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3912
bc86f573
CY
39132011-12-21 Chong Yidong <cyd@gnu.org>
3914
3915 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3916 filename argument.
3917
d45ba96b
MR
39182011-12-20 Martin Rudalics <rudalics@gmx.at>
3919
3920 * window.el (window-normalize-buffer-to-display): Remove.
3921 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3922
a6198c90
CY
39232011-12-19 Chong Yidong <cyd@gnu.org>
3924
3925 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3926 Don't signal an error in a predicate function; return non-nil.
3927 (vc-dir-mark-file): Move the error here.
3928 (vc-dir-mark-unmark): If acting on the region, keep going if one
3929 of the entries cannot be marked/unmarked.
3930 (vc-dir-mark-all-files): If current entry is a directory, mark
3931 only child files, as documented.
3932
34c5fb55
VB
39332011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3934
3935 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3936 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3937 addition.
3938
c803b2b7
JD
39392011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3940
3941 * term/ns-win.el (ns-get-selection-internal)
3942 (ns-store-selection-internal): Declare.
1154d12e
JB
3943 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3944 Declare as obsolete.
3945 (ns-get-pasteboard, ns-paste-secondary):
3946 Use ns-get-selection-internal.
3947 (ns-set-pasteboard, ns-copy-including-secondary):
3948 Use ns-store-selection-internal.
c803b2b7 3949
9cff91f8 39502011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3951
3952 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3953 (vc-deduce-fileset): Doc fix.
99a289d9 3954
f16c898a
AS
39552011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3956
3957 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3958
763237c4
SS
39592011-12-13 Sam Steingold <sds@gnu.org>
3960
3961 * man.el (Man-getpage-in-background): When running under a
3962 window-system, ignore $MANWIDTH and $COLUMNS.
3963
5fc1c122
KH
39642011-12-15 Kenichi Handa <handa@m17n.org>
3965
3966 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3967 (setup-ethiopic-environment-internal): Comment out key-binding for
3968 ethio-toggle-punctuation.
3969
13d49cbb
AM
39702011-12-13 Alan Mackenzie <acm@muc.de>
3971
898169a2
AM
3972 Add the switch statement to AWK Mode.
3973
7a71b18d 3974 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3975 "default" to the keywords regexp.
3976
7a71b18d 3977 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3978 expression as the rest.
1d00653d
SM
3979 (c-nonlabel-token-key): Allow string literals for AWK.
3980 Refactor for the other modes.
898169a2 3981
13d49cbb 3982 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3983 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3984 routines. Limit backward searching in c-font-lock-enclosing.decl.
3985
3986 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3987 pp-state and literal type in addition to the limits.
1d00653d 3988 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3989 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3990 (c-slow-in-literal, c-fast-in-literal): Remove.
3991 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3992
3993 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3994 being in a literal. Add a limit for backward searching.
3995
3996 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3997 c-slow-in-literal.
3998
15e0efc7
SM
39992011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4002
454592a6
MR
40032011-12-13 Martin Rudalics <rudalics@gmx.at>
4004
4005 * window.el (delete-other-windows): Use correct frame in call to
4006 window-with-parameter.
4007
87393f26
DP
40082011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4009
4010 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4011 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4012 (makefile-gmake-statements, makefile-makepp-statements):
4013 Use it and add new makepp keywords.
4014 (makefile-makepp-font-lock-keywords): Add new patterns.
4015 (makefile-match-function-end): Match new [...] and [[...]].
4016
11636b22
JB
40172011-12-11 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * ses.el (ses-call-printer-return, ses-cell-property-get)
4020 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4021 (ses-create-cell-variable, ses-reset-header-string)
4022 (ses-cell-set-formula, ses-repair-cell-reference-all)
4023 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4024 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4025 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4026 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4027 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4028 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4029 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4030 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4031 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4032 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4033 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4034 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4035
cf018193
VB
40362011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4037
4038 * ses.el: The overall change is to add cell renaming, that is
4039 setting fancy names for cell symbols other than name matching
4040 "\\`[A-Z]+[0-9]+\\'" regexp .
4041 (ses-create-cell-variable): New defun.
4042 (ses-relocate-formula): Relocate formulas only for cells the
4043 symbols of which are not renamed, i.e. symbols whose names do not
4044 match regexp "\\`[A-Z]+[0-9]+\\'".
4045 (ses-relocate-all): Relocate values only for cells the symbols of
4046 which are not renamed.
4047 (ses-load): Create cells variables as the (ses-cell ...) are read,
4048 in order to check row col consistency with cell symbol name only
4049 for cells that are not renamed.
4050 (ses-replace-name-in-formula): New defun.
4051 (ses-rename-cell): New defun.
4052
ee957461
CY
40532011-12-11 Chong Yidong <cyd@gnu.org>
4054
4055 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4056 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4057
9a9e9ef0
MR
40582011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4059
4060 * window.el (other-window): Fix docstring.
4061
92a8eba5
EZ
40622011-12-10 Eli Zaretskii <eliz@gnu.org>
4063
4064 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4065 `from' or `to' address before taking its substring.
4066 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4067 encoded name is chopped in the middle of the encoded string, and
4068 thus displayed encoded.
4069
e152e577
JB
40702011-12-10 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4073
e5d84bfe
EZ
40742011-12-10 Eli Zaretskii <eliz@gnu.org>
4075
4076 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4077 to use texinfo-update-node and commands that call it if the
4078 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4079 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4080 (texinfo-all-menus-update, texinfo-master-menu)
4081 (texinfo-update-node, texinfo-every-node-update)
4082 (texinfo-multiple-files-update): Doc fix. Warn against updating
4083 all the @node lines.
4084 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4085 argument is numeric. Explain better in the doc string what the
4086 function really does.
4087 (texinfo-insert-master-menu-list): Improve the error message
4088 displayed if there's no menu in the Top node.
4089 (Bug#2975) See also this thread:
e5d84bfe
EZ
4090 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4091
1d84e9bb
MG
40922011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4093
4094 * speedbar.el (speedbar-supported-extension-expressions):
4095 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4096
382c953b
JB
40972011-12-09 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * printing.el (pr-mode-alist):
4100 * simple.el (filter-buffer-substring-functions)
4101 (completion-list-insert-choice-function):
4102 * window.el (window-with-parameter, window-atom-root)
4103 (window-sides-slots, window-size-fixed, window-min-delta)
4104 (window-max-delta, window--resize-mini-window)
4105 (window--resize-child-windows-normal, window-tree)
4106 (delete-other-windows, quit-window, split-window)
4107 (display-buffer-record-window, special-display-buffer-names)
4108 (special-display-regexps, special-display-popup-frame)
4109 (same-window-p, split-window-sensibly)
4110 (display-buffer-overriding-action, display-buffer-alist)
4111 (display-buffer-base-action, display-buffer, switch-to-buffer)
4112 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4113 (fit-window-to-buffer, recenter-positions)
4114 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4115 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4116 and remove unneeded backslashes in docstrings.
4117
39c9faef
SM
41182011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4119
98449af8
SM
4120 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4121
39c9faef
SM
4122 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4123 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4124 end in ".mk".
4125 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4126 when reading the makefile (bug#10116).
4127
86ed9fdc
SM
41282011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4131 (bug#10116).
4132
5580f89d
GM
41332011-12-06 Glenn Morris <rgm@gnu.org>
4134
4135 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4136
28d3917c
CY
41372011-12-06 Chong Yidong <cyd@gnu.org>
4138
4139 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4140
a98edce9
JB
41412011-12-06 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * textmodes/table.el (table-shorten-cell): Fix typo.
4144
e65adfac
CG
41452011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4146
4147 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4148
71cc0b74
EZ
41492011-12-05 Eli Zaretskii <eliz@gnu.org>
4150
4151 * descr-text.el (describe-char): Fix display of strong
4152 right-to-left characters and directional embeddings and overrides.
4153
4154 * simple.el (what-cursor-position): Fix display of codepoints of
4155 strong right-to-left characters.
4156
315bc30d
CY
41572011-12-05 Chong Yidong <cyd@gnu.org>
4158
4159 * faces.el (read-color): Doc fix.
4160
58a70b94
GM
41612011-12-05 Glenn Morris <rgm@gnu.org>
4162
4163 * align.el (align--set-marker): Add doc-string.
4164 Don't try to move something that is not a marker. (Bug#10216)
4165
5158face
GM
41662011-12-04 Glenn Morris <rgm@gnu.org>
4167
4168 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4169 overly zealous deletion of trailing whitespace.
4170
520fca41
JB
41712011-12-04 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * server.el (server-delete-client): On Windows, do not try to delete
4174 the only terminal.
4175 (server-process-filter): On Windows, treat requests for a tty frame as
4176 if they were for a GUI frame if the running server is in GUI mode.
4177
5e605a2e
GM
41782011-12-03 Glenn Morris <rgm@gnu.org>
4179
4180 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4181
5c3fe83f
SM
41822011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4183
6f5e57e7
SM
4184 * electric.el: Streamline electric-indent's hook.
4185 (electric-indent-chars): Revert to simple list.
4186 (electric-indent-functions): New var.
4187 (electric-indent-post-self-insert-function): Use it.
4188
5c3fe83f
SM
4189 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4190 there's no inferior buffer (bug#10196).
4191 (prolog-consult-compile): Don't use toggle-read-only.
4192
6bdac736
MA
41932011-12-02 Michael Albinus <michael.albinus@gmx.de>
4194
4195 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4196 interrupt. (Bug#10187)
4197
6131ba7f
SM
41982011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4199
99c79fee
SM
4200 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4201 (bug#9160).
4202
6131ba7f
SM
4203 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4204 (bug#10191).
4205
cb0a02ea
JL
42062011-12-02 Juri Linkov <juri@jurta.org>
4207
4208 * info.el (Info-search): Display "end of manual" when Isearch
4209 reaches the end of single-file Info manual. (Bug#9918)
4210
66e0570c
EZ
42112011-12-02 Eli Zaretskii <eliz@gnu.org>
4212
4213 * isearch.el (isearch-message-prefix): Run the input method part
4214 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4215
02b16839
JL
42162011-12-02 Juri Linkov <juri@jurta.org>
4217
4218 * isearch.el (isearch-occur): Use `word-search-regexp' for
4219 `isearch-word'.
4220 (isearch-search-and-update): Add condition for `isearch-word' and
4221 call `word-search-regexp'. (Bug#10145)
4222
0b950688
GM
42232011-12-01 Glenn Morris <rgm@gnu.org>
4224
4225 * eshell/em-hist.el (eshell-hist-initialize):
4226 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4227 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4228
9505c3c7
SM
42292011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4232
1bbe96b2 42332011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4234
a1beca85
SM
4235 * progmodes/verilog-mode.el (verilog-pretty-expr):
4236 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4237 verilog, such as += *= and the like.
4238 (verilog-assignment-operator-re): Regular expression to find the
4239 assigment operator in a verilog assignment.
4240 (verilog-assignment-operation-re): Regular expression to find an
4241 assignment statement for pretty-expr.
4242 (verilog-in-attribute-p): Query returns true if point is in an
4243 attribute context; used to skip these for expression line up from
4244 pretty-expr.
4245 (verilog-in-parameter-p): Query returns true if point is in an
4246 parameter definition context; used to skip these for expression
4247 line up from pretty-expr.
4248 (verilog-in-parenthesis-p): Query returns true if point is in a
4249 parenthetical expression, specifically ( ) but not [ ] or { };
4250 used by pretty-expr.
4251 (verilog-just-one-space): If there is no space, don't add one.
4252 (verilog-get-lineup-indent-2): Specifically skip just attribute
4253 contexts for expression lineup, rather than skipping all
4254 parenthetical expressions.
4255 (verilog-calculate-indent): Fix comment, and fix indent.
4256 (verilog-do-indent): Indent declarations in lists (suggested by
4257 Joachim Lechner).
4258 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4259 skeleton items.
4260 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4261 by Alain Mellan).
4262
1bbe96b2 42632011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4264
4265 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4266 parameters with embedded comments. Reported by Ray Stevens.
4267 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4268 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4269 Reported by Tim Holt.
4270 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4271 instantiated by upper module causing wrong expansion until AUTOed a
4272 second time. Reported by K C Buckenmaier.
4273 (verilog-diff-auto): Fix showing .* as a difference when
4274 `verilog-auto-star-save' off. Reported by Dan Dever.
4275 (verilog-auto-reset, verilog-read-always-signals)
4276 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4277 temporary signals in reset list if
4278 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4279 style to each signal's assignment type, bug381.
4280 Reported by Thomas Esposito.
6288f0ca
WS
4281 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4282 (verilog-uvm-statement-re): Support UVM indentation and
4283 highlighting, with old OVM keywords only.
a1beca85 4284 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4285 Support AUTOTIEOFF creating non-wire data types.
4286 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4287 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4288 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4289 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4290 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4291 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4292 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4293 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4294 non-numeric vector width. Reported by Alex Reed.
4295 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4296 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4297 (verilog-auto-delete-trailing-whitespace):
4298 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4299 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4300 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4301 Fix verilog-scan-cache corruption when running user AUTO expansion
4302 hooks that call indentation routines.
4303 (verilog-simplify-range-expression): Fix typo ignoring lower case
4304 identifiers.
4305 (verilog-delete-auto): Fix delete-autos to also remove user created
4306 automatics, as long as they start with AUTO.
4307 (verilog-batch-diff-auto, verilog-diff-auto)
4308 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4309 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4310 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4311 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4312 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4313 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4314 is disabled and its cache will get corrupt, causing AUTOS not to
4315 expand. Instead use only -quick functions.
4316 (verilog-scan-region): Fix scanning over escaped quotes.
4317 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4318 (verilog-re-search-backward-quick)
4319 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4320 related functions now ignore strings, to fix misparsing of strings
4321 with magic comments embedded in them.
a1beca85
SM
4322 (verilog-read-auto-template):
4323 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4324 Reported by Brad Dobbie.
4325 (verilog-read-auto-template):
4326 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4327 Reported by Brad Dobbie.
6288f0ca
WS
4328 (verilog-auto-inst, verilog-auto-inst-param)
4329 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4330 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4331 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4332 debugging templates without merge conflicts, bug357.
4333 Reported by Brad Dobbie.
4334 (verilog-read-auto-template):
4335 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4336 Reported by Brad Dobbie.
4337 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4338 abbrevs so user won't be asked to save.
4339 (verilog-read-auto-lisp-present): Fix to start at beginning of
4340 buffer in case called outside of verilog-auto.
4341 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4342 to "X-2". Reported by Matthew Myers.
4343 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4344 all inputs from module templates. Reported by Leith Johnson.
4345 (verilog-module-inside-filename-p): Fix locating programs as with
4346 modules.
4347 (verilog-auto-inst-port): Fix vl-width expressions when using
4348 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4349 (verilog-decls-get-regs, verilog-decls-get-signals,
4350 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4351 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4352 verilog-read-decls): Combine reg and wire structures into one var
4353 structure to represent SystemVerilog concepts.
4354 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4355 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4356 (verilog-auto-wire-type, verilog-insert-definition):
4357 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4358 SystemVerilog "logic" keyword instead of "wire"/"reg".
4359 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4360 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4361 ifdef or generate if so there's not a driver conflict).
4362 Reported by Matthew Myers.
4363 (verilog-auto-declare-nettype, verilog-insert-definition):
4364 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4365 `default_nettype none. Reported by Julian Gorfajn.
4366 (verilog-read-always-signals-recurse, verilog-read-decls)
4367 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4368 malformed end statement, bug325. Reported by Joshua Wise and
4369 Andrew Drake.
4370 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4371 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4372 when expanding .* in interfaces, bug320.
4373 Reported by Pierre-David Pfister.
6288f0ca 4374 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4375 name and open parenthesis, bug317.
4376 Reported by Pierre-David Pfister.
6288f0ca
WS
4377 (verilog-simplify-range-expression): Fix simplification of
4378 multiplications inside AUTOWIRE connections, bug303.
4379 (verilog-auto-inst-port): Support parameter expansion in
4380 multidimensional arrays.
4381 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4382 after "assert property". Reported by Julian Gorfajn.
4383 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4384 with multiplication, bug303.
4385 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4386 Reported by Jan Frode Lonnum.
4387
1bbe96b2
GM
43882011-11-30 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4391 (hfy-shell-file-name, hfy-shell):
4392 * international/fontset.el (x-decompose-font-name): Fix typos.
4393
43942011-11-29 Ken Brown <kbrown@cornell.edu>
4395
4396 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4397 (gdb-version): Remove defvar.
4398 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4399 (gdb-gud-context-command, gdb-non-stop-handler)
4400 (gdb-current-context-command, gdb-stopped): Use it.
4401 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4402 (gdb-non-stop-handler): Don't enable pretty-printing here.
4403 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4404 non-stop mode. Use the following.
4405 (gdb-check-target-async): New defun.
4406 (gud-watch, gdb-stopped): Fix whitespace.
4407 (gdb-get-source-file): Don't try to display the source file if
4408 `gdb-main-file' is nil.
4409
44102011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * align.el: Try to generate fewer markers (bug#10047).
4413 (align--set-marker): New macro.
4414 (align-region): Use it.
4415
c935221f
SM
44162011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4419
e70b5064
CY
44202011-11-29 Chong Yidong <cyd@gnu.org>
4421
4422 * indent.el (indent-for-tab-command, indent-according-to-mode):
4423 Doc fix.
4424 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4425
f3af92b7
MA
44262011-11-29 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4429 aware of remote file names. (Bug#10124)
4430
ed472be9
CY
44312011-11-29 Chong Yidong <cyd@gnu.org>
4432
4433 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4434
24510c22
SM
44352011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * files.el (find-file): Don't use force-same-window (bug#10144).
4438 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4439 use pop-to-buffer if the selected window can't be used.
4440 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4441
c60c3703
EZ
44422011-11-28 Eli Zaretskii <eliz@gnu.org>
4443
4444 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4445 special-mode-map.
4446
e95def75
CY
44472011-11-28 Chong Yidong <cyd@gnu.org>
4448
4449 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4450
c3f1c606
NR
44512011-11-27 Nick Roberts <nickrob@snap.net.nz>
4452
4453 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4454 gdb-get-source-file-list on gdb-create-source-file-list.
4455
00db469c
EZ
44562011-11-26 Eli Zaretskii <eliz@gnu.org>
4457
4458 * whitespace.el (whitespace-newline): Use a different foreground
4459 color for 16-color light-background displays.
4460
4ad3bc2a
CY
44612011-11-24 Chong Yidong <cyd@gnu.org>
4462
4463 * window.el (display-buffer--special-action): Doc fix.
4464
e9fce1ac
JB
44652011-11-25 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4468 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4469 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4470 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4471 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4472 (avl-tree-stack-first):
4473 * emacs-lisp/cconv.el (cconv--analyse-use):
4474 * net/gnutls.el (gnutls-negotiate): Fix typos.
4475
cb825e5d
GM
44762011-11-24 Glenn Morris <rgm@gnu.org>
4477
3adbe224
GM
4478 * lpr.el (lpr-windows-system, lpr-lp-system):
4479 * mail/binhex.el (binhex-begin-line):
4480 * progmodes/grep.el (grep-history, grep-find-history):
4481 * textmodes/flyspell.el:
4482 * vc/pcvs-defs.el (cvs-global-menu):
4483 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4484 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4485 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4486
321decc8
GM
4487 * net/tls.el: Fix case of "GnuTLS".
4488
420b63ad
GM
4489 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4490
cb825e5d
GM
4491 * version.el (emacs-build-system): Give it a doc-string.
4492
a0649f08
JL
44932011-11-24 Juri Linkov <juri@jurta.org>
4494
4495 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4496
c0bc0fd4
GM
44972011-11-24 Glenn Morris <rgm@gnu.org>
4498
4499 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4500 if called on a non-mime message just toggle the headers. (Bug#8006)
4501
20db1522
JB
45022011-11-24 Juanma Barranquero <lekktu@gmail.com>
4503
4504 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4505 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4506 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4507 (allout-rebullet-heading, allout-open-sibtopic)
4508 (allout-toggle-current-subtree-encryption)
4509 (allout-toggle-subtree-encryption, allout-encrypt-string)
4510 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4511 (allout-distinctive-bullets-string, allout-auto-activation):
4512 * window.el (window-normalize-buffer-to-display):
4513 * progmodes/verilog-mode.el (verilog-batch-indent):
4514 * textmodes/bibtex.el (bibtex-field-braces-opt)
4515 (bibtex-field-strings-opt):
4516 * vc/cvs-status.el (cvs-tree-merge):
4517 Fix typos.
4518
7262a87c
MA
45192011-11-23 Michael Albinus <michael.albinus@gmx.de>
4520
4521 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4522 `non-essential' to t, in order to avoid remote connections.
4523
283430a1
EZ
45242011-11-23 Eli Zaretskii <eliz@gnu.org>
4525
a1beca85
SM
4526 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4527 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4528 case-insensitively.
4529
d2992a38
ML
45302011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4531
4532 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4533
50419064
GM
45342011-11-23 Glenn Morris <rgm@gnu.org>
4535
da94eca1
GM
4536 * paths.el (rmail-file-name): Reformat the doc-string so that it
4537 is picked up.
4538
9aac4de2
GM
4539 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4540 (rmail-auto-file): Ignore case in the "special" field names,
4541 as mail-fetch-field does for all others.
4542
8038d2d2
GM
4543 * mail/rmail.el (rmail-forward):
4544 * mail/rmailkwd.el (rmail-set-label):
4545 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4546 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4547
f3fe222a
GM
4548 * mail/rmail.el (rmail-current-message): Doc fix.
4549
50419064
GM
4550 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4551
28109f49
SM
45522011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4555
394c65f1
GM
45562011-11-22 Glenn Morris <rgm@gnu.org>
4557
4558 * mail/rmailmm.el (test-rmail-mime-handler)
4559 (test-rmail-mime-bulk-handler)
4560 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4561
f2a0aa3a
JL
45622011-11-21 Juri Linkov <juri@jurta.org>
4563
1154d12e
JB
4564 * calc/calc.el (calc-read-key-sequence):
4565 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4566
9c34a344
LMI
45672011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4570 Tell the caller that the next line needs recomputation, even
4571 though it doesn't start a sexp (bug#10094).
4572
f04a3be9
SM
45732011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4576
7978747f
SM
45772011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4578
f04a3be9
SM
4579 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4580 Use force-same-window.
7978747f 4581
fe7a3057
JB
45822011-11-20 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * descr-text.el (describe-char-unicode-data):
4585 * json.el (json-string-escape):
4586 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4587 (Footnote-unicode, Footnote-style-p):
4588 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4589
24901d61
CY
45902011-11-20 Chong Yidong <cyd@gnu.org>
4591
4592 * window.el (replace-buffer-in-windows): Restore interactive spec.
4593
bac7ff22
SM
45942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4595
24f3d7b9
SM
4596 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4597
bac7ff22
SM
4598 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4599 (byte-compile-global-not-obsolete-vars): New var.
4600 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4601 Use it.
4602 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4603
cd1181db
JB
46042011-11-20 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4607 * progmodes/pascal.el (electric-pascal-equal):
4608 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4609 * xml.el (xml-substitute-special): Fix typos.
4610
7fb18e9e
GM
46112011-11-20 Glenn Morris <rgm@gnu.org>
4612
4613 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4614 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4615 Doc fixes.
4616 (rmail-decode-mime-charset): Mark as obsolete.
4617
4618 * mail/rmailsum.el (rmail-message-regexp-p-1):
4619 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4620 Before using mime functions, check they are set. (Bug#10077)
4621
d5a6b3ba
JL
46222011-11-19 Juri Linkov <juri@jurta.org>
4623
4624 * info.el (Info-finder-find-node): Use `package--builtins' instead
4625 of `package-alist'. Use node names formed by the pattern "Keyword "
4626 and the keyword name.
4627
e981b61f
AS
46282011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4629
1d00653d 4630 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4631
3ffbc301
JL
46322011-11-19 Juri Linkov <juri@jurta.org>
4633
4634 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4635 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4636 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4637 `old-history', `old-history-forward'. Add let-binding
4638 `window-selected'. Remove calls to `kill-buffer',
4639 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4640 before calling `Info-find-node', so `Info-find-node-2' will reread
4641 the Info file. Restore window positions only when `window-selected'
4642 is non-nil.
4643
30c62133
JL
46442011-11-19 Juri Linkov <juri@jurta.org>
4645
4646 * isearch.el (isearch-lazy-highlight-new-loop):
4647 Remove condition `(not isearch-error)'. (Bug#9918)
4648
4649 * misearch.el (multi-isearch-search-fun): Add condition
4650 `(not bound)' to ignore lazy-highlighting search.
4651 Add the search-failed message "end of multi" when the end of
4652 multi-sequence is reached. Uncapitalize the search-failed
4653 message "Repeat for next buffer".
4654
4655 * info.el (Info-search): Add the search-failed message
4656 "end of the manual" when the end of the manual is reached
4657 in Isearch mode.
4658
645ca9cf
JL
46592011-11-19 Juri Linkov <juri@jurta.org>
4660
4661 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4662 Use non-destructive `remove' instead of `delete' because
4663 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4664 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4665
df754f66
JL
46662011-11-19 Juri Linkov <juri@jurta.org>
4667
4668 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4669 to nil instead of binding `search-ring' and `regexp-search-ring'.
4670 (Bug#9185)
4671
0e23d96a
EZ
46722011-11-19 Eli Zaretskii <eliz@gnu.org>
4673
4674 * simple.el (line-move): Force movement by logical lines for any
4675 hscrolled window, not only when auto-hscroll-mode is on.
4676 (line-move-visual): Update doc string to that effect. (Bug#10076)
4677
8a6ccb66
AS
46782011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4679
4680 * language/european.el (macintosh): Define as alias for mac-roman.
4681
49ae5b39
EZ
46822011-11-19 Eli Zaretskii <eliz@gnu.org>
4683
4684 * mail/rmailmm.el (rmail-mime-display-header)
4685 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4686 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4687 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4688 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4689 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4690 of a raw aref.
4691 (rmail-mime-entity-segment): To get past the tagline, move forward
4692 2 more lines, to account for the 2 empty lines that precede and
4693 follow the line with the buttons.
4694 (rmail-mime-update-tagline): Move one more line, to get past the
4695 empty line that follows the buttons in the tagline. (Bug#9520)
4696
c56cad4a
MR
46972011-11-19 Martin Rudalics <rudalics@gmx.at>
4698
4699 * window.el (window-max-delta-1, window-min-delta-1)
4700 (window-min-size-1, window-state-get-1, window-state-put-1)
4701 (window-state-put-2): Use "window--" prefix.
4702
cbe71af3
SM
47032011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4704
2ad52c60
SM
4705 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4706 (smie-warning-count): New var.
4707 (smie-set-prec2tab): Use it.
4708 (smie-bnf->prec2): Improve warnings. Add docstring.
4709 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4710 (smie-bnf--set-class): New function.
4711 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4712 corner case.
4713
6944dbc1
SM
4714 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4715 (compilation-error-properties, compilation-move-to-column):
4716 Handle compilation-first-column while in the target buffer.
4717
c400c4d7
SM
4718 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4719 Don't hardcode point-min==1.
4720
6dbe3e96
SM
4721 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4722 (eshell-rewrite-for-command): Remove workaround.
4723 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4724 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4725 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4726
cbe71af3
SM
4727 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4728
a8e1496d
GM
47292011-11-17 Glenn Morris <rgm@gnu.org>
4730
4731 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4732 Ignore buffer-local generated-autoload-file if it is the same
4733 as the global value. (Bug#10049)
4734
df85d315
JB
47352011-11-17 Juanma Barranquero <lekktu@gmail.com>
4736
4737 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4738 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4739 (reftex-toc-previous-heading, reftex-toc-max-level)
4740 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4741 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4742 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4743 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4744 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4745 (reftex-toc-rename-label, reftex-toc-visit-location)
4746 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4747 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4748 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4749 leaving "*toc*" only for references to the buffer.
4750
a0c2d0ae
MR
47512011-11-17 Martin Rudalics <rudalics@gmx.at>
4752
4753 * window.el (window-resize, delete-window, split-window):
4754 Replace window-splits by window-combination-resize.
1d00653d 4755 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4756
35c0bac8
GM
47572011-11-17 Glenn Morris <rgm@gnu.org>
4758
4759 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4760 Make bash entry derive from sh entry, not shell entry.
4761
d0c8fc8a
MA
47622011-11-16 Michael Albinus <michael.albinus@gmx.de>
4763
d0c8fc8a
MA
4764 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4765 properties of linked files. (Bug#9879)
4766
7262a87c
MA
4767 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4768 local file name.
4769
7877f373
JB
47702011-11-16 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * menu-bar.el (menu-bar-file-menu):
4773 * printing.el (pr-ps-utility):
4774 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4775 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4776 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4777 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4778 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4779 (icalendar--convert-cyclic-to-ical)
4780 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4781 (icalendar--convert-ical-to-diary)
4782 (icalendar--convert-recurring-to-diary)
4783 (icalendar--convert-non-recurring-all-day-to-diary)
4784 (icalendar-import-format-sample):
4785 * progmodes/idlw-shell.el (idlwave-shell-mode):
4786 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4787 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4788 (vhdl-ps-print-init): Fix typos.
4789
10649b82
KM
47902011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4791
9d0cfcd6
GM
4792 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4793 FSF and collapse date sequence, obscure author/maintainer email address
4794 better, remove extra version line, track relocation of author's webpage.
10649b82 4795
9d0cfcd6
GM
4796 * progmodes/python.el (python-pdbtrack-input-prompt)
4797 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4798 regular python pdb prompts. Adjustments shamelessly taken exactly as
4799 suggested in EmacsWiki page (tiny change):
4800 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4801
58179cce
JB
48022011-11-16 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * expand.el (expand-pos, expand-index, expand-point):
4805 Remove redundant info from docstring.
4806 (expand-add-abbrevs): Doc fix.
4807 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4808 (expand-sample-perl-mode-expand-list): Fix typos.
4809
4810 * net/dbus.el (dbus-event-member-name):
4811 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4812 * term/pc-win.el (msdos-create-frame-with-faces):
4813 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4814
b6f67890
MR
48152011-11-16 Martin Rudalics <rudalics@gmx.at>
4816
4817 * window.el (split-window, window-state-get-1)
4818 (window-state-put-1, window-state-put-2): Rename occurrences of
4819 window-nest to window-combination-limit.
1d00653d 4820 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4821
ce7ddba0
CY
48222011-11-16 Chong Yidong <cyd@gnu.org>
4823
4824 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4825 regexp (Bug#10033).
4826
3ae704f4
SM
48272011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4830 `completing-read' will remove *Completions* and will preserve
4831 current-buffer for us.
4832 (tmm-add-prompt): Users of *Completions* will always (re)set its
4833 major mode.
4834 (tmm-old-comp-map): Remove.
4835
6ad1cdde
GM
48362011-11-16 Glenn Morris <rgm@gnu.org>
4837
4838 * mail/rmailedit.el: Require rmailmm when compiling.
4839 (rmail-old-mime-state): New declaration.
4840 (rmail-edit-current-message): If editing a mime message,
4841 edit the "raw" message from the mbox buffer.
4842 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4843
d20faa20
GM
48442011-11-15 Glenn Morris <rgm@gnu.org>
4845
4846 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4847 which wasn't being used. Add optional arg to force given state.
4848 (rmail-mime): Add optional arg to force given state.
4849
c7015153
JB
48502011-11-15 Juanma Barranquero <lekktu@gmail.com>
4851
4852 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4853 * frame.el (display-mm-dimensions-alist):
4854 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4855 (outline-move-subtree-down):
4856 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4857 (newsticker--treeview-do-get-node):
4858 * net/quickurl.el (quickurl-list-buffer-name):
4859 * progmodes/dcl-mode.el (dcl-mode):
4860 * progmodes/gdb-mi.el (gdb-mapcar*):
4861 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4862
45261b50
GM
48632011-11-15 Glenn Morris <rgm@gnu.org>
4864
4865 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4866 in a boolean sense, so just make it a boolean, and fix the doc.
4867 (rmail-show-mime-function, rmail-mime-feature)
4868 (rmail-require-mime-maybe): Doc fixes.
4869 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4870
4871 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4872
0d26e0b6
JB
48732011-11-15 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4876 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4877 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4878 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4879
447f30f6
GM
48802011-11-15 Glenn Morris <rgm@gnu.org>
4881
672b871d
GM
4882 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4883 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4884 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4885 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4886 (rmail-mime, rmail-show-mime): Doc fixes.
4887
f6aa5bb1
GM
4888 * term/ns-win.el (mode-line-frame-identification):
4889 Leave it alone. (Bug#10051)
4890
947cd66b
GM
4891 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4892
447f30f6
GM
4893 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4894 Handle empty buffers. (Bug#9978)
4895
0b381c7e
JB
48962011-11-14 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * international/mule.el (define-charset):
4899 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4900 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4901 * progmodes/verilog-mode.el (verilog-backward-token):
4902 * textmodes/ispell.el (lookup-words):
4903 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4904
71e027ac
GM
49052011-11-14 Glenn Morris <rgm@gnu.org>
4906
56632ce4
GM
4907 * progmodes/executable.el
4908 (executable-make-buffer-file-executable-if-script-p):
4909 Handle file-modes returning nil.
4910
40500957
GM
4911 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4912 message - not necessary, and causes problems. (Bug#9831)
4913
071c2340
GM
4914 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4915
d3cfca60
GM
4916 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4917
71e027ac
GM
4918 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4919 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4920 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4921
89d61221
MR
49222011-11-12 Martin Rudalics <rudalics@gmx.at>
4923
4924 * window.el (window-resize, delete-window): Use window-splits
4925 variable instead of function.
4926 (window-state-get-1, window-state-put-2, window-state-put):
4927 Don't deal with windows' splits status.
4928
98282f6f
GM
49292011-11-12 Glenn Morris <rgm@gnu.org>
4930
4931 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4932 (apropos-documentation): Doc fixes.
4933
40a8bdf6
JB
49342011-11-11 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4937 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4938
65bd19ff
SM
49392011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * electric.el (electric-indent-post-self-insert-function): Make it
4942 possible for a char to only indent in some circumstances.
4943 (electric-indent-mode): Simplify.
4944
54f9154c
MR
49452011-11-11 Martin Rudalics <rudalics@gmx.at>
4946
4947 * window.el (windows-with-parameter): Remove unused function.
4948 (windows-at-side): Rename to window-at-side-list.
4949 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4950 (window-side-check, window-size-ignore, window-size-fixed-1)
4951 (window-in-direction-2): Prefix with "window--".
4952 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4953
68cbc58b
GM
49542011-11-11 Glenn Morris <rgm@gnu.org>
4955
4956 * subr.el (eval-after-load): If FILE is already loaded,
4957 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4958
b2621720
GM
49592011-11-10 Glenn Morris <rgm@gnu.org>
4960
9a4de110
GM
4961 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4962 Call svn via vc-svn-command rather than vc-do-command.
4963 (vc-svn-command): Add --non-interactive. (Bug#9993)
4964 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4965
b2621720
GM
4966 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4967 Add toggle-read-only. (Bug#7292)
4968 * files.el (toggle-read-only): Mention that it should only
4969 be used interactively. (Bug#10006)
4970
1dce7193
SM
49712011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4972
d9ac1a1e
SM
4973 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4974 Adjust regexp for OCaml warnings.
4975
0c325082
SM
4976 * electric.el (electric-pair-post-self-insert-function): Let user
4977 turn it off buffer-locally (bug#9932).
4978
90132c14
SM
4979 * progmodes/python.el (python-beginning-of-statement):
4980 Rewrite (bug#2703).
4981
1dce7193
SM
4982 * progmodes/compile.el: Better handle TABs (bug#9749).
4983 (compilation-internal-error-properties)
4984 (compilation-next-error-function): Obey the target buffer's
4985 compilation-error-screen-columns.
4986
c4e7c63a
JB
49872011-11-09 Juanma Barranquero <lekktu@gmail.com>
4988
4989 * progmodes/meta-mode.el: Remove obsolete comments.
4990 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4991 Fix typos in docstrings.
4992
2cffd681
MR
49932011-11-09 Martin Rudalics <rudalics@gmx.at>
4994
4995 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4996 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4997 (window--resizable): New function. Make all callers of
4998 window-resizable call window--resizable instead.
4999 (window-resizable): Rewrite in terms of window--resizable.
5000
0edcba87
GM
50012011-11-08 Glenn Morris <rgm@gnu.org>
5002
5003 * progmodes/delphi.el (delphi-mode-syntax-table):
5004 Let define-derived-mode define a proper syntax table. (Bug#9994)
5005
4b0d61e3
SM
50062011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * window.el: Stay away from defsubst.
5009 (window-list-no-nils): Remove.
5010 (window-state-get-1, window-state-get): Use backquote instead.
5011
cd394be1 50122011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5013
4b0d61e3 5014 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5015 Fix incorrect use of default argument in `completing-read'.
5016
e1c2c6f2
MR
50172011-11-08 Martin Rudalics <rudalics@gmx.at>
5018
5019 * window.el (display-buffer-function, special-display-function):
5020 Mention display-buffer-record-window but do not mention
5021 help-setup parameter in doc-strings.
b3f4a882 5022 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5023
105216ed
CY
50242011-11-08 Chong Yidong <cyd@gnu.org>
5025
5026 * window.el (window-total-height, window-total-width): Doc fix.
5027 (window-body-size): Move from C.
5028 (window-body-height, window-body-width): Move to C.
5029
0a9f9ab5
SM
50302011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * window.el: Make special-display like display-buffer-alist (bug#9532).
5033 (display-buffer--special-action): New function, morphed
5034 from display-buffer--special.
5035 (display-buffer): Use it to handle special-display-buffers at higher
5036 priority (just after display-buffer-alist).
5037 (display-buffer-fallback-action, display-buffer--other-frame-action)
5038 (pop-to-buffer-same-window): Remove display-buffer--special.
5039
a769dd15
GM
50402011-11-07 Glenn Morris <rgm@gnu.org>
5041
5042 * calendar/cal-menu.el (cal-menu-set-date-title):
5043 Do nothing if not in a calendar. (Bug#9976)
5044
05a61ee3
SM
50452011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * files.el (find-file): Always use selected-window.
5048
be7f5545
MR
50492011-11-07 Martin Rudalics <rudalics@gmx.at>
5050
5051 * window.el (window-combinations): Make WINDOW argument
5052 mandatory. Rewrite doc-string.
5053 (walk-window-subtree, window-atom-check, window-min-delta)
5054 (window-max-delta, window--resize-this-window)
5055 (window--resize-root-window-vertically, window-tree)
5056 (balance-windows, window-state-put): Rewrite doc-strings as to
5057 not mention the term "subwindow".
5058 (window--resize-subwindows-skip-p): Rename to
5059 window--resize-child-windows-skip-p.
5060 (window--resize-subwindows-normal): Rename to
5061 window--resize-child-windows-normal.
5062 (window--resize-subwindows): Rename to
5063 window--resize-child-windows.
5064 (window-or-subwindow-p): Rename to window--in-subtree-p.
5065
3c6702ef
ML
50662011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5067
5068 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5069 Ensure that mbox format messages end in two newlines (Bug#9974).
5070
49745b39
CY
50712011-11-06 Chong Yidong <cyd@gnu.org>
5072
5073 * window.el (window-combination-p): Function deleted; its
5074 side-effect is not used in any existing code.
5075 (window-combinations, window-combined-p): Call window-*-child
5076 directly.
5077
24300f5f
CY
50782011-11-05 Chong Yidong <cyd@gnu.org>
5079
5080 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5081 (window-size-ignore, window-state-get): Callers changed.
5082 (window-normalize-window): Rename from window-normalize-any-window.
5083 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5084 (window-normalize-live-window): Delete.
447f16b8
CY
5085 (window-combination-p, window-combined-p, window-combinations)
5086 (walk-window-subtree, window-atom-root, window-min-size)
5087 (window-sizable, window-sizable-p, window-size-fixed-p)
5088 (window-min-delta, window-max-delta, window-resizable)
5089 (window-resizable-p, window-full-height-p, window-full-width-p)
5090 (window-current-scroll-bars, window-point-1, set-window-point-1)
5091 (window-at-side-p, window-in-direction, window-resize)
5092 (adjust-window-trailing-edge, maximize-window, minimize-window)
5093 (window-deletable-p, delete-window, delete-other-windows)
5094 (record-window-buffer, unrecord-window-buffer)
5095 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5096 (quit-window, split-window, window-state-put)
5097 (set-window-text-height, fit-window-to-buffer)
5098 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5099
89bd5ee1
EZ
51002011-11-04 Eli Zaretskii <eliz@gnu.org>
5101
53479029
EZ
5102 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5103 rfc2047-decode-string.
5104 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5105 warnings.
5106
89bd5ee1
EZ
5107 * window.el (window-body-height, window-body-width): Mention in
5108 the doc string that the return values are in frame's canonical
5109 units. (Bug#9949)
5110
bd17fdee
AM
51112011-11-03 Alan Mackenzie <acm@muc.de>
5112
5113 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5114 change in cc-engine.el.
5115
acc825c5
SM
51162011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5119
1885e5b8
MR
51202011-11-02 Martin Rudalics <rudalics@gmx.at>
5121
5122 * window.el (quit-window): Call unrecord-window-buffer after
5123 showing another buffer in the window. (Bug#9937)
acc825c5 5124 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5125
ebe06da9
JB
51262011-11-02 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5129 Accept status with more than 9 shelves. (Bug#9935)
5130 Reported by Colin D Bennett <colin@gibibit.com>.
5131
4ee88440
MR
51322011-11-01 Martin Rudalics <rudalics@gmx.at>
5133
5134 * help.el (with-help-window): Don't reference
5135 temp-buffer-show-specifiers in doc-string.
5136
08e1d82c
AS
51372011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5138
5139 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5140 menu-item.
5141
84bd6e9e
VJL
51422011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5143
5144 * whitespace.el: New version 13.2.2.
5145 (whitespace-newline-mode): Disable properly. Reported by Sarah
5146 <EmacsWiki>.
5147
dba0634a
UJ
51482011-10-30 Ulf Jasper <ulf.jasper@web.de>
5149
5150 * net/newst-treeview.el: Remove "Time-stamp".
5151 (newsticker--group-manage-orphan-feeds): Do not call
5152 newsticker--treeview-tree-update.
db22a3c2
JB
5153 (newsticker-treeview-update, newsticker-treeview):
5154 Call newsticker--treeview-tree-update if necessary.
dba0634a 5155
3d8daefe
MR
51562011-10-30 Martin Rudalics <rudalics@gmx.at>
5157
5158 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5159 (window-iso-combinations): Remove "iso-" infix.
5160 Suggested by Chong Yidong.
3d8daefe
MR
5161 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5162 (window-max-delta-1, window-resize, window--resize-siblings)
5163 (window--resize-this-window, adjust-window-trailing-edge)
5164 (split-window, balance-windows-1)
5165 (shrink-window-if-larger-than-buffer):
5166 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5167 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5168
1bc4c3ae
SM
51692011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5172 in place (bug#9907).
5173 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5174 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5175 (eshell-structure-basic-command, eshell-rewrite-while-command)
5176 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5177 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5178 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5179 (eshell-do-pipelines-synchronously, eshell-eval-command):
5180 Use backquotes and prefer setq to set.
5181 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5182 (eshell-macrop): Use functionp.
c1e2f5fa 5183 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5184
30b65d9c
CY
51852011-10-30 Chong Yidong <cyd@gnu.org>
5186
5187 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5188 instead of set-mark (Bug#9810).
5189
2d197ffb
CY
51902011-10-30 Chong Yidong <cyd@gnu.org>
5191
5192 * window.el (split-window-below, split-window-right): Rename from
5193 split-window-above-each-other and split-window-side-by-side
5194 respectively. All callers changed.
5195 (split-window-sensibly, split-window-sensibly): Use them.
5196 (split-window-keep-point): Doc fix.
5197
5198 * isearch.el: Add isearch-scroll property to split-window-below
5199 and split-window-right.
5200
5201 * follow.el (follow-mode):
5202 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5203 * progmodes/ada-xref.el (ada-gdb-application):
5204 * emulation/vip.el (vip-buffer-in-two-windows):
5205 * image-dired.el (image-dired-dired-with-window-configuration):
5206 * dired-x.el (dired-do-find-marked-files):
5207 * dired.el (dired-pop-to-buffer):
5208 * bs.el (bs--show-with-configuration):
5209 * vc/emerge.el (emerge-setup-windows):
5210 * textmodes/two-column.el (2C-two-columns):
5211 * textmodes/reftex-toc.el (reftex-toc):
5212 * progmodes/gdb-mi.el (gdb-setup-windows):
5213 * progmodes/fortran.el (fortran-window-create):
5214 * net/newst-treeview.el (newsticker--treeview-window-init):
5215 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5216 * emulation/tpu-edt.el (tpu-gold-map):
5217 * emulation/crisp.el (crisp-mode-map):
5218 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5219
38bb2ca8
CY
52202011-10-29 Chong Yidong <cyd@gnu.org>
5221
aa4de341
CY
5222 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5223
e1eb5385
CY
5224 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5225
5d2ece3c
CY
5226 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5227 forged Ispell output (Bug#7904).
5228
38bb2ca8
CY
5229 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5230
d0af9f77
SM
52312011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * doc-view.el: Avoid ugly errors about not finding nil.
5234 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5235 (doc-view-dvipdf-program, doc-view-unoconv-program)
5236 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5237 Avoid nil or absolute file name as default value.
5238 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5239
52bedd34
AM
52402011-10-28 Alan Mackenzie <acm@muc.de>
5241
db22a3c2 5242 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5243
7e43cfa5
AM
52442011-10-28 Alan Mackenzie <acm@muc.de>
5245
5246 Amend the handling of c-beginning/end-of-defun in nested declaration
5247 scopes.
5248
52bedd34
AM
5249 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5250 cc-langs.el. Change it to a defcustom.
7e43cfa5 5251
52bedd34
AM
5252 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5253 cc-vars.el.
7e43cfa5 5254
d0af9f77
SM
5255 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5256 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5257
52bedd34 5258 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5259 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5260 (c-widen-to-enclosing-decl-scope): New function.
5261 (c-while-widening-to-decl-block): New macro.
5262 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5263 outward for defun boundaries, and correspondingly change symbol
5264 `respect-enclosure' to `go-outward'.
5265 (c-declaration-limits): Change algorithm to report only the "innermost"
5266 defun's boundaries.
5267
1a2ce9ee
DD
52682011-10-28 Deniz Dogan <deniz@dogan.se>
5269
5270 * net/rcirc.el (rcirc-mode): Use hard newlines.
5271
bc97a826
AM
52722011-10-28 Alan Mackenzie <acm@muc.de>
5273
5274 Amend to indent and fontify macros "which include their own semicolon"
5275 correctly, using the "virtual semicolon" mechanism.
5276
52bedd34 5277 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5278
d0af9f77 5279 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5280 Recode to scan one line at a time rather than having \n and \r
58179cce 5281 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5282 (c-forward-label): Amend for virtual semicolons.
58179cce 5283 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5284
52bedd34
AM
5285 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5286 of the new C macros.
bc97a826 5287
52bedd34 5288 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5289 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5290 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5291 (c-opt-cpp-macro-define): Make into a full language variable.
5292 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5293 AWK Mode (including \n, \r) removed, no longer needed.
5294
d0af9f77
SM
5295 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5296 Invoke c-make-macro-with-semi-re.
bc97a826 5297
52bedd34
AM
5298 * progmodes/cc-vars.el (c-macro-with-semi-re):
5299 (c-macro-names-with-semicolon): New variables.
58179cce 5300 (c-make-macro-with-semi-re): New function.
bc97a826 5301
7a6c0941
SM
53022011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * vc/log-edit.el: Fill empty field rather than adding new one.
5305 (log-edit-add-field): New function.
5306 (log-edit-insert-changelog): Use it.
5307
b0c4cdcf
ML
53082011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5309
5310 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5311
ee1f1da9
SM
53122011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5315 (gdb--check-interpreter): New function.
5316 (gdb): Use it.
5317
51bc5f8b
GM
53182011-10-27 Glenn Morris <rgm@gnu.org>
5319
416a2c45
GM
5320 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5321 (least-positive-float, least-negative-float)
5322 (least-positive-normalized-float, least-negative-normalized-float)
5323 (float-epsilon, float-negative-epsilon):
5324 Remove unnecessary declarations.
5325
5326 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5327 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5328 (least-positive-float, least-negative-float)
5329 (least-positive-normalized-float, least-negative-normalized-float)
5330 (float-epsilon, float-negative-epsilon): Add doc-strings,
5331 based on those in cl.texi.
5332
51bc5f8b
GM
5333 * files.el (set-visited-file-name): If the major-mode changed,
5334 reload the local variables. (Bug#9796)
5335
15de15c6
CY
53362011-10-27 Chong Yidong <cyd@gnu.org>
5337
5338 * subr.el (change-major-mode-after-body-hook): New hook.
5339 (run-mode-hooks): Run it.
5340
ee1f1da9
SM
5341 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5342 Use change-major-mode-before-body-hook.
15de15c6
CY
5343
5344 * simple.el (fundamental-mode):
5345 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5346 change introducing fundamental-mode-hook.
5347
5430d399
JB
53482011-10-26 Juanma Barranquero <lekktu@gmail.com>
5349
acc825c5 5350 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5351
ad74a69e
MA
53522011-10-26 Michael Albinus <michael.albinus@gmx.de>
5353
5354 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5355 tramp.el explicitly. (Bug#7583)
ad74a69e 5356
71d4c2a5
SM
53572011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * progmodes/octave-mod.el:
5360 * progmodes/octave-inf.el: Update maintainer.
5361
b1f6fa26
CY
53622011-10-26 Chong Yidong <cyd@gnu.org>
5363
5364 * subr.el (with-wrapper-hook): Rewrite doc.
5365
3f04efd6
MA
53662011-10-25 Michael Albinus <michael.albinus@gmx.de>
5367
5368 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5369 filenames "/method:foo:". (Bug#9793)
3f04efd6 5370
410488d3
SM
53712011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5374 (bug#9865).
5375
c1ebb47e
GM
53762011-10-24 Glenn Morris <rgm@gnu.org>
5377
5378 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5379
7f5c46c7
MA
53802011-10-24 Michael Albinus <michael.albinus@gmx.de>
5381
5382 * notifications.el: Add the requirement of a running D-Bus session
5383 bus to the Commentary.
5384
db2440b6
JL
53852011-10-24 Juri Linkov <juri@jurta.org>
5386
5387 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5388 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5389 (Bug#9364)
5390
feecf435
JL
53912011-10-24 Juri Linkov <juri@jurta.org>
5392
5393 * info.el (Info-following-node-name-re): Add newline to the list
5394 of allowed characters for leading space. (Bug#9824)
5395
a3839de2
SM
53962011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5397
acc825c5
SM
5398 * progmodes/octave-inf.el (inferior-octave-mode-map):
5399 Fix C-c C-h binding.
a3839de2
SM
5400 * progmodes/octave-mod.el (octave-help): Remove.
5401
09388e76
MA
54022011-10-23 Michael Albinus <michael.albinus@gmx.de>
5403
5404 Sync with Tramp 2.2.3.
5405
5406 * net/tramp-cache.el (top): Pacify byte-compiler using
5407 `init-file-user' and `site-run-file'.
5408
5409 * net/trampver.el: Update release number.
5410
86c60681
CY
54112011-10-23 Chong Yidong <cyd@gnu.org>
5412
5413 * files.el (toggle-read-only): Remove obsolete comment about
5414 version control.
5415
5416 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5417 for toggle-read-only. Note that this hasn't called vc-next-action
5418 since 2008-05-02, though it wasn't documented at the time.
5419
a3839de2
SM
5420 * vc/ediff-init.el (ediff-toggle-read-only-function):
5421 Use toggle-read-only.
86c60681 5422
cd5495ff
AM
54232011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5424
5425 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5426 of c-parse-state.
5427
00b77525 5428 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5429 correct faulty logical expression.
cd5495ff
AM
5430 (c-parse-state-state, c-record-parse-state-state):
5431 (c-replay-parse-state-state): New defvar/defuns.
5432 (c-debug-parse-state): Use new functions.
5433
42ee24ed
MR
54342011-10-22 Martin Rudalics <rudalics@gmx.at>
5435
5436 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5437 last fix. Use window-in-direction correctly.
42ee24ed 5438
a7dee7e7
CY
54392011-10-21 Chong Yidong <cyd@gnu.org>
5440
5441 * progmodes/idlwave.el (idlwave-mode):
5442 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5443 require-final-newline; that's done in prog-mode.
5444 Suggested by Stefan Monnier.
a7dee7e7 5445
e07b9a6d
MR
54462011-10-21 Martin Rudalics <rudalics@gmx.at>
5447
5448 * mouse.el (mouse-drag-window-above)
5449 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5450 (mouse-drag-mode-line-1, mouse-drag-header-line)
5451 (mouse-drag-vertical-line-rightward-window): Remove.
5452 (mouse-drag-line): New function.
5453 (mouse-drag-mode-line, mouse-drag-header-line)
5454 (mouse-drag-vertical-line): Call mouse-drag-line.
5455 * window.el (window-at-side-p, windows-at-side): New functions.
5456
7e1361d9
UM
54572011-10-21 Ulrich Mueller <ulm@gentoo.org>
5458
5459 * tar-mode.el (tar-grind-file-mode):
5460 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5461
30fcaf3a
CY
54622011-10-21 Chong Yidong <cyd@gnu.org>
5463
5464 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5465 * progmodes/vera-mode.el (vera-mode):
5466 Use mode-require-final-newline.
30fcaf3a 5467
516eddb0
GM
54682011-10-20 Glenn Morris <rgm@gnu.org>
5469
db22a3c2 5470 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5471
10d5f513
CS
54722011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5473
5474 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5475
ac6c8639
CY
54762011-10-20 Chong Yidong <cyd@gnu.org>
5477
5478 * emulation/cua-base.el (cua-mode):
5479 * mail/footnote.el (footnote-mode):
5480 * mail/mailabbrev.el (mail-abbrevs-mode):
5481 * net/xesam.el (xesam-minor-mode):
5482 * progmodes/bug-reference.el (bug-reference-mode):
5483 * progmodes/cap-words.el (capitalized-words-mode):
5484 * progmodes/compile.el (compilation-minor-mode)
5485 (compilation-shell-minor-mode):
5486 * progmodes/gud.el (gud-tooltip-mode):
5487 * progmodes/hideif.el (hide-ifdef-mode):
5488 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5489 * progmodes/subword.el (subword-mode):
5490 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5491 * progmodes/which-func.el (which-function-mode):
5492 * term/tvi970.el (tvi970-set-keypad-mode):
5493 * term/vt100.el (vt100-wide-mode):
5494 * textmodes/flyspell.el (flyspell-mode):
5495 * textmodes/ispell.el (ispell-minor-mode):
5496 * textmodes/nroff-mode.el (nroff-electric-mode):
5497 * textmodes/paragraphs.el (use-hard-newlines):
5498 * textmodes/refill.el (refill-mode):
5499 * textmodes/reftex.el (reftex-mode):
5500 * textmodes/rst.el (rst-minor-mode):
5501 * textmodes/sgml-mode.el (html-autoview-mode)
5502 (sgml-electric-tag-pair-mode):
5503 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5504 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5505 * emulation/crisp.el (crisp-mode):
5506 * emacs-lisp/eldoc.el (eldoc-mode):
5507 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5508 minor mode behavior.
5509
aa42ab43
JL
55102011-10-19 Juri Linkov <juri@jurta.org>
5511
5512 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5513 the list of hard-coded chars with escape-glyph face.
5514
89400f1d
SM
55152011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5518
305c07f6
MA
55192011-10-19 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5522 running process.
5523
13754b54
GM
55242011-10-19 Glenn Morris <rgm@gnu.org>
5525
5526 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5527 Ignore ignored files. (Bug#9726)
5528
06e21633
CY
55292011-10-19 Chong Yidong <cyd@gnu.org>
5530
5531 Doc fix for minor modes, stating that an omitted argument enables
5532 the mode unconditionally when called from Lisp.
5533
5534 * abbrev.el (abbrev-mode):
5535 * allout.el (allout-mode):
5536 * autoinsert.el (auto-insert-mode):
5537 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5538 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5539 (global-auto-revert-mode):
5540 * battery.el (display-battery-mode):
5541 * composite.el (global-auto-composition-mode)
5542 (auto-composition-mode):
5543 * delsel.el (delete-selection-mode):
5544 * desktop.el (desktop-save-mode):
5545 * dired-x.el (dired-omit-mode):
5546 * dirtrack.el (dirtrack-mode):
5547 * doc-view.el (doc-view-minor-mode):
5548 * double.el (double-mode):
5549 * electric.el (electric-indent-mode, electric-pair-mode):
5550 * emacs-lock.el (emacs-lock-mode):
5551 * epa-hook.el (auto-encryption-mode):
5552 * follow.el (follow-mode):
5553 * font-core.el (font-lock-mode):
5554 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5555 * help.el (temp-buffer-resize-mode):
5556 * hilit-chg.el (highlight-changes-mode)
5557 (highlight-changes-visible-mode):
5558 * hi-lock.el (hi-lock-mode):
5559 * hl-line.el (hl-line-mode, global-hl-line-mode):
5560 * icomplete.el (icomplete-mode):
5561 * ido.el (ido-everywhere):
5562 * image-file.el (auto-image-file-mode):
5563 * image-mode.el (image-minor-mode):
5564 * iswitchb.el (iswitchb-mode):
5565 * jka-cmpr-hook.el (auto-compression-mode):
5566 * linum.el (linum-mode):
5567 * longlines.el (longlines-mode):
5568 * master.el (master-mode):
5569 * mb-depth.el (minibuffer-depth-indicate-mode):
5570 * menu-bar.el (menu-bar-mode):
5571 * minibuf-eldef.el (minibuffer-electric-default-mode):
5572 * mouse-sel.el (mouse-sel-mode):
5573 * msb.el (msb-mode):
5574 * mwheel.el (mouse-wheel-mode):
5575 * outline.el (outline-minor-mode):
5576 * paren.el (show-paren-mode):
5577 * recentf.el (recentf-mode):
5578 * reveal.el (reveal-mode, global-reveal-mode):
5579 * rfn-eshadow.el (file-name-shadow-mode):
5580 * ruler-mode.el (ruler-mode):
5581 * savehist.el (savehist-mode):
5582 * scroll-all.el (scroll-all-mode):
5583 * scroll-bar.el (scroll-bar-mode):
5584 * server.el (server-mode):
5585 * shell.el (shell-dirtrack-mode):
5586 * simple.el (auto-fill-mode, transient-mark-mode)
5587 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5588 (line-number-mode, column-number-mode, size-indication-mode)
5589 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5590 * strokes.el (strokes-mode):
5591 * time.el (display-time-mode):
5592 * t-mouse.el (gpm-mouse-mode):
5593 * tool-bar.el (tool-bar-mode):
5594 * tooltip.el (tooltip-mode):
5595 * type-break.el (type-break-mode-line-message-mode)
5596 (type-break-query-mode):
5597 * view.el (view-mode):
5598 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5599 (global-whitespace-mode, global-whitespace-newline-mode):
5600 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5601
a3839de2
SM
5602 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5603 Fix autogenerated docstring.
06e21633 5604
5214e501
JL
56052011-10-19 Juri Linkov <juri@jurta.org>
5606
5607 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5608 by checking environment variables "DESKTOP_SESSION" and
5609 "XDG_CURRENT_DESKTOP". (Bug#9779)
5610
195f8db9
JL
56112011-10-19 Juri Linkov <juri@jurta.org>
5612
5613 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5614 (browse-url-chromium-program, browse-url-chromium-arguments):
5615 New defcustoms.
5616 (browse-url-default-browser): Check for `browse-url-chromium' and
5617 call `browse-url-chromium-program'.
5618 (browse-url-chromium): New command. (Bug#9779)
5619
343a34ff
JB
56202011-10-18 Juanma Barranquero <lekktu@gmail.com>
5621
5622 * facemenu.el (list-colors-duplicates): On Windows, detect more
5623 duplicates by assuming that only colors matching "^System" are
5624 special "system colors". (Bug#9722)
5625
6978a151
SM
56262011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5629 to distinguish the author from the committer.
5630
6a80b297
MA
56312011-10-18 Michael Albinus <michael.albinus@gmx.de>
5632
5633 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5634
b31a5677
JK
56352011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5636
5637 * international/mule.el (sgml-html-meta-auto-coding-function):
5638 Add support for detecting encoding in HTML5 specified only as
5639 <meta charset="UTF-8">. Implementation just makes http-equiv and
5640 content-type parts from HTML4 encoding string optional. (Bug#9716)
5641
80c6d77f
GM
56422011-10-18 Glenn Morris <rgm@gnu.org>
5643
5644 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5645
08b0fee8
CY
56462011-10-18 Chong Yidong <cyd@gnu.org>
5647
5648 * faces.el (cursor): Doc fix.
5649
67e729a5
CY
56502011-10-17 Chong Yidong <cyd@gnu.org>
5651
5652 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5653
343a34ff 56542011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5655
5656 * dirtrack.el (dirtrack): Support shell buffers with path
5657 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5658
0bc06380
TZ
56592011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5660
5661 * json.el: Bump version to 1.3 and note change in History.
5662 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5663
8b79f3e0
SM
56642011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5a7c536b
SM
5666 * comint.el (comint-insert-input, comint-send-input)
5667 (comint-get-old-input-default, comint-backward-matching-input)
5668 (comint-next-prompt): Use nil instead of `input' for field property of
5669 past user input (bug#114).
5670
96a8a0df
SM
5671 * minibuffer.el (completion--replace): Inherit surrounding properties
5672 (bug#114).
5673 (minibuffer-complete-and-exit): Use it.
5674
8b79f3e0
SM
5675 * comint.el (comint--table-subvert): Quote the all-completions output
5676 (bug#9160).
5677
b8f7ff0d
MR
56782011-10-17 Martin Rudalics <rudalics@gmx.at>
5679
8b79f3e0 5680 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5681
b8f7ff0d 5682 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5683 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5684 entries and separate them from frame entries.
5685
c235b555
GM
56862011-10-15 Glenn Morris <rgm@gnu.org>
5687
5688 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5689 Doc fixes.
5690
6bbfa6e1
CY
56912011-10-15 Chong Yidong <cyd@stupidchicken.com>
5692
8b79f3e0
SM
5693 * net/network-stream.el (network-stream-open-starttls):
5694 Improve detection of failure due to lack of TLS support.
ec5c990d 5695
6bbfa6e1
CY
5696 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5697 putting the input text in front and in bold.
5698
98488977
SM
56992011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5700
3d1337be
SM
5701 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5702
ee0b45e4
SM
5703 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5704 empty buffer.
5705
98488977
SM
5706 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5707 unread-command-events rather than pushing yet-another event.
5708
186f4720
EZ
57092011-10-14 Eli Zaretskii <eliz@gnu.org>
5710
5711 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5712 the explanation of the possible choices. Make the options passed
5713 to completing-read shorter.
5714
8b7a997c
AM
57152011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5716
5717 * textmodes/flyspell.el (flyspell-large-region): Make sure
5718 extended character mode is used if defined (Bug#1339).
5719
12587bbb
EZ
57202011-10-13 Eli Zaretskii <eliz@gnu.org>
5721
5722 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5723 character info for LRE, LRO, RLE, and RLO characters by appending
5724 an invisible PDF.
12587bbb 5725
bad41229
SM
57262011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5729 even in case of error; add debug spec; simplify data flow.
5730 (with-timeout-handler): Remove.
5731
28dbc92f
MA
57322011-10-12 Michael Albinus <michael.albinus@gmx.de>
5733
5734 Fix Bug#6019, Bug#9315.
5735
5736 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5737 complete `buffer-file-name', the local file name part could look
5738 remotely (for example on VMS).
5739
5740 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5741 `tramp-run-real-handler'.
5742 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5743 already quoted by '"'.
5744
5745 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5746 Let `file-name-handler-alist' be nil, the local file name part
5747 could look remotely (for example on VMS).
5748
e1b0b23a
SM
57492011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5752 from here...
5753 (flyspell-post-command-hook): ...to here.
5754
a120bde9
SM
57552011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5758 if not needed.
5759 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5760 using completion. Protect against "slow" callers.
5761 Remove the "message hack".
5762
7ce7717b
JL
57632011-10-11 Juri Linkov <juri@jurta.org>
5764
5765 * isearch.el (isearch-lazy-highlight-word): New variable.
5766 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5767 Use it. (Bug#9727)
5768
c02ee9d6
GM
57692011-10-11 Glenn Morris <rgm@gnu.org>
5770
5771 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5772 like f90-previous-statement does.
5773
93e616fd 57742011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5775
1f190e73 5776 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5777 only in interactive use, to avoid error.
5778
af7b6078
SM
57792011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5780
5781 * minibuffer.el (completion-file-name-table): Fix last change,
5782 i.e. ignore normal errors but not the other ones.
5783
0563dae9
MR
57842011-10-10 Martin Rudalics <rudalics@gmx.at>
5785
5786 * window.el (special-display-buffer-names)
5787 (special-display-regexps): Remove some remnants of earlier
5788 changes from doc-strings.
366ca7f3
MR
5789 (quit-windows-on): New function.
5790
5791 * vc/vc.el (vc-revert, vc-rollback):
5792 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5793 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5794 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5795
49677495
MR
57962011-10-09 Martin Rudalics <rudalics@gmx.at>
5797
5798 * window.el (frame-auto-hide-function): Add version tag.
5799 (Bug#9699)
5800
56f2d1e1
MA
58012011-10-09 Michael Albinus <michael.albinus@gmx.de>
5802
5803 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5804 condition.
5805
112a6592
LL
58062011-10-09 Leo Liu <sdl.web@gmail.com>
5807
5808 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5809 (Bug#9701)
5810
0812589b
GM
58112011-10-08 Glenn Morris <rgm@gnu.org>
5812
5813 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5814 before the first code statement zero indent. (Bug#9690)
5815
b2b0776e
CY
58162011-10-08 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * simple.el (count-words-region): Always count in the region.
5819 Report the number of lines and characters too.
5820 (count-words): New command, which counts in the buffer if the
5821 region is inactive, as count-words-region used to.
5822 (count-words--message): New function. Handle plurals.
5823 (count-lines-region): Make it an alias for count-words-region.
5824
5825 * bindings.el (esc-map): Replace count-lines-region with
5826 count-words-region.
5827
c557cd6b
MR
58282011-10-08 Martin Rudalics <rudalics@gmx.at>
5829
5830 * window.el (window--delete): Delete dedicated frame
5831 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5832 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5833
61a57ef4 58342011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5835
3a7d293b 5836 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5837
c3833279
CY
58382011-10-07 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * bindings.el ([M-left],[M-right]): Bind to left-word and
5841 right-word respectively.
5842
21ce8245
GM
58432011-10-07 Glenn Morris <rgm@gnu.org>
5844
5845 * cus-start.el (debug-on-quit): Fix custom type.
5846
6d823bb2
LMI
58472011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5848
0181e193
LMI
5849 * subr.el (define-key-after): Clarify that the function is not
5850 useful for non-menu keymaps.
5851
6d823bb2
LMI
5852 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5853
8e3459ce 58542011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5855
21ce8245 5856 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5857 in current minibuffer (Fix bug with recursive minibuffers).
5858
a1c2d21e
CY
58592011-10-06 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * progmodes/gdb-mi.el (gdb): Doc fix.
5862
5a4cf282
MR
58632011-10-05 Martin Rudalics <rudalics@gmx.at>
5864
5865 * window.el (frame-auto-hide-function): New option replacing
5866 frame-auto-delete. Suggested by Stefan Monnier.
5867 (window--delete): Call frame-auto-hide-function instead of
5868 investigating frame-auto-delete.
c96111ea
MR
5869 (window-point-1, set-window-point-1): New functions.
5870 (window-in-direction, record-window-buffer, window-state-get-1)
5871 (display-buffer-record-window): Use window-point-1 instead of
5872 window-point.
5873 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5874
9854542e
SM
58752011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5878
8943cfb0
GM
58792011-10-05 Glenn Morris <rgm@gnu.org>
5880
5881 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5882 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5883
647ab967
LL
58842011-10-05 Leo Liu <sdl.web@gmail.com>
5885
5886 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5887 works with buffer object.
5888
3ddfbced
SM
58892011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * mpc.el (mpc-tool-bar-map): Add labels.
5892
bdfa5dd2
GM
58932011-10-04 Glenn Morris <rgm@gnu.org>
5894
5895 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5896
0e2070b5
MR
58972011-10-04 Martin Rudalics <rudalics@gmx.at>
5898
5899 * window.el (window--delete): New function.
5900 (frame-auto-delete): Resuscitate option.
5901 (bury-buffer, replace-buffer-in-windows)
5902 (quit-window): Rewrite using window--delete.
5903 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5904 Pass display-buffer-mark-dedicated to window--display-buffer-2
5905 (Bug#9639).
5906
3dc61a09
SM
59072011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5908
915a9b64
SM
5909 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5910 returns a list (bug#9554). Add remote file name completion.
5911 * comint.el (comint--table-subvert): Curry and get quote&unquote
5912 functions as arguments.
5913 (comint--complete-file-name-data): Adjust call accordingly.
5914 * pcomplete.el (pcomplete--table-subvert): Remove.
5915 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5916
3dc61a09
SM
5917 * minibuffer.el (completion-table-case-fold): Use currying.
5918 (completion--styles-type, completion--cycling-threshold-type):
5919 New constants.
5920 (completion-styles, completion-category-overrides)
5921 (completion-cycle-threshold): Use them.
5922 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5923 completion-table-case-fold.
5924
8ea0a993
SB
59252011-10-03 Stephen Berman <stephen.berman@gmx.net>
5926
5927 * minibuffer.el (completion-category-overrides): Fix type of styles
5928 and add more user friendly tags (bug#9660).
5929
8c24b7f6
SM
59302011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5933 (mule-input-method-string): New widget.
5934 (default-input-method, language-info-custom-alist): Use it.
5935
428fe61a
SM
59362011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5937
32c1fffd
SM
5938 * pcomplete.el: Require comint.
5939 (pcomplete--common-suffix): Remove.
5940 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5941 (pcomplete--table-subvert): Sync with comint--table-subvert.
5942 (pcomplete--entries): Use comint-completion-file-name-table.
5943 * comint.el (comint-unquote-filename): Simplify.
5944 (comint-completion-file-name-table): New function (bug#9616).
5945 (comint--complete-file-name-data): Use it.
5946
428fe61a
SM
5947 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5948 (pcmpl-gnu-tar-buffer): Remove.
5949 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5950 around. Make sure pcomplete-suffix-list is only changed temporarily.
5951 Don't look inside the tar's file if it's too large.
428fe61a 5952
04c52e2f
CY
59532011-10-01 Chong Yidong <cyd@stupidchicken.com>
5954
ce3cefcc
CY
5955 * cus-edit.el (custom-mode-map):
5956 * epa.el (epa-key-list-mode-map):
5957 * man.el (Man-mode-map):
5958 * startup.el (splash-screen-keymap):
5959 * simple.el (special-mode-map): Use scroll-up-command and
5960 scroll-down-command.
5961
5962 * progmodes/idlw-help.el (idlwave-help-mode-map):
5963 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5964 * net/newst-plainview.el (newsticker-mode-map):
5965 * emulation/ws-mode.el (wordstar-mode-map):
5966 * emulation/vi.el (vi-com-map):
5967 * calc/calc-graph.el (calc-graph-show-dumb):
5968 * term/sun.el (terminal-init-sun):
5969 * term/ns-win.el (global-map):
5970 * progmodes/grep.el (grep-mode-map):
5971 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5972 * mail/rmail.el (rmail-mode-map):
5973 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5974
04c52e2f
CY
5975 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5976 custom-safe-themes as special.
5977
79adf8c8
JD
59782011-10-01 Julien Danjou <julien@danjou.info>
5979
5980 * notifications.el (notifications-notify): Fix docstring.
5981
63bd50d3
PS
59822011-10-01 Per Starbäck <per@starback.se>
5983
5984 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5985
199e4c7e
MR
59862011-09-30 Martin Rudalics <rudalics@gmx.at>
5987
5988 * startup.el (command-line-1): Fix last fix by inserting
5989 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5990 (Bug#9605) and (Bug#9636)
199e4c7e 5991
fe5f08dd
EZ
59922011-09-29 Eli Zaretskii <eliz@gnu.org>
5993
5994 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5995 window is hscrolled, move by logical lines. (Bug#9607)
5996 (line-move-visual): Update the doc string to the above effect.
5997
b5516bbd
MR
59982011-09-29 Martin Rudalics <rudalics@gmx.at>
5999
ccee00c0
MR
6000 * window.el (display-buffer-record-window): When WINDOW is the
6001 selected window use `point' instead of `window-point'. (Bug#9626)
6002
b5516bbd
MR
6003 * startup.el (command-line-1): Use insert-before-markers when
6004 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6005
b5516bbd
MR
6006 * help.el (help-window): Remove variable.
6007
52aa0014
GM
60082011-09-29 Glenn Morris <rgm@gnu.org>
6009
6010 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6011
df9a7357
JB
60122011-09-29 Juanma Barranquero <lekktu@gmail.com>
6013
6014 * descr-text.el (describe-char-categories): Accept category
6015 descriptions more than one line long.
6016
a8406c20
SM
60172011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6018
88d9610c
SM
6019 * simple.el (delete-trailing-whitespace): Fix last change.
6020
a5daf810
SM
6021 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6022 Don't confuse "y => 3" as the beginning of a `y' operation.
6023
a8406c20
SM
6024 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6025 object has more than 4 slots (bug#9613).
6026
a239d4e9
JB
60272011-09-28 Juanma Barranquero <lekktu@gmail.com>
6028
6029 * subr.el (with-output-to-temp-buffer):
6030 * net/quickurl.el (quickurl, quickurl-browse-url):
6031 Fix typos in docstrings.
6032
693fbdb6
EZ
60332011-09-27 Eli Zaretskii <eliz@gnu.org>
6034
6035 * minibuffer.el (completion-styles)
6036 (completion-category-overrides): Cross reference each other in doc
6037 strings.
6038
8b457e28
GM
60392011-09-27 Glenn Morris <rgm@gnu.org>
6040
6041 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6042 to split-string. (Bug#9606)
6043
85a16208
LMI
60442011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
6046 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6047 (bug#9615).
6048
502f9ebd
CY
60492011-09-27 Chong Yidong <cyd@stupidchicken.com>
6050
6051 * emacs-lisp/package.el (list-packages): Fix echo area message.
6052
7690bdea
LL
60532011-09-27 Leo Liu <sdl.web@gmail.com>
6054
6055 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6056
e2ee6f30
MA
60572011-09-25 Michael Albinus <michael.albinus@gmx.de>
6058
6059 * net/dbus.el (dbus-unregister-object): Don't release services for
6060 registered signals. (Bug#9581)
6061
f3f98342
TZ
60622011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6063
6064 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6065 function that picks between cfengine 2 and 3 support
6066 automatically. Update docs accordingly.
6067
dd7aa8dd
KH
60682011-09-22 Kenichi Handa <handa@m17n.org>
6069
6070 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6071 ZERO.
6072 (indian-itrans-v5-table-for-tamil): New variable.
6073 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6074
3f2b07f8
KM
60752011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6076
6077 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6078 that's true if the current command involved collapsing of text.
6079 It's reset to false at the beginning of the next command.
6080 (allout-post-command-business): Move the cursor to the beginning
6081 of entry if the cursor is hidden and collapsing activity just
6082 happened.
6083
371d6a61
CY
60842011-09-24 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6087 tracking (Bug#9541).
6088
2ac2721a
UJ
60892011-09-24 Ulf Jasper <ulf.jasper@web.de>
6090
6091 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6092 (newsticker-show-news): Automatically load html rendering package
6093 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6094 because w3m-fill-column is let-bound" and the error "Symbol's value
6095 as variable is void: w3m-fill-column".
2ac2721a 6096
fac7ae53
MA
60972011-09-24 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6100 Release services only if they are defined. (Bug#9581)
6101
e08b633b
RS
61022011-09-23 Richard Stallman <rms@gnu.org>
6103
e488d29c
RS
6104 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6105 distinguish start of paragraph from start of its text.
6106
19c38752
RS
6107 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6108
e08b633b
RS
6109 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6110 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6111 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6112
0a39f27e
AS
61132011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6114
6115 * international/mule-diag.el (mule-diag): Insert a newline after
6116 each fontset description.
6117
db4e950d
SM
61182011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * simple.el (delete-trailing-whitespace):
6121 Document last change; simplify.
6122
eca3f3ea
PW
61232011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6124
d68e189a
PW
6125 * simple.el (delete-trailing-whitespace): Also delete
6126 extra newlines at the end of the buffer.
6127
eca3f3ea
PW
6128 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6129 (picture-newline): Use forward-line so as to ignore fields.
6130
01c157cc
SM
61312011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * subr.el (with-wrapper-hook): Fix edebug spec.
6134
022de23e
LMI
61352011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6136
6137 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6138 (bug#4538).
6139
91683089
MA
61402011-09-23 Michael Albinus <michael.albinus@gmx.de>
6141
eca3f3ea
PW
6142 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6143 Fix nasty bug using wrong cached values.
91683089 6144
5bdd6fa4
AM
61452011-09-23 Alan Mackenzie <acm@muc.de>
6146
6147 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6148
97adfb97
CY
61492011-09-23 Chong Yidong <cyd@stupidchicken.com>
6150
6151 * window.el (pop-to-buffer): Ensure right window is selected if we
6152 chose another frame.
6153
d4ef2b50
EZ
61542011-09-22 Eli Zaretskii <eliz@gnu.org>
6155
6156 * simple.el (what-cursor-position): Use get-char-property-change
6157 and next-single-char-property-change, to be able to show display
6158 properties that come from overlays as well as text properties.
6159
72258fe5
CY
61602011-09-22 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6163
6164 * cmuscheme.el (run-scheme, switch-to-scheme):
6165 * cus-edit.el (customize-group, custom-buffer-create)
6166 (customize-browse):
6167 * info.el (info):
6168 * shell.el (shell):
6169 * mail/sendmail.el (mail):
6170 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6171
8f098516
RS
61722011-09-22 Richard Stallman <rms@gnu.org>
6173
6174 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6175 move back only to line beg, don't move back over blank lines.
6176
e74f1bb6
MA
61772011-09-22 Michael Albinus <michael.albinus@gmx.de>
6178
6179 * files.el (copy-directory): Set directory attributes only in case
6180 they could be retrieved from the source directory. (Bug#9565)
6181
bfeef8b6
DK
61822011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6183
6184 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6185 (hs-find-block-beginning, hs-hide-level-recursive):
6186 Ignore strings as well as comments. (Bug#9502)
6187
7e423bb8
AS
61882011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6189
6190 * progmodes/sql.el (sql-comint-postgres):
6191 Convert port number to a string. (Bug#9566)
6192
b4d72fcf
MR
61932011-09-22 Martin Rudalics <rudalics@gmx.at>
6194
6195 * window.el (quit-window): Undedicate window when switching to
6196 previous buffer. Reported by Thierry Volpiatto
6197 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6198 (special-display-popup-frame): When popping up a new frame reset
6199 its previous buffers to nil. Simplify code.
b4d72fcf 6200
a7b88dc6
MA
62012011-09-21 Michael Albinus <michael.albinus@gmx.de>
6202
6203 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6204 and process filter, as done also in `shell-command'.
6205
cf4eacfd
MR
62062011-09-21 Martin Rudalics <rudalics@gmx.at>
6207
eca3f3ea 6208 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6209 Call set-window-start with NOFORCE argument t.
6210 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6211 (quit-window): Reword doc-string. Handle new format of
6212 quit-restore parameter. Don't delete window if it has a
6213 previous buffer we can show instead of the present one.
6214 (display-buffer-record-window): Rewrite using a new format for
6215 the quit-restore window parameter
6216 (special-display-popup-frame, display-buffer-same-window)
6217 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6218 (display-buffer-pop-up-window, display-buffer-use-some-window):
6219 Adapt symbol passed to display-buffer-record-window.
6220 * help.el (help-window-setup): Handle new format of quit-restore
6221 parameter.
6222
8d28cb95
SM
62232011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6224
94ab793f
SM
6225 * faces.el (face-list): Fix docstring (bug#9564).
6226
8d28cb95
SM
6227 * window.el (display-buffer--action-function-custom-type):
6228 Don't include internal functions in the Custom interface.
6229
3820edeb
JL
62302011-09-20 Juri Linkov <juri@jurta.org>
6231
6232 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6233 (Info-forward-node, Info-backward-node, Info-next-preorder)
6234 (Info-last-preorder): Use it. (Bug#9528)
6235
5147931d
JL
62362011-09-20 Juri Linkov <juri@jurta.org>
6237
6238 * info.el (Info-last-preorder): Visit last menu item only when
6239 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6240
cf499a1a
JD
62412011-09-20 Julien Danjou <julien@danjou.info>
6242
6243 * password-cache.el (password-cache-remove): Remove entries even if the
6244 value is nil, so that password with a nil value (negative caching) is
6245 possible to invalidate.
6246
f84e2fe2
LM
62472011-09-20 Lawrence Mitchell <wence@gmx.li>
6248
6249 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6250 all whitespace around breakpoint. (Bug#9553)
6251 (f90-find-breakpoint): Only break at whitespace inside a comment.
6252
78054a46
SM
62532011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * minibuffer.el (completion-file-name-table): Keep track of errors.
6256 (completion-table-with-predicate): Handle the case where pred1 is nil.
6257 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6258
345083b2
SM
62592011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6260
e24e27be
SM
6261 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6262 (debugger-return-value): Signal an error if the debugging context does
6263 not await any return value.
6264
345083b2
SM
6265 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6266 * image-mode.el (image-toggle-display-text)
6267 (image-toggle-display-image): Stay away from evil `intangible'.
6268
08d355e3
LL
62692011-09-19 Leo Liu <sdl.web@gmail.com>
6270
6271 * replace.el (occur-revert-arguments): Make it permanent-local.
6272 (occur-mode): Don't call font-lock-defontify.
6273
f01da43f
CY
62742011-09-19 Chong Yidong <cyd@stupidchicken.com>
6275
6276 * net/ldap.el (ldap-search-internal): Don't push empty search
6277 result (Bug#9508).
6278
b6072fa6
SM
62792011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6282
443d6696
MA
62832011-09-19 Michael Albinus <michael.albinus@gmx.de>
6284
6285 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6286 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6287
7cc6e154
JL
62882011-09-18 Juri Linkov <juri@jurta.org>
6289
6290 * buff-menu.el (Buffer-menu-mode-map):
6291 * dired.el (dired-mode-map):
6292 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6293 (lisp-interaction-mode-map):
6294 * emacs-lisp/package.el (package-menu-mode-map):
6295 * epa.el (epa-key-list-mode-map):
6296 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6297 (menu-bar-options-menu):
6298 * outline.el (outline-mode-menu-bar-map):
6299 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6300 * vc/vc-dir.el (vc-dir-menu-map):
6301 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6302 Capitalize non-function content words in menu item strings.
6303
6304 * dired.el (dired-mode-map): Add menu item for
6305 `image-dired-dired-toggle-marked-thumbs'.
6306
80302a81
JL
63072011-09-18 Juri Linkov <juri@jurta.org>
6308
6309 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6310 to `isearch-case-fold-search' and restore its original value
6311 after the `isearch-mode' call.
6312
46c5cf66
JL
63132011-09-18 Juri Linkov <juri@jurta.org>
6314
6315 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6316 because `zgrep' returns 1 for successful matches (bug#9226).
6317
d18b513b
JL
63182011-09-18 Juri Linkov <juri@jurta.org>
6319
6320 * info.el (Info-extract-menu-node-name): Check the second match
6321 for empty string (second test-case of bug#9528).
6322 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6323 intermediate nodes to the history (first test-case of bug#9528).
6324
72753f87
JL
63252011-09-18 Juri Linkov <juri@jurta.org>
6326
6327 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6328 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6329
c9384295
JL
63302011-09-18 Juri Linkov <juri@jurta.org>
6331
1154d12e
JB
6332 * info.el (Info-file-supports-index-cookies):
6333 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6334 outputs one more line for long file names (bug#4142).
c9384295 6335
d473dce8
CY
63362011-09-18 Chong Yidong <cyd@stupidchicken.com>
6337
6338 * newcomment.el (comment-normalize-vars): If prompting for
6339 comment-start, set comment-start-skip too (Bug#8424).
6340
2176854d
JB
63412011-09-18 Johan Bockgård <bojohan@gnu.org>
6342
6343 * icomplete.el: Fix previous fix of Bug#5849.
6344 (icomplete-mode): Don't set completion-show-inline-help.
6345 (icomplete-minibuffer-setup): Set completion-show-inline-help
6346 locally during icompletion.
6347
3aace4e4
CY
63482011-09-18 Chong Yidong <cyd@stupidchicken.com>
6349
c940224f
CY
6350 * woman.el (woman2-process-escapes): Don't delete unrecognized
6351 escapes (Bug#7843).
6352
3aace4e4
CY
6353 * files.el (inhibit-first-line-modes-regexps): Add image files.
6354 (hack-local-variables-prop-line): Return nil for malformed
6355 prop-lines (Bug#9044).
6356
710dec63
MA
63572011-09-18 Michael Albinus <michael.albinus@gmx.de>
6358
6359 * net/tramp.el (top): Don't require 'shell.
6360 (tramp-methods): Fix docstring.
6361 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6362 Return complete remote file name. Handle "smb" case.
6363 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6364 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6365
6366 * net/tramp-compat.el (top): Require 'shell.
6367
6368 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6369 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6370 `tramp-current-host'.
6371 (tramp-get-remote-tmpdir): Remove.
6372
6373 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6374 `tramp-tmpdir' entries.
6375 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6376 (tramp-smb-handle-file-attributes): Ignore errors.
6377 (tramp-smb-wait-for-output): Check also for process end.
6378
5d5ac8ec
LMI
63792011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6380
6381 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6382 when sending QUIT (bug#9312).
6383
8c0f49f0
CY
63842011-09-17 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6387 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6388 occur-mode-display-occurrence.
6389 (occur-edit-mode): Add usage message.
6390 (occur-cease-edit): New command.
6391 (occur-after-change-function): Use text properties to find the
6392 position of the prefix text.
6393 (occur-engine): Set stickiness of prefix text properties.
6394
8f1383f7
GM
63952011-09-17 Glenn Morris <rgm@gnu.org>
6396
6397 * progmodes/etags.el (complete-tag):
6398 Fix call to completion-in-region. (Bug#9526)
6399
744ba0e3
JL
64002011-09-17 Juri Linkov <juri@jurta.org>
6401
6402 * textmodes/ispell.el (ispell-word): Add to the error message
6403 the word, ispell program name and current dictionary (bug#9121).
6404 (ispell-tex-arg-end): Capitalize "error" in the error message.
6405
d9bbf400
AS
64062011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6407
6408 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6409 check. (Bug#4251)
6410
8da11505
JL
64112011-09-17 Juri Linkov <juri@jurta.org>
6412
6413 * window.el (window-safe-min-height, window-safe-min-width):
6414 Fix typos (followup to bug#9522).
6415
a91adc7e
SJ
64162011-09-17 Sven Joachim <svenjoac@gmx.de>
6417
6418 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6419
064f328a
EZ
64202011-09-16 Eli Zaretskii <eliz@gnu.org>
6421
6422 * simple.el (line-move): If goal-column is set, move by logical
6423 lines, not by display lines. (Bug#971)
6424 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6425 to reflect the above change.
6426
e69df516
SM
64272011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * image.el (imagemagick-register-types): Use regexp-opt.
6430
cbb0f9ab
CY
64312011-09-15 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * window.el (display-buffer-base-action): Rename from
6434 display-buffer-default-action. Make default value empty.
6435 (display-buffer-overriding-action): Convert to defvar.
6436 (display-buffer-fallback-action): New var.
6437
25322144
CY
64382011-09-15 Chong Yidong <cyd@stupidchicken.com>
6439
6440 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6441 declaration.
6442 (package--add-to-archive-contents): If there is a duplicate entry
6443 with an older version, remove it.
6444 (package-menu-mark-delete, package-menu-mark-install)
6445 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6446 (package-menu-mark-obsolete-for-deletion):
6447 Use package-menu-get-status instead of a regexp search.
25322144
CY
6448 (package-menu-get-status): Use tabulated-list-entry.
6449 (package-menu-mark-upgrades): New command.
d770725a 6450 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6451 (package-menu-execute): Do installation before deletion.
6452 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6453 instead of checking major-mode.
6454 (package-menu--find-upgrades): New function.
6455
7520339c
LMI
64562011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6457
6458 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6459 passwords in the log buffer.
65a046c4
LMI
6460 (smtpmail-process-filter): Update the process marker so that the
6461 "broken by peer" status message is inserted in the right place.
7520339c 6462
d3c30954
SM
64632011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6464
3fe48822
SM
6465 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6466 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6467 bibtex-completion-at-point-function.
6468 (bibtex-completion-at-point-function): Use them.
6469
1b8b3954
SM
6470 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6471
d3c30954
SM
6472 * mpc.el (mpc-constraints-tag-lookup): New function.
6473 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6474 also to browser "album|playlist".
6475
72779976
JL
64762011-09-14 Juri Linkov <juri@jurta.org>
6477
6478 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6479 (isearch-edit-string): Use length of `isearch-string' when
6480 `isearch-fail-pos' returns nil.
6481 (isearch-message): Remove duplicate code and call
6482 `isearch-fail-pos' with arg `t'.
6483
a0bf2bcd
CY
64842011-09-14 Chong Yidong <cyd@stupidchicken.com>
6485
17bb0a2d
CY
6486 * replace.el (occur-mode-goto-occurrence): Don't force using other
6487 window (Bug#9499).
6488
a0bf2bcd
CY
6489 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6490
f678e0b6
MR
64912011-09-14 Martin Rudalics <rudalics@gmx.at>
6492
6493 * window.el (display-buffer-window): Remove.
6494 (display-buffer-record-window): Use help-setup window parameter
6495 instead of variable display-buffer-window.
6496 (display-buffer-function, special-display-buffer-names)
6497 (special-display-function): Mention help-setup parameter instead
6498 of display-buffer-window in doc-string.
d3c30954
SM
6499 * help.el (help-window-setup): New argument help-window.
6500 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6501 Reword some messages.
6502 (with-help-window): Pass window used for displaying the buffer
6503 to help-window-setup. Don't set display-buffer-window.
6504
8e39b2e8
GM
65052011-09-13 Glenn Morris <rgm@gnu.org>
6506
6507 * emacs-lisp/debug.el (debugger-make-xrefs):
6508 Preserve point. (Bug#9462)
6509
85e9c04b
CY
65102011-09-13 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * window.el (window-deletable-p): Use next-frame.
6513
1b36ed6a
MR
65142011-09-13 Martin Rudalics <rudalics@gmx.at>
6515
6516 * window.el (window-auto-delete): Remove.
6517 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6518 dedication and previous buffers.
1b36ed6a
MR
6519 (switch-to-prev-buffer): Don't delete window.
6520 (delete-windows-on): Delete a window's frame if and only if the
6521 window is dedicated.
6522 (replace-buffer-in-windows): Delete buffer's window or frame if
6523 and only if window is dedicated.
6524 (quit-window): Handle quit-restore as before last change.
4d61f28d 6525 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6526
ef8ef9fb
CY
65272011-09-13 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * window.el (window-deletable-p): Never delete the last frame on a
6530 given terminal.
6531
b2cba41e
GM
65322011-09-13 Glenn Morris <rgm@gnu.org>
6533
6534 * help.el (describe-key-briefly): Copy previous standard-output change.
6535
51553db6 65362011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6537
6538 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6539
b7556719
GM
65402011-09-13 Glenn Morris <rgm@gnu.org>
6541
6542 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6543 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6544
64b51947
CY
65452011-09-12 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * dired-aux.el (dired-mark-read-string): Don't return default
6548 value on empty input (Bug#9361).
6549 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6550 Omit initial minibuffer contents.
6551 (dired-do-chmod): Signal an error on empty input.
6552 (dired-mark-read-string): Don't return default on empty input.
6553
6554 * files.el (file-modes-symbolic-to-number): Doc fix.
6555
393a301e
SM
65562011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * international/mule-cmds.el (ucs-completions): Remove.
6559 (read-char-by-name): Use complete-with-action instead; add metadata.
6560
fa5660f9
CY
65612011-09-11 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * window.el (display-buffer--action-function-custom-type)
6564 (display-buffer--action-custom-type): New vars.
6565 (display-buffer-alist, display-buffer-default-action)
6566 (display-buffer-overriding-action): Add defcustom types.
6567
4a592f66
CY
6568 * frame.el (delete-other-frames): Doc fix (Bug#276).
6569
73d56dbd
LMI
65702011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6571
6572 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6573
37ac18a3
CY
65742011-09-11 Chong Yidong <cyd@stupidchicken.com>
6575
6576 Change modes that used same-window-* vars to use switch-to-buffer.
6577
6578 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6579 Use switch-to-buffer.
6580
6581 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6582 (customize-browse, custom-buffer-create-other-window):
6583 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6584
6585 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6586 (Info-prev, Info-up, Info-speedbar-goto-node)
6587 (info-display-manual): Use switch-to-buffer.
6588 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6589
6590 * mail/sendmail.el (mail): Use switch-to-buffer.
6591 (mail-recover): Use switch-to-buffer-other-window.
6592
6593 * cmuscheme.el (run-scheme, switch-to-scheme):
6594 * ielm.el (ielm):
6595 * shell.el (shell):
6596 * net/rlogin.el (rlogin):
6597 * net/telnet.el (telnet, rsh):
6598 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6599
10195bd6
AS
66002011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6601
6602 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6603
b322f63a
LMI
66042011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6605
39d7fed6
LMI
6606 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6607 so don't mention it (bug#9301).
ba5a81f1 6608 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6609
ee0e9f11
LMI
6610 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6611 match `x', `w32' and `ns', like the manual says (bug#9029).
6612
0b1c89c1 6613 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6614 (process-kill-buffer-query-function): Mention the buffer name in
6615 the query.
0b1c89c1 6616
77549ea8
LMI
6617 * image-mode.el (image-next-line): The line parameter is mandatory
6618 (bug#9258).
6619
803ef892
LMI
6620 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6621 which can be useful (bug#9301).
6622
12980837
LMI
6623 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6624
91054f8f
LMI
6625 * subr.el (match-string): Mention that the current buffer should
6626 be the same as the search was done in (bug#9282).
6627
b322f63a
LMI
6628 * facemenu.el: Disable the remove-* commands if the mark isn't
6629 active (bug#9162).
6630
3199b96f
CY
66312011-09-10 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6634 of display-buffer.
6635 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6636
6637 * replace.el (occur-mode-goto-occurrence)
6638 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6639 and display-buffer.
6640
6641 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6642 display-buffer.
6643
6644 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6645 special-display and same-window variables.
6646 (mail-other-window): Use switch-to-buffer-other-window.
6647 (mail-other-frame): USe switch-to-buffer-other-frame.
6648
393a301e
SM
6649 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6650 Use display-buffer-other-frame.
3199b96f
CY
6651 (gdb-display-gdb-buffer): Use pop-to-buffer.
6652
6653 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6654
6655 * progmodes/python.el: Don't set same-window-buffer-names.
6656
6657 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6658
6659 * window.el (display-buffer-alist): Add *Python*.
6660
8319e0bf
CY
66612011-09-10 Chong Yidong <cyd@stupidchicken.com>
6662
6663 * window.el (display-buffer-alist): Add entry for buffers
6664 previously handled same-window-*.
6665 (display-buffer-alist, display-buffer-default-action)
6666 (display-buffer-overriding-action): Mark as risky.
6667 (display-buffer-alist): Document action function changes.
6668 (display-buffer--same-window-action)
6669 (display-buffer--other-frame-action): New variables.
6670 (switch-to-buffer, display-buffer-other-frame): Use them.
6671 (display-buffer): Rename reuse-frame entry to reusable-frames.
6672 (display-buffer-reuse-selected-window): Function deleted.
6673 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6674 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6675 (display-buffer-special): New function.
6676 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6677 display-buffer-reuse-or-pop-window. Split off special-display
6678 part into display-buffer-special.
6679 (display-buffer-use-some-window): Don't perform any special
6680 pop-up-frames handling.
6681 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6682 (display-buffer--maybe-same-window): Rename from
0d3ff375 6683 display-buffer-maybe-same-window.
8319e0bf 6684
919a69aa
CY
6685 * info.el: Don't set same-window-regexps.
6686 (info-setup): New function.
6687 (info-other-window, info): Call it.
6688
6689 * cus-edit.el: Don't set same-window-regexps.
6690 (customize-group): New argument.
6691 (customize-group-other-window): Use it.
6692 (customize-face, customize-face-other-window): Likewise.
6693 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6694
8319e0bf
CY
6695 * net/rlogin.el:
6696 * net/telnet.el:
6697 * progmodes/gud.el: Don't set same-window-regexps.
6698
6699 * cmuscheme.el:
6700 * ielm.el:
6701 * shell.el:
6702 * mail/sendmail.el:
6703 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6704
25173000
JL
67052011-09-10 Juri Linkov <juri@jurta.org>
6706
6707 * isearch.el (isearch-edit-string): Remove obsolete mention of
6708 `C-w' (`isearch-yank-word-or-char') from docstring.
6709 (isearch-query-replace): Fix typo in docstring (bug#9466).
6710
056e44ef
JL
67112011-09-10 Juri Linkov <juri@jurta.org>
6712
6713 * paren.el (show-paren-function): Don't show escaped parens.
6714 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6715
c3760c17
EZ
67162011-09-10 Eli Zaretskii <eliz@gnu.org>
6717
6718 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6719 (mm-default-file-encoding): Remove autoload forms, they are
6720 replaced with autoload cookies in mml.el and mm-encode.el.
6721 (mail-add-attachment): New command.
6722 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6723 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6724 the doc string.
6725 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6726
fece895e
RT
67272011-09-10 Reuben Thomas <rrt@sc3d.org>
6728
e69df516
SM
6729 * simple.el (count-words-region): Use buffer if there's no region
6730 (bug#9429).
fece895e 6731
5e68ce4a
JL
67322011-09-09 Juri Linkov <juri@jurta.org>
6733
6734 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6735 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6736 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6737
0a6b9622
AM
67382011-09-09 Alan Mackenzie <acm@muc.de>
6739
6740 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6741 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6742
14a29deb
EZ
67432011-09-09 Eli Zaretskii <eliz@gnu.org>
6744
6745 Fix for Savannah bug#9392.
6746 * simple.el (mail-encode-mml): New defvar.
6747
6748 * mail/rmail.el (mail-encode-mml): Add a defvar.
6749 (rmail-enable-mime-composing): Default to t.
6750 (rmail-forward): Use MIME method of forwarding only if both
6751 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6752 Set mail-encode-mml non-nil if the MIME method was used.
6753
6754 * mail/sendmail.el (mml-to-mime): Add autoload form.
6755 (mail-encode-mml): Add a defvar.
6756 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6757 to nil.
6758 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6759 message through mml-to-mime, and reset mail-encode-mml to nil.
6760
28c45130
GM
67612011-09-09 Glenn Morris <rgm@gnu.org>
6762
6763 * woman.el (woman-if-body): When processing an .el block,
6764 do not delete the next .el block as well. (Bug#9447)
69f4b618 6765 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6766
9b1c252e
MR
67672011-09-08 Martin Rudalics <rudalics@gmx.at>
6768
6769 * window.el (window-deletable-p): Make sure window is live before
6770 invoking window-prev-buffers.
6771
567457e3
LL
67722011-09-08 Leo Liu <sdl.web@gmail.com>
6773
6774 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6775
97f05794
JL
67762011-09-08 Juri Linkov <juri@jurta.org>
6777
6778 * progmodes/compile.el (compilation-environment): Make it
6779 a defcustom (bug#8340).
6780
8b0874b5
MR
67812011-09-08 Martin Rudalics <rudalics@gmx.at>
6782
6783 * window.el (frame-auto-delete): Rename to window-auto-delete.
6784 Make it control auto-deletion of windows and/or frames.
6785 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6786 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6787 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6788 Rewrite handling of case when window/frame can be deleted.
6789 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6790 argument t. (Bug#9456)
8b0874b5 6791
4feb6e73
CY
67922011-09-07 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * help-mode.el (help-mode): Restore autoload.
6795
91ab9c13
JL
67962011-09-07 Juri Linkov <juri@jurta.org>
6797
6798 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6799 `compilation-environment'. Set buffer-local
6800 `compilation-environment' to `thisenv' later after (funcall mode).
6801 (Bug#8340)
6802
6803 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6804 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6805 instead of replacing its value. (Bug#8340)
6806
0527e251
JL
68072011-09-07 Juri Linkov <juri@jurta.org>
6808
6809 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6810 based on text properties put by `grep-filter' instead of matching
6811 escape sequences.
6812 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6813 to the value of `grep-error-screen-columns' (bug#9438).
6814
249f792c
JL
68152011-09-07 Juri Linkov <juri@jurta.org>
6816
6817 * simple.el (next-error-highlight, next-error-highlight-no-select):
6818 Doc fix (bug#9432).
6819
ff7271b9
OT
68202011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6821
6822 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6823 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6824
183fc730
LL
68252011-09-07 Leo Liu <sdl.web@gmail.com>
6826
6827 * net/rcirc.el (rcirc-mode): Conditionally initialize
6828 rcirc-input-ring.
6829
77694924
SM
68302011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * emacs-lisp/find-func.el (find-function-C-source): Only set
6833 find-function-C-source-directory after checking that we found a source
6834 file there (bug#9440).
6835
d809b8eb
AM
68362011-09-06 Alan Mackenzie <acm@muc.de>
6837
6838 * isearch.el (isearch-other-meta-char): Wherever a key list is
6839 unread, "unread" the prefix arg, too. This fixes bug #8901.
6840
453de99f
OG
68412011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6842
6843 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6844
90439906
JL
68452011-09-05 Juri Linkov <juri@jurta.org>
6846
6847 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6848
f62bd846
JL
68492011-09-05 Juri Linkov <juri@jurta.org>
6850
6851 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6852 keeping point where processing of grep matches begins, and
6853 continue to delete remaining escape sequences from the same point.
6854 (grep-filter): Make leading zero optional in "0?1;31m" because
6855 git-grep emits "\033[1;31m" escape sequences unlike expected
6856 "\033[01;31m" as GNU Grep does (bug#9408).
6857 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6858
045820ec
JL
68592011-09-05 Juri Linkov <juri@jurta.org>
6860
6861 * subr.el (y-or-n-p): Capitalize "yes".
6862
f5e29b9b
MA
68632011-09-04 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6866 `tramp-cache-unload-hook' where appropriate.
6867 (tramp-methods): Rename `tramp-remote-sh' to
6868 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6869 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6870
6871 * net/tramp-sh.el (top): Don't require 'shell.
6872 (tramp-methods): Add `tramp-remote-shell' and
6873 `tramp-remote-shell-args' entries.
6874 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6875 (tramp-sh-handle-shell-command): Remove.
6876 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6877 Use `tramp-remote-shell'.
6878
2784c434
CY
68792011-09-03 Chong Yidong <cyd@stupidchicken.com>
6880
393a301e 6881 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6882 (sendmail-query-once): Save directly to send-mail-function.
6883 Update message-send-mail-function too.
6884
6885 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6886
464cdf56
CS
68872011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6888
6889 * progmodes/python.el (python-mode-map): Use correct function to
6890 start python interpreter from menu-bar (as reported by Geert
6891 Kloosterman).
6892 (inferior-python-mode-map): Fix typo.
393a301e 6893 (python-shell-map): Remove.
464cdf56 6894
d37e5c87
DD
68952011-09-03 Deniz Dogan <deniz@dogan.se>
6896
6897 * net/rcirc.el (rcirc-print): Simplify code for
6898 rcirc-scroll-show-maximum-output. There is no need to walk
6899 through all windows to find the right one.
6900
f3ada0ee
CS
69012011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6902
6903 * help.el (help-return-method): Doc fix.
6904
1f3c99ca
MR
69052011-09-03 Martin Rudalics <rudalics@gmx.at>
6906
6907 * window.el (window-deletable-p): Don't return a non-nil value
6908 when there's a buffer that was shown in the window before.
6909 (Bug#9419)
393a301e
SM
6910 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6911 Set window's previous buffers to nil.
1f3c99ca 6912
a3cf097f
EZ
69132011-09-03 Eli Zaretskii <eliz@gnu.org>
6914
6915 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6916 newline before and after the tag line, so it doesn't interfere
6917 with determining the paragraph direction of bidirectional text.
6918
3d03de90
LL
69192011-09-03 Leo Liu <sdl.web@gmail.com>
6920
6921 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6922
c3313451
CY
69232011-09-02 Chong Yidong <cyd@stupidchicken.com>
6924
393a301e 6925 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6926 (pop-to-buffer): Change interactive spec. Pass second argument
6927 directly to display-buffer.
6928 (display-buffer): Fix interactive spec. Use functionp to
6929 distinguish between a function and a list of functions.
6930
6931 * abbrev.el (edit-abbrevs):
6932 * arc-mode.el (archive-extract):
6933 * autoinsert.el (auto-insert):
6934 * bookmark.el (bookmark-bmenu-list):
6935 * files.el (find-file):
6936 * view.el (view-buffer):
6937 * progmodes/compile.el (compilation-goto-locus):
6938 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6939
89894cd8
CY
69402011-09-02 Chong Yidong <cyd@stupidchicken.com>
6941
6942 * window.el (display-buffer-alist): Doc fix.
6943 (display-buffer): Add docstring. Don't treat
6944 display-buffer-default specially.
6945 (display-buffer-reuse-selected-window)
6946 (display-buffer-same-window, display-buffer-maybe-same-window)
6947 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6948 (display-buffer-pop-up-window)
6949 (display-buffer-reuse-or-pop-window)
6950 (display-buffer-use-some-window): New functions.
6951 (display-buffer-default-action): Use them.
393a301e 6952 (display-buffer-default): Delete.
89894cd8
CY
6953 (pop-to-buffer-1): Fix choice of actions.
6954
ae0bc9fb
SM
69552011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * minibuffer.el (completion--insert-strings): Don't get confused by
6958 completion entries that end with an LF char.
6959
e9d90883
EZ
69602011-09-01 Eli Zaretskii <eliz@gnu.org>
6961
6962 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6963
437014c8
CY
69642011-09-01 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6967 (display-buffer-same-window, display-buffer-other-window):
6968 New functions.
437014c8
CY
6969 (pop-to-buffer-1): New function. Use the above.
6970 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6971 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6972
6973 * view.el (view-buffer-other-window, view-buffer-other-frame):
6974 Just use pop-to-buffer.
6975
a5e063d5
TV
69762011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6977
6978 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6979
793d32bb
WH
69802011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6981
6982 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6983
d65e4c15
RS
69842011-08-31 Richard Stallman <rms@gnu.org>
6985
6986 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6987 of the separation of rmail-view-buffer from rmail-buffer.
6988 If you say no to "replace original", the decrypt is in the
6989 view buffer. If you say yes, the decrypt goes into the
6990 rmail buffer also.
6991
f818cd2a
MR
69922011-08-31 Martin Rudalics <rudalics@gmx.at>
6993
6994 * window.el (display-buffer-window): Rewrite doc-string.
6995 (display-buffer-record-window): New function.
6996 (display-buffer-macro-specifiers)
6997 (display-buffer-even-window-sizes, display-buffer-set-height)
6998 (display-buffer-set-width, display-buffer-in-window)
6999 (display-buffer-reuse-window, display-buffer-split-specifiers)
7000 (display-buffer-side-specifiers, display-buffer-split-window-1)
7001 (display-buffer-split-window, display-buffer-split-atom-window)
7002 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7003 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7004 (display-buffer-other-window-means-other-frame)
7005 (display-buffer-normalize-special)
7006 (display-buffer-normalize-default)
7007 (display-buffer-normalize-argument)
7008 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7009 (display-buffer-normalize-specifiers, display-buffer-frame)
7010 (display-buffer-same-window, display-buffer-same-frame)
7011 (display-buffer-other-window)
7012 (display-buffer-same-frame-other-window)
7013 (display-buffer-other-frame, pop-to-buffer-same-window)
7014 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7015 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7016 (switch-to-buffer-same-frame)
7017 (switch-to-buffer-other-window-same-frame)
7018 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7019 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7020 (display-buffer-alist-set): Remove.
7021 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7022 (special-display-regexps, special-display-function):
7023 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7024 parameter.
7025 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7026 (special-display-frame-alist, special-display-popup-frame)
7027 (same-window-buffer-names, same-window-regexps, same-window-p)
7028 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7029 (split-window-preferred-function, split-height-threshold)
7030 (split-width-threshold, window-splittable-p)
7031 (split-window-sensibly, window--try-to-split-window)
7032 (window--frame-usable-p, even-window-heights)
7033 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7034 (window--display-buffer-2, display-buffer-other-frame):
7035 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7036 (display-buffer-default, display-buffer-assq-regexp): New functions.
7037 (display-buffer-alist): Rewrite doc-string.
7038 (display-buffer-default-action)
7039 (display-buffer-overriding-action): New variables.
7040 (display-buffer, switch-to-buffer): Rewrite.
7041 (pop-to-buffer): Restore Emacs 23 behavior but use
7042 window-normalize-buffer-to-display.
7043 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7044 Restore Emacs 23 behavior but use
7045 window-normalize-buffer-to-switch-to.
7046 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7047 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7048 Rewrite using Emacs 23 options.
f818cd2a 7049
5bc3b51d
MA
70502011-08-31 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp.el (tramp-root-regexp): Remove.
7053 (tramp-completion-file-name-regexp-unified)
7054 (tramp-completion-file-name-regexp-separate)
7055 (tramp-completion-file-name-regexp-url): Don't use leading volume
7056 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7057 (tramp-drop-volume-letter): Simplify definition.
7058 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7059
b1a4f8e1
SM
70602011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7063 (bug#9356).
7064
5664fa7b
RT
70652011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7066
b1a4f8e1 7067 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7068
9a45d6c3
JL
70692011-08-29 Juri Linkov <juri@jurta.org>
7070
7071 * isearch.el (isearch-done): Don't display message "Mark saved"
7072 when arg `edit' is non-nil to prevent its flicker in the echo area.
7073
fb87e0fb
CY
70742011-08-28 Chong Yidong <cyd@stupidchicken.com>
7075
7076 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7077 obsolete packages for deletion.
7078
09ac1c2a
CS
70792011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7080
7081 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7082 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7083 view-mode from help-mode.
7084 (help-xref-override-view-map): Remove.
7085 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7086 view-mode is not used anymore.
7087
7a1ff57f
CY
70882011-08-28 Chong Yidong <cyd@stupidchicken.com>
7089
7090 * server.el (server-port): Doc fix.
7091
b9696605
CY
7092 * cus-theme.el (custom-theme-choose-mode): Inherit from
7093 special-mode (Bug#9124).
7094 (custom-theme-choose-mode-map): Add special-mode to parent.
7095
ef8cdf8c
AM
70962011-08-28 Alan Mackenzie <acm@muc.de>
7097
7098 * progmodes/cc-fonts.el
7099 (c-make-font-lock-BO-decl-search-function): New function.
7100 (c-basic-matchers-after - "Fontify the clauses after various
7101 keywords"): Extract the three keyword lists for the 3 erroneous
7102 constructs from the list of four, and use the new function above
7103 in place of an old one.
7104
27de4e20
DD
71052011-08-28 Deniz Dogan <deniz@dogan.se>
7106
7107 * net/rcirc.el (rcirc-insert-prev-input)
7108 (rcirc-insert-next-input): Remove unused argument.
7109
356a3681
SM
71102011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7113
3fc9b218
AM
71142011-08-27 Alan Mackenzie <acm@muc.de>
7115
7116 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7117 handle function pointer parameters properly.
7118
538a061c
MR
71192011-08-27 Martin Rudalics <rudalics@gmx.at>
7120
7121 * window.el (display-buffer-reuse-window): Fix case where
7122 selected window was reused with non-nil OTHER-WINDOW argument.
7123 (Bug#9381)
7124
35b1c40c
DD
71252011-08-27 Deniz Dogan <deniz@dogan.se>
7126
7127 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7128 oftc's NickServ messages.
7129
2f6a3e79
GM
71302011-08-27 Glenn Morris <rgm@gnu.org>
7131
7132 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7133
7254299e
CY
71342011-08-26 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * emacs-lisp/package.el (package-install): Call package-initialize
7137 if called interactively.
7138
f8ccf167
LL
71392011-08-26 Leo Liu <sdl.web@gmail.com>
7140
7141 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7142
3e8cd5ce
JL
71432011-08-25 Juri Linkov <juri@jurta.org>
7144
7145 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7146 `search-whitespace-regexp' (bug#9364).
7147
93eb7113
JL
71482011-08-25 Juri Linkov <juri@jurta.org>
7149
7150 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7151 `regexp-search-ring' to their global values to protect from
7152 updating by `read-from-minibuffer' (bug#9185).
7153
f65d1611
JL
71542011-08-25 Juri Linkov <juri@jurta.org>
7155
7156 * textmodes/ispell.el (ispell-command-loop): Add newline
7157 at the end of the "Use option `i'..." line.
7158
f1cf7a31
JL
71592011-08-25 Juri Linkov <juri@jurta.org>
7160
7161 * battery.el (display-battery-mode): If `battery-status-function'
7162 or `battery-mode-line-format' is nil, display the message and set
7163 `display-battery-mode' to nil (bug#9363).
7164
0c95fcf7
EZ
71652011-08-25 Eli Zaretskii <eliz@gnu.org>
7166
7167 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7168 bidi-string-mark-left-to-right; they are unnecessary now.
7169
a2ebe600
DD
71702011-08-25 Deniz Dogan <deniz@dogan.se>
7171
7172 * net/quickurl.el: Documentation typo fixes.
7173
e4ed06f1
CY
71742011-08-25 Chong Yidong <cyd@stupidchicken.com>
7175
7176 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7177
e5f1c99e
GM
71782011-08-25 Glenn Morris <rgm@gnu.org>
7179
b2948976
GM
7180 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7181
e5f1c99e
GM
7182 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7183 (smtpmail-via-smtp): Handle nil response from smtp.
7184
f22f4808
JL
71852011-08-24 Juri Linkov <juri@jurta.org>
7186
7187 * proced.el (proced-marked): Inherit from `error' instead of
7188 `font-lock-warning-face'.
7189
7190 * ibuffer.el (ibuffer-marked-face): Change default face from
7191 `font-lock-warning-face' to `warning'.
7192 (ibuffer-deletion-face): Change default face from
7193 `font-lock-type-face' to `error'.
7194
7195 * battery.el (battery-update): Use the face `error' instead of
7196 `font-lock-warning-face' (bug#6117).
7197
6a93965e
JL
71982011-08-24 Juri Linkov <juri@jurta.org>
7199
7200 * faces.el (success): Change face color from "Green3" to
7201 "ForestGreen" on light background (bug#9353).
7202
1ed43b09
CY
72032011-08-24 Chong Yidong <cyd@stupidchicken.com>
7204
5664fa7b
RT
7205 * window.el (quit-window): Rename from quit-restore-window.
7206 Use same arglist as old quit-window.
1ed43b09
CY
7207 (frame-auto-delete): Doc fix.
7208
7209 * view.el (view-mode-exit): Use quit-window.
7210
11dcdbb2
JL
72112011-08-24 Juri Linkov <juri@jurta.org>
7212
7213 * isearch.el (isearch-ring-adjust1): Start visiting previous
7214 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7215 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7216 for empty search string (when the last search string is reused
7217 automatically) to adjust the isearch ring to the last element and
7218 prepare the correct index for further M-p commands (bug#9185).
7219
de62b4df
KH
72202011-08-24 Kenichi Handa <handa@m17n.org>
7221
7222 * international/ucs-normalize.el: If decomposition property of
7223 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7224 nil.
7225 (nfd, nfkd): Likewise.
7226
963b492b
SM
72272011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7230 from process filters aren't reliably transmitted to the surrounding
7231 accept-process-output.
7232 (mpc-proc-check): New function.
7233 (mpc-proc-sync): Use it (bug#8293)
7234
93b6b5e1
SM
72352011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7238 Add compatibility functions (bug#9313).
7239
bca633fb
EZ
72402011-08-23 Eli Zaretskii <eliz@gnu.org>
7241
b177498a
EZ
7242 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7243
6df6ae42 7244 * international/uni-bidi.el: Regenerate.
bca633fb 7245
0902a04e
KH
72462011-08-23 Kenichi Handa <handa@m17n.org>
7247
7248 * international/charprop.el:
7249 * international/uni-bidi.el:
7250 * international/uni-category.el:
7251 * international/uni-combining.el:
7252 * international/uni-comment.el:
7253 * international/uni-decimal.el:
7254 * international/uni-decomposition.el:
7255 * international/uni-digit.el:
7256 * international/uni-lowercase.el:
7257 * international/uni-mirrored.el:
7258 * international/uni-name.el:
7259 * international/uni-numeric.el:
7260 * international/uni-old-name.el:
7261 * international/uni-titlecase.el:
7262 * international/uni-uppercase.el: Regenerate.
7263
3bbf23bc
MR
72642011-08-23 Martin Rudalics <rudalics@gmx.at>
7265
7266 * help.el (help-window-setup): Fix message displayed when other
7267 window is reused. (Bug#9341)
7268
b3fd59bd
SM
72692011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7270
1802e444
SM
7271 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7272 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7273
b3fd59bd
SM
7274 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7275 Mark obsolete.
7276 * shell.el (shell-parse-pcomplete-arguments): New function.
7277 (shell-completion-vars): Use it instead (bug#9160).
7278
4eb61348
SM
72792011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7280
867cab74
SM
7281 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7282 strings and comments (bug#9333).
7283
4eb61348
SM
7284 * emacs-lisp/debug.el (debug-arglist): New function.
7285 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7286 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7287
262a1439
JL
72882011-08-22 Juri Linkov <juri@jurta.org>
7289
56ee679c
JL
7290 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7291 Revert regexp that highlights output switches to its old
7292 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7293
262a1439
JL
7294 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7295 to check for empty output (bug#9226).
7296
f13f86fb
CY
72972011-08-22 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7300 symbol-constituent as the default, as that stops font-lock from
7301 working properly (Bug#8843).
7302
c65c9622
LMI
73032011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7304
7305 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7306 `coding-system-for-*' around the process open call to avoid
7307 auth-source side effects.
e7f2c178 7308 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7309 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7310 probe hangs.
c65c9622 7311
23a8a5ab
CY
73122011-08-21 Chong Yidong <cyd@stupidchicken.com>
7313
ff98b2dd
CY
7314 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7315
23a8a5ab
CY
7316 * emacs-lisp/find-func.el (find-function-noselect): New arg
7317 lisp-only.
7318
7319 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7320 signal an error for built-in functions (Bug#6664).
7321
f5e3c598
LMI
73222011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7323
7324 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7325 (smtpmail-try-auth-methods): Use it.
7326
a3f2468a
CY
73272011-08-21 Chong Yidong <cyd@stupidchicken.com>
7328
2c34e8da
CY
7329 * font-lock.el (font-lock-fontify-region)
7330 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7331 (font-lock-default-unfontify-buffer)
7332 (font-lock-default-fontify-region)
7333 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7334
b3fd59bd
SM
7335 * progmodes/compile.el (compilation-error-properties):
7336 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7337 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7338 `ant' regexp.
ee31aabc 7339
a3f2468a
CY
7340 * net/browse-url.el (browse-url-firefox): Don't call
7341 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7342
8e999f70
GM
73432011-08-20 Glenn Morris <rgm@gnu.org>
7344
c21a496a
GM
7345 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7346
59ee0542
GM
7347 * tutorial.el (tutorial--default-keys): Update some default bindings.
7348
8e999f70
GM
7349 * files.el (hack-local-variables): Fully ignore case for "mode:".
7350
e3715033
AM
73512011-08-20 Alan Mackenzie <acm@muc.de>
7352
7353 Resolve invalid use of a regexp in regexp-opt.
7354
4d61f28d
JB
7355 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7356 detection for a java annotation.
e3715033 7357
4d61f28d 7358 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7359 detection for a java annotation.
7360
4d61f28d
JB
7361 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7362 handling for java.
e3715033
AM
7363 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7364
04ed2e9c
CY
73652011-08-20 Chong Yidong <cyd@stupidchicken.com>
7366
7367 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7368 (Bug#9274).
7369
826cee64
AM
73702011-08-20 Alan Mackenzie <acm@muc.de>
7371
58179cce 7372 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7373 such a construct. Mainly for when jit-lock etc. starts a chunk
7374 here.
7375
58179cce 7376 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7377 variable.
58179cce 7378 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7379 c-make-font-lock-search-function.
7380 (c-make-font-lock-search-function): Use the above function.
7381 (c-make-font-lock-context-search-function): New function.
7382 (c-cpp-matchers): Enhance the preprocessor expression case with
7383 the above function
7384 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7385 which takes an expression.
7386
7387 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7388
13009bd8
MR
73892011-08-20 Martin Rudalics <rudalics@gmx.at>
7390
7391 * window.el (display-buffer-reuse-window)
7392 (display-buffer-pop-up-window): Don't reuse or split a side
7393 window.
7394
9234ff7f
GM
73952011-08-19 Glenn Morris <rgm@gnu.org>
7396
7397 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7398 Downcase "Mode:". (Bug#9331)
9234ff7f 7399
f635daa1
CY
74002011-08-18 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * international/characters.el: Add L and R categories.
7403
7404 * subr.el (bidi-string-mark-left-to-right): Rename from
7405 string-mark-left-to-right. Use category search.
7406
7407 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7408
bc987f8b
JL
74092011-08-18 Juri Linkov <juri@jurta.org>
7410
7411 * faces.el (error, warning, success): New faces with definitions
7412 copied from old default values of `font-lock-warning-face',
7413 `compilation-warning', `compilation-info' (bug#6117).
7414
7415 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7416
7417 * progmodes/compile.el (compilation-error): Inherit from `error'.
7418 (compilation-warning): Inherit from `warning'.
7419 (compilation-info): Inherit from `success'.
7420
7421 * dired.el (dired-marked): Inherit from `warning'.
7422 (dired-flagged): Inherit from `error'.
7423
57173b96
LMI
74242011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7425
3e79eb87
LMI
7426 * mail/smtpmail.el (auth-source): Require to avoid problems with
7427 binding variables (bug#9298). Also clean up some unused
7428 autoloads.
7429
b3fd59bd
SM
7430 * net/network-stream.el (network-stream-open-starttls):
7431 Support using starttls.el without using gnutls-cli.
57173b96 7432
02b404de
JL
74332011-08-17 Juri Linkov <juri@jurta.org>
7434
7435 * progmodes/grep.el (rgrep): Handle the case when
7436 `grep-find-command' is a cons cell (bug#9278).
7437
8c9177f2
MR
74382011-08-17 Martin Rudalics <rudalics@gmx.at>
7439
7440 * window.el (display-buffer-pop-up-frame): Run frame creation
7441 function with BUFFER current (as special-display-popup-frame
7442 does). Reported by Drew Adams.
7443
3644a0ab
DU
74442011-08-17 Daiki Ueno <ueno@unixuser.org>
7445
7446 * epa-mail.el: Simplify GnuPG group expansion using
7447 epg-expand-group.
7448 (epa-mail-group-alist, epa-mail-group-modtime)
7449 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7450 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7451 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7452 Remove.
7453
5e617bc2 74542011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7455
7456 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7457
9c4aeabf
AM
74582011-08-16 Alan Mackenzie <acm@muc.de>
7459
7460 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7461 Correct, to avoid the inside of macros.
7462
3a99bf64
RS
74632011-08-16 Richard Stallman <rms@gnu.org>
7464
04963aa8
RS
7465 * epa-mail.el: Handle GnuPG group definitions.
7466 (epa-mail-group-alist, epa-mail-group-modtime)
7467 (epa-mail-gnupg-conf-file): New variables.
7468 (epa-mail-parse-groups, epa-mail-sync-groups)
7469 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7470 (epa-mail-expand-recipients): New functions.
7471 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7472
177549d0
RS
7473 * mail/rmail.el (rmail-epa-decrypt): New command.
7474
fe38beef
RS
7475 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7476 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7477 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7478 (epa-decrypt-armor-in-region): Make error message clearer.
7479
934eacb9
SM
74802011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7483 and "a2b" to "ab" for `prefix'.
7484
d024fb4e
CY
74852011-08-14 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7488 filter groups.
de148fee
CY
7489 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7490 Fourquet (Bug#8804).
d024fb4e 7491
62f1ca49
JB
74922011-08-12 Juanma Barranquero <lekktu@gmail.com>
7493
7494 * startup.el (argi): Declare as global variable (bug#9275).
7495
9ccaaa4b
CY
74962011-08-12 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * subr.el (string-mark-left-to-right): Search the entire string
7499 for RTL script, not just the terminating character. Doc fix.
7500
a3dae87a
SM
75012011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7502
6cd18349
SM
7503 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7504 New function.
7505 (js--regexp-literal, js-syntax-propertize-function): Remove.
7506 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7507 (js-mode-map): Don't rebind electric keys.
7508 (js-insert-and-indent): Remove.
7509 (js-mode): Setup electric-layout and electric-indent instead.
7510
a3dae87a
SM
7511 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7512
9d5cb631
DU
75132011-08-12 Daiki Ueno <ueno@unixuser.org>
7514
7515 * epa.el (epa-progress-callback-function): Fix the logic of
7516 displaying progress.
7517 * epa-file.el (epa-file-insert-file-contents): Make progress
7518 display more user-friendly.
7519 (epa-file-write-region): Ditto.
7520
3e26a4a2
CY
75212011-08-10 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * subr.el (string-mark-left-to-right): New function.
7524
7525 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7526 Use string-mark-left-to-right.
7527 (list-buffers-noselect): Caller changed.
7528
a3dae87a
SM
7529 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7530 Use string-mark-left-to-right.
3e26a4a2
CY
7531 (tabulated-list-print): Recenter after moving point.
7532
ac8cf6e6
JL
75332011-08-10 Juri Linkov <juri@jurta.org>
7534
7535 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7536 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7537 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7538
8d96c9a4
CY
75392011-08-09 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7542 (Bug#7554).
7543
7be1c708 75442011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7545
7546 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7547 character. (Bug#6594)
7548
37e11a63
CY
75492011-08-08 Chong Yidong <cyd@stupidchicken.com>
7550
839dde57
CY
7551 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7552 (image-dired--with-db-file): New macro.
7553 (image-dired-write-tags, image-dired-remove-tag)
7554 (image-dired-create-gallery-lists, image-dired-write-comments)
7555 (image-dired-get-comment, image-dired-mark-tagged-files)
7556 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7557 (image-dired-gallery-generate): Use insert-file-contents.
7558
37e11a63
CY
7559 * time.el (display-time-world-list, display-time-world-display):
7560 * time-stamp.el (time-stamp-string):
7561 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7562 set-time-zone-rule (Bug#7337).
7563
0b4946c4
DU
75642011-08-08 Daiki Ueno <ueno@unixuser.org>
7565
7566 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7567 (epg-error-to-string, epg-errors-to-string): New function.
7568 (epg-wait-for-completion): Reverse errors list.
7569 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7570 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7571 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7572 (epg-sign-keys, epg-generate-key-from-file)
7573 (epg-generate-key-from-string): Format errors by using
7574 epg-errors-to-string (bug#9255).
7575 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7576
75bfc667
JL
75772011-08-07 Juri Linkov <juri@jurta.org>
7578
7579 * faces.el (list-faces-display): Remove extra angle bracket
7580 from `help-mode-map'.
7581
7582 * info.el (Info-history-toc-nodes): Doc fix.
7583
7584 * longlines.el (longlines-mode): Doc fix.
7585
673e08bb
SM
75862011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7587
4640dd88
SM
7588 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7589 of statements and in a few more cases (bug#9183).
7590
673e08bb
SM
7591 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7592 New functions.
7593 (cl-transform-lambda): Use them (bug#9239).
7594
89b3f019
MR
75952011-08-05 Martin Rudalics <rudalics@gmx.at>
7596
7597 * window.el (display-buffer-same-window)
7598 (display-buffer-same-frame, display-buffer-other-window)
7599 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7600 (pop-to-buffer-other-window)
7601 (pop-to-buffer-same-frame-other-window)
7602 (pop-to-buffer-other-frame): Make them defuns.
7603 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7604
640c8776
SM
76052011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * subr.el (make-composed-keymap): Move from C. Change calling
7608 convention, and improve docstring to bring attention to a subtle point.
7609 * minibuffer.el (completing-read-default): Adjust accordingly.
7610
63648a95
MA
76112011-08-03 Michael Albinus <michael.albinus@gmx.de>
7612
7613 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7614 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7615
7616 * net/trampver.el: Update release number.
7617
b796c9b7
SM
76182011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7621 "in" (bug#9190).
7622
2239d7d5
LMI
76232011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7624
e07dd7c3
LMI
7625 * mail/sendmail.el (sendmail-query-once): Restore the current
7626 buffer after querying (bug#9074).
7627
0e6a2bd7
LMI
7628 * dired.el (dired-flagged): Use different faces for marked and
7629 flagged files (bug#6117).
7630
ce887515
LMI
7631 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7632 (bug#4433).
7633
92f2affc
LMI
7634 * ido.el (ido-mode): Switch off the message if called
7635 non-interactively.
7636
57d5aff0
LMI
7637 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7638 before 587, since it appears that that's more likely to work for
7639 more people.
7640
98cd6c18 7641 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7642 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7643 exist.
7644
b96dec83
LMI
7645 * info.el: Remove the `Info-beginning-of-buffer' function
7646 (bug#8325).
7647
b796c9b7
SM
7648 * net/network-stream.el (network-stream-open-starttls):
7649 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7650
d90e2ea0
MR
76512011-08-01 Martin Rudalics <rudalics@gmx.at>
7652
7653 * window.el (display-buffer-in-window): Don't set dedicated status
7654 of window here (Bug#9215).
7655 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7656 (display-buffer-pop-up-side-window)
b796c9b7 7657 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7658
cca09170
SM
76592011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7662 before binding generated-autoload-file.
7663
027b979c
DD
76642011-08-01 Deniz Dogan <deniz@dogan.se>
7665
7666 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7667
3c7ee4f3
MA
76682011-07-30 Michael Albinus <michael.albinus@gmx.de>
7669
7670 Sync with Tramp 2.2.2.
7671
7672 * net/trampver.el: Update release number.
7673
2cc8e51a
JL
76742011-07-30 Juri Linkov <juri@jurta.org>
7675
7676 * dired-aux.el (dired-touch-initial): Remove function.
7677 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7678 current time, and `default' to the last modification time of the
7679 current marked file (bug#6887).
7680
a514d856
JM
76812011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7682
7683 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7684 numeric argument to read-number (bug#9163).
a514d856 7685
8a7eddd7
MA
76862011-07-27 Michael Albinus <michael.albinus@gmx.de>
7687
7688 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7689 connection process, it could be nil.
7690
1ddd96f5
LL
76912011-07-27 Leo Liu <sdl.web@gmail.com>
7692
7693 Simplify url handling in rcirc-mode.
7694
7695 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7696 (rcirc-browse-url-at-mouse): Remove.
7697 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7698
b248a85d
AM
76992011-07-26 Alan Mackenzie <acm@muc.de>
7700
7701 Fontify bitfield declarations properly.
7702
7703 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7704 (c-symbol-chars): Now exported as a lang variable.
7705 (c-not-primitive-type-keywords): New lang variable.
7706
7707 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7708 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7709 parsed as a bitfield declaration.
b248a85d 7710
b796c9b7
SM
7711 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7712 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7713 (c-punctuation-in): New function.
7714 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7715 declarations properly.
7716
68575ab0
UJ
77172011-07-26 Ulf Jasper <ulf.jasper@web.de>
7718
7719 * calendar/icalendar.el (icalendar--all-events): Take care of
7720 multiple vcalendars in a single file.
b796c9b7 7721 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7722
0f0a88b9
DD
77232011-07-25 Deniz Dogan <deniz@dogan.se>
7724
7725 * image.el (insert-image): Clarifying docstring.
7726
0b3f36df
MA
77272011-07-24 Michael Albinus <michael.albinus@gmx.de>
7728
7729 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7730 `tramp-send-command-and-check' if there is no error.
7731 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7732
a9901f61
AM
77332011-07-22 Alan Mackenzie <acm@muc.de>
7734
7735 Prevent cc-langs.elc being loaded at run time.
7736
7737 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7738 cc-langs.
7739
4d61f28d 7740 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7741 "(require 'cc-langs)". Quote a form so it will evaluate at
7742 (cc-mode's) compilation time.
7743
11d074b2
MA
77442011-07-22 Michael Albinus <michael.albinus@gmx.de>
7745
7746 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7747 loading. (Bug#9114)
7748
938b94c8
MR
77492011-07-21 Martin Rudalics <rudalics@gmx.at>
7750
7751 * window.el (display-buffer-pop-up-window)
7752 (display-buffer-pop-up-side-window)
7753 (display-buffer-in-side-window): Call display-buffer-set-height
7754 and display-buffer-set-width after setting the new window's
b796c9b7 7755 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7756
bfa4f190
SS
77572011-07-20 Sam Steingold <sds@gnu.org>
7758
7759 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7760 (etags-tags-included-tables): Call `convert-standard-filename' on
7761 the file names contained in TAGS so that windows Emacs can handle
7762 TAGS files created by cygwin ctags.
7763
8ca42262
LMI
77642011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7765
7766 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7767 which apparently didn't work.
7768
5db2afd2 77692011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7770
5db2afd2
RW
7771 * proced.el (proced-send-signal): For *Marked Processes* buffer
7772 put point at beginning of buffer.
7773
92e15d10
SB
77742011-07-19 Stephen Berman <stephen.berman@gmx.net>
7775
7776 * proced.el (proced-format): Make header lines align with the text
7777 (bug#1779).
7778
1bfd59e5
LMI
77792011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7780
7781 * view.el (view-buffer): Allow running in `special' modes if we're
7782 visiting a file (bug#8615).
7783
f5aae37c
MR
77842011-07-19 Martin Rudalics <rudalics@gmx.at>
7785
7786 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7787 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7788 New functions.
f5aae37c
MR
7789 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7790 more accurately.
7791
bf2c1571
AM
77922011-07-18 Alan Mackenzie <acm@muc.de>
7793
7794 Fontify declarators properly when, e.g., a jit-lock chunk begins
7795 inside a declaration.
7796
7797 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7798
b796c9b7
SM
7799 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7800 New function.
bf2c1571
AM
7801 (c-complex-decl-matchers): Insert reference to
7802 c-font-lock-enclosing-decls.
7803
7804 * progmodes/cc-engine.el (c-backward-single-comment):
7805 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7806 to nil around calls to (forward-comment -1).
7807
4e190b80
LMI
78082011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7809
12dc863d
LMI
7810 * image.el (put-image): Doc typo fix.
7811
a762e966
LMI
7812 * progmodes/etags.el (tags-search): Doc typo fix.
7813
4e190b80
LMI
7814 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7815 password if we get errors 550 to 554.
7816
f019fb21
LMI
78172011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7818
b796c9b7 7819 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7820
81746738
LMI
7821 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7822 indentation character (bug#6380).
7823
3ee3a1b5
LMI
7824 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7825
c82f64de
LMI
7826 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7827 to clarify what the problem is (bug#4291).
7828
f019fb21
LMI
7829 * simple.el (current-kill): Clarify what
7830 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7831 (auto-fill-mode): Document `auto-fill-function' in relation to
7832 `auto-fill-mode' (bug#2470).
f019fb21 7833
0794775d
LM
78342011-07-16 Lawrence Mitchell <wence@gmx.li>
7835
7836 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7837 method if slot is read-only (bug#9035).
7838
be39b8cc
MR
78392011-07-16 Martin Rudalics <rudalics@gmx.at>
7840
b796c9b7 7841 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7842 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7843 selected before, see discussion of (Bug#8615), (Bug#6954).
7844 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7845
6ccf7859
GM
78462011-07-15 Glenn Morris <rgm@gnu.org>
7847
7848 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7849 Respect help-form.
6ccf7859 7850
87e86684
LM
78512011-07-09 Lawrence Mitchell <wence@gmx.li>
7852
7853 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7854 (gnutls-negotiate): Use it.
7855
d6066239
LMI
78562011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7857
b796c9b7
SM
7858 * net/gnutls.el (gnutls-negotiate):
7859 Upcase `gnutls-algorithm-priority'.
d6066239 7860
bd23ebc0
GM
78612011-07-15 Glenn Morris <rgm@gnu.org>
7862
c65bca65
GM
7863 * jka-compr.el (jka-compr-verbose): Move from here...
7864 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7865 Add missing :version tag.
7866 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7867
478615cc
LMI
78682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7869
7b41decb
LMI
7870 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7871 (gnutls-negotiate): Use it.
7872
dbc44fcd
LMI
7873 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7874
06789f97
LMI
7875 * info.el (Info-beginning-of-buffer): New command.
7876 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7877 announcing `b' as the key (bug#8325).
ab896c37 7878 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7879
c39da690
LMI
7880 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7881
3aa5f34b
LMI
7882 * international/mule-cmds.el
7883 (describe-specified-language-support): Make the error message
7884 clearer (bug#8905).
7885
4bf0979f
LMI
7886 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7887
478615cc
LMI
7888 * isearch.el (isearch-barrier): Add a doc string, since it's
7889 mentioned in a function doc string (bug#8678).
7890
75c68aa1
MR
78912011-07-15 Martin Rudalics <rudalics@gmx.at>
7892
7893 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7894 buffer argument (Bug#9083) and self-identifying label argument.
7895
a7c33da2
GM
78962011-07-15 Glenn Morris <rgm@gnu.org>
7897
7898 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7899
2f5c6024
LMI
79002011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7901
7902 * man.el (Man-fontify-manpage): Fix message when formatting the
7903 man page (bug#7929).
7904
0bb23927 79052011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7906
7907 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7908 argument LRM; if non-nil, append an invisible LRM character to the
7909 buffer name.
7910 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7911 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7912 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7913 paragraph direction.
cce4b0a7 7914
621ef9ab
LMI
79152011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7916
d1583c48
LMI
7917 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7918 the man page name (bug#7929).
7919
6a57fb5f
LMI
7920 * image.el (put-image): Mention the `put-image' overlay property
7921 (bug#7834).
7922
d7956b14
LMI
7923 * scroll-bar.el (set-scroll-bar-mode): Mention that
7924 `scroll-bar-mode' lists the values (bug#7772).
7925
5b2d4a66
LMI
7926 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7927 command (bug#7729).
7928
7509a874
LMI
7929 * rect.el (apply-on-rectangle): Return the point after the last
7930 operation.
7931 (string-rectangle): Go to the point after the last operation
7932 (bug#7522).
7933
4fe74b19
LMI
7934 * printing.el (pr-toggle-region): Clarify the documentation
7935 slightly (bug#7493).
7936
b796c9b7
SM
7937 * time.el (display-time-update):
7938 Allow `display-time-mail-function' to return nil (bug#7158).
7939 Fix suggested by Detlev Zundel.
ab283561 7940
fc233c9d
LMI
7941 * vc/diff.el (diff): Clarify the order the file names are read
7942 (bug#7111).
7943
43f5740b
LMI
7944 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7945 the doc string (bug#7015).
7946
f2182a76
LMI
7947 * font-lock.el (font-lock-maximum-decoration): Mention what
7948 numeric levels mean (bug#6935).
7949
621ef9ab
LMI
7950 * startup.el (initial-buffer-choice): Don't mention the `none'
7951 selection, which is against policy.
7952
adc47434
MR
79532011-07-14 Martin Rudalics <rudalics@gmx.at>
7954
b796c9b7
SM
7955 * window.el (display-buffer-normalize-special):
7956 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7957
7e5bfb8f
EZ
79582011-07-14 Eli Zaretskii <eliz@gnu.org>
7959
7960 * subr.el (version<, version<=, version=): Mention "-CVS" and
7961 "-12345" alpha version numbers.
7962
27fa387a
CY
79632011-07-14 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * bindings.el: Add advertised binding for set-mark-command
7966 (Bug#5772).
7967
8bdfa064
CY
79682011-07-14 Chong Yidong <cyd@stupidchicken.com>
7969
7970 * bindings.el (mode-line-other-buffer):
7971 * bookmark.el (bookmark-bmenu-2-window):
7972 * bs.el (bs-cycle-next, bs-cycle-previous):
7973 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7974 switch-to-buffer.
7975
7976 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7977 Delete.
8bdfa064 7978
5eba16a3
JB
79792011-07-14 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * follow.el (follow-debug-message, follow-redisplay):
7982 * jka-cmpr-hook.el (with-auto-compression-mode):
7983 Fix typos in docstrings.
7984
15853710
LMI
79852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7986
a28e4607
LMI
7987 * subr.el (with-silent-modifications): Clarify somewhat what the
7988 macro inhibits (bug#6525).
7989
15853710
LMI
7990 * simple.el (eval-expression): Note what it does if called
7991 interactively (bug#6495).
7992
bee0fcef
CY
79932011-07-13 Chong Yidong <cyd@stupidchicken.com>
7994
b796c9b7
SM
7995 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7996 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7997
7998 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7999 Remove switch-to-buffer.
8000
58274504
LMI
80012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8002
bd2fcc8d
LMI
8003 * files.el (make-directory): Clarify that an error will be raised
8004 if there's an error (bug#6397).
8005
0f04b32c
LMI
8006 * startup.el (initial-buffer-choice): Add `none' as a choice
8007 (bug#6234).
8008
465c5fc8
LMI
8009 * subr.el (add-hook): Clarify section about buffer-local hooks
8010 (bug#6218).
8011
58274504
LMI
8012 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8013
bead9a43
JB
80142011-07-13 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * tabify.el (untabify): Preserve the current column so that point
8017 doesn't move (bug#6032).
8018
3af98a7b
LMI
80192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
b796c9b7
SM
8021 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8022 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8023
6240145a
GM
80242011-07-13 Glenn Morris <rgm@gnu.org>
8025
8026 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8027 (dired-insert-directory): Give a message the first time
8028 if ls is found not to support --dired.
8029
1d8c2ccc
LMI
80302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8031
8032 * simple.el (toggle-truncate-lines): Clarify what is toggled
8033 (bug#5580). Text by Drew Adams.
8034
5fc4038e
CY
80352011-07-13 Chong Yidong <cyd@stupidchicken.com>
8036
8037 * simple.el (blink-matching-open): Make the error message from the
8038 last change less verbose.
8039
bf6012e5
DN
80402011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8041
8042 * font-lock.el (font-lock-comment-face): Use the high contrast
8043 "yellow" color for font-lock-comment-face on low color terminals
8044 using a dark background color (bug#4221).
8045
343c3b5a
LMI
80462011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8047
7e9505c5
LMI
8048 * dired.el (dired-insert-set-properties): Make the doc string
8049 reflect what it does now (bug#5325).
8050
c26fdcf5
LMI
8051 * simple.el (blink-matching-open): Say that we were unable to find
8052 the match within the limit, if we're limited (bug#5122).
8053
bb388cc5
LMI
8054 * international/mule-cmds.el (prefer-coding-system): Add an
8055 example (bug#4869).
8056
343c3b5a
LMI
8057 * progmodes/etags.el (tags-search): Document `file-list-form'
8058 (bug#4731).
8059
2a517d45
LM
80602011-07-13 Lawrence Mitchell <wence@gmx.li>
8061
8062 * net/browse-url.el (browse-url-default-browser)
8063 (browse-url-browser-function): Make the default browser choice a
8064 bit more logical (bug#4300). Also clean up the doc string.
8065
b6c78ef2
JB
80662011-07-13 Juanma Barranquero <lekktu@gmail.com>
8067
8068 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8069 binary endings (bug#4440).
8070
1c4dd947
LMI
80712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
a2014063
LMI
8073 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8074 which can be pretty annoying (bug#8971).
8075
9c9c2d88
LMI
8076 * jka-compr.el (jka-compr-verbose): New variable, and use
8077 throughout (bug#8971).
8078
1c4dd947
LMI
8079 * info.el (Info-find-file): Fall back on the installation
8080 directory if we can't find the info node anywhere else.
8081
a1c9f41b
SO
80822011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8083
8084 * vc/vc.el (vc-revert-file):
8085 Don't set file time-stamp in the past. (Bug#5181)
8086
536f3d36
LMI
80872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8088
7152b011
LMI
8089 * files.el (after-find-file): Give a better error message when
8090 trying to find a symlink that points to a file that doesn't exist
8091 (bug#4398).
8092
536f3d36
LMI
8093 * progmodes/cc-vars.el: Remove (probably) misleading comment
8094 (bug#4396).
8095
460c0fba
JB
80962011-07-12 Johan Bockgård <bojohan@gnu.org>
8097
8098 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8099
7a6bda45
CY
81002011-07-12 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * mouse-sel.el: Hack restoring functionality, while keeping
8103 compatibility with 2010-07-03 changes to mouse selection.
8104 (mouse-sel-primary-overlay): New var.
8105 (mouse-sel-selection-alist): Use it.
8106 (mouse-sel-mode): Doc fix; remove points that are default features
8107 of mouse.el.
8108
c79598ef
JB
81092011-07-12 Johan Bockgård <bojohan@gnu.org>
8110
8111 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8112 Fix previous fix (bug#2490).
8113
ff8be6ef
RW
81142011-07-12 Roland Winkler <winkler@gnu.org>
8115
b796c9b7
SM
8116 * textmodes/bibtex.el (bibtex-initialize):
8117 Use pop-to-buffer-same-window.
ff8be6ef
RW
8118 (bibtex-search-entries): Fix interactive call.
8119
296ba3ee
LMI
81202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8121
f5242a02 8122 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8123 Fontise bytecomp Error lines more correctly (bug#2490).
8124 Fix suggested by Johan Bockgård.
f5242a02 8125
296ba3ee
LMI
8126 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8127
8128 * dired-x.el (dired-guess-default): Use `delete-dups'.
8129
f69fd0d2
CY
81302011-07-12 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * dired.el (dired-mark-prompt):
8133 * dired-aux.el (dired-read-shell-command): Doc fix.
8134
eab5dc07
LMI
81352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8136
b796c9b7
SM
8137 * mail/sendmail.el (sendmail-query-once):
8138 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8139 emacs -Q.
8140
8141 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8142
eab5dc07
LMI
8143 * cus-edit.el (custom-file): Take an optional no-error variable.
8144 (customize-save-variable): Set the variable, and give a warning if
8145 running under "emacs -q".
8146
a1e65d42
JB
81472011-07-11 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * loadhist.el (unload-feature-special-hooks):
8150 Add `auto-coding-functions', `fill-nobreak-predicate' and
8151 `find-directory-functions' (bug#5327).
8152
1d52da10
LMI
81532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8154
be958f1d
LMI
8155 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8156
5bedb26c
LMI
8157 * cus-edit.el (custom-guess-name-alist): -alist variables should
8158 use the `alist' type (bug#3120). Suggested by Drew Adams.
8159
1d52da10
LMI
8160 * printing.el: Add documentation to all the `pr-toggle-' commands.
8161
cd394be1 81622011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8163
8164 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8165 backends where it makes sense (bug#2623).
8166
dcc88d8a
LMI
81672011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8168
c3de9feb
LMI
8169 * dired-x.el (dired-guess-default): Remove duplicate shell command
8170 entries (bug#2028).
8a93078b 8171 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8172 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8173
dcc88d8a
LMI
8174 * subr.el (remove-duplicates): New conveniency function.
8175
505e3645
LMI
81762011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8177
8178 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8179 (bug#1526).
8180
81812011-07-10 Martin Rudalics <rudalics@gmx.at>
8182
8183 * window.el (display-buffer-normalize-default): Don't invert
8184 meaning of even-window-heights. Reported by Eli Zaretskii
8185 <eliz@gnu.org>.
8186
455e4fa1
BR
81872011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8188
8189 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8190
8e0bc3e9
CY
81912011-07-10 Chong Yidong <cyd@stupidchicken.com>
8192
8193 * window.el (display-buffer): Fix arguments to
8194 display-buffer-reuse-window in last change.
8195
fa7c3228
CY
8196 * faces.el (link): Use a less saturated blue on light backgrounds.
8197
8198 * startup.el (fancy-startup-text, fancy-about-text)
8199 (fancy-startup-tail): Use font-lock faces, for background safety.
8200
c0a7f300
BN
82012011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8202
b796c9b7
SM
8203 * emulation/viper-cmd.el (viper-change-state-to-vi):
8204 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8205
4dc2a129
MR
82062011-07-09 Martin Rudalics <rudalics@gmx.at>
8207
8208 * window.el (display-buffer-default-specifiers): Remove.
8209 (display-buffer-macro-specifiers): Remove default specifiers.
8210 (display-buffer-alist): Default to nil.
b796c9b7 8211 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8212 (display-buffer-pop-up-window): Allow splitting internal
8213 windows. Check whether a live window was created.
8214 (display-buffer-other-window-means-other-frame)
8215 (display-buffer-normalize-arguments): Rename to
8216 display-buffer-normalize-argument and rewrite. Set the
8217 other-window specifier.
8218 (display-buffer-normalize-special): New function.
8219 (display-buffer-normalize-options): Rename to
8220 display-buffer-normalize-default and rewrite.
8221 (display-buffer-normalize-options-inhibit): Remove.
8222 (display-buffer-normalize-specifiers): Rewrite.
8223 (display-buffer): Process other-window specifier and call
8224 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8225 more faithfully.
b796c9b7 8226 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8227 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8228 (display-buffer-in-window, display-buffer-alist-set):
8229 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8230 <tassilo@member.fsf.org>.
8231
2d43b8c9
LL
82322011-07-09 Leo Liu <sdl.web@gmail.com>
8233
8234 * register.el (insert-register): Restore accidental change on
8235 2011-06-26. (Bug#9028)
8236
7f9b7c53
GM
82372011-07-09 Glenn Morris <rgm@gnu.org>
8238
8239 * subr.el (remq): Handle the empty list. (Bug#9024)
8240
f042cfd8
AS
82412011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8242
8243 * mail/sendmail.el (send-mail-function): No longer delay custom
8244 initialization.
8245 * custom.el (custom-initialize-delay): Doc fix.
8246
856b2f11
SM
82472011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8250
afae1d68
MA
82512011-07-08 Michael Albinus <michael.albinus@gmx.de>
8252
8253 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8254 human-friendly prompt.
8255
0757af94
SM
82562011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8259 provided by a particular plugin.
8260
d760b731
LMI
82612011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8262
8263 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8264 save customizations (with "emacs -Q"), just set the variable
8265 instead of erroring out.
8266
8267 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8268
cd79ce90
JL
82692011-07-08 Juri Linkov <juri@jurta.org>
8270
8271 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8272 (archive-zip-update-case): Use 7z if found by `executable-find'.
8273 The order of searching the available programs is the same as in
8274 `archive-zip-extract' (bug#8968).
8275
14cc04aa
CY
82762011-07-07 Chong Yidong <cyd@stupidchicken.com>
8277
8278 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8279 (menu-bar-options-menu): Tweak descriptions.
8280
0a1848ec
LMI
82812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8282
8283 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8284 menu items into verb phrases (bug#1421). Also refill to fit under
8285 80 columns.
8286
f5bd0689
CY
82872011-07-07 Chong Yidong <cyd@stupidchicken.com>
8288
538e85c6
CY
8289 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8290 (Info-read-node-name): Doc fix (Bug#1084).
8291
f5bd0689
CY
8292 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8293 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8294 (end-of-sexp, beginning-of-sexp)
8295 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8296 (forward-symbol, forward-same-syntax, word-at-point)
8297 (sentence-at-point): Doc fix (Bug#1144).
8298
56ec5115
LMI
82992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8300
f3f8e37f
LMI
8301 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8302 should cover it (bug#1281).
8303
0757af94 8304 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8305
e9fce1ac 8306 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8307 negotiation fails, then possibly try again with a non-encrypted
8308 connection (bug#9017).
8309
56ec5115
LMI
8310 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8311 be used.
8312
c2f9aec8
RS
83132011-07-07 Richard Stallman <rms@gnu.org>
8314
8315 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8316 property, and handle its changed format.
8317 Look for the correct line number.
8318 Use file's line contents (but not past first =) to find
8319 correct line in message.
8320
ef7b981d 83212011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8322
8323 * international/characters.el (build-unicode-category-table):
8324 Delete it.
0757af94 8325 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8326
0757af94 8327 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8328 to src/chartab.c.
8329 (get-char-code-property): Call unicode-property-table-internal to
8330 load a file. Call get-unicode-property-internal where necessary.
8331 (put-char-code-property): Call unicode-property-table-internal to
8332 load a file. Call put-unicode-property-internal where necessary.
8333 put-unicode-property-internal where necessary.
0757af94
SM
8334 (char-code-property-description):
8335 Call unicode-property-table-internal to load a file.
c805dec0
KH
8336
8337 * international/charprop.el:
8338 * international/uni-bidi.el:
8339 * international/uni-category.el:
8340 * international/uni-combining.el:
8341 * international/uni-comment.el:
8342 * international/uni-decimal.el:
8343 * international/uni-decomposition.el:
8344 * international/uni-digit.el:
8345 * international/uni-lowercase.el:
8346 * international/uni-mirrored.el:
8347 * international/uni-name.el:
8348 * international/uni-numeric.el:
8349 * international/uni-old-name.el:
8350 * international/uni-titlecase.el:
8351 * international/uni-uppercase.el: Regenerate.
8352
8353 * loadup.el: Load international/charprop.el before
8354 international/characters.
8355
e14b388a
CY
83562011-07-07 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * window.el (next-buffer, previous-buffer): Signal an error if
8359 called from a minibuffer window.
8360
8361 * bindings.el: Revert 2011-07-04 change.
8362
354cf0ba
RS
83632011-07-06 Richard Stallman <rms@gnu.org>
8364
8365 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8366 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8367 Treat markers like ints.
8368 (rmail-mime-entity): Doc fix.
8369
a48868a7
LMI
83702011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8371
4906cd3d
LMI
8372 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8373 defcustom again for backwards compatibility.
8374
e0457abe
LMI
8375 * simple.el (shell-command-on-region): Fill.
8376
d67f7e1f
LMI
8377 * dired-aux.el (dired-kill-line): Add a doc string.
8378
fe204702
LMI
8379 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8380 to "\\sw\\|\\s_" (bug#358).
8381
a48868a7
LMI
8382 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8383 (dired-unmark-backward): Ditto.
8384 (dired-flag-backup-files): Ditto.
8385
8386 * dired-x.el (dired-mark-sexp): Ditto.
8387
aa8a705c
RS
83882011-07-06 Richard Stallman <rms@gnu.org>
8389
8390 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8391 (rmail-mime-entity): New arg TRUNCATED.
8392 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8393 New functions.
8394 (rmail-mime-save): Warn if entity is truncated.
8395 (rmail-mime-toggle-hidden): Likewise, for showing.
8396 (rmail-mime-process-multipart): Record when an entity is truncated.
8397
a9a936b9
RS
8398 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8399 if ENTITY is a string.
8400
1f2b92cb
LMI
84012011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8402
f4f73198 8403 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8404 of faces when `M-C-x'-ing their definitions (bug#8378).
8405 Also clean up the code slightly.
f4f73198 8406
12b16734 8407 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8408 because that makes the colors go away.
12b16734 8409
f0691d22
LMI
8410 * mail/sendmail.el (send-mail-function): Change the default to
8411 `sendmail-query-once'.
9e87df06 8412 (sendmail-query-once): Add an autoload cookie.
f0691d22 8413
1f2b92cb
LMI
8414 * net/network-stream.el (network-stream-open-starttls): Try using
8415 a plain connection even if the server offered STARTTLS, and we
8416 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8417 capability. This should make smtpmail.el work in slightly more
8418 configurations.
8419
1cdd2a1b
MA
84202011-07-06 Michael Albinus <michael.albinus@gmx.de>
8421
8422 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8423 New defun.
8424 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8425
fbcc67e2
MM
84262011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8427
8428 * progmodes/sql.el: Version 3.0
0757af94 8429 (sql-product-alist): Add product :completion-object,
fbcc67e2 8430 :completion-column, and :statement attributes.
0757af94 8431 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8432 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8433 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8434 ansi keywords.
8435 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8436 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8437 (sql-oracle-show-reserved-words): New function for development.
8438 (sql-product-font-lock): Simplify for source code buffers.
8439 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8440 New functions.
8441 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8442 (sql-mode-map): Add statement movement functions.
8443 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8444 New variable.
fbcc67e2
MM
8445 (sql-statement-regexp, sql-beginning-of-statement)
8446 (sql-end-of-statement, sql-signum): New functions.
0757af94 8447 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8448 (sql-show-sqli-buffer): Bug fix.
8449 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8450 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8451 with sql-interactive-mode.
8452 (sql-save-connection): Save buffer local settings.
0757af94 8453 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8454 (sql-product-interactive): Bug fix.
8455 (sql-preoutput-hold): New variable.
8456 (sql-interactive-remove-continuation-prompt): Bug fixes.
8457 (sql-debug-redirect): New variable.
8458 (sql-str-literal): New function.
8459 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8460 Redesign.
fbcc67e2
MM
8461 (sql-oracle-save-settings, sql-oracle-restore-settings)
8462 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8463 (sql-completion-object, sql-completion-column)
8464 (sql-completion-sqlbuf): New variables.
8465 (sql-build-completions-1, sql-build-completions)
8466 (sql-try-completion): New functions.
8467 (sql-read-table-name): Use them.
8468 (sql-contains-names): New buffer local variable.
8469 (sql-list-all, sql-list-table): Use it.
8470 (sql-oracle-completion-types): New variable.
8471 (sql-oracle-completion-object, sql-sqlite-completion-object)
8472 (sql-postgres-completion-object): New functions.
8473
d4eaeab1
GM
84742011-07-06 Glenn Morris <rgm@gnu.org>
8475
8476 * window.el (pop-to-buffer): Doc fix.
8477
322b7dab 84782011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8479
8480 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8481
322b7dab 84822011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8483
322b7dab 8484 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8485
322b7dab 8486 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8487
605dd5bf
CY
84882011-07-05 Chong Yidong <cyd@stupidchicken.com>
8489
8490 * button.el (button): Inherit from link face. Suggested by Dan
8491 Nicolaescu.
8492
7dbfa719
SM
84932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8494
3db614b0
SM
8495 * progmodes/gdb-mi.el: Fit in 80 columns.
8496 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8497 switch-to-buffer.
8498
7dbfa719
SM
8499 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8500 if imenu is simply not configured (bug#8941).
8501
919d884a
KM
85022011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8503
8504 * allout.el (allout-post-undo-hook): New allout outline-change
8505 event hook to signal undo activity.
8506 (allout-post-command-business): Run allout-post-undo-hook if an
8507 undo just occurred.
7dbfa719
SM
8508 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8509 * allout-widgets.el (allout-widgets-after-undo-function):
8510 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8511 in the vicinity of an undo.
8512 (allout-widgets-mode): Include allout-widgets-after-undo-function
8513 on the new allout-post-undo-hook.
8514
450a0f09
SM
85152011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8518 Let define-derived-mode define it.
8519 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8520 cycles of abbrev-table inheritance (bug#8998).
8521
2de69e00
RW
85222011-07-05 Roland Winkler <winkler@gnu.org>
8523
8524 * textmodes/bibtex.el: Add support for biblatex.
8525 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8526 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8527 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8528 (bibtex-entry-alist, bibtex-field-alist): New variables.
8529 (bibtex-entry-field-alist): Obsolete alias for
8530 bibtex-BibTeX-entry-alist.
8531 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8532 (bibtex-set-dialect): New command.
8533 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8534 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8535 Bind via bibtex-set-dialect.
2de69e00
RW
8536 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8537 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8538 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8539 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8540 Define via bibtex-set-dialect.
450a0f09
SM
8541 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8542 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8543 (bibtex-vec-push, bibtex-vec-incr): New functions.
8544 (bibtex-format-entry, bibtex-field-list)
8545 (bibtex-print-help-message, bibtex-validate)
8546 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8547
2dcdbdd9
SM
85482011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * progmodes/compile.el (compilation-goto-locus):
8551 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8552 * bs.el (bs-cycle-next, bs-cycle-previous):
8553 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8554 * bindings.el (mode-line-other-buffer):
8555 * autoinsert.el (auto-insert):
8556 * arc-mode.el (archive-extract):
8557 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8558
b27640fe
JB
85592011-07-05 Juanma Barranquero <lekktu@gmail.com>
8560
8561 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8562 Fix check of `emacs-lock-unlockable-modes'.
8563 Coerce true values of `emacs-lock--try-unlocking' to t.
8564
53bbe3ad
JB
85652011-07-05 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8568 * emacs-lock.el: New file.
8569
1d3cdbc7
JD
85702011-07-05 Julien Danjou <julien@danjou.info>
8571
8572 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8573 than `boundp' to check if face is set.
8574
9173deec
JB
85752011-07-05 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * register.el (registerv-make):
8578 * window.el (window-min-height): Fix typos in docstrings.
8579
869795d6
JD
85802011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8581
9173deec 8582 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8583 Update doc string.
8584
b768cdcd
JB
85852011-07-04 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * server.el (server-execute): Catch quit and call
8588 `server-return-error' to pass the error back to emacsclient and
8589 close the connection (bug#8942).
8590
13aa217b
KM
85912011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8592
8593 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8594 insecure exception for current topic. Also note that auto-saves
8595 are handled differently.
8596
5d3385a0 8597 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8598 State variables for tracking auto-save inhibition situation.
8599
8600 (allout-write-contents-hook-handler): Rename from
8601 'allout-write-file-hook-handler', and describe how it depends on
8602 write-contents-functions sensitivity to non-nil value to prevent
8603 file write.
8604
8605 (allout-auto-save-hook-handler): Remove. auto-save does not check
8606 this in individual buffers, only in the starting buffer, so this
8607 is not the right way for us to inhibit auto-save in a buffer
8608 according to its condition.
8609
8610 (allout-mode): Use new allout-write-contents-hook-handler, and
8611 only with write-contents-functions. Remove auto-save provisions -
8612 they're implemented elsewhere.
8613
8614 (allout-before-change-handler): If undo is in progress, note that
8615 for attention of allout-post-command-business.
8616
8617 (allout-post-command-business): If the command we're following was
8618 an undo, check for change in the status of encrypted items and
8619 adjust auto-save inhibitions accordingly.
8620
8621 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8622 according to whether there are or aren't any plain-text topics
8623 pending encryption.
8624
2dcdbdd9 8625 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8626 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8627 if there are plain-text topics pending encryption.
13aa217b
KM
8628
8629 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8630 buffer-saved-size and some allout state to not inhibit auto-saves
8631 if there are no longer any plain-text topics pending encryption.
8632
0757af94
SM
8633 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8634 No longer provide for exemption of the current topic.
13aa217b 8635
ac89b32c
JL
86362011-07-04 Juri Linkov <juri@jurta.org>
8637
8638 Add 7z operations to delete and save changed members (bug#8968).
8639 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8640 New defcustoms.
8641 (archive-7z-write-file-member): New function.
8642 (archive-7z-summarize): Fix the number of dashes in the
8643 listing output.
8644
8fa39615
SM
86452011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8648 (bug#8958).
8649
2f11b3f1
CY
86502011-07-04 Chong Yidong <cyd@stupidchicken.com>
8651
d66fef2b
CY
8652 * bindings.el: Ignore next-buffer and previous-buffer in
8653 minibuffer-local-map.
8654
2f11b3f1
CY
8655 * font-lock.el (font-lock-builtin-face): Change light background
8656 color to dark slate blue (Bug#6693).
8657
f932a347
WD
86582011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8659
8660 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8661
c8af70e1
SM
86622011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8665 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8666 Add switch-to-buffer.
8667
f158badc
LMI
86682011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8669
8670 * isearch.el (isearch-search-fun-function): Clarify further the
8671 meaning of the function returned.
8672
6d95bd46
MA
86732011-07-04 Michael Albinus <michael.albinus@gmx.de>
8674
8675 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8676
8677 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8678 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8679 Use it.
8680 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8681 `tramp-default-remote-path' does not exist.
8682 (tramp-send-command-and-read): New optional argument NOERROR.
8683 (tramp-open-connection-setup-interactive-shell)
8684 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8685 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8686 (tramp-process-sentinel): Flush also process' connection property.
8687 (tramp-sh-handle-start-file-process): Do not set process
8688 sentinel. It is done now ...
8689 (tramp-maybe-open-connection): ... here. (Bug#8929)
8690
909e6b67
MK
86912011-07-04 MON KEY <monkey@sandpframing.com>
8692
8693 * play/animate.el (animate-string): Doc fixes and allow changing
8694 the buffer name (bug#5417).
8695
86962011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8697
c8af70e1 8698 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8699
f34755dc
PE
87002011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8701
396cec72
PE
8702 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8703 This is simpler and helps future-proof the code.
8704 (timer-until): Use time-subtract and float-time.
08235028 8705 (timer--time-less-p): Use time-less-p.
f34755dc 8706
56e6cc31
JB
87072011-07-04 Juanma Barranquero <lekktu@gmail.com>
8708
3abb79e5
JB
8709 * type-break.el (timep): Use the value of `float-time' to avoid a
8710 byte-compiler warning.
8711
56e6cc31
JB
8712 * server.el (server-eval-and-print): Return any result, even nil.
8713
7b9430b4
PE
87142011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8715
8716 * type-break.el: Accept time formats that the builtins accept.
8717 (timep, type-break-time-difference): Accept any format that
8718 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8719 This is simpler and helps future-proof the code.
8720 (type-break-time-difference): Round rather than ignoring
8721 subseconds components.
8722
3034e9e7
LMI
87232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8724
8725 * info.el (Info-apropos-matches): Make non-interactive, since it
8726 doesn't seem to do anything useful as a command (bug#8829).
8727
1485f4c0
CY
87282011-07-03 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8731 Move from faces.el.
1485f4c0
CY
8732 (frame-default-terminal-background): New function.
8733
8734 * custom.el (custom-push-theme): Don't record faces in `changed'
8735 theme; this doesn't work correctly for per-frame face settings.
8736 (disable-theme): Use face-set-after-frame-default to reset faces.
8737 (custom--frame-color-default): New function.
8738
9fa3dd45
LMI
87392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8740
c8af70e1 8741 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8742 (bug#8769).
8743
6cbbc20c
KR
87442011-03-29 Kevin Ryde <user42@zip.com.au>
8745
8746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8747 `perl-Test2' extend to match possible "fail #N" rep count
8748 (bug#8377).
8749
c7f98048
LMI
87502011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8751
65676592
LMI
8752 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8753 `smtpmail-via-smtp' now returns the error instead of nil.
8754
c7f98048
LMI
8755 * isearch.el (isearch-search-fun-function): Clarify the doc string
8756 (bug#8101).
8757
56e6cc31 87582011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8759
8760 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8761 unnecessary spaces (bug#8987).
8762
2b216704
LMI
87632011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8764
8765 * net/network-stream.el (open-network-stream): Use the
8766 :end-of-capability command thoughout.
8767
87682011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8769
8770 * net/network-stream.el (open-network-stream): Add the
8771 :end-of-capability command parameter, used by pop3.el.
8772
36adf6ce
LMI
87732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8774
1ca0da0e
LMI
8775 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8776
fc00f69c
LMI
8777 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8778 for list)" (bug#6475).
8779
28fd8759 8780 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8781 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8782 an error (bug#6297).
8783
0dd8b6da
LMI
8784 * man.el (Man-reference-regexp): Allow matching possible
8785 word-wrapped references (bug#6289).
8786
ce1438d6
LMI
8787 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8788 for consistency with the other vc buffers (bug#6197).
8789 (vc-checkin): Ditto.
8790
8791 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8792
36adf6ce
LMI
8793 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8794
e83cc1f7
LMI
87952011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8a20ca4c
LMI
8797 * custom.el (defcustom): Clarify that :set is only used in the
8798 Customize user interface (bug#6089).
8799
83319045
LMI
8800 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8801 associated with a file, refuse to run instead of erroring out
8802 (bug#6084).
8803
a8392169
LMI
8804 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8805 the doc string, since it appears that using `fill-column' always
8806 controls the width (bug#7845).
8807
e83cc1f7
LMI
8808 * simple.el (shell-command-on-region): Say where the error output
8809 went if `shell-command-default-error-buffer' is set (bug#6857).
8810
e47ca23b
KM
88112011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8812
8813 * allout.el (allout-yank-processing): Adjust cursor position for
8814 backwards-deleted space.
8815
8816 (allout-rebullet-heading): Register changes with
8817 allout-exposure-changed-hook, so the modified topic is properly
8818 decorated.
8819
5cf56143
LMI
88202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8821
08549772
LMI
8822 * minibuffer.el (completion-in-region): Document PREDICATE
8823 (bug#7136).
8824
48e96771
LMI
8825 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8826 of keyword/argument pairs (bug#6904).
8827
c8af70e1
SM
8828 * replace.el (multi-occur):
8829 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8830
e17d05e2
LMI
88312011-07-02 Drew Adams <drew.adams@oracle.com>
8832
8833 * dired.el (dired-mark-if): Make the message about whether it's
8834 marking or unmarking clearer (bug#8523).
8835
063b0e45
LMI
88362011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8837
8838 * disp-table.el (display-table-print-array): New function.
8839 (describe-display-table): Use it to print the vectors more pretty
8840 (Bug#8859).
8841
28545e04
MR
88422011-07-02 Martin Rudalics <rudalics@gmx.at>
8843
8844 * window.el (window-state-get-1): Don't assign clone numbers.
8845 Add clone-of item to list of window parameters.
8846 (window-state-put-2): Don't process clone numbers.
8847 (display-buffer-alist): Fix doc-string.
8848
3349e122
SM
88492011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8850
8851 * subr.el (remq): Don't allocate if it's not needed.
8852 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8853 (keymap--merge-bindings): New functions.
8854 (keymap-canonicalize): Use them to refine the canonicalization.
8855 * minibuffer.el (minibuffer-local-completion-map)
8856 (minibuffer-local-must-match-map): Move initialization from C.
8857 (minibuffer-local-filename-completion-map): Move initialization from C;
8858 don't inherit from anything here.
8859 (minibuffer-local-filename-must-match-map): Make obsolete.
8860 (completing-read-default): Use make-composed-keymap to combine
8861 minibuffer-local-filename-completion-map with either
8862 minibuffer-local-must-match-map or
8863 minibuffer-local-filename-completion-map.
8864
d224ac83
GM
88652011-07-01 Glenn Morris <rgm@gnu.org>
8866
3de63bf8
GM
8867 * type-break.el (type-break-time-sum): Use dolist.
8868
d224ac83
GM
8869 * textmodes/flyspell.el (flyspell-word-search-backward):
8870 Replace CL function.
8871
1a1e3f32
SM
88722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8873
fe3f64d5
SM
8874 * mouse.el (mouse--strip-first-event): New function.
8875 (function-key-map): Use it to map fringe clicks to normal clicks
8876 by default.
8877
eb604e34
SM
8878 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8879 (vc-bzr-revision-completion-table): Add support for annotate and date.
8880
1a1e3f32
SM
8881 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8882 inherit from parent.
8883
5bd35902
LMI
88842011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8885
ace6c69c 8886 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8887 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8888
191e2bed
LMI
8889 * dired.el (dired-mode): Fix up the doc string as suggested by
8890 Drew Adams (bug#8817).
8891
5bd35902
LMI
8892 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8893 cookie, since the manual says that it should be possible to add
8894 this function to `find-file-hook' (bug#8709).
8895
eee8207a
TZ
88962011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8897
8898 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8899 here. Noted Ted Zlatanov as the maintainer.
8900 (cfengine-common-settings, cfengine-common-syntax): New functions
8901 to set up common things between `cfengine-mode' and
8902 `cfengine3-mode'.
8903 (cfengine3-mode): New mode.
8904 (cfengine3-defuns cfengine3-defuns-regex
8905 (cfengine3-class-selector-regex cfengine3-category-regex)
8906 (cfengine3-vartypes cfengine3-font-lock-keywords)
8907 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8908 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8909
36b148cf
MA
89102011-07-01 Michael Albinus <michael.albinus@gmx.de>
8911
8912 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8913
8914 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8915
0bf4ba9a
MR
89162011-07-01 Martin Rudalics <rudalics@gmx.at>
8917
8918 * window.el (same-window-buffer-names, same-window-regexps)
8919 (same-window-p, special-display-frame-alist)
8920 (special-display-popup-frame, special-display-function)
8921 (special-display-buffer-names, special-display-regexps)
8922 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8923 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8924 (split-window-preferred-function, split-height-threshold)
8925 (split-width-threshold, even-window-heights)
8926 (display-buffer-mark-dedicated, window-splittable-p)
8927 (split-window-sensibly, window-safely-shrinkable-p):
8928 Un-obsolete.
8929 (display-buffer): Don't spread args with function specifier
8930 because special-display-popup-frame won't like it.
8931
35837f51
PE
89322011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8933
d0672f86
PE
8934 Time-stamp simplifications and fixes.
8935 These improve accuracy slightly, and future-proof the code
8936 against some potential changes to current-time format.
8937
b9444d97
PE
8938 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8939 by using time-since and float-time.
8940
0ef923dc
PE
8941 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8942 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8943 + NNN microseconds".
8944
2f81380d
PE
8945 * type-break.el (type-break-time-sum): Rewrite using time-add.
8946
845b5c3e
PE
8947 * play/hanoi.el (hanoi-current-time-float): Remove.
8948 All uses replaced by float-time.
8949
ee6f1be0
PE
8950 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8951 This yields a more-accurate answer.
8952 (rng-time-to-float): Remove; no longer needed.
8953
fe955043
PE
8954 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8955
5777162a
PE
8956 * calendar/timeclock.el (timeclock-seconds-to-time):
8957 Defalias to seconds-to-time, since they're the same thing.
8958
3103f8b6 8959 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8960 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8961 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8962
0e61a35f
SM
89632011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * window.el (bury-buffer): Don't iconify the only frame.
8966 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8967 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8968
ddd63a1e
CY
89692011-07-01 Chong Yidong <cyd@stupidchicken.com>
8970
0e61a35f
SM
8971 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8972 Add mouse-yank-primary.
ddd63a1e 8973
055f4923
TZ
89742011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8975
8976 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8977
6a2fb145
SM
89782011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8981 (find-library-name): Use it to find relative load names when provided
8982 absolute file name (bug#8803).
8983
fd4983f2
LMI
89842011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8985
887d14ad
LMI
8986 * textmodes/flyspell.el (flyspell-word): Consider words that
8987 differ only in case as potential doublons (bug#5687).
8988
c53dc7fc
LMI
8989 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8990 Remove two rather uninteresting debugging-like messages to make
8991 debbugs.el more silent.
8992
fd4983f2
LMI
8993 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8994 a password-like phrase.
8995
7a71b18d 89962011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8997
8998 * progmodes/cc-guess.el: New file.
8999
6a2fb145 9000 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9001
9002 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9003 derived from `c-basic-common-init'.
9004
9005 * progmodes/cc-mode.el (top-level): Require cc-guess.
9006 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9007
1fa280a3
LM
90082011-06-30 Lawrence Mitchell <wence@gmx.li>
9009
9010 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9011
e6597158
AM
90122011-06-30 Alan Mackenzie <acm@muc.de>
9013
1fa280a3
LM
9014 * progmodes/cc-engine.el (c-guess-continued-construct):
9015 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9016 lock is disabled. Name this case as "CASE G".
9017
68ba37fb
KM
90182011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9019
9020 * allout.el (allout-yank-processing): Fix injection of extra space
9021 between bullet and non-whitespace character in first topic when
9022 pasting, ensuring that the actual spacing in the pasted topic
9023 following the bullet char is preserved. This extra space was
9024 causing pasted encrypted topics to get a decrypted status even
9025 when the content was actually still encrypted. Now the decryption
9026 status from before the paste is preserved.
9027
9028 (allout-flag-region): Set all allout overlays so they evaporate
9029 when reduced to zero length (evanescent), to prevent overlay
9030 leakage.
9031
887a0b34
GM
90322011-06-30 Glenn Morris <rgm@gnu.org>
9033
94b9acce
GM
9034 * w32-fns.el (w32-charset-info-alist): Declare.
9035
1d9b46d4
GM
9036 * find-dired.el (find-grep-options): Simplify.
9037
cc232200
GM
9038 * term/ns-win.el (ns-set-resource): Declare.
9039
28e77c46
GM
9040 * ses.el (row, col): Declare dynamic variables honestly.
9041
887a0b34
GM
9042 * textmodes/reftex-parse.el (index-tags): Declare.
9043
658d8eb8
CY
90442011-06-30 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * cus-edit.el (customize-push-and-save): New function.
9047
9048 * files.el (hack-local-variables-confirm): Use it.
9049
1fa280a3
LM
9050 * custom.el (load-theme): New arg NO-CONFIRM.
9051 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9052 (custom-enabled-themes): Doc fix.
9053
9054 * cus-theme.el (customize-create-theme)
9055 (custom-theme-merge-theme): Callers to load-theme changed.
9056
bb617717
LMI
90572011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9058
d61bdd5d
LMI
9059 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9060 short URLs have at least one dot in them (bug #7614).
9061
bb617717
LMI
9062 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9063 nil, because using a pty is apparently too slow (bug #895).
9064
2f31f37a
LMI
90652011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9066
9067 * mail/sendmail.el (sendmail-query-once): New function.
9068 (sendmail-query-once-function): New variable.
9069
3076b24e
GM
90702011-06-29 Glenn Morris <rgm@gnu.org>
9071
faf2a174
GM
9072 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9073
3076b24e
GM
9074 * ses.el (top-level): Require cl when compiling.
9075 (ses-set-localvars): Fix error statement.
9076 Call it at compile time to silence a storm of warnings.
9077
5386012d
MR
90782011-06-29 Martin Rudalics <rudalics@gmx.at>
9079
9080 * window.el (normalize-live-buffer): Rename to
9081 window-normalize-buffer.
9082 (normalize-live-frame): Rename to window-normalize-frame.
9083 (normalize-any-window): Rename to window-normalize-any-window.
9084 (normalize-live-window): Rename to window-normalize-live-window.
9085 (make-window-atom): Rename to window-make-atom.
9086 (window-resize-reset): Rename to window--resize-reset.
9087 (window-resize-reset-1): Rename to window--resize-reset-1.
9088 (resize-mini-window): Rename to window--resize-mini-window.
9089 (resize-subwindows-skip-p): Rename to
9090 window--resize-subwindows-skip-p.
9091 (resize-subwindows-normal): Rename to
9092 window--resize-subwindows-normal.
9093 (resize-subwindows): Rename to window--resize-subwindows.
9094 (resize-other-windows): Rename to window--resize-siblings.
9095 (resize-this-window): Rename to window--resize-this-window.
9096 (resize-root-window): Rename to window--resize-root-window.
9097 (resize-root-window-vertically): Rename to
9098 window--resize-root-window-vertically.
9099 (normalize-buffer-to-display): Rename to
9100 window-normalize-buffer-to-display.
9101 (normalize-buffer-to-switch-to): Rename to
9102 window-normalize-buffer-to-switch-to.
9103 Correspondingly update all callers of the functions listed
9104 above.
9105 (display-buffer-alist, display-buffer-normalize-arguments)
9106 (display-buffer-normalize-options, display-buffer)
9107 (display-buffer-alist-set): Use "function" instead of
9108 "fun-with-args".
9109
1176868d
CY
91102011-06-28 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9113 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9114 debbugs.gnu.org. Mention acknowledgment email.
9115
20a7a65f
LMI
91162011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9117
9118 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9119 buffer multibyteness, since it shouldn't matter.
9120
5f45cca5
MR
91212011-06-28 Martin Rudalics <rudalics@gmx.at>
9122
9123 * window.el (display-buffer-in-side-window): Handle dedicated
9124 windows as in display-buffer-reuse-window.
9125 (display-buffer-normalize-alist): Use value of override
9126 specifier.
9127 (display-buffer-normalize-specifiers): Use value of
9128 other-window-means-other-frame specifier.
9129 (display-buffer-alist): Rewrite some texts in widgets.
9130 (display-buffer): Spread arguments when calling function
9131 specified by fun-with-args.
9132
ad85fe1f
DD
91332011-06-28 Deniz Dogan <deniz@dogan.se>
9134
1fa280a3
LM
9135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9136 Unnest `let'.
da68c4c8 9137
ad85fe1f
DD
9138 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9139 selectors (Bug#5732).
ec49bd31 9140 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9141
a08cc025
JA
91422011-06-27 Jari Aalto <jari.aalto@cante.net>
9143
9144 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9145 (eshell-ls-date-format): New defcustom.
9146 (eshell-ls-file): Use it.
9147
e2b551c5
SM
91482011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9151
8982b231
KY
91522011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9155 (ange-ftp-make-tmp-name): New arg.
9156 (ange-ftp-file-local-copy): Use it.
9157
36c9fa27
J
91582011-06-27 Jambunathan K <kjambunathan@gmail.com>
9159
9160 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9161 no-conversion (Bug#8870).
9162
d68443dc
MR
91632011-06-27 Martin Rudalics <rudalics@gmx.at>
9164
9165 * window.el (window-right, window-left, window-child)
9166 (window-child-count, window-last-child)
9167 (window-iso-combination-p, walk-window-tree-1)
9168 (window-atom-check-1, window-tree-1, delete-window)
9169 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9170 new naming conventions - window-vchild, window-hchild,
9171 window-next and window-prev are now called window-top-child,
9172 window-left-child, window-next-sibling and window-prev-sibling
9173 respectively.
d615d6d2
MR
9174 (resize-window-reset): Rename to window-resize-reset.
9175 (resize-window-reset-1): Rename to window-resize-reset-1.
9176 (resize-window): Rename to window-resize.
9177 (window-min-height, window-min-width)
9178 (resize-mini-window, resize-this-window, resize-root-window)
9179 (resize-root-window-vertically, adjust-window-trailing-edge)
9180 (enlarge-window, shrink-window, maximize-window)
9181 (minimize-window, delete-window, quit-restore-window)
9182 (split-window, balance-windows, balance-windows-area-adjust)
9183 (balance-windows-area, window-state-put-2)
9184 (display-buffer-even-window-sizes, display-buffer-set-height)
9185 (display-buffer-set-width, set-window-text-height)
9186 (fit-window-to-buffer): Rename all "resize-window" prefixed
9187 calls to use the "window-resize" prefix convention.
9188 (display-buffer-alist): Fix symbol for label specifier.
9189 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9190 corresponding specifier.
9191 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9192
b6458526
VB
91932011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9194
9195 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9196 convention.
9197 (ses-call-printer): Does not pass an empty string to formatter when the
9198 cell is empty to keep from barking printer Calc math-format-value.
9199
d31fd9ac
RS
92002011-06-27 Richard Stallman <rms@gnu.org>
9201
43d5bf84
RS
9202 * battery.el (battery-mode-line-limit): New variable.
9203 (battery-update): Handle it.
9204
d31fd9ac
RS
9205 * mail/rmailmm.el (rmail-mime-process-multipart):
9206 Handle truncated messages.
9207
819a6054
GM
92082011-06-27 Glenn Morris <rgm@gnu.org>
9209
9210 * progmodes/flymake.el (flymake-err-line-patterns):
9211 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9212
cedc73f2
VB
92132011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9214
819a6054 9215 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9216 (ses--clean-!, ses--clean-_): New functions.
9217 (ses-range): Add configurability of readout order, and conversion
9218 to Calc vector.
9219
5e5d49b6
VB
9220 * ses.el (ses-repair-cell-reference-all): New function.
9221 (ses-cell-symbol): Set macro as safe, so that it can be used in
9222 formulas.
9223
56e6cc31 9224 * ses.el: Update cycle detection algorithm.
90ca8b49 9225 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9226 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9227 (ses-set-localvars): New function.
9228 (ses-make-cell): Add property-list as a cell element.
9229 (ses-cell-property-get-fun, ses-cell-property-get)
9230 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9231 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9232 New functions.
90ca8b49
VB
9233 (ses-cell-property-set, ses-cell-property-pop)
9234 (ses-cell-property-get-handle): New macro.
9235 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9236 New aliases, used for code readability.
9237 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9238 cycle detection.
9239 (ses-self-reference-early-detection): New defcustom.
fac916bf 9240 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9241 (ses-mode): Use ses-set-localvars.
9242 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9243 before lauching the update processing.
9244 (ses-initialize-Dijkstra-attempt): New function.
9245 (ses-recalculate-cell): Update for cycle detection based on
9246 Dijkstra algorithm.
9247
2bb63e81
VB
9248 * ses.el: Fix commenting and indenting convention.
9249
c9d29fb8
SM
92502011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * bs.el (bs-cycle-next): Complete last change.
9253
d8e4b68b
JB
92542011-06-27 Drew Adams <drew.adams@oracle.com>
9255
9256 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9257
40098786
LMI
92582011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9259
c9d29fb8
SM
9260 * net/network-stream.el (network-stream-open-starttls):
9261 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9262 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9263
40098786
LMI
9264 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9265 to binary to possibly avoid line encoding issues on Windows (among
9266 other things).
9267
468d09d4
LMI
92682011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9269
9270 * net/network-stream.el (open-network-stream): Return an :error
9271 saying what the problem was, if possible.
9272
9273 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9274 server.
9275
9276 * net/network-stream.el (network-stream-open-starttls): If we
9277 wanted to use STARTTLS, and the server offered it, but we weren't
9278 able to because we had no STARTTLS support, then close the connection.
9279 (open-network-stream): Return an :error element, if present.
9280
16f07dd7
CY
92812011-06-26 Chong Yidong <cyd@stupidchicken.com>
9282
88821ca0
CY
9283 * hl-line.el (hl-line-sticky-flag): Doc fix.
9284 (global-hl-line-sticky-flag): New option (Bug#8323).
9285 (global-hl-line-highlight): Obey it.
9286
16f07dd7
CY
9287 * vc/vc.el (vc-revert-show-diff): Default to t.
9288
6b5ccddf
KM
92892011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9290
c9d29fb8
SM
9291 * allout-widgets.el (allout-widgets-post-command-business):
9292 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9293 undecorated when an isearch is continued past, and isearch
9294 automatically collapses them. This leads to "widget leaks", where
9295 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9296 hidden widgets can slow down cursor travel, substantially.
9297 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9298 so we're doing without this nicety.
9299
9300 (allout-widgets-tally-string): Don't try to do a hash-table-count
9301 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9302 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9303 *Messages* when allout-widgets-maintain-tally is t.
9304
355f2e07
MR
93052011-06-26 Martin Rudalics <rudalics@gmx.at>
9306
9307 * window.el (display-buffer-normalize-argument): Rename to
9308 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9309 LABEL argument. Respect special-display-function when popping up
9310 a new frame. Fix code searching for a window showing the buffer
9311 on another frame.
c9d29fb8
SM
9312 (display-buffer-normalize-specifiers):
9313 Call display-buffer-normalize-arguments.
355f2e07
MR
9314 (display-buffer-in-window): Don't undedicate the window if its
9315 buffer remains the same.
9316 Reported by Drew Adams <drew.adams@oracle.com>.
9317 (display-buffer-alist): Add choice for same-window macro
9318 specfier.
9319 (display-buffer): Mention special meaning of LABEL argument in
9320 doc-string. Fix quoting. Don't pop up a new frame even as
9321 fallback.
9322
7ca8fc42
JB
93232011-06-26 Juanma Barranquero <lekktu@gmail.com>
9324
9325 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9326 avoid deleting the current window in some cases (bug#8911).
9327
bc312254
AS
93282011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9329
9330 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9331 (Bug#8934)
9332
2db18f3f
LMI
93332011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9334
c9d29fb8
SM
9335 * net/network-stream.el (network-stream-open-starttls):
9336 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9337 (network-stream-open-tls): Ditto.
9338
6302e0d3
LL
93392011-06-26 Leo Liu <sdl.web@gmail.com>
9340
9341 * register.el (registerv): New struct.
9342 (registerv-make): New function.
c9d29fb8
SM
9343 (jump-to-register, describe-register-1, insert-register):
9344 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9345 struct. (Bug#8415)
9346
5fdd4046
CY
93472011-06-26 Chong Yidong <cyd@stupidchicken.com>
9348
2afef60a
CY
9349 * vc/vc.el (vc-revert-show-diff): New defcustom.
9350 (vc-diff-internal): New arg specifying diff buffer.
9351 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9352 reuse an existing *vc-diff* buffer (Bug#8927).
9353
5fdd4046
CY
9354 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9355
e93db24a
GM
93562011-06-26 Glenn Morris <rgm@gnu.org>
9357
9358 * progmodes/f90.el (f90-critical-indent): New option.
9359 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9360 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9361 (f90-mode): Doc fix.
9362 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9363 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9364 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9365 (f90-match-end): Handle block, critical.
9366
eefff499
GM
93672011-06-25 Glenn Morris <rgm@gnu.org>
9368
f6ba4cc9
GM
9369 * calendar/diary-lib.el (diary-included-files): Doc fix.
9370 (diary-include-files): New function, extracted from
9371 diary-include-other-diary-files and diary-mark-included-diary-files.
9372 (diary-include-other-diary-files, diary-mark-included-diary-files):
9373 Just call diary-include-files.
9374 (diary-mark-entries): Reset diary-included-files on first call.
9375
16712304
GM
9376 * calendar/diary-lib.el (diary-mark-entries)
9377 (diary-mark-included-diary-files):
9378 Visit included diary-files in temp buffers.
9379
5d8e0d43
GM
9380 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9381 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9382 (f90-start-block-re, f90-imenu-generic-expression)
9383 (f90-looking-at-program-block-start, f90-no-block-limit):
9384 Add support for submodules.
9385
ccf7a5d5
GM
9386 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9387 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9388
11fdef7d 93892011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9390
9391 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9392 buffer-file-type before setting its value, to avoid disastrous
eefff499 9393 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9394
74f53697
JB
93952011-06-25 Juanma Barranquero <lekktu@gmail.com>
9396
9397 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9398
9399 * ses.el (ses-unload-function):
9400 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9401
9402 * proced.el (proced-unload-function):
9403 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9404
18a4ce5e
AR
94052011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9406
9407 * server.el (server-create-window-system-frame): Add parameters arg.
9408 (server-process-filter): Doc fix. Handle frame-parameters.
9409
519d22cc
JB
94102011-06-25 Juanma Barranquero <lekktu@gmail.com>
9411
9412 Fix bug#8730, bug#8781.
9413
9414 * loadhist.el (unload--set-major-mode): New function.
9415 (unload-feature): Use it.
9416
9417 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9418 (python-unload-function): New function.
9419
c206f5b0
SM
94202011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9423
f9ad64f3
GS
94242011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9425
9426 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9427 the candidates list.
9428
7d0da90e
JB
94292011-06-24 Juanma Barranquero <lekktu@gmail.com>
9430
9431 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9432
14b4e83d
RS
94332011-06-23 Richard Stallman <rms@gnu.org>
9434
9435 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9436 (rmail-variables): Set next-error-move-function.
9437 (rmail-what-message): Take argument POS.
9438 (rmail-next-error-move): New function.
9439
273d2baf
SM
94402011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9443 messages for adjacent non-terminals.
9444
56c2cc9a
RS
94452011-06-23 Richard Stallman <rms@gnu.org>
9446
9447 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9448 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9449 (rmail-start-mail): Don't specify use of rmail-mail-return;
9450 that's done by mail-bury now.
9451 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9452
d59eb518
MA
94532011-06-23 Michael Albinus <michael.albinus@gmx.de>
9454
9455 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9456 SIZE is a number.
9457
02cfc6d6
MR
94582011-06-23 Martin Rudalics <rudalics@gmx.at>
9459
9460 * window.el (get-lru-window, get-mru-window)
9461 (get-largest-window): Never return a minibuffer window.
9462 (display-buffer-pop-up-window): Fix a bug that could lead to
9463 reusing the minibuffer window.
9464 (display-buffer): Pass original specifier argument to
9465 display-buffer-function instead of the normalized one.
9466 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9467
4e323265
LL
94682011-06-22 Leo Liu <sdl.web@gmail.com>
9469
9470 * minibuffer.el (completing-read-function)
9471 (completing-read-default): Move from minibuf.c
9472
7a70468f
RS
94732011-06-22 Richard Stallman <rms@gnu.org>
9474
50718fc2
RS
9475 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9476 to Rmail even if not started by a special Rmail command.
9477
7a70468f
RS
9478 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9479 Copy the buffer currently showing just one message.
9480
297dde5a
RW
94812011-06-22 Roland Winkler <winkler@gnu.org>
9482
9483 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9484 (bibtex-clean-entry): First delete the old key so that a
9485 customized algorithm for generating the new key does not get
9486 confused by the old key.
9487 (bibtex-url): Obey regexp of first step.
9488 (bibtex-search-entries): Do not use add-to-list with local
9489 list-var.
9490
97bb1093
LMI
94912011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9492
9493 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9494 stored a user name, then query for the password first, instead of
9495 waiting for SMTP to give an error message and the trying again.
9496
1c0f1a19
JD
94972011-06-22 Lawrence Mitchell <wence@gmx.li>
9498
9499 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9500 BUFFER in call-process.
9501
396f7c9d
LMI
95022011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9503
9504 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9505 QUIT twice.
ddb7ffee
LMI
9506 (smtpmail-try-auth-methods): Require user name and password from
9507 auth-source.
396f7c9d 9508
8998d1b3
MR
95092011-06-22 Martin Rudalics <rudalics@gmx.at>
9510
9511 * window.el (display-buffer-default-specifiers)
9512 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9513 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9514 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9515
9516 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9517 (special-display-frame-alist, special-display-popup-frame):
9518 Remove duplicate declarations. These are now in window.el.
9519
4ea31e07
LMI
95202011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9521
c9d29fb8
SM
9522 * mail/smtpmail.el (smtpmail-via-smtp):
9523 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9524 server supports it. SMTP servers that support STARTTLS commonly
9525 require it.
9526
9527 * net/network-stream.el (network-stream-open-starttls): Support
9528 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9529 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9530
95f41d9a
LMI
9531 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9532 upgrades with `open-network-stream', and rely solely on
9533 auth-source for all credentials. Big changes throughout the file,
9534 but in particular:
c9d29fb8
SM
9535 (smtpmail-auth-credentials): Remove.
9536 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9537 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9538 MAIL FROM, too.
95f41d9a 9539
c9d29fb8
SM
9540 * net/network-stream.el (network-stream-open-starttls):
9541 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9542 STARTTLS.
9543 (auth-source): Require.
9544 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9545 (network-stream-certificate): Change cert-cert to cert and
9546 cert-key to key.
4ea31e07 9547
065ec2c7
MA
95482011-06-21 Michael Albinus <michael.albinus@gmx.de>
9549
9550 * net/tramp-cache.el (top): Don't load the persistency file when
9551 "emacs -Q" has been called.
9552
cd93b359
DR
95532011-06-21 Tim Harper <timcharper@gmail.com>
9554
d8e4b68b
JB
9555 * term/ns-win.el (ns-initialize-window-system):
9556 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9557 resource to NO as it is not yet supported by the NS port.
9558
ae9c0411
JB
95592011-06-21 Juanma Barranquero <lekktu@gmail.com>
9560
9561 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9562 (list-dynamic-libraries): ...not here.
9563
7f3f739f
LL
95642011-06-21 Leo Liu <sdl.web@gmail.com>
9565
9566 * subr.el (sha1): Implement sha1 using secure-hash.
9567
327c8fb1
MR
95682011-06-21 Martin Rudalics <rudalics@gmx.at>
9569
9570 * window.el (display-buffer-alist): In default value do not
9571 enforce searching a window on any but the selected frame.
9572 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9573 (display-buffer-select-window): Remove function.
9574 (display-buffer-in-window): When a window on another frame gets
9575 reused, do not select it any more but just raise its frame if
9576 necessary (Bug#8851) and (Bug#8856).
9577 (display-buffer-normalize-options): Handle pop-up-frames related
9578 options more faithfully.
9579 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9580 window if it is on another frame.
c9d29fb8
SM
9581 (display-buffer-alist, display-buffer-default-specifiers):
9582 Don't make new frame unsplittable by default.
9e9de014
MR
9583 (display-buffer-normalize-argument): Fix doc-string typo and use
9584 'same-frame-other-window instead of 'other-window when associating
9585 with display-buffer-macro-specifiers.
327c8fb1 9586
7cf3f556
VB
95872011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9588
9589 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9590 New functions.
9591 (5x5-mode-map, 5x5-mode-menu): Bind them.
9592 (5x5-draw-grid): Tweak the solver's rendering.
9593
60a406cf
SM
95942011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9597 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9598
d8e4b68b 95992011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9600
9601 * menu-bar.el: Use function variable instead of switch-to-buffer.
9602 (menu-bar-select-buffer-function): New variable.
60a406cf 9603 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9604
478d6f95
SM
96052011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9608 variable's status.
9609
ca530739
JD
96102011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9611
9612 * x-dnd.el (x-dnd-version-from-flags)
9613 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9614 and long as number (Bug#8899).
9615 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9616
bcd70d97
SM
96172011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9618
60a406cf 9619 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9620 (completion-try-completion, completion-all-completions): Compute the
9621 metadata argument if it's missing; make it optional (bug#8795).
9622
60a406cf 9623 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9624 (widget-complete): Use new :completion-function property.
9625 (widget-completions-at-point): New function.
9626 (default): Use :completion-function instead of :complete.
60a406cf
SM
9627 (widget-default-completions): Rename from widget-default-complete;
9628 Rewrite.
bcd70d97
SM
9629 (widget-string-complete, widget-file-complete, widget-color-complete):
9630 Remove functions.
9631 (file, symbol, function, variable, coding-system, color):
9632 * international/mule-cmds.el (default-input-method, charset)
9633 (language-info-custom-alist):
9634 * cus-edit.el (face): Use new property :completions.
9635
9636 * progmodes/pascal.el (pascal-completions-at-point): New function.
9637 (pascal-mode): Use it.
9638 (pascal-mode-map): Use completion-at-point.
9639 (pascal-toggle-completions): Make obsolete.
9640 (pascal-complete-word, pascal-show-completions):
9641 * progmodes/octave-mod.el (octave-complete-symbol):
9642 Redefine as obsolete alias.
9643 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9644 Signal absence of completion info for old Octave,
9645 (inferior-octave-complete): Redefine as obsolete alias.
9646 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9647 (meta-completions-at-point): Rename from meta-complete-symbol and
9648 adapt it for use on completion-at-point-functions.
9649 (meta-common-mode): Use it.
9650 (meta-looking-at-backward, meta-match-buffer): Remove.
9651 (meta-complete-symbol): Redefine as obsolete alias.
9652 (meta-common-mode-map): Use completion-at-point.
9653 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9654 (makefile-mode-map): Use completion-at-point.
9655 (makefile-completions-at-point): Rename from makefile-complete and
9656 adapt it for use on completion-at-point-functions.
9657 (makefile-mode): Use it.
9658 (makefile-complete): Redefine as obsolete alias.
9659
aebf69c8
DD
96602011-06-20 Deniz Dogan <deniz@dogan.se>
9661
9662 * net/rcirc.el: Delete trailing whitespaces once and for all.
9663
bfbbb27d
DC
96642011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9665
9666 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9667
d264a46b
CY
96682011-06-19 Chong Yidong <cyd@stupidchicken.com>
9669
4ca009e5
CY
9670 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9671
d264a46b
CY
9672 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9673
fbf5b3ce
MR
96742011-06-19 Martin Rudalics <rudalics@gmx.at>
9675
9676 * window.el (display-buffer-other-window-means-other-frame):
9677 Call display-buffer-normalize-alist.
9678 (display-buffer-normalize-specifiers-1): Rename to
9679 display-buffer-normalize-argument. New argument other-frame.
9680 Rewrite.
9681 (display-buffer-normalize-specifiers-2): Rename to
9682 display-buffer-normalize-options.
9683 (display-buffer-normalize-alist-1): New function.
9684 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9685 display-buffer-normalize-alist.
9686 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9687 (display-buffer-normalize-options-inhibit): New variable.
9688 (display-buffer-normalize-specifiers): Rewrite calling
9689 display-buffer-normalize-alist,
9690 display-buffer-normalize-argument, and
9691 display-buffer-normalize-options. Don't call the latter if
9692 display-buffer-normalize-options-inhibit is non-nil.
9693 (frame-auto-delete): New option.
9694 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9695 (window-list-no-nils, window-state-ignored-parameters)
9696 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9697 (window-state-put-1, window-state-put-2, window-state-put):
9698 New functions.
9a028c23
MR
9699 (display-buffer-normalize-options): Move special-display-p group
9700 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9701
6d10d800
CY
97022011-06-18 Chong Yidong <cyd@stupidchicken.com>
9703
6420d28b
CY
9704 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9705 groups (Bug#8776).
9706 (rx-submatch-n): New function.
9707 (rx): Document it.
9708
ddb8b596
CY
9709 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9710 (Bug#8768).
9711
9712 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9713
77080289
CY
9714 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9715
61dfb316
CY
9716 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9717 anytime existing face settings are present (Bug#8889).
9718
6d10d800
CY
9719 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9720 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9721 Remove unused argument.
9722
be3fb2b8
MR
97232011-06-18 Martin Rudalics <rudalics@gmx.at>
9724
bcd70d97
SM
9725 * window.el (display-buffer-default-specifiers):
9726 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9727 pop-up-window-min-width, and another reuse-window specifier
9728 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9729 (display-buffer-normalize-specifiers-2):
9730 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9731 pop-up-windows is unset. Add a reuse-window specifier for the
9732 case popping up a new window fails.
9733 (special-display-popup-frame): Remove double quoting.
28dec25a 9734 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9735
1c6d8c76
SM
97362011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9739 according to comint-completion-addsuffix.
9740
9741 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9742 (pcomplete-suffix-list): Mark as obsolete.
9743 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9744 pcomplete-seen in the closure.
9745 (pcomplete-comint-setup): Setup completion-at-point as well.
9746 (pcomplete--entries): New function.
9747 (pcomplete--env-regexp): New var.
9748 (pcomplete-entries): Rewrite to work with partial-completion and
9749 without relying on pcomplete-suffix-list.
9750 (pcomplete-pare-list): Remove, unused.
9751
25aef8b8
MR
97522011-06-17 Martin Rudalics <rudalics@gmx.at>
9753
9754 * window.el (display-buffer-alist): Set pop-up-window-min-height
9755 and pop-up-window-min-width in default value. Reported by
9756 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9757 other-window-means-other-frame.
9758 (display-buffer-macro-specifiers): Comment out entry for
9759 other-window specifier.
9760 (display-buffer-other-window-means-other-frame): New function.
9761 (display-buffer-normalize-specifiers-1): New arguments
9762 buffer-name and label. Treat other-window case specially.
9763 (display-buffer-normalize-specifiers-2): Treat other-window case
9764 specially.
9765 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9766 (display-buffer-normalize-specifiers):
9767 Call display-buffer-normalize-specifiers-3.
25aef8b8 9768
dbad4f69
MR
97692011-06-17 Martin Rudalics <rudalics@gmx.at>
9770
9771 * window.el (same-window-p): Fix two typos introduced when
9772 adding with-no-warnings.
d1067961
MR
9773 (display-buffer-normalize-specifiers-1): Don't check
9774 pop-up-frames for 'unset initialization.
9775 (display-buffer-normalize-specifiers-2): Major rewrite using
9776 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9777 (pop-up-frames, display-buffer-reuse-frames)
9778 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9779 Suggested by David Engster <deng@randomsample.de>.
9780 (even-window-heights): Initialize to 'unset.
9781 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9782 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9783 other window case.
dbad4f69 9784
9b9c9e3a
MR
97852011-06-16 Martin Rudalics <rudalics@gmx.at>
9786
bcd70d97
SM
9787 * window.el (display-buffer-normalize-specifiers-1):
9788 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9789 second argument of display-buffer (Bug#8865).
981d5c09
MR
9790 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9791 (switch-to-buffer-other-window-same-frame)
9792 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9793 Adams (Bug#8875).
9c2755e9
MR
9794 (display-buffer): Don't check noninteractive when calling
9795 display-buffer-pop-up-frame.
9796 (display-buffer-pop-up-frame): Never pop up a frame in
9797 noninteractive mode (Bug#8857).
67222e1d
MR
9798 (enlarge-window, shrink-window): Don't report an error when the
9799 window can't be resized as requested (Bug#8862).
9b9c9e3a 9800
2b75be67
SM
98012011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9ffdd3ba
SM
9803 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9804
cb581a67
SM
9805 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9806
2b75be67
SM
9807 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9808
8c0e3589
AM
98092011-06-15 Alan Mackenzie <acm@muc.de>
9810
cb581a67
SM
9811 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9812 for declarators, disable knr checking to speed up for normal files.
9813 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9814
b96e6cde
LMI
98152011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9816
4bba86e6
LMI
9817 * net/network-stream.el (open-network-stream): Add the keyword
9818 :always-query-capabilities for the case where you want to force a
9819 `plain' network connection, but the protocol still requires the
9820 capabilitiy command (i.e., SMTP and EHLO).
9821
2b75be67 9822 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9823 consistency with other `-live-p' functions.
9824
efdcdbf8
SM
98252011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9826
9827 * window.el (same-window-buffer-names, same-window-regexps)
9828 (special-display-frame-alist, special-display-popup-frame)
9829 (special-display-function, special-display-buffer-names)
9830 (special-display-regexps, pop-up-frame-alist)
9831 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9832 (pop-up-windows, split-window-preferred-function)
9833 (split-height-threshold, split-width-threshold, even-window-heights)
9834 (display-buffer-mark-dedicated): Don't encourage the use of
9835 display-buffer-alist from Elisp code.
9836
c5cde042
DN
98372011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9838
9839 * progmodes/python.el (python-mode): Derive from prog-mode.
9840 * progmodes/ps-mode.el (ps-mode):
9841 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9842 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9843 * progmodes/ld-script.el (ld-script-mode): Likewise.
9844
baa1c9ab
MR
98452011-06-15 Martin Rudalics <rudalics@gmx.at>
9846
9847 * window.el (display-buffer-alist): Trim default value to avoid
9848 popping up a new frame (Bug#8857) or reusing an arbitrary window
9849 on another frame.
9850 (display-buffer): Do not fall back on popping up a new frame in
9851 batch mode (Bug#8857).
9852
c5dd5a51
CY
98532011-06-14 Chong Yidong <cyd@stupidchicken.com>
9854
9855 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9856 (custom-theme-summary): New function.
9857 (customize-themes): Use it.
9858
d647b7c4
GM
98592011-06-13 Glenn Morris <rgm@gnu.org>
9860
9861 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9862
9481c002
MR
98632011-06-13 Martin Rudalics <rudalics@gmx.at>
9864
357f93d2
MR
9865 * help.el (help-window): Remove variable.
9866 (help-window-point-marker, temp-buffer-max-height)
9867 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9868 (help-print-return-message): Don't set help-window.
9869 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9870 (help-window-setup-finish): Remove.
9871 (help-window-display-message, help-window-setup)
9872 (with-help-window): Major rewrite based on new
9873 display-buffer-window variable.
9874
9875 * help-mode.el (help-mode-finish): Remove help-window related
9876 code.
9877
9878 * view.el (view-exits-all-viewing-windows): Remove reference to
9879 view-return-to-alist in doc-string.
9880 (view-return-to-alist): Make obsolete.
9881 (view-buffer): Call pop-to-buffer-same-window and remove
9882 undo-window code.
9883 (view-buffer-other-window): Call pop-to-buffer-other-window and
9884 simplify code. Ignore second argument.
9885 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9886 simplify code. Ignore second argument.
9887 (view-return-to-alist-update): Make obsolete.
9888 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9889 Rewrite using quit-restore window parameters.
2b75be67
SM
9890 (view-mode-exit): Rename second argument to EXIT-ONLY.
9891 Rewrite using quit-restore-window.
357f93d2
MR
9892 (View-exit, View-exit-and-edit, View-leave, View-quit)
9893 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9894 appropriate arguments.
9895 (view-end-message): Use quit-restore window parameter.
9896
9481c002
MR
9897 * window.el (display-buffer-function): Rewrite doc-string.
9898 (display-buffer-window, display-buffer-alist): New variables.
9899 (display-buffer-split-specifiers)
9900 (display-buffer-side-specifiers)
9901 (display-buffer-macro-specifiers): New constants.
9902 (display-buffer-even-window-sizes, display-buffer-set-height)
9903 (display-buffer-set-width, display-buffer-select-window)
9904 (display-buffer-in-window, display-buffer-reuse-window)
9905 (display-buffer-split-window-1, display-buffer-split-window)
9906 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9907 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9908 (display-buffer-in-side-window, normalize-buffer-to-display)
9909 (display-buffer-normalize-specifiers-1)
9910 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9911 (display-buffer-normalize-specifiers, display-buffer-frame):
9912 New functions.
9481c002
MR
9913 (display-buffer): Major rewrite.
9914 (display-buffer-other-window, display-buffer-other-frame)
9915 (pop-to-buffer, switch-to-buffer-other-window)
9916 (switch-to-buffer-other-frame): Rewrite.
9917 (display-buffer-same-window, display-buffer-same-frame)
9918 (display-buffer-same-frame-other-window)
9919 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9920 (pop-to-buffer-other-window)
9921 (pop-to-buffer-same-frame-other-window)
9922 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9923 (switch-to-buffer-other-window-same-frame): New functions.
9924 (same-window-p, special-display-p): Rewrite disabling warnings.
9925 Make obsolete.
9926 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9927 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9928 Make obsolete
9929 (same-window-buffer-names, same-window-regexps)
9930 (special-display-frame-alist, special-display-popup-frame)
9931 (special-display-function, special-display-buffer-names)
9932 (special-display-regexps, pop-up-frame-alist)
9933 (pop-up-frame-function, split-window-preferred-function)
9934 (split-height-threshold, split-width-threshold)
9935 (even-window-heights): Make obsolete.
9936
9db51aca
GM
99372011-06-12 Glenn Morris <rgm@gnu.org>
9938
9939 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9940 Misc simplifications.
9db51aca 9941
39cffb44
MR
99422011-06-12 Martin Rudalics <rudalics@gmx.at>
9943
9944 * window.el (window-safely-shrinkable-p): Restore function which
9945 was inadvertently removed in change from 2011-06-11. Declare as
9946 obsolete.
9947
2b75be67
SM
9948 * calendar/calendar.el (calendar-generate-window):
9949 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9950 window-safely-shrinkable-p.
9951
a8955be7
GM
99522011-06-12 Glenn Morris <rgm@gnu.org>
9953
9954 * progmodes/fortran.el (fortran-mode-syntax-table):
9955 * progmodes/f90.el (f90-mode-syntax-table):
9956 Set % to punctuation. (Bug#8820)
9957 (f90-find-tag-default): Remove, no longer needed.
9958
f0d4059d
DC
99592011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9960
9961 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9962
1100a63c
CY
99632011-06-11 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * image.el (image-animated-p): Return animation delay in seconds.
9966 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9967 (image-animate-timeout): Remove DELAY argument. Don't assume
9968 every subimage has the same delay; get it from image-animated-p.
9969 (image-animate): Caller changed.
9970
def722bf
MA
99712011-06-11 Michael Albinus <michael.albinus@gmx.de>
9972
9973 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9974 to ignored backtrace functions.
9975
0a2bb1a9
GM
99762011-06-11 Glenn Morris <rgm@gnu.org>
9977
9978 * calendar/appt.el (appt-disp-window-function): Doc fix.
9979 (appt-check): Handle overlapping appointments. (Bug#8337)
9980
6198ccd0
MR
99812011-06-11 Martin Rudalics <rudalics@gmx.at>
9982
9983 * window.el (window-tree-1, window-tree): New functions, moving
9984 the latter to window.el.
9985 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9986 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9987 (bw-refresh-edges): Remove.
9988 (balance-windows-1, balance-windows-2): New functions.
9989 (balance-windows): Rewrite in terms of window tree functions,
9990 balance-windows-1 and balance-windows-2.
9991 (bw-adjust-window): Remove.
9992 (balance-windows-area-adjust): New function with functionality of
9993 bw-adjust-window but using resize-window.
2b75be67
SM
9994 (set-window-text-height): Rewrite doc-string.
9995 Use normalize-live-window and resize-window.
9996 (enlarge-window-horizontally, shrink-window-horizontally):
9997 Rename argument to DELTA.
6198ccd0
MR
9998 (window-buffer-height): New function.
9999 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10000 Rewrite using new window resize routines.
2b75be67
SM
10001 (kill-buffer-and-window, mouse-autoselect-window-select):
10002 Use ignore-errors instead of condition-case.
6198ccd0
MR
10003 (quit-window): Call delete-frame instead of delete-windows-on
10004 for the only buffer on frame.
10005
9397e56f
MR
100062011-06-10 Martin Rudalics <rudalics@gmx.at>
10007
10008 * loadup.el (top-level): Load window before files for the sake
10009 of replace-buffer-in-windows.
10010
10011 * files.el (read-buffer-to-switch)
10012 (switch-to-buffer-other-window)
2b75be67
SM
10013 (switch-to-buffer-other-frame, display-buffer-other-frame):
10014 Move to window.el.
9397e56f
MR
10015
10016 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10017 (previous-buffer): Move to window.el.
10018
10019 * bindings.el (unbury-buffer): Move to window.el.
10020
10021 * window.el (delete-other-windows-vertically): Move after
10022 definition of delete-other-windows.
10023 (other-window, delete-windows-on, replace-buffer-in-windows):
10024 Move here from window.c.
10025 (record-window-buffer, unrecord-window-buffer)
10026 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10027 (switch-to-next-buffer): New functions.
10028 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10029 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10030 (previous-buffer): Move here from simple.el.
10031 Call switch-to-prev-buffer.
9397e56f
MR
10032 (bury-buffer): Move here from buffer.c. Switch to previous
10033 buffer when window cannot be deleted.
10034 (unbury-buffer): Move here from bindings.el.
10035 (ctl-x-map): Move binding for other-window from window.c to
10036 here.
10037 (read-buffer-to-switch, switch-to-buffer-other-window)
10038 (switch-to-buffer-other-frame): Move here from files.el.
10039 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10040 (switch-to-buffer): Move here from buffer.c.
10041 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10042
562dd5e9
MR
100432011-06-10 Martin Rudalics <rudalics@gmx.at>
10044
10045 * window.el (window-min-height, window-min-width): Move here
10046 from window.c. Add defcustoms and rewrite doc-strings.
10047 (resize-mini-window, resize-window): New functions.
10048 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10049 Move here from window.c.
10050 (maximize-window, minimize-window): New functions.
10051 (delete-window, delete-other-windows, split-window): Move here
10052 from window.c.
10053 (window-split-min-size): New function.
10054 (split-window-keep-point): Mention split-window-above-each-other
10055 instead of split-window-vertically.
2b75be67 10056 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10057 Rename split-window-vertically to split-window-above-each-other
10058 and provide defalias for old definition.
10059 (split-window-side-by-side, split-window-horizontally):
10060 Rename split-window-horizontally to split-window-side-by-side
10061 and provide defalias for the old definition.
562dd5e9
MR
10062 (ctl-x-map): Move bindings for delete-window,
10063 delete-other-windows and enlarge-window here from window.c.
10064 Replace bindings for split-window-vertically and
10065 split-window-horizontally by bindings for
10066 split-window-above-each-other and split-window-side-by-side.
10067
10068 * cus-start.el (all): Remove entries for window-min-height and
10069 window-min-width. Add entries for window-splits and
10070 window-nest.
10071
f0da764a
GM
100722011-06-09 Glenn Morris <rgm@gnu.org>
10073
80675c21
GM
10074 * calendar/appt.el (appt-mode-line): New function.
10075 (appt-check, appt-disp-window): Use it.
10076
f0da764a
GM
10077 * files.el (hack-one-local-variable-eval-safep):
10078 Allow minor-modes with explicit +/-1 arguments.
10079
59f623b7
TZ
100802011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10081
10082 * term/xterm.el (xterm): Add defgroup.
10083 (xterm-extra-capabilities): Add defcustom to supply known xterm
10084 capabilities, skip querying them, or query them (default).
10085 (terminal-init-xterm): Use it.
10086 (terminal-init-xterm-modify-other-keys): New function to set up
10087 modifyOtherKeys support to simplify `terminal-init-xterm'.
10088
9aab8e0d
MR
100892011-06-09 Martin Rudalics <rudalics@gmx.at>
10090
10091 * window.el (resize-window-reset, resize-window-reset-1)
10092 (resize-subwindows-skip-p, resize-subwindows-normal)
10093 (resize-subwindows, resize-other-windows, resize-this-window)
10094 (resize-root-window, resize-root-window-vertically)
10095 (window-deletable-p, window-or-subwindow-p)
10096 (frame-root-window-p): New functions.
10097
e8b08aee
GM
100982011-06-09 Glenn Morris <rgm@gnu.org>
10099
10100 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10101 (ange-ftp-get-files): Use it.
10102
254c37a5
AK
101032011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10104
10105 * mail/sendmail.el (mail-recover-1, mail-recover):
10106 * files.el (recover-file, recover-session):
10107 Handle dired-listing-switches not being just a single short option.
10108
35d7dbd3
GM
101092011-06-09 Glenn Morris <rgm@gnu.org>
10110
10111 * calendar/appt.el (appt-display-message, appt-disp-window):
10112 Handle lists of appointments.
10113
387522b2
MR
101142011-06-08 Martin Rudalics <rudalics@gmx.at>
10115
2b75be67
SM
10116 * window.el (one-window-p): Move down in code.
10117 Rewrite doc-string.
10118 (window-current-scroll-bars): Rewrite doc-string.
10119 Normalize live window argument.
387522b2
MR
10120 (walk-windows, get-window-with-predicate, count-windows):
10121 Rewrite doc-string. Use window-list-1.
10122 (window-in-direction-2, window-in-direction, get-mru-window):
10123 New functions.
10124
d8e4b68b 101252011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10126
10127 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10128 Doc fix (Bug#8713).
10129
101302011-06-08 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10133
101342011-06-08 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * loadhist.el (unload-feature-special-hooks):
10137 Add `comint-output-filter-functions'.
10138
0de12c52
IK
101392011-06-08 Ivan Kanis <gnu@kanis.fr>
10140
10141 * calendar/appt.el (appt-check): Move some initializations into the let.
10142
f3d1777e
MR
101432011-06-08 Martin Rudalics <rudalics@gmx.at>
10144
10145 * window.el (window-height): Defalias to window-total-height.
10146 (window-width): Defalias to window-body-width.
10147
18af70d0
CY
101482011-06-07 Chong Yidong <cyd@stupidchicken.com>
10149
10150 * image-mode.el (image-toggle-animation): New command.
10151 (image-mode-map): Bind it to RET.
10152 (image-mode): Update message.
10153 (image-toggle-display-image): Avoid a spurious cache flush.
10154 (image-transform-rotation): Doc fix.
10155 (image-transform-properties): Return quickly in the normal case.
10156 (image-animate-loop): Rename from image-animate-max-time.
10157
2b75be67 10158 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10159 (create-animated-image): Remove unnecessary function.
10160 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10161 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10162 (image-animate-timer): Use car-safe.
10163 (image-animate-timeout): Rename argument.
10164
190b47e6
MR
101652011-06-07 Martin Rudalics <rudalics@gmx.at>
10166
10167 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10168 window.c. Rename first argument to ALL-FRAMES.
10169 Rephrase doc-strings.
10170 (get-buffer-window-list): Rewrite using window-list-1.
10171 Rephrase doc-string.
a1511caf
MR
10172 (window-safe-min-height, window-safe-min-width): New constants.
10173 (window-size-ignore, window-min-size, window-min-size-1)
10174 (window-sizable, window-sizable-p, window-size-fixed-1)
10175 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10176 (window-max-delta-1, window-max-delta, window-resizable)
10177 (window-resizable-p, window-total-height, window-total-width)
10178 (window-body-width): New functions.
10179 (window-full-height-p, window-full-width-p): Rewrite using
10180 window-total-size.
10181 (window-body-height): Rewrite using window-body-size.
190b47e6 10182
85cc1f11
MR
101832011-06-06 Martin Rudalics <rudalics@gmx.at>
10184
10185 * window.el (window-right, window-left, window-child)
10186 (window-child-count, window-last-child, window-any-p)
10187 (normalize-live-buffer, normalize-live-frame)
10188 (normalize-any-window, normalize-live-window)
10189 (window-iso-combination-p, window-iso-combined-p)
10190 (window-iso-combinations)
10191 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10192 (windows-with-parameter, window-with-parameter)
10193 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10194 (window-atom-check, window-side-check, window-check):
10195 New functions.
85cc1f11
MR
10196 (ignore-window-parameters, window-sides, window-sides-vertical)
10197 (window-sides-slots): New variables.
10198 (window-size-fixed): Move down in code. Minor doc-string fix.
10199
e7156492
AS
102002011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10201
10202 * comint.el (comint-dynamic-complete-as-filename)
10203 (comint-dynamic-complete-filename): Correctly call
10204 completion-in-region.
10205
7e821d0d
DD
102062011-06-05 Deniz Dogan <deniz@dogan.se>
10207
10208 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10209 in last change.
10210
ac09b8a1
DD
102112011-06-05 Deniz Dogan <deniz@dogan.se>
10212
10213 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10214 (rcirc): Use it to prompt for encryption.
10215
34699b85
RW
102162011-06-05 Roland Winkler <winkler@gnu.org>
10217
10218 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10219 (bibtex-search-entries): New command bound to C-c C-a.
10220 (bibtex-display-entries): New function.
10221
004dedd3
RW
102222011-06-05 Roland Winkler <winkler@gnu.org>
10223
10224 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10225 (bibtex-insert-kill): After yanking insert newline if necessary.
10226 (bibtex-initialize): Call bibtex-string-files-init only once.
10227 (bibtex-mode): Do not call easy-menu-add.
10228 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10229 (bibtex-yank): Set arg properly if nil.
10230
022fe7ce
RW
102312011-06-05 Roland Winkler <winkler@gnu.org>
10232
2b75be67
SM
10233 * textmodes/bibtex.el (bibtex-search-entry-globally):
10234 New variable.
022fe7ce
RW
10235 (bibtex-search-entry): Use it.
10236
b7c3692a
RW
102372011-06-05 Roland Winkler <winkler@gnu.org>
10238
10239 * textmodes/bibtex.el (bibtex-entry-format): New option
10240 sort-fields.
10241 (bibtex-format-entry, bibtex-reformat): Honor this option.
10242 (bibtex-parse-entry): Return fields in proper order.
10243
8eda563d
JB
102442011-06-05 Juanma Barranquero <lekktu@gmail.com>
10245
10246 * doc-view.el (doc-view-remove-if): Move computation of result out
10247 of `dolist' to silence misleading lexical-binding warning.
10248
7dbe3dbc
CY
102492011-06-04 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10252 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10253
0c33dd17
MA
102542011-06-04 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10257 "SunOS 5.10".
10258
f8f91c2b
MA
102592011-06-04 Michael Albinus <michael.albinus@gmx.de>
10260
10261 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10262 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10263 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10264 (tramp-parse-putty):
10265 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10266 (tramp-completion-function-alist-ssh)
10267 (tramp-completion-function-alist-telnet)
10268 (tramp-completion-function-alist-su)
10269 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10270 cookie.
10271
10272 * net/tramp-ftp.el:
10273 * net/tramp-sh.el:
10274 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10275 load "tramp.el" `tramp-set-completion-function'.
10276
e17d9003
SM
102772011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * shell.el: Require and use pcomplete.
10280 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10281 (shell-completion-vars): Set pcomplete-default-completion-function.
10282
6c4cab03
DD
102832011-06-04 Deniz Dogan <deniz@dogan.se>
10284
10285 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10286 `memq' (Bug#8799).
10287
ea9fafe0
SM
102882011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10291
b3e945d3
JB
102922011-06-02 Juanma Barranquero <lekktu@gmail.com>
10293
10294 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10295 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10296 * vc/log-view.el (log-view-beginning-of-defun):
10297 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10298 (smerge-refine-forward, smerge-refine-chopup-region):
10299 Silence warning for unused `dotimes' counter variables.
10300
7d520089
SM
103012011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * net/tramp.el (tramp-with-progress-reporter): Rename from
10304 with-progress-reporter. Use `declare'.
10305 * net/tramp-smb.el:
10306 * net/tramp-sh.el:
10307 * net/tramp-gvfs.el: Update all uses.
10308
a1c2400f
JB
103092011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10310
10311 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10312 buffer isn't killed before making it current.
10313
2403c841
SM
103142011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 Silence various byte-compiler warnings.
10317 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10318 `access-type' and new obsolescence format.
10319 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10320 new format.
10321 (byte-compile-check-variable): New `access-type' argument.
10322 Only warn if the access-type is obsolete.
10323 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10324 (byte-compile-variable-set): Adjust callers.
10325 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10326 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10327 setting it as obsolete.
10328 * simple.el (minibuffer-completing-symbol):
10329 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10330 access as obsolete.
10331 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10332 obsolete yet.
10333 * international/quail.el (quail-mouse-choose-completion): Remove unused
10334 code referring to obsolete var.
10335 (quail-choose-completion-string): Remove.
10336 * server.el (server-clients-with, server-kill-buffer-query-function)
10337 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10338 * proced.el (proced-send-signal):
10339 * emacs-lisp/lisp.el (lisp-complete-symbol):
10340 Replace completion-annotate-function with completion-extra-properties.
10341
2462470b
SM
103422011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10343
fb5b2591
SM
10344 * simple.el (goto-line): Use read-number.
10345 (overriding-map-is-bound): Remove.
10346 (saved-overriding-map): Change default.
10347 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10348 Take the map as argument.
10349 (universal-argument, negative-argument, digit-argument): Use it.
10350 (restore-overriding-map): Adjust.
10351 (do-auto-fill): Use fill-forward-paragraph.
10352 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10353
fd6fa53f
SM
10354 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10355 (minibuffer-inactive-mode): New major mode.
10356 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10357 the *Messages* buffer" hack.
10358 (mouse-popup-menubar): Don't burp if the event is a normal key.
10359
2462470b
SM
10360 Miscellaneous tweaks.
10361 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10362 lexical scoping as in subr.el's dolist and dotimes.
10363 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10364 Silence compiler warning.
10365 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10366 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10367 * international/ccl.el (ccl-compile): Trivial simplification.
10368 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10369 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10370 `printflag' argument.
10371 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10372 Purecopy the whole obsolescence data.
10373
108bf785
LL
103742011-06-01 Leo Liu <sdl.web@gmail.com>
10375
10376 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10377 improve doc-string as suggested by Marco Pessotto
10378 <melmothx@gmail.com>.
10379 (rcirc-print): Fix last change.
10380
30a23501
SM
103812011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10382
10383 * minibuffer.el (complete-with-action): Return nil for the metadata and
10384 boundaries of non-functional tables.
10385 (completion-table-dynamic): Return nil for the metadata.
10386 (completion-table-with-terminator): Add default case, using
10387 complete-with-action.
10388 (completion--metadata): New function.
10389 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10390 to try and avoid pathological performance problems.
10391 (completion--embedded-envvar-table): Return `category' metadata.
10392
bcd54f83
LMI
103932011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10394
10395 * subr.el (process-alive-p): New tiny convenience function.
10396
e227544d
SM
103972011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10400 content but also its previous major mode.
10401
e8296fdc
HE
104022011-05-31 Helmut Eller <eller.helmut@gmail.com>
10403
4d61f28d 10404 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10405 *Backtrace* buffer when we exit with C-M-c.
10406
620c53a6
SM
104072011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * minibuffer.el: Add metadata method to completion tables.
10410 (completion-category-overrides): New defcustom.
10411 (completion-metadata, completion--field-metadata)
10412 (completion-metadata-get, completion--styles)
10413 (completion--cycle-threshold): New functions.
10414 (completion-try-completion, completion-all-completions):
10415 Add `metadata' argument to choose completion-styles.
10416 (completion--do-completion): Use metadata to choose cycling.
10417 (completion-all-sorted-completions): Use metadata for sorting.
10418 Remove :completion-cycle-penalty which is not needed any more.
10419 (completion--try-word-completion): Add `metadata' argument.
10420 (minibuffer-completion-help): Check metadata for annotation function
10421 and sorting.
10422 (completion-file-name-table): Return `category' metadata.
10423 (minibuffer-completing-file-name): Make obsolete.
10424 * simple.el (minibuffer-completing-symbol): Make obsolete.
10425 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10426 completion-try-completion.
10427
1257e755
SM
104282011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10431
3767e706
LL
104322011-05-30 Leo Liu <sdl.web@gmail.com>
10433
10434 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10435 (rcirc-print): Decode all incoming messages (bug#8744).
10436 (rcirc-decode-coding-system): Allow value nil for automatic coding
10437 system detection.
3767e706 10438
d1a5d56a
GM
104392011-06-01 Glenn Morris <rgm@gnu.org>
10440
10441 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10442
e8cbec34
CY
104432011-05-29 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * image.el (image-animate-max-time): Allow nil and t values.
10446 Default to nil.
10447 (create-animated-image): Doc fix.
10448 (image-animate-start): Remove second arg; just use
10449 image-animate-max-time.
10450 (image-animate-timeout): Doc fix. Args changed.
10451
10452 * image-mode.el (image-toggle-display-image): Ensure that the
10453 image spec passed to the animate timer is the same object as in
58179cce 10454 the buffer's display property (Bug#6981).
e8cbec34
CY
10455 (image-transform-properties): Doc fix.
10456
10457 * image.el (image-animate-max-time): Default to nil.
10458
159daf87
MR
104592011-05-29 Martin Rudalics <rudalics@gmx.at>
10460
10461 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10462 entire buffer list (Bug#8184).
10463
d66c4c7c
CY
104642011-05-29 Chong Yidong <cyd@stupidchicken.com>
10465
10466 * image.el (imagemagick-types-inhibit)
10467 (imagemagick-register-types): Doc fix.
10468
80aec780
DD
104692011-05-29 Deniz Dogan <deniz@dogan.se>
10470
10471 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10472 default.
10473
1dd3c2d9
CY
104742011-05-29 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * select.el: Don't perform clipboard-manager saving in hooks;
10477 leave the hooks empty.
10478
60e56523
LL
104792011-05-28 Leo Liu <sdl.web@gmail.com>
10480
10481 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10482 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10483 (occur-edit-mode): New major mode (Bug#8463).
10484 (occur-after-change-function): New function.
10485 (occur-engine): Give Occur tags a read-only property.
10486
2b1e1a22
KR
104872011-05-28 Kevin Ryde <user42@zip.com.au>
10488
10489 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10490
5d344e88
CY
104912011-05-28 Chong Yidong <cyd@stupidchicken.com>
10492
8e6ca83d
CY
10493 * bindings.el (help-echo): Make the initial non-indicator dash
10494 empty on graphical terminals (Bug#7295).
10495
5d344e88
CY
10496 * files.el (auto-mode-alist): Move config rule after the
10497 in-stripping one (Bug#8547).
10498
bfbbace7
CY
10499 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10500
fbeba6e2
CY
10501 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10502 setting (Bug#8740).
10503
60ed8c72
AA
105042011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10505
4ac619f0
AA
10506 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10507 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10508 (Bug#8539).
60ed8c72 10509
23db196e
CY
105102011-05-28 Chong Yidong <cyd@stupidchicken.com>
10511
10512 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10513
5012f24c
DK
105142011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10515
10516 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10517 (hs-hide-block-at-point, hs-find-block-beginning)
10518 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10519 (Bug#8279).
10520
6a639b16
GM
105212011-05-28 Glenn Morris <rgm@gnu.org>
10522
10523 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10524
d43eaf2c
CY
105252011-05-28 Chong Yidong <cyd@stupidchicken.com>
10526
5199bde1
CY
10527 * help-fns.el (describe-function-1): If the function is a derived
10528 major mode, print the parent mode.
10529
d43eaf2c
CY
10530 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10531 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10532
423428a8
SM
105332011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10534
0ff8e1ba 10535 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10536 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10537 * progmodes/etags.el (tags-completion-at-point-function):
10538 * info-look.el (info-lookup-completions-at-point): Mark as
10539 non-exclusive.
10540 (info-complete): Adjust accordingly.
10541
423428a8
SM
10542 * info-look.el: Convert to lexical-binding and completion-at-point.
10543 (info-lookup-completions-at-point): New function.
10544 (info-complete): Use it and completion-in-region.
10545
b74aa22b
DA
105462011-05-28 Drew Adams <drew.adams@oracle.com>
10547
10548 * isearch.el: Let M-e start with point at the first mismatched char.
10549 (isearch-fail-pos): New function.
10550 (isearch-edit-string): Use it.
10551
66e2e71d
DK
105522011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10553
10554 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10555
b1890b0f 105562011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10557
10558 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10559 traversal functions for avl-trees.
10560 (avl-tree--stack): New struct.
10561 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10562 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10563 (avl-tree--do-enter): Add optional `updatefun' arg.
10564 Change return value.
eb95d01d 10565 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10566 (avl-tree--do-delete): Add `test' and `nilflag' args.
10567 Change return value.
eb95d01d
TC
10568 (avl-tree-member): Add optional `nilflag'
10569 (avl-tree-member-p): New function.
10570 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10571 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10572 (avl-tree-stack-empty-p): New functions.
10573
3769ddcf
TC
10574 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10575 avl-tree--del-balance1 and make it work both ways.
10576 (avl-tree--del-balance2): Remove.
10577 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10578 make it work both ways.
10579 (avl-tree--enter-balance2): Remove.
10580 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10581 New macros.
10582 (avl-tree--mapc, avl-tree-map): Add direction argument.
10583
eb95d01d 105842011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10585
10586 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10587
a9f737ee
CY
105882011-05-27 Chong Yidong <cyd@stupidchicken.com>
10589
10590 * select.el: Support clipboard managers with built-in function
10591 x-clipboard-manager-save, via delete-frame-functions and
10592 kill-emacs-hook.
10593 (xselect-convert-to-targets): Add MULTIPLE target to list.
10594 (xselect-convert-to-save-targets): New function.
10595
c92a1e54
KH
105962011-05-27 Kenichi Handa <handa@m17n.org>
10597
10598 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10599 let-binding rfc2047-encode-encoded-words to nil.
10600
e145f188
GM
106012011-05-27 Glenn Morris <rgm@gnu.org>
10602
5ec8a862
GM
10603 * mail/emacsbug.el: Don't require url-util.
10604
4b29d9fb
GM
10605 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10606
e145f188
GM
10607 * files.el (set-auto-mode):
10608 Also respect mode: entries at the end of the file. (Bug#8586)
10609
7d15102b
GM
106102011-05-26 Glenn Morris <rgm@gnu.org>
10611
98f593b8
GM
10612 * files.el (hack-local-variables-prop-line, hack-local-variables):
10613 Downcase mode names, as seems to be traditional.
27b48e63 10614 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10615
7d15102b
GM
10616 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10617 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10618
51d5b4ec
JD
106192011-05-25 Julien Danjou <julien@danjou.info>
10620
10621 * textmodes/rst.el (rst-define-level-faces): Do not define face
10622 symbol if it is already defined.
10623
91513f63
VB
106242011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10625
10626 * play/5x5.el (5x5-new-game, 5x5-randomize):
10627 Reset 5x5-solver-output to nil when a new grid is cast.
10628 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10629 these debugging traces, as defmacro breaks the compiled code.
10630
4d90d6d0
DK
106312011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10632
10633 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10634
e1b90ef6
LL
106352011-05-24 Leo Liu <sdl.web@gmail.com>
10636
10637 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10638 (vc-bzr-sha1): Adapt.
10639
d8e4b68b 10640 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10641
10642 * bindings.el: Provide sha1 feature.
10643
db0406bb 106442011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10645
10646 * mail/sendmail.el: Require `rfc2047'.
10647 (mail-insert-from-field): Do not perform RFC2047 encoding.
10648 (mail-encode-header): New function.
10649 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10650 buffer to the return value of select-message-coding-system.
10651 Call mail-encode-header.
b8d747b9
KH
10652
10653 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10654
db0406bb 106552011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10656
4d90d6d0
DK
10657 * mail/supercite.el (sc-default-cite-frame):
10658 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10659
eb8a5e9b
GM
106602011-05-24 Glenn Morris <rgm@gnu.org>
10661
f8630703
GM
10662 * progmodes/python.el (brm-menu): Declare.
10663
8831bbed
GM
10664 * emulation/viper.el (viper-set-hooks): Declare.
10665
eb8a5e9b
GM
10666 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10667 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10668 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10669 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10670 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10671 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10672
a2a25d24
SM
106732011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 Add an :exit-function for completion-at-point.
10676
10677 * minibuffer.el (completion--done): New fun.
10678 (completion--do-completion): Use it. New arg `expect-exact'.
10679 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10680 since completion--do-completion does it for us now.
10681 (minibuffer-force-complete): Use completion--done and
10682 completion--replace. Handle sole-completion case with more care.
10683 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10684 (completion-extra-properties): New var.
10685 (completion-annotate-function): Make obsolete.
10686 (minibuffer-completion-help): Adjust accordingly.
10687 Use completion-list-insert-choice-function.
10688 (completion-at-point, completion-help-at-point):
10689 Bind completion-extra-properties.
10690 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10691 * simple.el (completion-list-insert-choice-function): New var.
10692 (completion-setup-function): Preserve it.
10693 (choose-completion): Pay attention to it, shuffle the code a bit.
10694 (choose-completion-string): New arg `insert-function'.
10695
10696 * textmodes/bibtex.el: Convert to lexical binding.
10697 (bibtex-mode-map): Use completion-at-point.
10698 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10699 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10700 (bibtex-complete): Define as obsolete alias.
10701 (bibtex-complete-internal): Remove.
10702 (bibtex-format-entry): Remove unused sub-group in regexp.
10703 * shell.el (shell--command-completion-data)
10704 (shell-environment-variable-completion):
10705 * pcomplete.el (pcomplete-completions-at-point):
10706 * comint.el (comint--complete-file-name-data): Use :exit-function
10707 instead of completion-table-with-terminator so it also works for
10708 choose-completion.
10709
e44e373d
SM
107102011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10711
4f91a816
SM
10712 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10713
782fc819
SM
10714 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10715 (bug#8710).
10716
e44e373d
SM
10717 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10718
381987c3
KM
107192011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10720
10721 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10722 customization variable and implement: If non-nil, auto-fill will
10723 be inhibited while on topic's header line.
10724
b776bc70
VB
107252011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10726
10727 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10728 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10729 always have a solution in grid size = 5 cases.
10730 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10731 (5x5-solver-output, 5x5-log-buffer): New vars.
10732 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10733 Make these variables buffer local to achieve 5x5 multi-session-ness.
10734 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10735 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10736 (5x5-solve-suggest): New funs.
10737 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10738 randomize a grid so that we ensure that there is always a solution.
10739 (5x5-make-random-grid): Allow other movement than flipping.
10740
7de88b6e
KR
107412011-05-23 Kevin Ryde <user42@zip.com.au>
10742
10743 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10744 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10745 advice and passes PREDICATE.
10746
b1ef1257
SM
107472011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10748
bbca48fe
SM
10749 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10750 byte-compile-lambda if it's actually a lambda.
10751
b1ef1257
SM
10752 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10753 Fix function quoting. Use backquote better.
10754
92a9cc65
YS
107552011-05-22 Yuanle Song <sylecn@gmail.com>
10756
10757 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10758 matching (Bug#8516).
10759
f0fb8059
JA
107602011-01-22 Jari Aalto <jari.aalto@cante.net>
10761
10762 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10763 different face (Bug#8178).
10764
d5b44c93
CY
107652011-05-22 Chong Yidong <cyd@stupidchicken.com>
10766
10767 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10768 defface (Bug#8144).
10769
79106a44
SM
107702011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10771
9c848d8a
SM
10772 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10773 funcall as well (bug#8712). Warn when performing those conversions.
10774 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10775
79106a44
SM
10776 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10777
88dfa756
GM
107782011-05-22 Glenn Morris <rgm@gnu.org>
10779
10780 * files.el (hack-local-variables-prop-line): Small simplifications.
10781 (hack-local-variables, hack-local-variables-prop-line):
10782 If MODE-ONLY, return the mode, rather than just `t'.
10783
b7cf2c79
SM
107842011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10787
3f1a8558
GM
107882011-05-21 Glenn Morris <rgm@gnu.org>
10789
7e4ccca3
GM
10790 * files.el (hack-local-variables-prop-line, hack-local-variables):
10791 If only interested in the mode, don't bother doing the other stuff.
10792
637d46ca
GM
10793 * image-mode.el (image-after-revert-hook):
10794 Redraw all frames on which the image is visible. (Bug#8567)
10795
973d955b
GM
10796 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10797
3f1a8558
GM
10798 * wid-edit.el (widget-checklist-match-inline):
10799 Fix 2011-04-19 change. (Bug#8649)
10800
96479927
SM
108012011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10802
1dcf791f
SM
10803 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10804 Also allow singlespace after single-letter capitals followed by a dot.
10805
96479927
SM
10806 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10807 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10808
35fd0881
N
108092011-05-20 Nix <nix@esperi.org.uk>
10810
10811 * files.el (basic-save-buffer-2):
10812 Fix handling of break-hardlink-on-save with non-existent files.
10813
82745640
DD
108142011-05-19 Deniz Dogan <deniz@dogan.se>
10815
10816 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10817 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10818
4a720484
GM
108192011-05-19 Glenn Morris <rgm@gnu.org>
10820
d1f21341
GM
10821 * progmodes/f90.el (f90-type-def-re):
10822 Handle "type, bind(c)". (Bug#8691)
10823
4a720484
GM
10824 * emacs-lisp/autoload.el (batch-update-autoloads):
10825 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10826
2fb0a219
MA
108272011-05-18 Michael Albinus <michael.albinus@gmx.de>
10828
10829 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10830 property for the correct connection in case of multihops.
10831
e565dd37
GM
108322011-05-18 Glenn Morris <rgm@gnu.org>
10833
c2571358 10834 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10835 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10836
e565dd37
GM
10837 Rationalize calendar handling of day and month abbrev-arrays.
10838 * calendar/calendar.el (calendar-customized-p): New function.
10839 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10840 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10841 Add :set function.
10842 (calendar-abbrev-length, calendar-day-abbrev-array)
10843 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10844 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10845 Elements may no longer be nil.
10846 (calendar-day-name, calendar-month-name):
10847 Update for changed nature of abbrev arrays.
10848 * calendar/diary-lib.el (diary-name-pattern):
10849 Update for changed nature of abbrev arrays.
10850 (diary-mark-entries-1): Update calendar-make-alist calls.
10851 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10852 * calendar/cal-html.el (cal-html-day-abbrev-array):
10853 Simply inherit from calendar-day-abbrev-array.
10854
1d99a745
SM
108552011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * progmodes/grep.el (grep-mode): Disable default
10858 compilation-directory-matcher setting (bug#8684).
10859
7c1d9aa0
MA
108602011-05-17 Michael Albinus <michael.albinus@gmx.de>
10861
10862 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10863 instead of "head" and "tail". There were problems with SunOS 5.9,
10864 and it performs better.
10865
3952e9d8
GM
108662011-05-17 Glenn Morris <rgm@gnu.org>
10867
2dd12e7f
GM
10868 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10869
e4157b9c
GM
10870 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10871 Replace obsolete function.
10872
8e249bbd
GM
10873 * shell.el (pcomplete-parse-arguments-function): Declare.
10874
3952e9d8
GM
10875 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10876 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10877 (appt-check): Doc fixes.
10878 (appt-disp-window-function, appt-delete-window-function):
10879 Remove needless special case in custom :type.
10880 (appt-display-count): Default to 0, not nil.
10881 (appt-check): Reset appt-display-count to 0, not nil.
10882
c71a0d48 108832011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10884
c71a0d48
GM
10885 * progmodes/python.el (python-font-lock-keywords):
10886 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10887
31d55be9
SM
108882011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10891
3bfacb2f
KR
108922011-05-16 Kevin Ryde <user42@zip.com.au>
10893
10894 * info-look.el (makefile-automake-mode): New setups, looking in
10895 automake manual, then makefile-mode.
10896 (makefile-mode): Remove automake manual, have it just in
10897 makefile-automake-mode since there's various things different or
10898 not relevant to plain make.
10899 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10900 believe a hypothetical automake-mode would go to makefile-mode,
10901 not the other way around.
10902
c8e83751
CY
109032011-05-15 Chong Yidong <cyd@stupidchicken.com>
10904
5e9e35cd
CY
10905 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10906 hunk-end tags (Bug#8672).
10907
c8e83751
CY
10908 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10909 vc-annotate-show-diff-revision-at-line (Bug#8671).
10910
50b23e5a
GM
109112011-05-14 Glenn Morris <rgm@gnu.org>
10912
7210a739
GM
10913 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10914 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10915 (change-log-font-lock-keywords): Also handle multiple author lines
10916 with leading tabs. (Bug#8644)
7210a739 10917
4691905a
GM
10918 * calendar/appt.el (appt-check): Rename some local variables.
10919 Some simplification/reordering.
10920
50b23e5a
GM
10921 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10922 (feedmail-sendmail-f-doesnt-sell-me-out)
10923 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10924 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10925 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10926 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10927 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10928 (feedmail-binmail-gnulinuxish-template):
10929 Rename from feedmail-binmail-linuxish-template.
10930 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10931 Use insert-buffer-substring.
10932
215cda7c
BC
109332011-05-14 Bill Carpenter <bill@carpenter.org>
10934
10935 * mail/feedmail.el (feedmail-patch-level): Increase.
10936 (feedmail-debug): New custom group.
10937 (feedmail-confirm-outgoing-timeout)
10938 (feedmail-sendmail-f-doesnt-sell-me-out)
10939 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10940 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10941 (feedmail-sender-line, feedmail-from-line)
10942 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10943 (feedmail-spray-this-address)
215cda7c
BC
10944 (feedmail-spray-address-fiddle-plex-list)
10945 (feedmail-queue-use-send-time-for-date)
10946 (feedmail-queue-use-send-time-for-message-id)
10947 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10948 (feedmail-buffer-eating-function):
10949 Doc fixes.
10950 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10951 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10952 (feedmail-message-action-scroll-down): New functions.
10953 (feedmail-queue-directory, feedmail-queue-draft-directory):
10954 Use expand-file-name.
10955 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10956 Remove C-v help entry.
10957 (feedmail-queue-buffer-file-name): New variable.
10958 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10959 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10960 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10961 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10962 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10963 (feedmail-message-action-toggle-spray)
10964 (feedmail-run-the-queue-no-prompts)
10965 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10966 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10967 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10968 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10969 (feedmail-envelope-deducer, feedmail-fiddle-from)
10970 (feedmail-fiddle-sender, feedmail-default-date-generator)
10971 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10972 (feedmail-fiddle-spray-address)
10973 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10974 (feedmail-fiddle-list-of-fiddle-plexes)
10975 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10976 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10977 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10978 Change default. Doc fix.
10979 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10980 (feedmail-binmail-linuxish-template): New constant.
10981 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10982 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10983 (feedmail-send-it): Add debug call.
10984 Use feedmail-queue-buffer-file-name, and
10985 feedmail-send-it-immediately-wrapper.
10986 (feedmail-message-action-send): Add debug call.
10987 Use feedmail-send-it-immediately-wrapper.
10988 (feedmail-queue-express-to-queue): Add debug call.
10989 Run feedmail-queue-express-hook.
10990 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10991 (feedmail-message-action-help-blat):
10992 Rename from feedmail-queue-send-edit-prompt-help-first.
10993 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10994 Check line-endings. Handle errors better.
10995 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10996 Doc fix. Add debug call.
10997 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10998 Use feedmail-queue-send-edit-prompt-inner.
10999 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11000 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11001 from feedmail-queue-send-edit-prompt.
11002 (feedmail-queue-send-edit-prompt-help)
11003 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11004 (feedmail-tidy-up-slug): Add debug call.
11005 Respect feedmail-queue-slug-suspect-regexp.
11006 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11007 (feedmail-dump-message-to-queue): Add debug call.
11008 Expand queue-directory.
11009 (feedmail-dump-message-to-queue): Change message slightly.
11010 Use feedmail-say-chatter.
11011 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11012 (feedmail-send-it-immediately-wrapper): New function.
11013 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11014 Insert empty string rather than newline. Handle full-frame case.
11015 Use catch/throw. Use feedmail-say-chatter.
11016 (feedmail-fiddle-from): Try mail-host-address.
11017 (feedmail-default-message-id-generator): Doc fix.
11018 Bind system-time-locale. Handle missing end.
11019 (feedmail-fiddle-x-mailer): Add debug call.
11020 Handle feedmail-x-mailer-line being nil.
11021 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11022 Add debug call. Use buffer-substring-no-properties.
11023 (feedmail-say-debug, feedmail-say-chatter): New functions.
11024 (feedmail-find-eoh): Give an explicit error.
11025
42c7e61e
UJ
110262011-05-13 Ulf Jasper <ulf.jasper@web.de>
11027
c2571358 11028 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11029 family from helvetica to sans.
c2571358 11030 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11031 etc/images/newsticker.
11032
c2571358 11033 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11034 family from helvetica to sans.
11035
11036 * net/newst-plainview.el (newsticker-new-item-face)
11037 (newsticker-old-item-face, newsticker-immortal-item-face)
11038 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11039 (newsticker-statistics-face): Change default family from
42c7e61e 11040 helvetica to sans.
c2571358 11041 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11042 etc/images/newsticker.
11043
5d3385a0
JB
11044 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11045 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11046 auto-marking.
11047
8497a297
DV
110482011-05-13 Didier Verna <didier@xemacs.org>
11049
11050 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11051 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11052 TODO entries.
8497a297
DV
11053 (lisp-lambda-list-keyword-parameter-indentation)
11054 (lisp-lambda-list-keyword-parameter-alignment)
11055 (lisp-lambda-list-keyword-alignment): New customizable user options.
11056 (lisp-indent-defun-method): Improve docstring.
11057 (extended-loop-p): Fix comment.
11058 (lisp-indent-lambda-list-keywords-regexp): New variable.
11059 (lisp-indent-lambda-list): New function.
11060 (lisp-indent-259): Use it.
11061 (lisp-indent-defmethod): Support for more than one
11062 method qualifier and properly indent methods lambda-lists.
11063 (defgeneric): Provide a missing common-lisp-indent-function property.
11064
f278f87f
SM
110652011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11068 bounds for the empty string (bug#8667).
11069
5233edd7
GM
110702011-05-13 Glenn Morris <rgm@gnu.org>
11071
5237a44f
GM
11072 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11073
8340026c 11074 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11075 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11076
5233edd7 11077 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11078 (appt-time-msg-list): Doc fix.
a5464014 11079 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11080
92d10796
AS
110812011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11082
11083 * progmodes/ld-script.el (ld-script-keywords)
11084 (ld-script-builtins): Update keywords list.
11085
914a0ae1
SM
110862011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11087
c89be45f
SM
11088 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11089
914a0ae1
SM
11090 * shell.el (shell-completion-vars): New function.
11091 (shell-mode):
11092 * simple.el (read-shell-command): Use it.
11093 (blink-matching-open): No need for " [...]" in minibuffer-message.
11094
98dc3df3
GM
110952011-05-12 Glenn Morris <rgm@gnu.org>
11096
11097 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11098 (appt-check): Simplify.
11099
d2fc7e3d 111002011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11101
4d61f28d 11102 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11103 literal "/dev/null".
11104
d2fc7e3d 111052011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11106
11107 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11108 Fix typo.
11109
d2fc7e3d 111102011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11111
3f254caa
SM
11112 * progmodes/which-func.el (which-function):
11113 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11114 which might not be defined (Bug#8260).
11115
d45885f7
GM
111162011-05-12 Glenn Morris <rgm@gnu.org>
11117
11118 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11119 Let byte-compile-initial-macro-environment always take precedence.
11120
488086f4
SM
111212011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * net/rcirc.el: Add support for SSL/TLS connections.
11124 (rcirc-server-alist): New field `encryption'.
11125 (rcirc): Check `encryption' settings.
11126 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11127 Merge make-local-variable into `set'.
11128 (rcirc--connection-open-p): New function.
11129 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11130 the process is not a network process (e.g. running gnutls-cli).
11131 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11132 Make rcirc-(en|de)code-coding-system local here.
11133 (rcirc-mode): Merge make-local-variable into `set'.
11134 (rcirc-parent-buffer): Make permanent buffer-local.
11135 (rcirc-multiline-minor-mode): Don't do it here.
11136 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11137 there's no server buffer.
11138
7d3b9d44
GM
111392011-05-11 Glenn Morris <rgm@gnu.org>
11140
f64049c6
GM
11141 * newcomment.el (comment-kill): Prefix "unused" local.
11142
93c9df73
GM
11143 * term/w32console.el (get-screen-color): Declare.
11144
7d3b9d44
GM
11145 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11146 Handle symbol elements of byte-compile-initial-macro-environment.
11147
9e2dd53f
LL
111482011-05-10 Leo Liu <sdl.web@gmail.com>
11149
488086f4
SM
11150 * bookmark.el (bookmark-bmenu-mode-map):
11151 Bind bookmark-bmenu-search to `/'.
8b340240 11152
9e2dd53f 11153 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11154 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11155 (Footnote-unicode): New function.
11156 (footnote-style-alist): Add unicode style to the list.
11157 (footnote-style): Doc fix.
9e2dd53f 11158
79b70037
GM
111592011-05-10 Jim Meyering <meyering@redhat.com>
11160
11161 Fix doubled-word typos.
11162 * international/quail.el (quail-insert-kbd-layout): and and -> and
11163 * kermit.el: and and -> and
11164 * net/ldap.el (ldap-search-internal): to to -> to
11165 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11166 * progmodes/js.el (js-mode): and and -> and
11167 * textmodes/artist.el (artist-move-to-xy): at at -> at
11168 (artist-draw-region-trim-line-endings): if if -> if
11169 And Safetyc -> Safety.
11170 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11171
b8f82dc1 111722011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11173 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11174
11175 * files.el (hack-one-local-variable-eval-safep):
11176 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11177
4f99f44b
GM
111782011-05-10 Glenn Morris <rgm@gnu.org>
11179
11180 * calendar/diary-lib.el (diary-list-entries-hook)
11181 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11182 (diary-nongregorian-marking-hook, diary-list-entries)
11183 (diary-include-other-diary-files, diary-mark-entries)
11184 (diary-mark-included-diary-files): Doc fixes.
11185
84f29e6b
JB
111862011-05-09 Juanma Barranquero <lekktu@gmail.com>
11187
11188 * misc.el: Require tabulated-list.el during compilation.
11189
9bedd73a
CY
111902011-05-09 Chong Yidong <cyd@stupidchicken.com>
11191
488086f4
SM
11192 * progmodes/compile.el (compilation-start):
11193 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11194 (compilation-filter-hook): Doc fix.
11195
797c735c
DD
111962011-05-09 Deniz Dogan <deniz@dogan.se>
11197
11198 * wdired.el: Remove outdated installation comment. Fix usage
11199 comment.
11200
5f4b1dfe
JB
112012011-05-09 Juanma Barranquero <lekktu@gmail.com>
11202
11203 * misc.el: Implement new command `list-dynamic-libraries'.
11204 (list-dynamic-libraries--loaded-only-p): New variable.
11205 (list-dynamic-libraries--refresh): New function.
11206 (list-dynamic-libraries): New command.
11207
4c44026c
CY
112082011-05-09 Chong Yidong <cyd@stupidchicken.com>
11209
488086f4
SM
11210 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11211 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11212 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11213 higher priority to avoid clobbering by gnu.
11214
027f966d
CY
112152011-05-08 Chong Yidong <cyd@stupidchicken.com>
11216
11217 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11218 if the face has existing theme settings (Bug#8454).
11219
085f5d7d
CY
112202011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11221
488086f4
SM
11222 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11223 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11224
2a86a00c
RS
11225 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11226 special file names `.' and `..' (Bug#8259).
11227
d9c54a06
CY
112282011-05-08 Chong Yidong <cyd@stupidchicken.com>
11229
488086f4
SM
11230 * progmodes/grep.el (grep-mode-font-lock-keywords):
11231 Remove buffer-changing entries.
d9c54a06
CY
11232 (grep-filter): New function.
11233 (grep-mode): Add it to compilation-filter-hook.
11234
11235 * progmodes/compile.el (compilation-filter-hook)
11236 (compilation-filter-start): New defvars.
11237 (compilation-filter): Call compilation-filter-hook prior to
11238 updating the process mark.
11239
c4662635
SM
112402011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11243
b0512a1d
EZ
112442011-05-07 Eli Zaretskii <eliz@gnu.org>
11245
605c9376
EZ
11246 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11247 mailclient-send-it even if window-system is nil. (Bug#8595)
11248
c4662635
SM
11249 * term/w32console.el (terminal-init-w32console):
11250 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11251 background-mode. (Bug#8597)
11252
d1dc2cc2
SM
112532011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11254
11255 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11256 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11257 New functions.
11258 (defgeneric, eieio--defmethod): Use them.
11259 (eieio-defgeneric): Remove.
11260 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11261
915d1300
GM
112622011-05-07 Glenn Morris <rgm@gnu.org>
11263
a3961c3e
GM
11264 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11265 Use let rather than let*.
11266 (timeclock-find-discrep): Remove unused local.
11267
314347b9
GM
11268 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11269
915d1300
GM
11270 * calendar/appt.el (appt-time-msg-list): Doc fix.
11271
275b59b0
NF
112722011-05-06 Noah Friedman <friedman@splode.com>
11273
11274 * apropos.el (apropos-print-doc): Only use
11275 emacs-lisp-docstring-fill-column when it is bound to an integer,
11276 per that variable's documentation.
11277
6c19f744
SM
112782011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11281 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11282
60f884b2
GM
112832011-05-06 Glenn Morris <rgm@gnu.org>
11284
5006e634
GM
11285 * calendar/appt.el (appt-message-warning-time): Doc fix.
11286 (appt-warning-time-regexp): New option.
11287 (appt-make-list): Respect appt-message-warning-time.
11288
548d0a63
GM
11289 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11290 New options.
11291 (diary-add-to-list): Strip comments from the displayed string.
11292 (diary-mode): Set comment-start and comment-end.
11293
60f884b2
GM
11294 * vc/diff-mode.el (smerge-refine-subst): Declare.
11295 (diff-refine-hunk): Don't require smerge-mode when compiling.
11296
989681bb
JB
112972011-05-06 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * simple.el (list-processes): Return nil as the docstring says.
11300
a6bc05e1
MA
113012011-05-05 Michael Albinus <michael.albinus@gmx.de>
11302
11303 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11304 to "".
11305 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11306 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11307 determining of binary transfer. (Bug#7383)
11308
23c22e9a
MA
113092011-05-05 Michael Albinus <michael.albinus@gmx.de>
11310
c4662635
SM
11311 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11312 Fix port computation bug. (Bug#8618)
23c22e9a 11313
0bff894f
GM
113142011-05-05 Glenn Morris <rgm@gnu.org>
11315
b8296902
GM
11316 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11317
1f522ce8
GM
11318 * simple.el (shell-dynamic-complete-functions)
11319 (comint-dynamic-complete-functions): Declare.
11320
cf5bee67
GM
11321 * net/network-stream.el (gnutls-negotiate):
11322 * simple.el (tabulated-list-print): Fix declarations.
11323
11324 * progmodes/gud.el (syntax-symbol, syntax-point):
11325 Remove unnecessary and incorrect declarations.
11326
0bff894f
GM
11327 * emacs-lisp/check-declare.el (check-declare-scan):
11328 Handle byte-compile-initial-macro-environment in bytecomp.el
11329
9869b3ae
SM
113302011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 Fix earlier half-done eieio-defmethod change (bug#8338).
11333 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11334 Streamline and change calling convention.
11335 (defmethod): Adjust accordingly and simplify.
11336 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11337 new eieio--defmethod.
11338 (slot-boundp): Minor CSE simplification.
11339
9c1d5ac5
MZ
113402011-05-05 Milan Zamazal <pdm@zamazal.org>
11341
11342 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11343 (glasses-make-readable): Use glasses-separate-capital-groups.
11344
455c834e
JB
113452011-05-05 Juanma Barranquero <lekktu@gmail.com>
11346
11347 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11348 (warning-series): Doc fix.
11349 (display-warning): Don't try to create the buffer if we just found it.
11350
9ed7c8cb
CY
113512011-05-04 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11354 (autoload-find-generated-file): New function.
11355 (generate-file-autoloads): Bind generated-autoload-file to
11356 buffer-file-name.
9869b3ae
SM
11357 (update-file-autoloads, update-directory-autoloads):
11358 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11359 output file (Bug#7989).
11360 (batch-update-autoloads): Doc fix.
11361
0898ca10
JB
113622011-05-04 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11365
31dfb76c
GM
113662011-05-04 Glenn Morris <rgm@gnu.org>
11367
f330b642
GM
11368 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11369 function, so it follows changes in calendar-date-style.
11370 (diary-fancy-date-matcher): New function.
11371 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11372 (diary-fancy-font-lock-fontify-region-function):
11373 Use diary-fancy-date-pattern as a function.
11374
31dfb76c
GM
11375 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11376 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11377
48e79d6a
TZ
113782011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11379
11380 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11381 instead of positional arguments. Allow :keylist and :crlfiles
11382 arguments.
11383 (open-gnutls-stream): Call it.
11384
11385 * net/network-stream.el (network-stream-open-starttls): Adjust to
11386 call `gnutls-negotiate' with :process and :hostname arguments.
11387
dd5a5ee0
SM
113882011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11389
ef80fc09
SM
11390 * minibuffer.el (completion--message): New function.
11391 (completion--do-completion, minibuffer-complete)
11392 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11393 (completion--do-completion): Don't ignore completion-auto-help when in
11394 icomplete-mode.
11395
dd5a5ee0
SM
11396 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11397 internal encoding (e.g. tibetan zero is not whitespace).
11398 (global-whitespace-mode): Prefer save-current-buffer.
11399 (whitespace-trailing-regexp): Remove useless save-match-data.
11400 (whitespace-empty-at-bob-regexp): Minor simplification.
11401
b7d22a83
CY
114022011-05-03 Chong Yidong <cyd@stupidchicken.com>
11403
11404 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11405
5192af46
AM
114062011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11407
11408 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11409 Use `concat' to create string for insertion.
5192af46 11410
5767d190
SM
114112011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11414 Avoid open-line which runs post-self-insert-hook.
11415 (bibtex-fill-entry): Remove unused `end' var.
11416
bf242939
AM
114172011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11418
5767d190
SM
11419 * textmodes/ispell.el (ispell-add-per-file-word-list):
11420 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11421
25666126
LL
114222011-05-03 Leo Liu <sdl.web@gmail.com>
11423
11424 * isearch.el (isearch-yank-pop): New command.
5767d190 11425 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11426 (isearch-forward): Mention it.
11427
52d3c2d0
SM
114282011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11429
1bcace58
SM
11430 * simple.el (minibuffer-complete-shell-command): Remove.
11431 (minibuffer-local-shell-command-map): Use completion-at-point.
11432 (read-shell-command): Setup completion vars here instead.
11433 (read-expression-map): Bind TAB to symbol completion.
11434
52d3c2d0
SM
11435 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11436 error directly rather via storing it into `results'.
11437
35813471
LL
114382011-05-02 Leo Liu <sdl.web@gmail.com>
11439
11440 * vc/diff.el: Fix description.
11441
e793a940
LMI
114422011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11443
11444 * server.el (server-eval-at): New function.
11445
8de66e05
LMI
114462011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * net/network-stream.el (open-network-stream): Take a :nowait
11449 parameter and pass it on to `make-network-process'.
11450 (network-stream-open-plain): Ditto.
11451
dcb79f20
AS
114522011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11453
11454 * faces.el (face-spec-set-match-display): Don't match toolkit
11455 options on terminal frames.
11456
14a7fbd8
SM
114572011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11458
7eabc1be
SM
11459 * progmodes/pascal.el: Use lexical binding.
11460 (pascal-mode-map): Remove author preferences.
11461
14a7fbd8
SM
11462 * pcomplete.el (pcomplete-std-complete): Don't abuse
11463 completion-at-point.
11464
50f84510
JB
114652011-04-28 Juanma Barranquero <lekktu@gmail.com>
11466
6e087a44
JB
11467 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11468 removing code that has been dead since 1991 or so.
11469
50f84510
JB
11470 * startup.el (command-line): When warning about "_emacs", use a
11471 delayed warning to allow the user to filter it out.
11472
0ba690bd
DD
114732011-04-28 Deniz Dogan <deniz@dogan.se>
11474
11475 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11476 user has not joined.
11477
08abfaad
SM
114782011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11481 aren't any completions at point.
11482
638f053a
JB
114832011-04-28 Juanma Barranquero <lekktu@gmail.com>
11484
11485 * subr.el (display-delayed-warnings): New function.
11486 (delayed-warnings-hook): New variable.
11487
8fff8daa
SM
114882011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11489
08abfaad
SM
11490 * minibuffer.el (completion-at-point, completion-help-at-point):
11491 Don't presume that a given completion-at-point-function will always
11492 use the same calling convention.
11493
8fff8daa
SM
11494 * pcomplete.el (pcomplete-completions-at-point):
11495 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11496 pcomplete-seen is non-nil.
11497 (pcomplete-comint-setup): Also recognize the new comint/shell
11498 completion functions.
11499 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11500 pcomplete-seen is non-nil.
11501
841a1577 115022011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11503
841a1577 11504 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11505 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11506 the first character in the entry. This allows for code to add its
211ec907
UJ
11507 own uid to the entry.
11508 (icalendar--convert-float-to-ical): Add export of
11509 `diary-float'-entries save for those with the optional DAY
11510 argument.
11511
2a782793
DC
115122011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11513
11514 * subr.el (shell-quote-argument): Use alternate escaping strategy
11515 when we spot a variable reference in a string.
11516
0438ce91
DC
115172011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11518
11519 * cus-start.el (all): Define customization for debug-on-event.
11520
841a1577 115212011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11522
11523 * subr.el (shell-quote-argument): Escape correctly under Windows.
11524
d090ed6c
SM
115252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11528
bfd31217
MA
115292011-04-25 Michael Albinus <michael.albinus@gmx.de>
11530
d090ed6c
SM
11531 * net/tramp.el (tramp-process-actions): Add POS argument.
11532 Delete region between POS and (pos).
bfd31217 11533
d090ed6c
SM
11534 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11535 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11536 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11537
11538 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11539 position in `tramp-process-actions' call.
11540
11541 * net/trampver.el: Update release number.
11542
e92f3bd3
SM
115432011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11544
850256b5
SM
11545 * custom.el (defcustom): Obey lexical-binding.
11546
e92f3bd3
SM
11547 Fix octave-inf completion problems reported by Alexander Klimov.
11548 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11549 Inherit from octave-mode-syntax-table.
11550 (inferior-octave-mode): Set info-lookup-mode.
11551 (inferior-octave-completion-at-point): New function.
11552 (inferior-octave-complete): Use it and completion-in-region.
11553 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11554 comint-filename-completion.
11555 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11556 symbol elements which shouldn't be word elements.
11557 (octave-font-lock-keywords, octave-beginning-of-defun)
11558 (octave-function-header-regexp): Adjust regexps accordingly.
11559 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11560
cd22b309
JB
115612011-04-25 Juanma Barranquero <lekktu@gmail.com>
11562
11563 * net/gnutls.el (gnutls-errorp): Declare before first use.
11564
8b492194
TZ
115652011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11566
11567 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11568 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11569 default trustfile exists before going to use it. Add missing
5a5fa834 11570 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11571 Reported by Claudio Bley <claudio.bley@gmail.com>.
11572 (open-gnutls-stream): Add usage example.
11573
11574 * net/network-stream.el (network-stream-open-starttls): Give host
11575 parameter to `gnutls-negotiate'.
11576 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11577 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11578
841a1577 115792011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11580
cd22b309
JB
11581 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11582 Use correct match group (bug#8438).
05842630 11583
3ba7869c
CY
115842011-04-24 Chong Yidong <cyd@stupidchicken.com>
11585
512e3ae1
CY
11586 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11587 (package-menu--generate): New arg specifying packages to show.
11588 (package-menu-refresh, package-menu-execute, list-packages):
11589 Callers changed.
11590 (package-show-package-list): New function, replacing deleted
11591 package--list-packages (renamed because it is non-internal).
11592
11593 * finder.el (finder-list-matches): Use package-show-package-list
11594 instead of deleted package--list-packages.
11595
e92f3bd3
SM
11596 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11597 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11598 (vc-annotate-mode-map): Bind it to RET.
11599
7031be6d
UR
116002011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11601
11602 * progmodes/etags.el (next-file): Don't use set-buffer to change
11603 buffers (Bug#8478).
11604
4ef177aa
CY
116052011-04-24 Chong Yidong <cyd@stupidchicken.com>
11606
c8d173eb
CY
11607 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11608
4ef177aa
CY
11609 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11610 (apropos-accumulator): Doc fix.
11611 (apropos-function, apropos-macro, apropos-command)
11612 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11613 (apropos-plist): Add face property.
11614 (apropos-symbols-internal): Fix indentation.
11615 (apropos-print): Simplify help, and recognize apropos-multi-type.
11616 (apropos-print-doc): Use button-type-get to extract the button's
11617 face property. Fill docstring (Bug#8352).
11618
4ffd0d6b 116192011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11620
11621 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11622
c6c32125 11623 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11624 (mpuz-mode-map): Use mapc.
c6c32125
JB
11625 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11626 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11627 Fix typos in docstrings.
11628
58d468b4
JB
11629 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11630 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11631
6470c3c6
JB
11632 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11633
4ffd0d6b 116342011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11635
11636 * minibuffer.el (completion--do-completion): Avoid the "Next char
11637 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11638
3ad8bad0
CY
11639 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11640 mouse-2 into unread-command-events, it is interpreted correctly.
11641
71d73c9c 11642 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11643 (image-toggle-display): Doc fix.
71d73c9c 11644
841a1577 116452011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11646
4ffd0d6b
GM
11647 * textmodes/page.el (what-page): Use line-number-at-pos to
11648 calculate line number (Bug#6825).
6e1dbaa9 11649
c2fb1b60
JB
116502011-04-22 Juanma Barranquero <lekktu@gmail.com>
11651
11652 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11653 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11654 Pass argument NO-DEFAULT to `find-tag-interactive'.
11655
e02f48d7
JB
116562011-04-22 Juanma Barranquero <lekktu@gmail.com>
11657
11658 Lexical-binding cleanup.
11659
11660 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11661 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11662 * progmodes/ada-prj.el (ada-prj-initialize-values)
11663 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11664 (ada-prj-show-value):
11665 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11666 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11667 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11668 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11669 * progmodes/bug-reference.el (bug-reference-push-button):
11670 * progmodes/fortran.el (fortran-line-length):
11671 * progmodes/glasses.el (glasses-change):
11672 * progmodes/octave-mod.el (octave-fill-paragraph):
11673 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11674 (python-pdbtrack-grub-for-buffer, python-sentinel):
11675 * progmodes/sql.el (sql-save-connection):
11676 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11677 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11678 Mark unused parameters.
11679
11680 * progmodes/compile.el (compilation--flush-directory-cache)
11681 (compilation--flush-parse, compile-internal): Mark unused parameters.
11682 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11683 (compilation-next-error-function): Remove unused variable `timestamp'.
11684
11685 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11686 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11687
11688 * progmodes/dcl-mode.el (dcl-end-of-command):
11689 Remove unused variable `start'.
11690 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11691 (dcl-option-value-basic, dcl-option-value-offset)
11692 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11693 Mark unused parameters.
11694 (dcl-save-local-variable): Remove unused variable `val'.
11695 (mode): Declare.
11696
11697 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11698 Mark unused parameters.
11699 (delphi-ignore-changes): Move before first use.
11700 (delphi-charset-token-at): Remove unused variable `start'.
11701 (delphi-else-start): Remove unused variable `if-count'.
11702 (delphi-comment-block-start, delphi-comment-block-end):
11703 Remove unused variable `kind'.
11704 (delphi-indent-line): Remove unused variable `new-point'.
11705
11706 * progmodes/ebrowse.el (ebrowse-files-list)
11707 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11708 Mark unused parameters. Don't quote `lambda'.
11709 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11710 Don't quote `lambda'.
11711 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11712 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11713 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11714 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11715 Use `ignore-errors'.
11716 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11717 (ebrowse-view/find-file-and-search-pattern)
11718 (ebrowse-view/find-member-declaration/definition):
11719 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11720 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11721 Rename parameter PREFIX-ARG to PREFIX.
11722 (ebrowse-tags-read-name): Remove unused variables `start' and
11723 `member-info'.
11724 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11725 to `tags-file'.
11726
11727 * progmodes/etags.el (local-find-tag-hook): Declare.
11728 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11729 Mark unused parameters.
11730
11731 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11732 (executable-interpret): Mark unused parameter.
11733
11734 * progmodes/flymake.el (flymake-process-sentinel)
11735 (flymake-after-change-function)
11736 (flymake-create-temp-with-folder-structure)
11737 (flymake-get-include-dirs-dot): Mark unused parameters.
11738 (flymake-safe-delete-directory): Remove unused variable `err'.
11739
11740 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11741 (speedbar-timer-fn, speedbar-line-text)
11742 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11743 (speedbar-center-buffer-smartly): Declare functions.
11744 (gdb-find-watch-expression): Remove unused variable `array'.
11745 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11746 (gdb-starting): Mark unused parameters.
11747 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11748 (gdb-table-string): Remove unused variable `res'.
11749 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11750 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11751 (gdb-display-buffer): Remove unused variable `cur-size'.
11752
11753 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11754 allow lexical-binding compilation.
11755 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11756 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11757 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11758 Mark unused parameters.
11759 (gud-gdb-marker-filter): Remove unused variable `match'.
11760 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11761 lambda expressions and funcall them, instead of using `fset'.
11762
11763 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11764 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11765
11766 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11767 variable `header-beg'; use `let'.
11768
11769 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11770 `restart', `last-sexp' and `at-do'.
11771
11772 * progmodes/js.el (js--debug): Mark unused parameter.
11773 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11774 (js--splice-into-items): Remove unused variable `item'.
11775 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11776
11777 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11778 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11779 (makefile-complete): Remove unused variable `try'.
11780 (makefile-fill-paragraph, makefile-match-function-end):
11781 Mark unused parameters.
11782
11783 * progmodes/octave-inf.el (inferior-octave-complete):
11784 Remove unused variable `proc'.
11785 (inferior-octave-output-digest): Mark unused parameter.
11786
11787 * progmodes/perl-mode.el (perl-calculate-indent):
11788 Remove unused variable `err'.
11789
11790 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11791 (prolog-indent-line): Mark unused parameters.
11792 (prolog-indent-line): Remove unused variable `beg'.
11793
11794 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11795 (reporter-dont-compact-list): Declare.
11796
11797 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11798 Remove unused variable `char'.
11799 (sh-debug): Mark unused parameter.
11800 (sh-get-indent-info): Remove unused variable `start'.
11801 (sh-calculate-indent): Remove unused variable `var'.
11802
11803 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11804 (simula-electric-keyword): Remove unused variable `null'.
11805 (simula-search-backward, simula-search-forward): Remove unused
11806 variables `begin' and `end'.
11807
11808 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11809 Remove unused variable `pos'.
11810 (vera-electric-tab, vera-comment-uncomment-region):
11811 Mark unused parameters.
11812 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11813
7ede3b65
CY
118142011-04-22 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * emacs-lisp/package.el (package--builtins, package-alist)
11817 (package-load-descriptor, package-built-in-p, package-activate)
11818 (define-package, package-installed-p)
11819 (package-compute-transaction, package-buffer-info)
11820 (package--push): Doc fix. Distinguish more clearly between
11821 version strings and version lists.
11822
121656e9
JB
118232011-04-21 Juanma Barranquero <lekktu@gmail.com>
11824
11825 Lexical-binding cleanup.
11826
11827 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11828 (5x5-make-mutate-best):
11829 * play/fortune.el (fortune-in-buffer):
11830 * play/gomoku.el (gomoku-init-display):
11831 * play/solitaire.el (solitaire, solitaire-do-check):
11832 * play/tetris.el (tetris-default-update-speed-function):
11833 Mark unused parameters.
11834
11835 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11836 (bubbles--shift): Remove unused variable `char-org'.
11837 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11838 (bubbles--show-images): Remove unused variable `char'.
11839
11840 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11841 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11842 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11843 (decipher-analyze-buffer): Use ?\s.
11844 (decipher-make-checkpoint): Remove unused variable `mapping'.
11845
11846 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11847
11848 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11849 Remove unused variable `result'; use `let'.
11850
11851 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11852 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11853 (gametree-children-shown-p, gametree-compute-reduced-score):
11854 Use `ignore-errors'.
11855
11856 * play/handwrite.el (ps-lpr-switches): Declare.
11857 (handwrite): Remove unused variables `pmin' and `lastp'.
11858
11859 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11860
11861 * play/landmark.el (landmark-init-display)
11862 (landmark-update-naught-weights): Mark unused parameters.
11863 (landmark-y): Remove unused variable `noise'. Simplify.
11864 (landmark-human-plays): Remove unused variable `score'.
11865
11866 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11867 (mpuz-try-proposal): Remove unused variable `game'.
11868
11869 * play/zone.el (life-patterns): Declare.
11870
80f499c7
JB
118712011-04-20 Juanma Barranquero <lekktu@gmail.com>
11872
11873 * vc/vc.el (ediff-vc-internal): Declare function.
11874
024ff170
SM
118752011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11876
c0a193ea
SM
11877 * shell.el: Use lexical-binding and std completion UI.
11878 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11879 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11880 comint-preoutput-filter-functions rather than on
11881 comint-output-filter-functions.
11882 (shell-command-completion, shell--command-completion-data)
11883 (shell-filename-completion, shell-environment-variable-completion)
11884 (shell-c-a-p-replace-by-expanded-directory): New functions.
11885 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11886 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11887 (shell-dynamic-complete-environment-variable): Use them.
11888 (shell-dynamic-complete-as-environment-variable)
11889 (shell-dynamic-complete-as-command): Remove.
11890 (shell-match-partial-variable): Match past point.
11891 * comint.el: Clean up use of completion-at-point-functions.
11892 (comint-completion-at-point): New function.
11893 (comint-mode): Use it completion-at-point-functions.
11894 (comint-dynamic-complete): Make it obsolete.
11895 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11896 (comint-c-a-p-replace-by-expanded-history): New function.
11897 (comint-dynamic-complete-functions)
11898 (comint-replace-by-expanded-history): Use it.
11899 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11900 termination strings. Try harder to avoid second try-completion.
11901 (completion-in-region-mode-map): Disable bindings that don't work yet.
11902
2dbaa080
SM
11903 * comint.el: Use lexical-binding. Require CL.
11904 (comint-dynamic-complete-functions): Use comint-filename-completion.
11905 (comint-completion-addsuffix): Tweak custom type.
11906 (comint-filename-completion, comint--common-suffix)
11907 (comint--common-quoted-suffix, comint--table-subvert)
11908 (comint--complete-file-name-data): New functions.
11909 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11910 (comint-dynamic-list-filename-completions): Use them.
11911 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11912
2dbaa080
SM
11913 * minibuffer.el (completion-in-region-mode):
11914 Keep completion-in-region-mode--predicate global.
11915 (completion-in-region--postch):
11916 Assume completion-in-region-mode--predicate is not null.
11917
c79a6f38
SM
11918 * progmodes/flymake.el (flymake-start-syntax-check-process):
11919 Obey `dir'. Simplify.
11920
024ff170
SM
11921 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11922 we're in VC after all.
11923
1c6c854e
CS
119242011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11925
11926 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11927 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11928 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11929
bed7f140
SM
119302011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11931
332e62ab
SM
11932 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11933 add sanity check.
11934
bed7f140
SM
11935 * obsolete/erc-hecomplete.el: Make obsolete.
11936 * obsolete/: Standardize obsolescence info in the header.
11937
f195c582
GM
119382011-04-20 Glenn Morris <rgm@gnu.org>
11939
11940 * calendar/solar.el (solar-horizontal-coordinates):
11941 Use the longitude argument rather than `calendar-longitude'.
11942 (solar-date-next-longitude): Remove unused locals.
11943
cb79b8c0
VJL
119442011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11945
11946 * whitespace.el: New version 13.2.1.
11947
119482011-04-20 felix <EmacsWiki> (tiny change)
11949
d8e4b68b 11950 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11951 switching between major modes on a file.
11952
602ea69d
SM
119532011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11956 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11957 multi-line comments as well.
11958
06b60517
JB
119592011-04-19 Juanma Barranquero <lekktu@gmail.com>
11960
11961 Lexical-binding cleanup.
11962
11963 * arc-mode.el (archive-mode-revert):
11964 * cmuscheme.el (scheme-interactively-start-process):
11965 * custom.el (custom-initialize-delay):
11966 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11967 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11968 * emacs-lock.el (emacs-lock-clear-sentinel):
11969 * ezimage.el (defezimage):
11970 * follow.el (follow-avoid-tail-recenter):
11971 * fringe.el (set-fringe-mode-1):
11972 * generic-x.el (bat-generic-mode-compile):
11973 * help-mode.el (help-info-variable, help-do-xref)
11974 (help-mode-revert-buffer):
11975 * help.el (view-emacs-todo):
11976 * iswitchb.el (iswitchb-completion-help):
11977 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11978 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11979 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11980 * locate.el (locate-update):
11981 * longlines.el (longlines-encode-region)
11982 (longlines-after-change-function):
11983 * outline.el (outline-isearch-open-invisible):
11984 * ps-def.el (declare-function, charset-dimension, char-width)
11985 (encode-char):
11986 * ps-mule.el (ps-mule-plot-string):
11987 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11988 (recentf-edit-list-select, recentf-edit-list-validate)
11989 (recentf-open-files-action):
11990 * rect.el (delete-whitespace-rectangle-line)
11991 (rectangle-number-line-callback):
11992 * register.el (window-configuration-to-register)
11993 (frame-configuration-to-register):
11994 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11995 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11996 (xselect-convert-to-targets, xselect-convert-to-delete)
11997 (xselect-convert-to-filename, xselect-convert-to-charpos)
11998 (xselect-convert-to-lineno, xselect-convert-to-colno)
11999 (xselect-convert-to-os, xselect-convert-to-host)
12000 (xselect-convert-to-user, xselect-convert-to-class)
12001 (xselect-convert-to-name, xselect-convert-to-integer)
12002 (xselect-convert-to-atom, xselect-convert-to-identity):
12003 * subr.el (declare, ignore, process-kill-without-query)
12004 (text-clone-maintain):
12005 * terminal.el (te-get-char, te-tic-sentinel):
12006 * tool-bar.el (tool-bar-make-keymap):
12007 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12008 * type-break.el (type-break-mode, type-break-noninteractive-query):
12009 * view.el (View-back-to-mark):
12010 * wid-browse.el (widget-browse-action, widget-browse-widget)
12011 (widget-browse-widgets, widget-browse-sexp):
12012 * widget.el (define-widget-keywords):
12013 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12014 Mark unused parameters.
12015
12016 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12017 (align-areas): Remove unused variable `look'.
12018 (align-region): Remove unused variables `real-end' and `pos-list'.
12019
12020 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12021
12022 * bindings.el (mode-line-modified, mode-line-remote):
12023 Mark unused parameters.
12024 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12025
12026 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12027 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12028
12029 * comint.el (comint-history-isearch-pop-state)
12030 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12031 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12032 (comint-substitute-in-file-name): Doc fix.
12033
12034 * completion.el (cmpl-statistics-block): Mark unused parameter.
12035 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12036 (save-completions-to-file, load-completions-from-file):
12037 Remove unused local variable `e'.
12038
12039 * composite.el (compose-chars): Remove unused variable `len'.
12040 (lgstring-insert-glyph): Remove unused variable `g'.
12041 (compose-glyph-string): Remove unused variables `ascent',
12042 `descent', `lbearing' and `rbearing'.
12043 (compose-glyph-string-relative): Remove unused variables
12044 `lbearing', `rbearing' and `wadjust'.
12045 (compose-gstring-for-graphic): Remove unused variables `header',
12046 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12047 (compose-gstring-for-terminal): Remove unused variables `header'
12048 and `nchars'. Use `let', not `let*'.
12049
12050 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12051 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12052 (Custom-buffer-done, custom-buffer-create-internal)
12053 (custom-browse-visibility-action, custom-browse-group-tag-action)
12054 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12055 (widget-magic-mouse-down-action, custom-toggle-parent)
12056 (custom-add-parent-links, custom-toggle-hide-variable)
12057 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12058 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12059 (custom-face-menu-create, custom-variable-menu-create, get)
12060 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12061 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12062 (customize-apropos): Remove unused variable `tests'.
12063 (custom-group-value-create): Remove unused variable `hidden-p'.
12064 (sort-fold-case): Declare.
12065
12066 * cus-theme.el (custom-reset-standard-faces-list)
12067 (custom-reset-standard-variables-list): Declare.
12068 (customize-create-theme, custom-theme-revert, custom-theme-write)
12069 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12070 Mark unused parameters.
12071
12072 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12073
12074 * delim-col.el (delimit-columns-max): Move defvar before first use.
12075
12076 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12077 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12078
12079 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12080 (auto-insert): Declare.
12081 (desktop-restore-file-buffer): Rename desktop-* parameters;
12082 mark unused ones.
12083 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12084 (desktop-buffer): Rename desktop-* parameters.
12085
12086 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12087 (dframe-reposition-frame-xemacs, dframe-help-echo)
12088 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12089 Mark unused parameters.
12090
12091 * dired-aux.el (backup-extract-version-start, overwrite-query)
12092 (overwrite-backup-query, rename-regexp-query)
12093 (rename-non-directory-query): Declare.
12094 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12095 (dired-add-entry): Remove unused variable `orig-file-name'.
12096 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12097 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12098 `dired-copy-preserve-time' directly.
12099 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12100 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12101
12102 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12103 (dired-virtual-revert, dired-make-relative-symlink):
12104 Mark unused parameters.
12105 (manual-program): Declare.
12106 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12107 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12108 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12109
12110 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12111
12112 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12113
12114 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12115 Declare.
12116
12117 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12118
12119 * electric.el (Electric-command-loop): Rename parameter
12120 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12121
12122 * expand.el (expand-in-literal): Remove unused variable `here'.
12123
12124 * facemenu.el (facemenu-add-new-color):
12125 Remove unused variable `docstring'.
12126
12127 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12128 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12129 (face-attr-construct): Mark unused parameter. Doc fix.
12130 (read-color): Remove unused variable `hex-string'.
12131
12132 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12133 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12134 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12135 (display-buffer-other-frame): Remove unused variable `old-window'.
12136 (kill-buffer-hook): Declare.
12137 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12138 Mark unused parameters.
12139 (after-find-file): Pass 1 to `auto-save-mode', not t.
12140
12141 * files-x.el (auto-insert): Declare.
12142 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12143
12144 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12145 variable `buf'. Mark unused parameter.
06b60517
JB
12146 (find-lisp-insert-directory): Mark unused parameter.
12147
12148 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12149 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12150 (format-common-tail): Remove, unused.
12151 (format-deannotate-region): Remove unused variable `loc'.
12152 (format-annotate-region): Remove unused variable `p'.
12153 (format-annotate-single-property-change): Remove unused variables
12154 `default' and `tail'.
12155
12156 * forms.el (read-file-filter): Declare.
12157 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12158
12159 * frame.el (frame-creation-function-alist): Mark unused parameter.
12160 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12161
12162 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12163 Remove unused parameters.
12164 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12165 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12166
12167 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12168 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12169 (hfy-prepare-tag-map): Mark unused parameters.
12170 (htmlfontify-buffer): Use `called-interactively-p'.
12171
12172 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12173 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12174 (ibuffer-do-occur): Mark unused parameters.
12175 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12176 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12177
12178 * ibuffer.el: Don't quote `lambda'.
12179 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12180 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12181 Mark unused parameters.
12182
12183 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12184 (ido-completing-read): Mark unused parameters.
12185 (ido-copy-current-word): Mark unused parameters;
12186 remove unused variable `name'.
12187 (ido-sort-merged-list): Remove unused parameter `dirs'.
12188
12189 * ielm.el (ielm-input-sender): Mark unused parameter.
12190 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12191 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12192 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12193 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12194 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12195
12196 * image-dired.el (image-dired-display-thumbs): Remove unused
12197 variables `curr-file' and `count'.
12198 (image-dired-remove-tag): Remove unused variable `start'.
12199 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12200 variable `curr-file'
12201 (image-dired-rotate-original): Remove unused variable `temp-file'.
12202 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12203 Remove unused variable `file'.
12204 (image-dired-gallery-generate): Remove unused variable `curr'.
12205 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12206
12207 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12208
12209 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12210
12211 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12212
12213 * isearch.el (minibuffer-history-symbol): Declare.
12214 (isearch-edit-string): Remove unused variable `err'.
12215 (isearch-message-prefix, isearch-message-suffix):
12216 Mark unused parameters.
12217
12218 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12219
12220 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12221
12222 * makesum.el (double-column): Remove unused variable `cnt'.
12223
12224 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12225 (ido-ignore-item-temp-list): Declare.
12226
12227 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12228 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12229 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12230 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12231 `mouse-col-delta'.
12232
12233 * mouse-sel.el (mouse-extend-internal):
12234 Remove unused variable `orig-window-frame'.
12235
12236 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12237 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12238 Move declarations before first use.
12239 (pcomplete-opt): Mark unused parameters; doc fix.
12240
12241 * proced.el (proced-revert): Mark unused parameter.
12242 (proced-send-signal): Remove unused variable `err'.
12243
12244 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12245 Rename parameter PREFIX-ARG to ARG.
12246 (ps-basic-plot-string, ps-basic-plot-whitespace):
12247 Mark unused parameters.
12248
12249 * replace.el (replace-count): Define.
12250 (occur-revert-function): Mark unused parameters.
12251 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12252 (isearch-case-fold-search, isearch-string): Declare.
12253 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12254 bind `case-fold-search'. Remove unused variables `beg' and `end',
12255 and simplify.
12256 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12257 COUNT and bind `replace-count'.
12258 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12259 to COUNT.
12260
12261 * savehist.el (print-readably, print-string-length): Declare.
12262
12263 * shadowfile.el (shadow-expand-cluster-in-file-name):
12264 Remove unused variable `cluster'.
12265 (shadow-copy-file): Remove unused variable `i'.
12266 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12267 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12268 (shadow-define-literal-group, shadow-define-regexp-group)
12269 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12270
12271 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12272 (shell): Use `called-interactively-p'.
12273 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12274
12275 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12276 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12277 (delete-backward-char): Remove unused variable `ocol'.
12278 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12279 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12280 (event-apply-hyper-modifier, event-apply-shift-modifier)
12281 (event-apply-control-modifier, event-apply-meta-modifier):
12282 Mark unused parameters.
12283 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12284 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12285
12286 * speedbar.el (speedbar-ignored-directory-expressions)
12287 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12288 (speedbar-find-file, speedbar-dir-follow)
12289 (speedbar-directory-buttons-follow, speedbar-tag-find)
12290 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12291 (speedbar-buffers-line-directory, speedbar-buffer-click):
12292 Mark unused parameters.
12293 (speedbar-tag-file): Remove unused variable `mode'.
12294 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12295
12296 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12297
12298 * talk.el (talk): Remove unused variable `display'.
12299
12300 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12301 (tar-write-region-annotate): Mark unused parameter.
12302
12303 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12304 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12305 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12306 warning by another.
12307
12308 * time-stamp.el (time-stamp-string-preprocess):
12309 Remove unused variable `require-padding'.
12310
12311 * tree-widget.el (widget-glyph-enable): Declare.
12312 (tree-widget-action): Mark unused parameter.
12313
12314 * w32-fns.el (x-get-selection): Mark unused parameter.
12315 (autoload-make-program, generated-autoload-file): Declare.
12316
12317 * wdired.el (wdired-revert): Mark unused parameters.
12318 (wdired-xcase-word): Remove unused variable `err'.
12319
12320 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12321 (whitespace-help-scroll): Remove unused variable `data-help'.
12322
12323 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12324 (widget-image-insert, widget-after-change, default)
12325 (widget-default-format-handler, widget-default-notify)
12326 (widget-default-prompt-value, widget-info-link-action)
12327 (widget-url-link-action, widget-function-link-action)
12328 (widget-variable-link-action, widget-file-link-action)
12329 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12330 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12331 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12332 (widget-insert-button-action, widget-delete-button-action, visibility)
12333 (widget-documentation-link-action, widget-documentation-string-action)
12334 (widget-const-prompt-value, widget-regexp-match, symbol)
12335 (widget-coding-system-prompt-value)
12336 (widget-key-sequence-value-to-external, sexp)
12337 (widget-sexp-value-to-internal, character, vector, cons)
12338 (widget-choice-prompt-value, widget-boolean-prompt-value)
12339 (widget-color--choose-action): Mark unused parameters.
12340 (widget-item-match-inline, widget-choice-match-inline)
12341 (widget-checklist-match, widget-checklist-match-inline)
12342 (widget-group-match): Rename parameter VALUES to VALS.
12343 (widget-field-value-set): Remove unused variable `size'.
12344 (widget-color-action): Remove unused variables `value' and `start'.
12345
12346 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12347 variable `dir'. Doc fix.
06b60517
JB
12348 (windmove-find-other-window): Don't pass it.
12349
12350 * window.el (count-windows): Mark unused parameter.
12351 (bw-adjust-window): Remove unused variable `err'.
12352
12353 * woman.el (woman-file-name): Remove unused variable `default'.
12354 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12355 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12356 (global-font-lock-mode): Declare.
12357 (woman-decode-region): Mark unused parameter.
12358 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12359
12360 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12361 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12362 (x-dnd-handle-moz-url): Remove unused variable `title'.
12363 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12364
12365 * xml.el (xml-parse-tag, xml-parse-attlist):
12366 Remove unused variable `pos'.
12367
bc4f7f3d
GM
123682011-04-19 Glenn Morris <rgm@gnu.org>
12369
12370 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12371 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12372 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12373 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12374 * calendar/cal-html.el (cal-html-insert-minical):
12375 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12376 (calendar-mark-date-pattern):
12377 Prefix "unused" locals.
12378
12379 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12380 optional argument `style'.
12381
12382 * calendar/appt.el (appt-make-list):
12383 * calendar/cal-china.el (calendar-chinese-date-string):
12384 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12385 (diary-hebrew-yahrzeit):
12386 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12387 * calendar/calendar.el (calendar-generate-window):
12388 * calendar/time-date.el (time-to-days):
12389 Remove unused local variables.
12390
16a43933
CY
123912011-04-18 Chong Yidong <cyd@stupidchicken.com>
12392
12393 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12394 glyphless-char-display table.
12395 (tabulated-list-glyphless-char-display): New var.
12396
7eed1860
SS
123972011-04-18 Sam Steingold <sds@gnu.org>
12398
12399 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12400 to acknowledgments.
12401
4d2d1ccd
GM
124022011-04-17 Glenn Morris <rgm@gnu.org>
12403
12404 * calendar/diary-lib.el (diary-sexp-entry):
12405 * calendar/holidays.el (holiday-sexp):
12406 Set debug-on-error rather than the removed stack-trace-on-error.
12407
239da61d
GM
124082011-04-16 Glenn Morris <rgm@gnu.org>
12409
12410 * progmodes/f90.el: Use lexical-binding.
12411 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12412
8b05752a
SM
124132011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12414
daca8ba5
SM
12415 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12416 (mail-mode): Setup mailalias completion here instead.
12417 * mail/mailalias.el: Use lexical-binding.
12418 (pattern, mailalias-done): Declare dynamic.
12419 (mail-completion-at-point-function): New function, from mail-complete.
12420 (mail-complete): Use it.
12421 (mail-completion-expand): New function.
12422 (mail-get-names): Use it.
12423 (mail-directory, mail-directory-process, mail-directory-stream):
12424 Don't use `pattern' for lexically bound arg.
12425
6f542485
SM
12426 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12427
037e7c3f
SM
12428 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12429 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12430 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12431
8b05752a
SM
12432 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12433 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12434 (byte-interactive-p): Define them again, for use when inlining
12435 old code.
12436
49093f60
JB
124372011-04-15 Juanma Barranquero <lekktu@gmail.com>
12438
12439 * loadup.el: Use `string-to-number', not `string-to-int'.
12440
b5b8e7de
SM
124412011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12442
12443 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12444 gud-gdb-complete-command.
12445 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12446 (gud-gdb-completion-at-point): New function.
12447 (gud-gdb-completions): Remove.
12448
f42efeb5
MA
124492011-04-14 Michael Albinus <michael.albinus@gmx.de>
12450
49093f60
JB
12451 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12452 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12453 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12454 whether `executable-find' is bound.
f42efeb5
MA
12455
12456 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12457
e240cc21
SM
124582011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * minibuffer.el (completion-in-region-mode-predicate)
12461 (completion-in-region-mode--predicate): New vars.
12462 (completion-in-region, completion-in-region--postch)
12463 (completion-in-region-mode): Use them.
12464 (completion--capf-wrapper): Also return the hook function.
12465 (completion-at-point, completion-help-at-point):
12466 Adjust and provide a predicate.
c2bd2ab0
SM
12467
12468 Preserve arg names for advice of subr and lexical functions (bug#8457).
12469 * help-fns.el (help-function-arglist): Consolidate the subr and
12470 new-byte-code cases. Add argument `preserve-names' to extract names
12471 from the docstring when needed.
12472 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12473 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12474 (ad-arglist): Use help-function-arglist's new arg.
12475 (ad-definition-type): Use cond.
12476
c183f693
JB
124772011-04-13 Juanma Barranquero <lekktu@gmail.com>
12478
06641a47
JB
12479 * autorevert.el (auto-revert-handler):
12480 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12481 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12482 Don't quote lambda.
12483
c183f693
JB
12484 * image-mode.el (image-transform-set-scale):
12485 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12486
1e3b6001
G
124872011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12488
12489 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12490 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12491 Upgrades via gnutls-cli are too slow to be done opportunistically.
12492
2d6af8dd
JB
124932011-04-12 Juanma Barranquero <lekktu@gmail.com>
12494
12495 * dframe.el (dframe-current-frame): Remove spurious quote.
12496
c0749a51
GM
124972011-04-12 Glenn Morris <rgm@gnu.org>
12498
088d0d61
GM
12499 * calendar/cal-tex.el (cal-tex-end-document):
12500 Try to automatically use latin1 input if needed.
12501
c0749a51
GM
12502 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12503 Don't try to cons a mark onto an empty element.
12504
5c90fde0
LL
125052011-04-11 Leo Liu <sdl.web@gmail.com>
12506
12507 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12508 buffers.
12509 (ido-kill-buffer-at-head): Support killing virtual buffers.
12510
369e974d
CY
125112011-04-10 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * minibuffer.el (completion-show-inline-help): New var.
12514 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12515 (minibuffer-force-complete, minibuffer-complete-word):
12516 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12517
12518 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12519 to avoid interference from inline help (Bug#5849).
12520
37f1c930
LL
125212011-04-10 Leo Liu <sdl.web@gmail.com>
12522
099c39a4
JB
12523 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12524 Fix typo.
37f1c930 12525
a32d4040
CY
125262011-04-09 Chong Yidong <cyd@stupidchicken.com>
12527
12528 * image-mode.el (image-toggle-display-image): Signal an error if
12529 not in Image mode.
12530 (image-transform-mode, image-transform-resize)
12531 (image-transform-set-rotation): Doc fix.
daca8ba5 12532 (image-transform-set-resize): Delete.
a32d4040
CY
12533 (image-transform-set-scale, image-transform-fit-to-height)
12534 (image-transform-fit-to-width): Handle image-toggle-display-image
12535 and image-transform-resize directly.
12536
099c39a4 125372011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12538
12539 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12540 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12541 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12542 (doc-view-mode-map): Add bindings for the new functions.
12543
099c39a4 125442011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12545
4d61f28d 12546 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12547 Fix typo in docstring.
12548
3726838a
EZ
125492011-04-08 Eli Zaretskii <eliz@gnu.org>
12550
04f33f1e
EZ
12551 * files.el (file-size-human-readable): Produce one digit after
12552 decimal, like "ls -lh" does.
12553
12554 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12555 the file size representation.
12556
3726838a
EZ
12557 * simple.el (list-processes): If async subprocesses are not
12558 available, error out with a clear error message.
12559
cbb59342
CY
125602011-04-08 Chong Yidong <cyd@stupidchicken.com>
12561
12562 * help.el (help-form-show): New function, to be called from C.
12563 Put help-form output in a buffer named differently than *Help*.
12564
e3971c44
EZ
125652011-04-08 Eli Zaretskii <eliz@gnu.org>
12566
12567 * files.el (file-size-human-readable): New function.
12568
12569 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12570 computing the representation inline. Don't require `cl'.
12571
12544bbe
GM
125722011-04-08 Glenn Morris <rgm@gnu.org>
12573
a1de6c6a
GM
12574 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12575
3c4671f4
GM
12576 * net/browse-url.el (browse-url-firefox):
12577 Test system-type, not system-configuration.
12578
b605679c
GM
12579 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12580 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12581 Use log-edit-empty-buffer-p. (Bug#7598)
12582
56442f0c
GM
12583 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12584 (rlogin-mode-map): Initialize in the defvar.
12585 (rlogin): Use ignore-errors.
12586
12544bbe
GM
12587 * replace.el (occur-mode-map): Some fixes for menu items.
12588
eb237b0f
AH
125892011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12590
12591 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12592
7d668f2c
CY
125932011-04-06 Chong Yidong <cyd@stupidchicken.com>
12594
e67a13ab
CY
12595 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12596 issuing unused warnings.
12597
12598 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12599 macro directly.
12600
7d668f2c
CY
12601 * simple.el: Lisp reimplement of list-processes. Based on an
12602 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12603 (process-menu-mode): New major mode.
12604 (list-processes--refresh, list-processes):
12605 (process-menu-visit-buffer): New functions.
12606
12607 * files.el (save-buffers-kill-emacs): Don't assume any return
12608 value of list-processes, which is undocumented anyway.
12609
a83ec3c9
CY
126102011-04-06 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * emacs-lisp/tabulated-list.el: New file.
12613
e91a96fe
CY
12614 * emacs-lisp/package.el: Use Tabulated List mode.
12615 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12616 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12617 table format using Tabulated List mode variables.
12618 (package--push): New macro, replacing package-list-maybe-add.
12619 (package-menu--generate): Use package--push. Renamed from
12620 package--generate-package-list.
12621 (package-menu-refresh, list-packages): Use it.
daca8ba5 12622 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12623 Return insertion data instead of inserting it directly.
099c39a4
JB
12624 (package-menu-describe-package, package-menu-execute):
12625 Use tabulated-list-get-id.
e91a96fe
CY
12626 (package-menu-mark-delete, package-menu-mark-install)
12627 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12628 (package-menu-mark-obsolete-for-deletion):
12629 Use tabulated-list-put-tag.
e91a96fe
CY
12630 (package--list-packages, package-menu-revert)
12631 (package-menu-get-package, package-menu-get-version)
12632 (package-menu-sort-by-column): Functions deleted.
12633 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12634 (package-menu--status-predicate, package-menu--version-predicate)
12635 (package-menu--name-predicate)
12636 (package-menu--description-predicate): Handle arguments in the
12637 Tabulated List format.
12638 (package-list-packages-no-fetch): Call list-packages.
12639
3e214b50
JB
126402011-04-06 Juanma Barranquero <lekktu@gmail.com>
12641
12642 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12643 (after-find-file): Don't bind it.
3e214b50
JB
12644 (revert-buffer-in-progress-p): New variable.
12645 (revert-buffer): Bind it.
12646 Pass nil for `after-find-file-from-revert-buffer'.
12647
12648 * saveplace.el (save-place-find-file-hook): Use new variable
12649 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12650
3f0f1700
GM
126512011-04-06 Glenn Morris <rgm@gnu.org>
12652
c0274801
GM
12653 * Makefile.in (AUTOGEN_VCS): New variable.
12654 (autoloads): Use $AUTOGEN_VCS.
12655
3f0f1700
GM
12656 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12657 * calendar/calendar.el (calendar-mode-map):
12658 Check for toolkit scroll bars. (Bug#8305)
12659
41ea9e48
CY
126602011-04-05 Chong Yidong <cyd@stupidchicken.com>
12661
12662 * minibuffer.el (completion-in-region--postch)
12663 (completion-in-region-mode): Remove unnecessary messages.
12664
6194c800
JB
126652011-04-05 Juanma Barranquero <lekktu@gmail.com>
12666
33256f14
JB
12667 * font-lock.el (font-lock-refresh-defaults):
12668 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12669 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12670
6194c800
JB
12671 * info.el (Info-directory-list, Info-read-node-name-2)
12672 (Info-split-parameter-string): Doc fixes.
12673 (Info-virtual-nodes): Reflow docstring.
12674 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12675 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12676 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12677 Fix typos in docstrings.
12678 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12679 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12680 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12681 (Info-restore-desktop-buffer): Mark unused parameters.
12682 (Info-directory-find-file, Info-directory-find-node)
12683 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12684 (Info-virtual-index-find-node, Info-apropos-find-file)
12685 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12686 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12687 (Info-virtual-index): Remove unused local variable `nodename'.
12688
b87a8200 126892011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12690
b87a8200
DD
12691 * net/rcirc.el: Update my e-mail address.
12692 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12693
3b2ff876
CY
126942011-04-05 Chong Yidong <cyd@stupidchicken.com>
12695
12696 * startup.el (command-line): Save the cursor's theme-face
12697 directly, instead of using face-override-spec.
12698
12699 * custom.el (load-theme): Minor optimization in assigning faces.
12700
8d17e7ca
JB
127012011-04-04 Juanma Barranquero <lekktu@gmail.com>
12702
12703 * help-fns.el (describe-variable): Complete all variables having
12704 documentation, including keywords.
12705 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12706
2fbc1934
JB
127072011-04-04 Juanma Barranquero <lekktu@gmail.com>
12708
12709 Convert to lexical-binding.
12710
12711 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12712 (bs--get-marked-string, bs--get-modified-string)
12713 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12714 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12715 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12716
12717 * ehelp.el (electric-help-execute-extended)
12718 (electric-help-ctrl-x-prefix):
12719 * hexl.el (hexl-revert-buffer-function):
12720 * linum.el (linum-after-change, linum-after-scroll):
12721 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12722
12723 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12724
74f50695
DU
127252011-04-04 Daiki Ueno <ueno@unixuser.org>
12726
12727 * epa-dired.el:
12728 * epa-mail.el:
12729 * epa-hook.el:
12730 * epa-file.el:
12731 * epa.el:
12732 * epg.el: Use lexical binding.
12733
c11325f7
CY
127342011-04-03 Chong Yidong <cyd@stupidchicken.com>
12735
0d9e9a12
CY
12736 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12737
c11325f7 12738 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12739 dictionary case for flyspell-mark-duplications-exceptions.
12740 Use regexp matching for languages.
c11325f7
CY
12741 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12742 default dictionary (Bug#7926).
12743
da91b5f2
CY
127442011-04-02 Chong Yidong <cyd@stupidchicken.com>
12745
099c39a4
JB
12746 * emacs-lisp/package.el (package--with-work-buffer):
12747 Recognize https URLs.
da91b5f2 12748
099c39a4
JB
12749 * net/network-stream.el: Move from gnus/proto-stream.el.
12750 Change prefix to network-stream throughout.
da91b5f2
CY
12751 (open-protocol-stream): Merge into open-network-stream, leaving
12752 open-protocol-stream as an alias. Handle nil BUFFER args.
12753
12754 * subr.el (open-network-stream): Move to net/network-stream.el.
12755
afa8e9f6
GM
127562011-04-02 Glenn Morris <rgm@gnu.org>
12757
1d2e369d
GM
12758 * find-dired.el (find-exec-terminator): New option.
12759 (find-ls-option): Test for -ls support.
12760 (find-ls-subdir-switches): Test for -b in find-ls-option.
12761 (find-dired, find-grep-dired): Doc fixes.
12762 (find-dired): Use find-exec-terminator.
12763
8abb7da8 12764 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12765 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12766 (find-name-arg): Remove purecopy.
8abb7da8 12767
f3ca7378
GM
12768 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12769 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12770 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12771 accordingly. Don't add the null-device if not needed.
12772
afa8e9f6
GM
12773 * files.el (save-some-buffers): Doc fix.
12774
35eae264
EZ
127752011-04-02 Eli Zaretskii <eliz@gnu.org>
12776
12777 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12778
26b51db5
JB
127792011-04-01 Juanma Barranquero <lekktu@gmail.com>
12780
12781 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12782 Use `dolist' rather than `mapcar'.
12783
7200d79c
SM
127842011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12785
03408648 12786 Add lexical binding.
7200d79c 12787
03408648
SM
12788 * subr.el (apply-partially): Use new closures rather than CL.
12789 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12790 (dolist, dotimes): Use slightly different expansion for lexical code.
12791 (functionp): Move to C.
12792 (letrec): New macro.
12793 (with-wrapper-hook): Use it and apply-partially instead of CL.
12794 (eval-after-load): Preserve lexical-binding.
12795 (save-window-excursion, with-output-to-temp-buffer): Turn them
12796 into macros.
7200d79c 12797
03408648
SM
12798 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12799
12800 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12801 than the arglist.
12802 (help-add-fundoc-usage): Don't add `Not documented'.
12803 (help-function-arglist): Handle closures, subroutines, and new
12804 byte-code-functions.
12805 (help-make-usage): Remove leading underscores.
12806 (describe-function-1): Handle closures.
12807 (describe-variable): Use special-variable-p for completion.
12808
12809 * files.el (lexical-binding): Declare safe.
f488fb65 12810
03408648
SM
12811 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12812 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12813 (pcase): Add `let' pattern.
12814 Change memoization so it actually works.
12815 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12816 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12817 <let>: New case.
f488fb65 12818
03408648
SM
12819 * emacs-lisp/macroexp.el: Use lexical binding.
12820 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12821 Don't convert ' to #' without checking that it's indeed quoting
12822 a lambda.
12823
12824 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12825 Use eval-sexp-add-defvars.
03408648
SM
12826 (eval-sexp-add-defvars): New fun.
12827
12828 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12829
12830 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12831 Don't autoload.
12832 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12833 than the internal `byte-compile-lambda'.
12834 (defmethod): Don't hide code under quotes.
12835 (eieio-defmethod): New `code' argument.
12836
12837 * emacs-lisp/eieio-comp.el: Remove.
12838
12839 * emacs-lisp/edebug.el (edebug-eval-defun)
12840 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12841 (edebug-toggle): Avoid `eval'.
12842
12843 * emacs-lisp/disass.el (disassemble-internal): Handle new
12844 `closure' objects.
12845 (disassemble-1): Handle new byte codes.
12846
12847 * emacs-lisp/cl.el (pushnew): Silence warning.
12848
12849 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12850 (cl-byte-compile-throw): Remove.
12851 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12852
12853 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12854 closures.
12855
12856 * emacs-lisp/cconv.el: New file.
12857
12858 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12859 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12860 (byte-compile-initial-macro-environment):
12861 Handle declare-function here.
12862 (byte-compile--lexical-environment): New var.
12863 (byte-stack-ref, byte-stack-set, byte-discardN)
12864 (byte-discardN-preserve-tos): New lap codes.
12865 (byte-interactive-p): Don't use any more.
12866 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12867 New macros.
12868 (byte-compile-lapcode): Use them and handle new lap codes.
12869 (byte-compile-obsolete): Remove.
12870 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12871 (byte-compile-arglist-warn): Check late def of inlinable funs.
12872 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12873 since they should have been expanded by now.
12874 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12875 (byte-compile-from-buffer): Remove unused second arg.
12876 (byte-compile-preprocess): New function.
12877 (byte-compile-toplevel-file-form): New function to distinguish
12878 file-form calls from outside from file-form calls from hunk-handlers.
12879 (byte-compile-file-form): Simplify.
12880 (byte-compile-file-form-defsubst): Remove.
12881 (byte-compile-file-form-defmumble): Simplify now that
12882 byte-compile-lambda always returns a byte-code-function.
12883 (byte-compile): Preprocess.
12884 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12885 Remove, not used any more.
12886 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12887 (byte-compile-make-args-desc): New funs.
12888 (byte-compile-lambda): Handle lexical functions. Always return
12889 a byte-code-function.
12890 (byte-compile-reserved-constants): New var, to make up room for
12891 closed-over variables.
12892 (byte-compile-constants-vector): Obey it.
12893 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12894 (byte-compile-macroexpand-declare-function): New function.
12895 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12896 byte-code-functions.
12897 (byte-compile-form): Check obsolescence here.
12898 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12899 (byte-compile-variable-ref): Remove.
12900 (byte-compile-dynamic-variable-op): New fun.
12901 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12902 (byte-compile-variable-set): New funs.
12903 (byte-compile-discard): Add 2 args.
12904 (byte-compile-stack-ref, byte-compile-stack-set)
12905 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12906 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12907 macroexpand-all instead.
12908 (byte-compile-quote-form): Remove.
12909 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12910 (byte-compile-bind, byte-compile-unbind): New funs.
12911 (byte-compile-let): Handle let* and lexical binding.
12912 (byte-compile-let*): Remove.
12913 (byte-compile-catch, byte-compile-unwind-protect)
12914 (byte-compile-track-mouse, byte-compile-condition-case):
12915 Handle a new :fun-body form, used for lexical scoping.
12916 (byte-compile-save-window-excursion)
12917 (byte-compile-with-output-to-temp-buffer): Remove.
12918 (byte-compile-defun): Simplify.
12919 (byte-compile-stack-adjustment): New fun.
12920 (byte-compile-out): Use it.
12921 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12922
12923 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12924 handler any more.
12925
12926 * emacs-lisp/byte-opt.el: Use lexical binding.
12927 (byte-inline-lapcode): Remove (to bytecomp).
12928 (byte-compile-inline-expand): Pay attention to inlining to/from
12929 lexically bound code.
12930 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12931 any more.
12932 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12933 any more and don't call compiler-macros.
12934 (byte-compile-splice-in-already-compiled-code): Remove.
12935 (byte-code): Don't inline any more.
12936 (disassemble-offset): Receive `bytes' as argument rather than via
12937 dynamic scoping.
12938 (byte-compile-tag-number): Declare before first use.
12939 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12940 `return' even if make-spliceable.
12941 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12942 obsolete interactive-p.
12943 (byte-optimize-lapcode): Optimize new lap-codes.
12944 Don't trip up on new form of `byte-constant' lap code.
12945
12946 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12947
12948 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12949
12950 * custom.el (custom-initialize-default, custom-declare-variable):
12951 Use `defvar'.
12952
12953 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12954 New variables.
12955 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12956 (COMPILE_FIRST): Add macroexp and cconv.
12957 * makefile.w32-in: Mirror changes in Makefile.in.
12958
12959 * vc/cvs-status.el:
12960 * vc/diff-mode.el:
12961 * vc/log-edit.el:
12962 * vc/log-view.el:
12963 * vc/smerge-mode.el:
12964 * textmodes/bibtex-style.el:
12965 * textmodes/css.el:
12966 * startup.el:
12967 * uniquify.el:
da91b5f2
CY
12968 * minibuffer.el:
12969 * newcomment.el:
12970 * reveal.el:
12971 * server.el:
12972 * mpc.el:
12973 * emacs-lisp/smie.el:
12974 * doc-view.el:
12975 * dired.el:
03408648
SM
12976 * abbrev.el: Use lexical binding.
12977
0f0c1f27
EZ
129782011-04-01 Eli Zaretskii <eliz@gnu.org>
12979
12980 * info.el (info-display-manual): New function.
12981
c82b2579
SM
129822011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12985
221ddf68
TH
129862011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12987
12988 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12989 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12990
cba6e77e
GM
129912011-03-31 Glenn Morris <rgm@gnu.org>
12992
e040639f
GM
12993 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12994
cba6e77e
GM
12995 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12996
6d0f1c9e
CS
129972011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12998
12999 * progmodes/python.el (python-default-interpreter)
13000 (python-python-command-args, python-jython-command-args)
13001 (python-which-shell, python-which-args, python-which-bufname)
13002 (python-file-queue, python-comint-output-filter-function)
13003 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13004 variables and functions.
13005
3e2d70fd
SM
130062011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13009 (completion-in-region-mode): New minor mode.
13010 (completion-in-region): Use it.
13011 (completion-in-region--data, completion-in-region-mode-map): New vars.
13012 (completion-in-region--postch): New function.
13013 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13014 New vars.
13015 (completion--capf-wrapper): New function.
13016 (completion-at-point): Use it to track well-behavedness of
13017 hook functions.
13018 (completion-help-at-point): New command.
13019
f3e4086c
JM
130202011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13021
13022 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13023 syntax class to search for whitespace on a single line
13024 (Message-ID: <4D938140.4030905@redhat.com>).
13025
eb7ffc14
LL
130262011-03-30 Leo Liu <sdl.web@gmail.com>
13027
13028 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13029 New commands.
13030 (edit-abbrevs-map): Bind them here.
13031 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13032
d806ab68
KM
130332011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13034
13035 * allout.el (allout-hide-by-annotation, allout-flag-region):
13036 Reduce possibility of overlay leakage by making them volatile.
13037
13038 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13039 hash is not shared between buffers. Mode initialization is
13040 responsible for giving it a useful starting value.
13041 (allout-item-span): Reduce possibility of overlay leakage by
13042 making them volatile.
13043 (allout-widgets-count-buttons-in-region): Add diagnostic function
13044 for tracking down button overlay leaks.
13045
ea622834
LL
130462011-03-29 Leo Liu <sdl.web@gmail.com>
13047
13048 * ido.el (ido-read-internal): Use the default history var
13049 minibuffer-history if no HISTORY is specified.
13050
b62f8267
G
130512011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13052
03408648
SM
13053 * net/imap.el (imap-shell-open, imap-process-connection-type):
13054 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13055 Kerberos, SSL, other subprocesses.
13056
947b6566
LL
130572011-03-28 Leo Liu <sdl.web@gmail.com>
13058
13059 * abbrev.el (abbrev-table-empty-p): New function.
13060 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13061 nonempty ones. (Bug#5937)
13062
5ffb62aa
JD
130632011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13064
13065 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13066
7a097943
LL
130672011-03-27 Leo Liu <sdl.web@gmail.com>
13068
13069 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13070 for foreground and background colors.
13071 (ansi-color-make-color-map): Adapt.
13072
c5b40130
LL
130732011-03-25 Leo Liu <sdl.web@gmail.com>
13074
1f48f7d2
LL
13075 * midnight.el (midnight-time-float): Remove. Note it calculates
13076 the microsecond component incorrectly and seconds-to-time does the
13077 same job.
625897ec 13078 Remove redundant (require 'timer).
1f48f7d2 13079
c5b40130
LL
13080 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13081 (ido-completions): Remove unused arguments. (Bug#8329)
13082
d86d2721
SM
130832011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * minibuffer.el (completion--flush-all-sorted-completions):
13086 Remove itself from hook.
13087 (completion-at-point): Let the functions perform the completion
13088 immediately and return nil or t.
13089 * comint.el (comint-dynamic-complete-functions): Now identical to
13090 completion-at-point-functions.
13091 (comint-dynamic-list-input-ring): Remove unused var `index'.
13092 (comint--match-partial-filename, comint--unquote&expand-filename):
13093 New funs, split from comint-match-partial-filename.
13094 (comint-dynamic-complete): Use completion-at-point.
13095 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13096
e8974c48
DA
130972011-03-24 Drew Adams <drew.adams@oracle.com>
13098
13099 * thingatpt.el: Support `defun'.
13100
def71b5e
LL
131012011-03-23 Leo Liu <sdl.web@gmail.com>
13102
cb5af48e
LL
13103 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13104
def71b5e
LL
13105 * help-mode.el (help-mode-finish): Tweak regexp.
13106
927c53e7
GM
131072011-03-23 Glenn Morris <rgm@gnu.org>
13108
18d05bed
GM
13109 * eshell/esh-opt.el (eshell-eval-using-options):
13110 Do not bind unused local variable `eshell-option-stub'.
13111
927c53e7
GM
13112 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13113
9d0da923
JB
131142011-03-22 Juanma Barranquero <lekktu@gmail.com>
13115
13116 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13117 keymap variable in `with-no-warnings' to avoid a warning when the
13118 keymap has been already `defconst'ed.
13119
4b978a67
LL
131202011-03-22 Leo Liu <sdl.web@gmail.com>
13121
13122 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13123 encode all chars in abbrevs; otherwise use emacs-mule or
13124 utf-8-emacs. (Bug#8308)
13125
5fd62452
JB
131262011-03-22 Juanma Barranquero <lekktu@gmail.com>
13127
0b1596c6
JB
13128 * simple.el (backward-delete-char-untabify):
13129 Avoid warning about using `delete-backward-char'.
13130
5fd62452
JB
13131 * image.el (image-type-file-name-regexps): Make it variable.
13132 `imagemagick-register-types' modifies it, and the user may want
13133 to add new extensions for known image types.
13134 (imagemagick-register-types): Throw error if not using ImageMagick.
13135
0b4e93f1
LL
131362011-03-22 Leo Liu <sdl.web@gmail.com>
13137
13138 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13139 located before rcirc-prompt-end-marker.
13140 (rcirc-complete): Error if point is not after rcirc prompt.
13141 Handle the case when table is nil.
9882e214 13142 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13143
fccee4ab
CY
131442011-03-22 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * custom.el (custom--inhibit-theme-enable): Make it affect only
13147 custom-theme-set-variables and custom-theme-set-faces.
13148 (provide-theme): Ignore custom--inhibit-theme-enable.
13149 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13150 (custom-enabling-themes): Delete variable.
d86d2721
SM
13151 (enable-theme): Accept only loaded themes as arguments.
13152 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13153 (custom-enabled-themes): Forbid themes from setting this.
13154 Eliminate use of custom-enabling-themes.
13155 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13156
af896da6
LL
131572011-03-21 Leo Liu <sdl.web@gmail.com>
13158
13159 * ido.el (ido-read-internal): Add ido-selected to history instead
13160 of user input.
13161
78f64af0
SM
131622011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * subr.el (deferred-action-list, deferred-action-function):
13165 Mark obsolete.
13166
b16ac1ec
LL
131672011-03-21 Leo Liu <sdl.web@gmail.com>
13168
810f7698
LL
13169 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13170 change on 2011-02-13 (bug#8309).
13171
b16ac1ec
LL
13172 * minibuffer.el (read-file-name-function): Change default value.
13173 (read-file-name--defaults): Rename from read-file-name-defaults.
13174 (read-file-name-default): Rename from read-file-name.
13175 (read-file-name): Call read-file-name-function.
13176
4e05e67e
GM
131772011-03-21 Glenn Morris <rgm@gnu.org>
13178
13179 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13180 Doc fixes.
13181
4359915b
CY
131822011-03-21 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * cus-theme.el: Add missing provide statement.
13185 (customize-create-theme): Extract theme value correctly.
13186 (custom-theme-visit-theme): Autoload.
13187 (customize-create-theme): Prompt before inserting default faces.
13188
1fe275ee
JB
131892011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13190
13191 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13192 units and musical notes.
13193
cd394be1 131942011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13195
13196 * ido.el (ido-read-internal): Use completing-read-default.
13197 (ido-completing-read): Fix compatibility with completing-read.
13198
7d476bde
CO
131992011-03-20 Christian Ohler <ohler@gnu.org>
13200
13201 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13202 (ert-delete-all-tests): Use `called-interactively-p' rather than
13203 `interactive-p'.
13204 (ert--make-xrefs-region): Respect END.
13205
fe0fb33e
CY
132062011-03-19 Chong Yidong <cyd@stupidchicken.com>
13207
ff854b0b
CY
13208 * dired-aux.el (dired-create-directory): Signal an error if the
13209 directory already exists (Bug#8246).
13210
fe0fb33e
CY
13211 * facemenu.el (list-colors-display): Call list-faces-display
13212 inside with-help-window.
13213 (list-colors-print): Use display property to align the final
13214 column, instead of checking window-width.
13215
576bce32
EZ
132162011-03-19 Eli Zaretskii <eliz@gnu.org>
13217
4d61f28d 13218 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13219 windows-nt systems.
13220 (emerge-protect-metachars): Quote correctly for ms-dos and
13221 windows-nt systems.
13222
89c41d68 132232011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13224
13225 * info.el (info-initialize): Replace all uses of `:' with
13226 path-separator for compatibility with non-Unix systems.
13227 Cache quoting of path-separator. (Bug#8258)
13228
b14e3e21 132292011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13230
13231 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13232 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13233 (mouse-avoidance-mode): Fix typos in docstrings.
13234
4525ce3e
CY
132352011-03-19 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * startup.el (package-subdirectory-regexp): Move from package.el.
13238 Omit \\` and \\', and let callers add them.
13239
13240 * emacs-lisp/package.el (package-strip-version)
13241 (package-load-all-descriptors): Add \\` and \\' to
13242 package-subdirectory-regexp before using it.
13243 (package-untar-buffer): New arg DIR; ensure that file untars only
13244 into this expected directory. Remove superfluous delete-region.
13245 (package-unpack): Caller changed.
13246 (package-tar-file-info): Use package-subdirectory-regexp.
13247
a904a09a 132482011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13249
a904a09a
SM
13250 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13251 diff-mode-shared-map (bug#8284).
13252 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13253
132542011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13255
13256 * calendar/time-date.el (format-seconds): Use assoc instead of
13257 assoc-string, since assoc-string doesn't exist in XEmacs.
13258
171fc304
JB
132592011-03-17 Juanma Barranquero <lekktu@gmail.com>
13260
13261 * custom.el (custom-known-themes): Reflow docstring.
13262 (custom-theme-load-path): Fix typo in docstring.
13263 (load-theme): Fix typo in error message.
13264 (custom-available-themes, custom-variable-theme-value):
13265 Use `let', not `let*'.
13266
d71990a1
JB
132672011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13268
13269 * calc/README: Mention inclusion of musical notes.
13270
13271 * calc/calc-units.el (calc-lu-quant): Rename from
13272 `calc-logunits-quantity'.
13273 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13274 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13275 (calc-db): Rename from `calc-dblevel'.
13276 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13277 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13278 (calc-np): Rename from `calc-nplevel'.
13279 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13280 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13281 (calc-lu-plus): Rename from `calc-logunits-add'.
13282 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13283 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13284 (calc-lu-minus): Rename from `calc-logunits-sub'.
13285 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13286 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13287 (calc-lu-times): Rename from `calc-logunits-mul'.
13288 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13289 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13290 (calc-lu-divide): Rename from `calc-logunits-div'.
13291 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13292 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13293
13294 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13295 functions being autoloaded.
13296
13297 * calc/calc.el (calc-lu-power-reference): Rename from
13298 `calc-logunits-power-reference'.
13299 (calc-lu-field-reference): Rename from
13300 `calc-logunits-field-reference'.
13301
7a71b18d
GM
13302 * calc/calc-help.el (calc-l-prefix-help):
13303 Mention musical note functions.
d71990a1 13304
40c2934b
SM
133052011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * minibuffer.el (completion-all-sorted-completions):
13308 Use :completion-cycle-penalty text property if present.
13309
b0911414
KM
133102011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13311
13312 * allout.el (allout-yank-processing): Adjust for new rebulleting
13313 regime so bullet being yanked is used without prompting the user
13314 for a choice.
13315
8a05b668
JB
133162011-03-16 Juanma Barranquero <lekktu@gmail.com>
13317
13318 * startup.el (command-line): Warn the user that _emacs is deprecated.
13319
5ba5fb81
JB
133202011-03-16 Juanma Barranquero <lekktu@gmail.com>
13321
13322 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13323 (delphi-verbose, delphi-comment-face, delphi-string-face)
13324 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13325 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13326 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13327 (delphi-new-comment-line, delphi-font-lock-defaults)
13328 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13329 Fix typos in docstrings.
13330
2dab465b
KM
133312011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13332
5ba5fb81 13333 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13334 Invert the roles of character and string values for INSTEAD, so a
13335 string is used for the more common case of a defaulting prompt.
13336
0adf5618
SM
133372011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13338
13339 * progmodes/ruby-mode.el (ruby-backward-sexp):
13340 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13341 * play/gamegrid.el (gamegrid-make-face):
13342 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13343 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13344 * notifications.el (notifications-notify):
13345 * net/xesam.el (xesam-search-engines):
13346 * net/quickurl.el (quickurl-list-insert):
13347 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13348
d72700e5
CY
133492011-03-15 Chong Yidong <cyd@stupidchicken.com>
13350
13351 * startup.el (command-line): Update package subdirectory regexp.
13352
49c5410a
SM
133532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13354
c6eee9aa
SM
13355 * allout.el (allout-abbreviate-flattened-numbering)
13356 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13357
49c5410a
SM
13358 * subr.el (read-char-choice): Only show the cursor after the prompt,
13359 not after the answer.
13360
047b2bb9
KR
133612011-03-15 Kevin Ryde <user42@zip.com.au>
13362
13363 * help-fns.el (variable-at-point): Skip leading quotes, if any
13364 (bug#8253).
13365
0a57d256
SM
133662011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13369 warning message.
13370
77c992bc
MA
133712011-03-14 Michael Albinus <michael.albinus@gmx.de>
13372
13373 * shell.el (shell): When called interactively, offer to change the
13374 shell file name on remote hosts.
13375
eebc475d
TZ
133762011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13377
13378 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13379 integration for LDAP parameters. The host, base, user or binddn,
13380 and secret tokens can be specified in a netrc file, for instance.
13381 This is optional because an `auth-source' parameter must be
13382 specified in the search attributes.
13383
9d05d1ba
JB
133842011-03-13 Juanma Barranquero <lekktu@gmail.com>
13385
13386 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13387
09d9db2c
GM
133882011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13391 into declaration. Remove redundant and harmful binding.
13392
133932011-03-12 Eli Zaretskii <eliz@gnu.org>
13394
13395 * files.el (file-ownership-preserved-p): Pass `integer' as an
13396 explicit 2nd argument to `file-attributes'. If the file's owner
13397 is the Administrators group on Windows, and the current user is
13398 Administrator, consider that a match.
13399
13400 * server.el (server-ensure-safe-dir): Consider server directory
13401 safe on MS-Windows if its owner is the Administrators group while
13402 the current Emacs user is Administrator. Use `=' to compare
13403 numerical UIDs, since they could be integers or floats.
13404
219bd536
JB
134052011-03-12 Juanma Barranquero <lekktu@gmail.com>
13406
13407 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13408
f3afd36b
MA
134092011-03-12 Michael Albinus <michael.albinus@gmx.de>
13410
13411 Sync with Tramp 2.2.1.
13412
13413 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13414
13415 * net/trampver.el: Update release number.
13416
3aaaa6f1
SM
134172011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13418
94642599
SM
13419 * progmodes/compile.el (compilation--previous-directory): Fix up
13420 various nil/dead-marker mismatches (bug#8014).
13421 (compilation-directory-properties, compilation-error-properties):
13422 Don't call it at a position past the one we're about to change.
13423
3aaaa6f1
SM
13424 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13425 Disable obsolescence warnings in the file that declares it.
13426
14239447
KM
134272011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13428
099c39a4
JB
13429 * allout-widgets.el (allout-widgets-tally):
13430 Initialize allout-widgets-tally as a hash table rather than nil to
13431 prevent mode-line redisplay warnings. Also, clarify the module
13432 description and fix a comment typo.
14239447 13433
135e287c
JB
134342011-03-11 Juanma Barranquero <lekktu@gmail.com>
13435
13436 * help-fns.el (describe-variable): Don't complete keywords.
13437 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13438
ffbf300e
CY
134392011-03-10 Chong Yidong <cyd@stupidchicken.com>
13440
ba08b241
CY
13441 * emacs-lisp/package.el (package-version-join): Impose a standard
13442 string representation for pre/alpha/beta version lists.
13443 (package-unpack-single): Standardize the directory name by passing
13444 it through package-version-join.
13445 (package-strip-rcs-id): Accept any version string that does not
13446 signal an error in version-to-list.
ffbf300e 13447
f346fd6b
MA
134482011-03-10 Michael Albinus <michael.albinus@gmx.de>
13449
13450 * simple.el (delete-trailing-whitespace): Return nil for the
13451 benefit of `write-file-functions'.
13452
ccb55d27
GM
134532011-03-10 Glenn Morris <rgm@gnu.org>
13454
5ceaac0c
GM
13455 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13456
02da65ff
GM
13457 * vc/vc-git.el (vc-git-program): New option.
13458 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13459 (vc-git--call): Use it.
13460
b2f603cc
GM
13461 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13462
5772caab
GM
13463 * cus-edit.el (Custom-newline): If no button at point, look
13464 for a subgroup button at start-of-line. (Bug#2298)
13465
ccb55d27
GM
13466 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13467
ec6ecaed
JD
134682011-03-10 Julien Danjou <julien@danjou.info>
13469
13470 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13471 `cursor-type' is nil.
13472
9d5aa01d
JB
134732011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13474
13475 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13476
b6a5875b
KM
134772011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13478
7a71b18d 13479 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13480 preserves the existing header prefix, rebulleting it if necessary,
13481 rather than replacing it. This is necessary for proper operation
13482 of cooperative addons like allout-widgets.
1154d12e
JB
13483 (allout-make-topic-prefix, allout-rebullet-heading):
13484 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13485 value as alternate bullet to be used, instead of prompting the user
13486 for a bullet character.
b6a5875b 13487
ee545c35
MA
134882011-03-09 Michael Albinus <michael.albinus@gmx.de>
13489
d86d2721
SM
13490 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13491 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13492 `tramp-default-port'.
13493
c47971d7
DD
134942011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13495
13496 * net/rcirc.el (rcirc-handler-001): Remove useless
13497 with-rcirc-process-buffer.
13498 (rcirc-check-auth-status): Swap arguments to string-match.
13499
13522cb4
GM
135002011-03-09 Glenn Morris <rgm@gnu.org>
13501
0be6f4f1
GM
13502 * shell.el (shell-mode):
13503 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13504
13522cb4
GM
13505 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13506 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13507
515de2e3
CY
135082011-03-08 Chong Yidong <cyd@stupidchicken.com>
13509
13510 * emacs-lisp/package.el (package-refresh-contents)
13511 (package-menu-execute): Use condition-case-no-debug.
13512
b511b994
MA
135132011-03-08 Michael Albinus <michael.albinus@gmx.de>
13514
13515 * simple.el (shell-command-to-string): Use `process-file'.
13516
13517 * emacs-lisp/package.el (package-tar-file-info): Handle also
13518 remote files.
13519
d86d2721
SM
13520 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13521 Use `equal' for upload base check.
b511b994 13522
25bbfb31
AM
135232011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13524
13525 * textmodes/texinfo.el (texinfo-environments):
13526 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13527
be996521
GM
135282011-03-08 Glenn Morris <rgm@gnu.org>
13529
e9c8529f
GM
13530 * cus-start.el (cursor-in-non-selected-windows):
13531 Fix :set quoting oddness. (Bug#8192)
13532
be996521
GM
13533 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13534 in some setf expressions. (Bug#2159)
13535
2bb5649e
CY
135362011-03-08 Chong Yidong <cyd@stupidchicken.com>
13537
13538 * custom.el (custom-available-themes): Return themes in
13539 alphabetical order.
13540
33383987 13541See ChangeLog.15 for earlier changes.
e3d51b27
MR
13542
13543;; Local Variables:
13544;; coding: utf-8
e3d51b27
MR
13545;; End:
13546
acaf905b 13547 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13548
13549 This file is part of GNU Emacs.
13550
13551 GNU Emacs is free software: you can redistribute it and/or modify
13552 it under the terms of the GNU General Public License as published by
13553 the Free Software Foundation, either version 3 of the License, or
13554 (at your option) any later version.
13555
13556 GNU Emacs is distributed in the hope that it will be useful,
13557 but WITHOUT ANY WARRANTY; without even the implied warranty of
13558 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13559 GNU General Public License for more details.
13560
13561 You should have received a copy of the GNU General Public License
13562 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.