Remove doc/lispref/two.el
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5075bdb5
GM
12012-05-08 Glenn Morris <rgm@gnu.org>
2
c052c904
GM
3 * lisp/language/burmese.el, language/cham.el, language/czech.el:
4 * language/english.el, language/georgian.el, language/greek.el:
5 * language/japanese.el, language/khmer.el, language/korean.el:
6 * language/lao.el, language/misc-lang.el, language/romanian.el:
7 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8 * language/thai.el, language/utf-8-lang.el:
9 Remove no-byte-compile setting.
10
5075bdb5
GM
11 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12
06f679a7
AH
132012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14
15 * progmodes/make-mode.el (makefile-browse):
16 Remove unnecessary interactive. (Bug#11324)
17
03794570
GM
182012-05-07 Glenn Morris <rgm@gnu.org>
19
af8630f4
GM
20 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
21
03794570
GM
22 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
23
f0809a9d
SM
242012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
25
28be5ce7
SM
26 * loadup.el: Preload newcomment.el.
27 * newcomment.el: Move autoload-only code to toplevel.
28
f0809a9d
SM
29 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
30 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
31 Handle new :right-align column property.
32 (tabulated-list-print-col): Idem, plus use `display' text-property to
33 try and preserve alignment for variable pitch fonts.
34
1241b724
CY
352012-05-07 Chong Yidong <cyd@gnu.org>
36
37 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
38 (tabulated-list-use-header-line): New var.
39 (tabulated-list-init-header): Use it.
40 (tabulated-list-print-fake-header): New function.
41 (tabulated-list-print): Use it.
42 (tabulated-list-sort-button-map): Add non-header-line commands.
43 (tabulated-list-init-header): Add column name property to basic
44 labels as well.
45 (tabulated-list-col-sort): Handle non-header-line button case.
46 (tabulated-list--sort-by-column-name): Fix a corner case.
47
f0809a9d
SM
48 * buff-menu.el (list-buffers--refresh):
49 Handle Buffer-menu-use-header-line.
1241b724 50
e5f9458f
CY
512012-05-06 Chong Yidong <cyd@gnu.org>
52
53 * buff-menu.el: Convert to Tabulated List mode.
54 (Buffer-menu-buffer+size-width): Make obsolete.
55 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
56 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
57 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
58 documentation into docstring of buffer-menu.
59 (Buffer-menu-toggle-files-only): Add an informative message.
60 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
61 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
62 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
63 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
64 (Buffer-menu-execute, Buffer-menu-select)
65 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
66 (Buffer-menu-bury): Use Tabulated List machinery.
67 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
68 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 69 Delete.
e5f9458f
CY
70 (list-buffers--refresh): New function.
71 (list-buffers-noselect): Use it.
72 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
73 (Buffer-menu--pretty-file-name): New helper functions.
74
75 * loadup.el: Preload tabulated-list.
76
77 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
78 tabulated-list-sort-column.
79 (tabulated-list-init-header): Add the initial aligning space even
80 if tabulated-list-padding is zero.
81
e129292c
CS
822012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
83
84 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
85 whose cdr is not a cons cell correctly (bug#11038).
86
6632d361
CY
872012-05-06 Chong Yidong <cyd@gnu.org>
88
e129292c
CS
89 * emacs-lisp/tabulated-list.el (tabulated-list-format):
90 Accept additional plist in column descriptors.
6632d361
CY
91 (tabulated-list-init-header): Obey it.
92 (tabulated-list-get-entry): New function.
93 (tabulated-list-put-tag): Use it. Use string-width instead of
94 length.
95 (tabulated-list--column-number): New function.
96 (tabulated-list-print): Use it.
e129292c
CS
97 (tabulated-list-print-col): New function.
98 Set `tabulated-list-column-name' property on each column's text.
6632d361 99 (tabulated-list-print-entry): Use it.
e129292c
CS
100 (tabulated-list-delete-entry, tabulated-list-set-col):
101 New functions.
6632d361
CY
102 (tabulated-list-sort-column): New command (Bug#11337).
103
3cc99f68
CY
104 * buff-menu.el (list-buffers): Move C-x C-b binding from
105 buff-menu.el to bindings.el.
106
107 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
108 :advertised-binding feature.
109
52b61776
TN
1102012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
111
112 * progmodes/compile.el (compilation-internal-error-properties):
113 Calculate start position correctly when end-col is set but
114 end-line is not (Bug#11382).
115
ebfe2597
WJ
1162012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
117
118 * man.el (Man-unindent): Use text-property-default-nonsticky to
119 prevent untabify from inheriting face properties (Bug#11408).
120
a43f98b3
GM
1212012-05-05 Glenn Morris <rgm@gnu.org>
122
48176e8b
GM
123 * calendar/cal-html.el: Optionally include holidays in the output.
124 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
125 (cal-html-holidays): New option.
126 (cal-html-css-default): Add holiday entry.
127 (holiday-in-range): Autoload it.
128 (cal-html-htmlify-entry): Add optional class argument.
129 (cal-html-htmlify-list): Add optional holidays argument.
130 (cal-html-insert-agenda-days): Include holidays in the output.
131 (cal-html-one-month): Maybe include holidays.
132
a43f98b3
GM
133 * calendar/holidays.el (holiday-in-range):
134 Move here from cal-tex-list-holidays.
135 * calendar/cal-tex.el (cal-tex-list-holidays):
136 Make it an obsolete alias for holiday-in-range. Update all callers.
137
fef9d149 1382012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
139
140 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
141 Nextstep.
142
248da2f4
RW
1432012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
144
145 * files.el (file-auto-mode-skip): New var.
146 (set-auto-mode-1): Use it.
147
f95e9344
SM
1482012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
149
df96ab1e
SM
150 * repeat.el: Use lexical-binding.
151 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
152 (repeat-undo-count): Remove.
153 (repeat):
154 * progmodes/octave-mod.el (octave-abbrev-start):
155 * progmodes/f90.el (f90-abbrev-start):
156 * face-remap.el (text-scale-adjust):
157 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
158
5342bb06
SM
159 * emacs-lisp/pcase.el (pcase--let*): New function.
160 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
161 a bit more.
162 (pcase--split-pred): Be more clever about ruling out overlap between
163 a predicate and some constant pattern.
164 (pcase--q1): Use `null' instead of (eq foo nil).
165
f95e9344
SM
166 * subr.el (setq-local, defvar-local): New macros.
167 (kbd): Redefine as an alias.
168 (with-selected-window): Leave unrelated frames alone.
169 (set-temporary-overlay-map): New function.
170
71873e2b
SM
1712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * subr.el (user-error): New function.
174 * window.el (switch-to-buffer):
175 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
176 (smerge-match-conflict):
177 * simple.el (previous-matching-history-element)
178 (next-matching-history-element, goto-history-element, undo-more)
179 (undo-start):
180 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
181 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
182 (next-file, tags-loop-scan, list-tags, complete-tag):
183 * progmodes/compile.el (compilation-loop):
184 * mouse.el (mouse-minibuffer-check):
185 * man.el (Man-bgproc-sentinel, Man-goto-page):
186 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
187 (Info-history-forward, Info-follow-reference, Info-menu)
188 (Info-extract-menu-item, Info-extract-menu-counting)
189 (Info-forward-node, Info-backward-node, Info-next-menu-item)
190 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
191 (Info-next-reference, Info-prev-reference, Info-index)
192 (Info-index-next, Info-follow-nearest-node)
193 (Info-copy-current-node-name):
194 * imenu.el (imenu--make-index-alist)
195 (imenu-default-create-index-function, imenu-add-to-menubar):
196 * files.el (basic-save-buffer, recover-file):
197 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
198 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
199 (checkdoc-message-text, checkdoc-defun):
200 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
201 * cus-edit.el (customize-changed-options, customize-rogue)
202 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
203 (custom-variable-mark-to-reset-standard)
204 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
205 (custom-file):
206 * completion.el (check-completion-length):
207 * comint.el (comint-search-arg)
208 (comint-previous-matching-input-string-position)
209 (comint-previous-matching-input)
210 (comint-replace-by-expanded-history-before-point, comint-send-input)
211 (comint-copy-old-input, comint-backward-matching-input)
212 (comint-goto-process-mark, comint-set-process-mark):
213 * calendar/calendar.el (calendar-cursor-to-date): Use it.
214 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
215
8a61ee22
SM
2162012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
217
66408d1e
SM
218 * dabbrev.el (dabbrev--ignore-case-p): New function.
219 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
220 Use it.
221
8a61ee22
SM
222 * files.el (automount-dir-prefix): Mark as obsolete.
223
3c74813a
GM
2242012-05-04 Glenn Morris <rgm@gnu.org>
225
226 * patcomp.el, play/bruce.el: Move to obsolete/.
227
0bfcf5c5
PE
2282012-05-04 Paul Eggert <eggert@cs.ucla.edu>
229
230 Fix minor Y10k bugs.
231 * arc-mode.el (archive-unixdate):
232 * autoinsert.el (auto-insert-alist):
233 * calc/calc-forms.el (math-this-year):
234 * emacs-lisp/copyright.el (copyright-current-year)
235 (copyright-update-year, copyright):
236 * tar-mode.el (tar-clip-time-string):
237 * time.el (display-time-update):
238 Don't assume years have 4 digits.
239
78f3273a
CY
2402012-05-04 Chong Yidong <cyd@gnu.org>
241
242 * dos-w32.el (file-name-buffer-file-type-alist)
243 (direct-print-region-use-command-dot-com):
244 * ffap.el (ffap-menu-regexp):
245 * find-file.el (ff-special-constructs):
246 * follow.el (follow-debug):
247 * forms.el (forms--debug):
248 * iswitchb.el (iswitchb-all-frames):
249 * ido.el (ido-all-frames):
250 * emacs-lisp/timer.el (timer-max-repeats):
251 * mail/feedmail.el (feedmail-mail-send-hook)
252 (feedmail-mail-send-hook-queued):
253 * mail/footnote.el (footnote-signature-separator):
254 * mail/mailabbrev.el (mail-alias-separator-string)
255 (mail-abbrev-mode-regexp):
256 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
257 * progmodes/idlwave.el (idlwave-libinfo-file)
258 (idlwave-default-completion-case-is-down)
259 (idlwave-library-routines): Convert defvars to defcustoms.
260
261 * mail/rmail.el (rmail-decode-mime-charset):
262 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
263 (idlwave-shell-fix-inserted-breaks)
264 (idlwave-shell-activate-alt-keybindings)
265 (idlwave-shell-use-breakpoint-glyph):
266 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
267
f7ae6719
SM
2682012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
271
47086495
WS
2722012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
273
274 * progmodes/verilog-mode.el (font-lock-keywords):
275 Fix mis-highligting auto. Reported by Craig Barner.
276 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
277 defines from global name space. Reported by Dan Dever.
278 (verilog-auto-reset, verilog-auto-reset-widths)
279 (verilog-auto-tieoff): Support using unbased numbers for
280 AUTORESET and AUTOTIEOFF.
281 (verilog-submit-bug-report): Update variable list.
282 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
283 parenthesis from not matching. Reported by Michael Rytting.
284 (verilog-auto-template-lint): Fix hash error when linting modules
285 with no used templates.
286 (verilog-warn, verilog-warn-error)
287 (verilog-warn-fatal): When non-interactive report multiple
288 warnings before exiting. Suggested by Brad Dobbie.
289 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
290 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
291 to report unused template errors. Reported by Brad Dobbie.
292 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
293 nets, bug438. Reported by Vns Blore.
294 (verilog-auto-inout-module, verilog-auto-reg)
295 (verilog-read-decls, verilog-read-sub-decls-sig)
296 (verilog-signals-edit-wire-reg, verilog-signals-with):
297 Fix passing of Verilog data types in ANSI input/output ports
298 such as "output logic" into the AUTOs. Special case "wire" and
299 "reg" for backwards compatibility presuming Verilog 2001.
300 (verilog-auto-ascii-enum): Add "auto enum" as alias.
301 (verilog-preprocess): Fix replication of preprocess output.
302 Reported by Brad Dobbie.
303 (verilog-auto-inst-interfaced-ports):
304 Create verilog-auto-inst-interfaced-ports, bug429.
305 Reported by Julian Gorfajn.
306 (verilog-after-save-font-hook)
307 (verilog-before-save-font-hook): New variable.
308 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
309 (verilog-save-font-mods): Wrap disabling fontification, reported
310 by David Rogoff.
311 (verilog-do-indent, verilog-pretty-declarations-auto)
312 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
313 Reported by Pierre-David Pfister.
314 (verilog-set-auto-endcomments): Fix endtask auto comments outside
315 of class declarations, bug292. Reported by Kevin Heilman.
316 (verilog-read-decls): Fix 'parameter type' not appearing in
317 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
318 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
319 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
320 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
321 Reported by David Kravitz.
322
3232012-05-03 Michael McNamara <mac@mail.brushroad.com>
324
325 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
326 assignment with tests in ifs and for loops.
327 (verilog-extended-complete-re, verilog-complete-reg): Change so
328 that DPI inport functions don't look like fuction declarations.
329 (verilog-pretty-expr): Don't line up assignment
330 operations to the test and increment in if and for loops
331 (verilog-extended-complete-re, verilog-complete-reg): Change so
332 that DPI inport functions don't look like fuction declarations
333
2e51d4b5
KH
3342012-05-03 Kenichi Handa <handa@m17n.org>
335
336 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
337 decoding, and show a warning message without signalling an error
338 (Bug#11282).
339
2bd785a2
SM
3402012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * emacs-lisp/bytecomp.el
343 (byte-compile-file-form-custom-declare-variable): Compile all elements,
344 since cconv.el might have introduced :fun-body, internal-make-closure,
345 and friends for bytecomp to handle (bug#11391).
346 * custom.el (defcustom): Avoid ((λ ..) ..).
347
99d27583
SM
3482012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
351
55a71479
JB
3522012-05-02 Juanma Barranquero <lekktu@gmail.com>
353
354 * notifications.el (dbus-debug):
355 * term/linux.el (gpm-mouse-enable):
356 * term/screen.el (xterm-register-default-colors): Declare.
357
7b97c764
CY
3582012-05-02 Chong Yidong <cyd@gnu.org>
359
2bc356d7
CY
360 * cus-start.el (gc-cons-percentage, exec-suffixes)
361 (dos-display-scancodes, dos-hyper-key, dos-super-key)
362 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
363 (make-cursor-line-fully-visible, void-text-area-pointer)
364 (font-list-limit): Add customization data.
365
7b97c764
CY
366 * allout.el (allout-exposure-change-functions)
367 (allout-structure-added-functions)
368 (allout-structure-deleted-functions)
369 (allout-structure-shifted-functions): Rename abnormal hooks from
370 *-hook, and convert to defcustoms.
5d3385a0
JB
371 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
372 Convert to defcustoms.
7b97c764
CY
373 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
374
375 * allout-widgets.el: Hook callers changed.
376
90207a15 3772012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
378
379 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
380 the yanked message in preference to the default value of
381 buffer-file-coding-system.
382
90207a15 3832012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 384
5d3385a0
JB
385 * window.el (display-buffer--action-function-custom-type):
386 Fix entry.
d9558cad 387
90207a15 3882012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
389
390 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
391
d80ac57b
GM
3922012-05-01 Glenn Morris <rgm@gnu.org>
393
976f7668
GM
394 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
395
beb83b5a
GM
396 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
397
d80ac57b
GM
398 * cus-edit.el (custom-variable-documentation): Simplify with format.
399
b593d6a9
AH
4002012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
401 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * simple.el (suggest-key-bindings, execute-extended-command):
404 Move from keyboard.c.
405
782fbf2a
CY
4062012-05-01 Chong Yidong <cyd@gnu.org>
407
408 * follow.el: Eliminate advice.
409 (set-process-filter, process-filter, sit-for): Advice deleted.
410 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
411 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
412 Vars deleted.
782fbf2a
CY
413 (follow-auto): Use a :set function.
414 (follow-mode): Rewritten. Don't advise process filters.
415 (follow-switch-to-current-buffer-all, follow-scroll-up)
416 (follow-scroll-down): Assume follow-mode is bound.
417 (follow-comint-scroll-to-bottom)
418 (follow-align-compilation-windows): New functions.
419 (follow--window-sorter): New function.
420 (follow-all-followers): Use it to explicitly sort windows by their
421 positions; don't make assumptions about next-window order.
422 (follow-windows-start-end, follow-delete-other-windows-and-split)
423 (follow-calc-win-start): Doc fix.
424 (follow-windows-aligned-p, follow-select-if-visible): Don't call
425 vertical-motion unnecessarily.
426 (follow-adjust-window): New function.
427 (follow-post-command-hook): Use it.
428 (follow-call-set-process-filter, follow-call-process-filter)
429 (follow-intercept-process-output, follow-tidy-process-filter-alist)
430 (follow-stop-intercept-process-output, follow-generic-filter):
431 Functions deleted.
432 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
433 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
434 New functions, replacing advice on scroll-bar-* commands.
87233a14 435 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
436
437 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
438 (comint-postoutput-scroll-to-bottom): Use it.
439 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 440
290af740
GM
4412012-05-01 Glenn Morris <rgm@gnu.org>
442
443 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
444 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
445 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
446 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
447 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
448 Remove no-byte-compile setting.
449
6eac8dc9
SM
4502012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * minibuffer.el (completion-table-with-quoting): Fix compatibility
453 all-completions code to not return a number in the last cdr.
454
9cc7819c
LL
4552012-04-30 Leo Liu <sdl.web@gmail.com>
456
457 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
458 read-only error.
459
c93b886f
CY
4602012-04-29 Chong Yidong <cyd@gnu.org>
461
462 * follow.el (follow-calc-win-end): Rewrite to handle partial
463 screen lines correctly (Bug#8390).
464 (follow-avoid-tail-recenter): Minor cleanup.
465
8b6c19f4
SM
4662012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 Avoid the obsolete `assoc' package.
469 * speedbar.el (speedbar-refresh): Avoid adelete.
470 (speedbar-file-lists): Simplify and avoid aput.
471 * man.el (Man--sections, Man--refpages): New vars, replacing
472 Man-sections-alist and Man-refpages-alist.
473 (Man-build-section-alist, Man-build-references-alist):
474 Use them; avoid aput.
475 (Man--last-section, Man--last-refpage): New vars.
476 (Man-follow-manual-reference): Use them.
477 Use the `default' arg of completing-read.
478 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
479
c5bb7569
CY
4802012-04-27 Chong Yidong <cyd@gnu.org>
481
d1d2e2e8
CY
482 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
483
15cd8efd
CY
484 * startup.el (x-apply-session-resources): New function.
485
486 * term/ns-win.el (ns-initialize-window-system):
487 * term/w32-win.el (w32-initialize-window-system):
488 * term/x-win.el (x-initialize-window-system): Use it to properly
489 set menu-bar-mode and other vars from X resources, even if the
490 initial frame is not a window-system frame (Bug#2299).
491
c5bb7569
CY
492 * subr.el (read-key): Avoid running filter function when setting
493 up temporary tool bar entries (Bug#9922).
494
a8e7d6d7 4952012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
496
497 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
498 (Bug#11344)
499
a8e7d6d7 5002012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
501
502 * select.el (xselect--encode-string): New function, split from
503 xselect-convert-to-string.
504 (xselect-convert-to-string): Use it.
505 (xselect-convert-to-filename, xselect-convert-to-os)
506 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
507 returned strings are properly encoded (Bug#11315).
508
a8e7d6d7 5092012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
510
511 * simple.el (delete-active-region): Move to killing custom group.
512
a8e7d6d7 5132012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
514
515 * progmodes/which-func.el (which-func-current): Quote %
516 characters for mode-line processing.
517
578c1d4b 5182012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
519
520 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
521 reaching eob (Bug#11286).
522
a8e7d6d7 5232012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
524
525 * progmodes/gdb-mi.el (gdb-control-level): New variable.
526 (gdb): Make it buffer-local and init to zero.
527 (gdb-control-commands-regexp): New variable.
528 (gdb-send): Don't wrap in "-interpreter-exec console" if
529 gdb-control-level is positive. Increment gdb-control-level
530 whenever the command matches gdb-control-commands-regexp, and
531 decrement it each time the command is "end". (Bug#11279)
532
a8e7d6d7 5332012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
534
535 * window.el (adjust-window-trailing-edge, enlarge-window)
536 (shrink-window, window-resize):
537 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
538 windows (Bug#11276).
539
b3608390
CY
5402012-04-27 Chong Yidong <cyd@gnu.org>
541
542 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 543 fix "missing prefix" warning. All callers changed.
b3608390 544
797e6e88
SM
5452012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * emacs-lisp/assoc.el: Move to obsolete/.
548
e95a67dc
SM
5492012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
550
657c21e4 551 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
552
553 * term/ns-win.el (ns-define-service):
554 * progmodes/pascal.el (pascal-goto-defun):
555 * progmodes/js.el (js--read-tab):
556 * progmodes/etags.el (tags-lazy-completion-table):
557 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
558 * emacs-lisp/ewoc.el (ewoc--wrap):
559 * emacs-lisp/assoc.el (aput, adelete, amake):
560 * doc-view.el (doc-view-convert-current-doc):
561 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
562
cb3e7ae0
CY
5632012-04-26 Chong Yidong <cyd@gnu.org>
564
dce04f7f
CY
565 * image.el (image-type-from-buffer): Only return supported image
566 type (Bug#9045).
567
cb3e7ae0
CY
568 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
569 value, for symmetry with diff-end-of-hunk.
570 (diff-split-hunk, diff-find-source-location)
571 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
572 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
573 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
574 compute the relevant hunk or file properly (Bug#6005).
575 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
576
0d42eb3e
SM
5772012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * vc/vc-mtn.el:
580 * vc/vc-hg.el:
581 * vc/vc-git.el:
582 * vc/vc-dir.el:
583 * vc/vc-cvs.el:
584 * vc/vc-bzr.el:
585 * vc/vc-arch.el:
586 * vc/vc.el: Replace lexical-let by lexical-binding.
587 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
588 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
589 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
590
f08ae1c9
CY
5912012-04-26 Chong Yidong <cyd@gnu.org>
592
8b71081d
CY
593 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
594 (diff-mode-shared-map): Bind it to / and [remap undo].
595
f08ae1c9
CY
596 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
597 (ediff-window-setup-function): Use it as the default, to set up
598 windows based on whether the current frame is graphical (Bug#2138).
599 (ediff-choose-window-setup-function-automatically): Make obsolete.
600
601 * vc/ediff-init.el: Always define ediff-pixel-width/height.
602
ef24141c
SM
6032012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
604
cc356a5d
SM
605 * ffap.el: Remove old code for obsolete package.
606 (ffap-complete-as-file-p): Remove.
607
b4ff4f1f
SM
608 Use completion-table-with-quoting for comint and pcomplete.
609 * comint.el (comint--unquote&requote-argument)
610 (comint--unquote-argument, comint--requote-argument): New functions.
611 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
612 (comint-quote-filename): Use regexp-opt-charset.
613 (comint--common-suffix, comint--common-quoted-suffix)
614 (comint--table-subvert): Remove.
615 (comint-unquote-function, comint-requote-function): New vars.
616 (comint--complete-file-name-data): Use them with
617 completion-table-with-quoting.
618 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
619 * pcomplete.el (pcomplete-arg-quote-list)
620 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
621 (pcomplete-unquote-argument-function): Default to non-nil.
622 (pcomplete-unquote-argument): Simplify.
623 (pcomplete--common-quoted-suffix): Remove.
624 (pcomplete-requote-argument-function): New var.
625 (pcomplete--common-suffix): New function.
626 (pcomplete-completions-at-point): Use completion-table-with-quoting
627 and completion-table-subvert.
628
79c4eeb4
SM
629 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
630 (minibuffer--double-dollars): Preserve properties.
631 (completion--sifn-requote): New function.
632 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
633
ef24141c
SM
634 * minibuffer.el: Add support for completion of quoted/escaped data.
635 (completion-table-with-quoting, completion-table-subvert): New funs.
636 (completion--twq-try, completion--twq-all): New functions.
637 (completion--nth-completion): New function.
638 (completion-try-completion, completion-all-completions): Use it.
639
784e7d6e
LL
6402012-04-25 Leo Liu <sdl.web@gmail.com>
641
dd2ac746
SM
642 * progmodes/python.el (python-pdbtrack-get-source-buffer):
643 Use compilation-message if available to find real filename.
784e7d6e 644
07875ee7
CY
6452012-04-25 Chong Yidong <cyd@gnu.org>
646
647 * vc/diff-mode.el (diff-setup-whitespace): New function.
648 (diff-mode): Use it.
649
650 * vc/diff.el (diff-sentinel):
651 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
652 Whitespace mode variables based on diff style (Bug#8612).
653
5055880d
LL
6542012-04-25 Leo Liu <sdl.web@gmail.com>
655
daf75653
LL
656 * progmodes/python.el (python-send-region): Add suffix .py to the
657 temp file.
658
5055880d
LL
659 * files.el (auto-mode-alist): Use javascript-mode instead.
660
db9b177b
AH
6612012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
662
ef24141c 663 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
664
665 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 666 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 667 references, see Bug#9.
ef24141c 668 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 669 when receiving a fault reply.
ef24141c 670 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
671
672 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 673 (soap-inspect-simple-type): New function.
db9b177b 674
ef24141c 675 * soap-client.el (soap-simple-type): New struct.
db9b177b 676 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
677 (soap-decode-basic-type, soap-encode-basic-type):
678 support unsignedInt and double basic types.
db9b177b 679 (soap-resolve-references-for-simple-type)
ef24141c
SM
680 (soap-parse-simple-type, soap-encode-simple-type): New function.
681 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
682
683 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
684 (soap-default-soapenc-types): Add integer, byte and anyURI types.
685 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
686 the local name of "soapenc:Array".
687 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
688 decoding integer, byte and anyURI xsd types.
689
1fc6097b
CY
6902012-04-25 Chong Yidong <cyd@gnu.org>
691
692 * cus-edit.el (custom-buffer-create-internal): Update header text.
693
afc6df87
EZ
6942012-04-25 Eli Zaretskii <eliz@gnu.org>
695
696 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
697 settings on 'system-type', not on 'window-system'. On MS-Windows,
698 set interactive-mode on in GDB.
699
dfbd787f
SM
7002012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
701
702 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
703 (ruby-syntax-propertize-regexp): Remove.
704 (ruby-syntax-propertize-function): Split regexp into chunks.
705 Match following code directly.
706
85222d44
DG
7072012-04-24 Dmitry Gutov <dgutov@yandex.ru>
708
51a8ea2a
DG
709 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
710 (ruby-syntax-propertize-regexp): New function.
711 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
712 by a special keyword.
713
85222d44
DG
714 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
715 (ruby-syntax-general-delimiters-goto-beg)
716 (ruby-syntax-propertize-general-delimiters): New functions.
717 (ruby-syntax-propertize-function): Use them to handle GDL.
718 (ruby-font-lock-keywords): Move old handling of GDL...
719 (ruby-font-lock-syntactic-keywords): .. to here.
720 (ruby-calculate-indent): Adjust indentation for GDL.
721
b613912b
MA
7222012-04-24 Michael Albinus <michael.albinus@gmx.de>
723
b5380639
MA
724 * notifications.el (top): Remove unneeded declarations.
725 (notifications-specification-version): Change to "1.2".
e43042fe 726 (notifications-interface, notifications-notify-method)
b613912b
MA
727 (notifications-close-notification-method): Fix docstring.
728 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
729 (notifications-notify): Add :action-items, :resident and
730 :transient hints. Change "image_data" to "image-data" and
731 "image_path" to "image-path".
b613912b
MA
732 (notifications-get-capabilities): New defun.
733
257440aa
LL
7342012-04-24 Leo Liu <sdl.web@gmail.com>
735
736 * progmodes/python.el: Move hideshow setup to the end.
737
b1bac16e
MR
7382012-04-24 Martin Rudalics <rudalics@gmx.at>
739
740 * window.el (handle-select-window): Clear echo area since this is
741 no more done by read_char (Bug#11304).
742
d81bd059
SM
7432012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
746 and `/ M' to filter-derived-mode.
747 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
748 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
749 (ibuffer-mark-by-mode): Use default rather than initial-input.
750 (ibuffer-filter-by-derived-mode): Autoload and require-match.
751
c4cf6d91
IA
7522012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
753
754 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
755 (ibuffer-filter-by-derived-mode): New filter.
756 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
757
7511ded8
CY
7582012-04-23 Andreas Politz <politza@fh-trier.de>
759
760 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
761
775c916b
CY
7622012-04-23 Chong Yidong <cyd@gnu.org>
763
764 * cus-edit.el (customize-apropos, customize-apropos-options):
765 Disable matching of non-option variables (Bug#11176).
766 (customize-option, customize-option-other-window)
767 (customize-changed-options): Doc fix.
768 (customize-apropos-options, customize-apropos-faces)
769 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
770
771 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 772 Fix word list splitting (Bug#11132).
46c71e23
CY
773 (apropos-symbol, apropos-keybinding, apropos-label)
774 (apropos-property, apropos-function-button)
775 (apropos-variable-button, apropos-misc-button): New faces.
776 (apropos-symbol-face, apropos-keybinding-face)
777 (apropos-label-face, apropos-property-face, apropos-match-face):
778 Variables removed (Bug#8396).
779 (apropos-library-button, apropos-format-plist, apropos-print)
780 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 781
2df41f9c
MA
7822012-04-23 Michael Albinus <michael.albinus@gmx.de>
783
784 * net/xesam.el (xesam-mode-map): Use let-bound map in
785 initialization. (Bug#11292)
786
da00640a
AM
7872012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
788
789 Preserve ispell session localwords when switching back to
790 original buffer.
791
792 * ispell.el (ispell-buffer-session-localwords): New buffer-local
793 variable to hold buffer session localwords.
794 (ispell-kill-ispell): add option 'clear to delete session
795 localwords.
796 (ispell-command-loop, ispell-change-dictionary)
797 (ispell-buffer-local-words): Preserve session localwords when
798 needed.
799
800 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
801 Preserve session localwords when needed.
802
f621ccf5
AM
8032012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
804
805 * ispell.el (ispell-insert-word) Remove unneeded function using
806 obsolete `translation-table-for-input'.
ef24141c
SM
807 (ispell-word, ispell-process-line, ispell-complete-word):
808 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 809
c2d1019e
CY
8102012-04-22 Chong Yidong <cyd@gnu.org>
811
812 * cus-edit.el (custom-variable-menu)
813 (custom-variable-reset-saved, custom-face-menu)
814 (custom-face-reset-saved): If there is no saved value, make the
815 "reset-saved" operation bring back the default (Bug#9509).
816 (custom-face-state): Properly detect themed faces.
817
eeddc531
CY
818 * faces.el (face-spec-set): Stop supporting deprecated form of
819 third arg.
820
dcbf5805
MA
8212012-04-22 Michael Albinus <michael.albinus@gmx.de>
822
823 Move functions from C to Lisp. Make non-blocking method calls
824 the default. Implement further D-Bus standard interfaces.
825
ef24141c
SM
826 * net/dbus.el (dbus-message-internal): Declare function.
827 Remove unneeded function declarations.
dcbf5805
MA
828 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
829 (dbus-message-type-method-return, dbus-message-type-error)
830 (dbus-message-type-signal): Declare variables. Remove local
831 definitions.
832 (dbus-interface-dbus, dbus-interface-peer)
833 (dbus-interface-introspectable, dbus-interface-properties)
834 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
835 Adapt docstring.
836 (dbus-interface-objectmanager): New defconst.
837 (dbus-call-method, dbus-call-method-asynchronously)
838 (dbus-send-signal, dbus-method-return-internal)
839 (dbus-method-error-internal, dbus-register-service)
840 (dbus-register-signal, dbus-register-method): New defuns, moved
841 from dbusbind.c
842 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
843 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
844 New defuns.
dcbf5805
MA
845 (dbus-call-method-non-blocking): Make it an obsolete function.
846 (dbus-unregister-object, dbus-unregister-service)
847 (dbus-handle-event, dbus-register-property)
848 (dbus-property-handler): Obey the new structure of
849 `bus-registered-objects'.
850 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
851 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
852 Use `dbus-call-method'.
853
cf20dee0
CY
8542012-04-22 Chong Yidong <cyd@gnu.org>
855
856 * cus-edit.el (custom-commands, custom-reset-menu)
857 (Custom-reset-standard): Tweak labels.
858 (custom-reset-button-menu): Change default to t.
859 (custom-buffer-create-internal): For the custom-reset-button-menu
860 case, put the revert button first.
861 (custom-group-subtitle): New face.
862 (custom-group-value-create): Align docstring to a specific column.
863
864 * wid-edit.el (widget-documentation-link-add): Don't handle
865 indentation in this function.
866 (widget-documentation-string-indent-to): New function.
867 (widget-documentation-string-value-create): Use it.
868
869 * autorevert.el (auto-revert):
870 * epg-config.el (epg):
871 * ibuffer.el (ibuffer):
872 * mpc.el (mpc):
873 * ses.el (ses):
874 * eshell/eshell.el (eshell):
875 * net/ange-ftp.el (ange-ftp):
876 * progmodes/ebnf2ps.el (postscript):
877 * progmodes/flymake.el (flymake):
878 * progmodes/prolog.el (prolog):
879 * progmodes/verilog-mode.el (verilog-mode):
880 * progmodes/which-func.el (which-func):
881 * term/xterm.el (xterm):
882 * textmodes/picture.el (picture):
883 * textmodes/tildify.el (tildify):
884 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
885 customization buffers.
886
583e23bd
AM
8872012-04-22 Alan Mackenzie <acm@muc.de>
888
889 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
890 Adding a ) can hide the resulting (..) from searches. Fix it.
891 Bound the backward search to the position of the existing (.
892
7dd51bf1
JB
8932012-04-21 Juanma Barranquero <lekktu@gmail.com>
894
895 * progmodes/verilog-mode.el (verilog-mode): Check whether
896 which-func-modes is t before adding verilog-mode.
897 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
898
d64a438f
LL
8992012-04-21 Leo Liu <sdl.web@gmail.com>
900
7dd51bf1 901 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 902
081e8d65
MV
9032012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
904
905 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
906 filling of the last column of a table (Bug#5635).
907 (woman-find-next-control-line): New arg, specifying an additional
908 regexp component for the control line.
909 (woman2-roff-buffer): Use it.
910 (woman-break-table): New function.
911 (woman2-TS): Use it.
912
9132012-04-21 Chong Yidong <cyd@gnu.org>
914
915 * woman.el (woman-set-buffer-display-table, woman-decode-region)
916 (woman-horizontal-escapes, woman-negative-vertical-space)
917 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
918 (WoMan-warn-ignored): Use ?\s instead of ?\ .
919
ed571ccb
SM
9202012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * minibuffer.el (completion-file-name-table): Complete user names.
923
39773899
LL
9242012-04-20 Leo Liu <sdl.web@gmail.com>
925
926 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
927 and pcase-let*.
928
de6ff46d
CY
9292012-04-20 Chong Yidong <cyd@gnu.org>
930
931 * server.el (server-execute): Respect initial-buffer-choice if it
932 is a string and there are no files to open (Bug#2825).
933 (server-create-window-system-frame, server-create-tty-frame):
934 Don't switch buffers here.
2d0e8e61
CY
935 (server-process-filter): Only try to open a window system frame if
936 compiled with graphical support (Bug#8314).
de6ff46d 937
54071013
DN
9382012-04-20 Dan Nicolaescu <dann@gnu.org>
939
940 * battery.el (battery-echo-area-format): Display remaining time
941 for sysfs backend too (Bug#11269).
942 (battery-linux-sysfs): Fix conditional for the charge.
943
f30d612a
CY
9442012-04-20 Chong Yidong <cyd@gnu.org>
945
c07a4c0b 946 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
947 (gdb-inferior-io--init-proc): New function.
948 (gdb-init-1): Use it.
949 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
950 responsible for allocating a new pty and hooking it to gdb when
951 the old pty gets an EIO due to process exit.
952 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
953 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
954 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
955
2116e93c
EZ
9562012-04-20 Eli Zaretskii <eliz@gnu.org>
957
958 * window.el (window-min-size, window-sizable, window-min-delta)
959 (window-max-delta, window--resizable, window-resizable)
960 (window-total-size, window-full-height-p, window-full-width-p)
961 (window-in-direction, window--resize-mini-window, window-resize)
962 (window--resize-child-windows-normal)
963 (window--resize-child-windows, window--resize-siblings)
964 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 965 (enlarge-window, shrink-window): Doc fixes.
2116e93c 966
c07a4c0b 9672012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 968
ef24141c
SM
969 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
970 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
971 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
972 pty process (Bug#11273).
973 (gdb-update): New arg to suppress talking to the gdb process.
974 (gdb-done-or-error): Use it.
975 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
976 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
977 sentinel not being called.
978
979 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
980
d02766ab
CY
981 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
982
c07a4c0b 9832012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
984
985 * net/network-stream.el (open-network-stream): Doc fix.
986
c07a4c0b 9872012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
988
989 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
990
c07a4c0b 9912012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
992
993 Ensure searching for keywords is case sensitive.
994
995 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
996 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
997 (c-defun-name, c-mark-function, c-cpp-define-name)
998 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 999 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1000
ef24141c
SM
1001 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1002 Bind case-fold-search to nil.
f0f6bc35 1003
c07a4c0b 10042012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1005
1006 * mail/sendmail.el (mail-bury): Call return action with the right
1007 Rmail buffer (Bug#11242).
1008
9a864fa2
CY
1009 * server.el (server-process-filter): Handle corner case where both
1010 tty and nowait options are present (Bug#11102).
1011
539aa513
EZ
10122012-04-20 Eli Zaretskii <eliz@gnu.org>
1013
1014 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1015 (top level): Put into the executable the ident-style '$Id:' tag on
1016 windows-nt as well.
539aa513 1017
cfc7d5da
SM
10182012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * electric.el (electric-indent-post-self-insert-function): Check that
1021 electric-indent-mode is enabled in current buffer.
1022
5b01685c
JB
10232012-04-19 Juanma Barranquero <lekktu@gmail.com>
1024
1025 * imenu.el (imenu-progress-message): Restore; it is "used" in
1026 erc/erc-imenu.el and net/snmp-mode.el.
1027
4d6769e1
JB
10282012-04-19 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1031 (mouse-avoidance-nudge-mouse): Remove unused binding.
1032
1033 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1034
1035 * descr-text.el (describe-char):
1036 * progmodes/python.el (python-describe-symbol):
1037 Don't call `toggle-read-only', set `buffer-read-only'.
1038
1039 * imenu.el (imenu-default-goto-function): Mark unused args.
1040 (imenu-progress-message): Remove obsolete macro; all callers changed.
1041
1042 * subr.el (keymap-canonicalize): Remove unused binding.
1043 (read-passwd): Mark unused arg.
1044
1045 * tutorial.el (tutorial--display-changes): Remove unused binding.
1046 (tutorial--save-tutorial-to): Remove unused variable.
1047
1048 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1049 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1050 (package-generate-autoloads, package-menu--generate)
1051 (package-menu--find-upgrades): Remove unused bindings.
1052
1053 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1054 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1055 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1056 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1057 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1058 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1059 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1060 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1061 (cua-delete-char-rectangle): Mark unused args.
1062 (cua-align-rectangle): Remove unused binding.
1063
1064 * mail/rmail.el (compilation--message->loc)
1065 (epa--find-coding-system-for-mime-charset): Declare.
1066
1067 * net/dbus.el (dbus-register-service): Declare.
1068 (dbus-name-owner-changed-handler): Remove unused binding.
1069
1070 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1071 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1072 (nxml-scan-backward-within): Mark unused arg.
1073 (nxml-dynamic-markup-word): Remove unused binding.
1074
1075 * mouse.el (mouse-menu-major-mode-map):
1076 * emacs-lisp/authors.el (authors-scan-change-log)
1077 (authors-add-to-author-list):
1078 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1079 * emacs-lisp/smie.el (smie-auto-fill):
1080 * mail/sendmail.el (mail-bury):
1081 * mail/unrmail.el (unrmail):
1082 * net/tls.el (open-tls-stream):
1083 * textmodes/picture.el (picture-mouse-set-point):
1084 Remove unused bindings.
1085
8c8fc5df
MA
10862012-04-19 Michael Albinus <michael.albinus@gmx.de>
1087
1088 * net/tramp.el (tramp-action-password): Let-bind
1089 `enable-recursive-minibuffers' to t.
1090
a77b0ac9
SS
10912012-04-18 Sam Steingold <sds@gnu.org>
1092
1093 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1094 instead of 'string to accommodate values like [f11].
1095 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1096 * progmodes/gdb-mi.el: Likewise.
1097
12a106a9
LL
10982012-04-18 Leo Liu <sdl.web@gmail.com>
1099
1100 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1101 current buffer.
1102 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1103 LOCAL is nil.
1104
bc6494ef
CY
11052012-04-18 Chong Yidong <cyd@gnu.org>
1106
1107 * simple.el (line-move): Use forward-line if in batch mode
1108 (Bug#11053).
1109
c09c46b2
CS
11102012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1111
1112 * files.el (after-find-file): Do not try to add a final newline if
1113 the buffer is read-only (Bug#11156).
1114
5f6530ea
RS
11152012-04-17 Richard Stallman <rms@gnu.org>
1116
1117 * mail/rmail.el (rmail-start-mail):
1118 Pass (rmail-mail-return...) for the return-action.
1119 Pass (rmail-yank-current-message...) for the yank-action.
1120 (rmail-yank-current-message): New function.
1121 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1122 (rmail-reply): Likewise.
1123 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1124
1125 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1126 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1127 buffer, not newbuf.
1128
197b6f3c
JB
11292012-04-17 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * server.el (server-ensure-safe-dir): Simplify.
1132
2311d8e5 11332012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1134
2311d8e5
GM
1135 * emacs-lisp/smie.el: Provide smarter auto-filling.
1136 (smie-auto-fill): New function.
1137 (smie-setup): Use it.
98fb480e 1138
2311d8e5
GM
1139 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1140
11412012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1142
1143 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1144 (comment-indent): Use it.
1145
2311d8e5 11462012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1147
1148 * ses.el: The overall change is to add cell renaming, that is
1149 setting fancy names for cell symbols other than name matching
1150 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1151 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1152 (ses-create-cell-variable): New defun.
2311d8e5 1153 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1154 (ses-relocate-formula): Relocate formulas only for cells the
1155 symbols of which are not renamed, i.e. symbols whose names do not
1156 match regexp "\\`[A-Z]+[0-9]+\\'".
1157 (ses-relocate-all): Relocate values only for cells the symbols of
1158 which are not renamed.
1159 (ses-load): Create cells variables as the (ses-cell ...) are read,
1160 in order to check row col consistency with cell symbol name only
1161 for cells that are not renamed.
1162 (ses-replace-name-in-formula): New defun.
1163 (ses-rename-cell): New defun.
4bdf2ad2 1164
fc72b15c
PO
11652012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1166
1167 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1168 New option (bug#11118).
1169 (perl-calculate-indent): Respect it.
1170
12e10e61
GM
11712012-04-17 Glenn Morris <rgm@gnu.org>
1172
1173 * dired-aux.el (dired-mark-read-string): Doc fix.
1174
30009afd
DA
11752012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1176
1177 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1178 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1179
41f03f4d
GM
11802012-04-17 Glenn Morris <rgm@gnu.org>
1181
1182 * mouse.el (mouse-drag-track):
1183 * speedbar.el (speedbar-frame-mode):
1184 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1185
f45f90f3
LL
11862012-04-16 Leo Liu <sdl.web@gmail.com>
1187
1188 * progmodes/python.el: Trivial cleanup.
1189
94ee8db5
GM
11902012-04-16 Glenn Morris <rgm@gnu.org>
1191
121b8917
GM
1192 * vc/vc.el (vc-string-prefix-p):
1193 * vc/pcvs-util.el (cvs-string-prefix-p):
1194 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1195 * mpc.el (mpc-string-prefix-p):
1196 Make all of these into obsolete aliases for string-prefix-p.
1197 Update callers.
1198 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1199
1197ecfa
GM
1200 * textmodes/two-column.el: Move custom options to the start.
1201 (frame-width): Remove compat definition.
1202 (2C-associate-buffer, 2C-dissociate):
1203 Use with-current-buffer rather than save-excursion.
1204 (2C-dissociate): Force a mode-line update.
1205 (2C-autoscroll): Use ignore-errors.
1206
099e7202
GM
1207 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1208 Autoload trivia.
1209
bf350d6a
GM
1210 * emacs-lisp/cl-extra.el (*random-state*):
1211 Remove unnecessary declaration.
1212
0e829eab
GM
1213 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1214
e3ad7552
GM
1215 * play/cookie1.el (cookie-snarf):
1216 Give an explicit error if input file cannot be read.
1217
68892d27
GM
1218 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1219
20f0c46d
GM
1220 * progmodes/perl-mode.el (c-macro-expand):
1221 Remove unnecessary autoload (it is in loaddefs.el).
1222
5a0978ce
GM
1223 * textmodes/picture.el (picture-desired-column)
1224 (picture-update-desired-column): Convert comments to doc-strings.
1225 (picture-substitute): Remove function.
1226 (picture-mode-map): Initialize in the defvar.
1227
6b955486
GM
1228 * woman.el: Remove eval-after-load for tar-mode.
1229 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1230 (woman-tar-extract-file): Autoload it.
1231
94ee8db5
GM
1232 * frame.el (automatic-hscrolling): Make this alias obsolete.
1233
177eca34
AM
12342012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1235
1236 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1237 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1238 (ispell-dictionary-base-alist): Revert to original XEmacs
1239 friendly version for default. [:alpha:] will be added in
1240 `ispell-set-spellchecker-params' if needed
177eca34 1241
c505aaeb
CY
12422012-04-16 Chong Yidong <cyd@gnu.org>
1243
1244 * image.el (imagemagick--extension-regexp): New variable.
1245 (imagemagick-register-types): Use it.
1246 (imagemagick-types-inhibit): Add :set function. Allow new value
1247 of t to inhibit all types.
1248
1249 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1250 so we can preload it.
1251
1252 * loadup.el (fboundp): Preload regexp-opt, needed by
1253 imagemagick-register-types.
1254
60efac0f
CY
12552012-04-15 Chong Yidong <cyd@gnu.org>
1256
1257 * frame.el (scrolling): Remove nearly unused customization group.
1258
1259 * scroll-all.el (scroll-all-mode): Move to windows group.
1260
5dd1713e
CY
12612012-04-15 Chong Yidong <cyd@gnu.org>
1262
1263 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1264
e6fd457e
CY
12652012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1268 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1269
e153c136
GM
12702012-04-15 Glenn Morris <rgm@gnu.org>
1271
1272 * simple.el (process-file-side-effects): Doc fix.
1273
e6fd457e 12742012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1275
1276 * international/mule-cmds.el (set-language-environment): Doc fix.
1277
3603c3b1
JB
12782012-04-14 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * server.el (server-auth-key, server-generate-key): Doc fixes.
1281 (server-get-auth-key): Doc fix. Use `string-match-p'.
1282 (server-start): Reflow docstring.
1283
e6de100c
LI
12842012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1285
1286 * server.el (server-generate-key): `called-interactively-p'
1287 requires a parameter.
1288
29734c21
MN
12892012-04-14 Michal Nazarewicz <mina86@mina86.com>
1290
1291 * server.el (server-auth-key): New variable.
75f1671a 1292 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1293 (server-start): Use the new variable and functions to allow
1294 setting a permanent server key (bug#9423).
1295
d65c9521
LL
12962012-04-14 Leo Liu <sdl.web@gmail.com>
1297
1298 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1299
5ae255c7
PE
13002012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1301
1302 Spelling fixes.
1303 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1304 Emacs uses American spelling.
1305
d5e6342e
JB
13062012-04-14 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1309 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1310 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1311 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1312
ab036cd7
SM
13132012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * progmodes/which-func.el (which-func-modes): Change default.
1316
35dc09a1 13172012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1318
1319 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1320 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1321
35dc09a1 13222012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1323
1324 * custom.el (custom-theme-set-variables): Doc fix.
1325
35dc09a1 13262012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1327
1328 * international/mule.el (set-auto-coding-for-load): Doc fix.
1329
35dc09a1 13302012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1331
35dc09a1
GM
1332 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1333 imenu work again for Objective C Mode. Correct the *-index values,
1334 these having been disturbed by a previous change in 2011-08.
57f845ee 1335
0de3da9f
AM
1336 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1337 Correct two search limits.
1338
35dc09a1 13392012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1340
1341 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1342
35dc09a1 13432012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1344
1345 * international/characters.el: Fix sorting.
1346
35dc09a1 13472012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1348
1349 * international/characters.el: Add more missing Latin case pairs.
1350
35dc09a1 13512012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1352
1353 * files.el (dir-locals-set-class-variables): Doc fix.
1354
35dc09a1 13552012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1356
3f1b5bf8
EZ
1357 * international/characters.el: Add set-case-syntax-pair call for
1358 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1359 counterpart. (Bug#11209)
1360
9f847f41
EZ
1361 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1362
35dc09a1 13632012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1364
1365 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1366
35dc09a1 13672012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1368
35dc09a1
GM
1369 * textmodes/ispell.el (ispell-dictionary-base-alist):
1370 Add data for Hebrew.
e2627d21 1371
35dc09a1 13722012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1373
35dc09a1
GM
1374 * net/rcirc.el (rcirc-cmd-quit):
1375 Revert 2012-03-18 change (Bug#11192).
5c14e333 1376
35dc09a1 13772012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1378
1379 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1380
35dc09a1 13812012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1382
4517fe3a
SM
1383 * minibuffer.el (completion-in-region-mode-map):
1384 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1385
b472a594
VD
13862012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1387
1388 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1389
09b95ce3
MY
13902012-04-13 Masatake YAMATO <yamato@redhat.com>
1391
1392 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1393 to allow `C-M-f' and `C-M-b' to move to the nearest path
1394 separator (bug#9511).
1395
4b63a9ca
LI
13962012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1397
1398 * avoid.el: Require cl when compiling. And also move the
1399 `provide' to the end.
1400
7b55b8bf
TV
14012012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1402
1403 * avoid.el (mouse-avoidance-banish-position): New variable.
1404 (mouse-avoidance-banish-destination): Use it (bug#10165).
1405
adedaa1f
LL
14062012-04-13 Leo Liu <sdl.web@gmail.com>
1407
1408 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1409
70e74021
KB
14102012-04-13 Ken Brown <kbrown@cornell.edu>
1411
1412 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1413 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1414 (browse-url-filename-alist): For the same reason, don't modify
1415 file:// URLs on Cygwin.
1416
e75e89ba
SM
14172012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1420 the region on shift if the binding is already shifted (bug#11221).
1421
82f289a4
GM
14222012-04-12 Glenn Morris <rgm@gnu.org>
1423
1424 * mail/mailpost.el: Move to obsolete/.
1425
d333dc4c
DA
14262012-04-12 Drew Adams <drew.adams@oracle.com>
1427
1428 * imenu.el (imenu--generic-function): Ignore invisible definitions
1429 (bug#10123).
1430
0d15b5ba
VD
14312012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1432
1433 * hexl.el (hexl-bits): New variable.
1434 (hexl-options): Mention the variable in the doc string.
75f1671a 1435 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1436 (hexl-mode): Mention the new variable.
75f1671a
JB
1437 (hexl-mode, hexl-current-address, hexl-current-address):
1438 Use the displen.
0d15b5ba
VD
1439 (hexl-ascii-start-column): New function.
1440 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1441 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1442
64a440db
AM
14432012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1444
1445 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1446 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1447 the encoding, as expected by hunspell.
1448
6decb6c2
SM
14492012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * battery.el (battery--linux-sysfs-regexp): New const.
1452 (battery-status-function): Use it. Remove yeeloong special case.
1453 (battery-yeeloong-sysfs): Remove.
1454 (battery-echo-area-format): Remove yeeloong special case.
1455
088be6fb
SM
14562012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1457
6622e416
SM
1458 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1459 Reported by Noah Friedman.
1460
088be6fb
SM
1461 * subr.el (read-passwd): Use read-string.
1462
b49f886e
LMI
14632012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
1465 * vcursor.el (vcursor-move): Increase the priority of the overlay
1466 (bug#9663).
1467
a63067fc
DD
14682012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1469
1470 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1471 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1472
ac3cf14a
WS
14732012-04-11 William Stevenson <yhvh2000@gmail.com>
1474
1475 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1476 define-minor-mode (bug#10760).
1477
c4fc691b 14782012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1479
4d6769e1 1480 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1481 that directories matching `grep-find-ignored-files' won't be
1482 pruned (bug#10351).
1483
af23e2e5
CY
14842012-04-11 Chong Yidong <cyd@gnu.org>
1485
1486 * startup.el (command-line): Remove support for long-obsolete
1487 variable font-lock-face-attributes.
1488
ab7ce8c1
GM
14892012-04-11 Glenn Morris <rgm@gnu.org>
1490
1491 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1492
de8c03dc
SM
14932012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * window.el (window--state-get-1): Obey window-point-insertion-type.
1496
050cc68b
LB
14972012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1498
1499 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1500 to previous function when point is on the first character of a
75f1671a 1501 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1502
a38c310c
GM
15032012-04-11 Glenn Morris <rgm@gnu.org>
1504
effed0c2
GM
1505 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1506 not just file-errors.
1507
a38c310c
GM
1508 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1509 (vc-bzr-sha1): Use internal sha1.
1510
0221e323
SM
15112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1514
43956923
SG
15152012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1516
1517 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1518 that start in the middle of the line (bug#10496).
1519
6a8c9eaf
DN
15202012-04-10 Dan Nicolaescu <dann@gnu.org>
1521
1522 * battery.el (battery-linux-proc-acpi): Only one battery is
1523 discharged at a time, but that seems to confuse battery.el when
1524 computing `rate-type' for the battery not being discharged
1525 (bug#10332).
1526
1930bf5d
SM
15272012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1528
2a718f6f
SM
1529 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1530
599430d0
SM
1531 * international/quail.el: Use dolist and simplify.
1532 (quail-define-package, quail-update-keyboard-layout)
1533 (quail-define-rules): Use dolist.
1534 (quail-insert-kbd-layout, quail-get-translation): CSE.
1535
a2754b6c
SM
1536 * tmm.el: Use dolist, remove left over hook.
1537 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1538 Use dolist.
1539 (calendar-load-hook): Don't mess with it.
1540
1930bf5d
SM
1541 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1542 Use derived-mode-p. Run the diff asynchronously.
1543
9f67961c
LMI
15442012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1545
1546 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1547
2a8ce227
JB
15482012-04-10 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1551 (list-dynamic-libraries--loaded): New function.
1552 (list-dynamic-libraries--refresh): Use it.
1553
8f33b5f8
NW
15542012-04-10 Nathan Weizenbaum <nweiz@google.com>
1555
1930bf5d
SM
1556 * progmodes/python.el (python-fill-paragraph):
1557 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1558 disabled (bug#7018).
1559
b12f0439
L
15602012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
1561
1930bf5d 1562 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1563 DOS/MS Windows for the Baltic languages. There are still plenty
1564 of texts written in this encoding/codepage (bug#6519).
b12f0439 1565
57c3bd01
GM
15662012-04-10 Glenn Morris <rgm@gnu.org>
1567
1568 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1569 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1570
6c3eab30
FA
15712012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1572
1930bf5d 1573 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1574 next-line "n" and previous-line "p" in order to make recentf more
1575 consistent with ibuffer, dired or org-mode (bug#9387).
1576
24d78a88
LMI
15772012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1578
bc72b5d9
LMI
1579 * image.el (put-image): Return the overlay created instead of the
1580 optional input string (bug#7834). Note that this may break code
1581 that is (for some reason or other) depending on `put-image'
1582 returning the string.
1583
bd2dba5a
LMI
1584 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1585
74beb59f
LMI
1586 * simple.el (zap-to-char): Allow zapping using input methods
1587 (bug#1580).
1588
24d78a88
LMI
1589 * textmodes/fill.el (fill-region): Leave point and mark where they
1590 were before filling (bug#5399).
1591
263f20cd
GM
15922012-04-09 Glenn Morris <rgm@gnu.org>
1593
1594 * version.el (emacs-bzr-get-version):
1595 Handle lightweight checkouts of local branches.
1596
58d1f797
AS
15972012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1598
263f20cd 1599 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1600
b4d3bc10
CY
16012012-04-09 Chong Yidong <cyd@gnu.org>
1602
1603 * custom.el (custom-variable-p): Return nil for non-symbol
1604 arguments instead of signaling an error.
1605 (user-variable-p): Obsolete alias for custom-variable-p.
1606
1607 * apropos.el (apropos-variable):
1608 * files-x.el (read-file-local-variable):
1609 * simple.el (set-variable):
1610 * woman.el (woman-mini-help):
1611 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1612
fd06db5d
GM
16132012-04-09 Glenn Morris <rgm@gnu.org>
1614
e5fcdb5e
GM
1615 * startup.el (normal-top-level): Don't look for leim-list.el
1616 in places where it will not be found. (Bug#910)
1617
fd06db5d
GM
1618 * international/mule-cmds.el (set-default-coding-systems):
1619 * files.el (normal-mode):
1620 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1621 This function was removed with ucs-tables.el in 2008.
1622
b39bb7e1
EZ
16232012-04-08 Eli Zaretskii <eliz@gnu.org>
1624
1625 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1626 ispell-encoding8-command to "-i", without a trailing space.
1627 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1628 separate command-line arguments, to specify the encoding, since
1629 that's how hunspell expects it.
1630
5c5b8e23
GM
16312012-04-08 Glenn Morris <rgm@gnu.org>
1632
1633 * loadup.el: Load bindings before cus-start.
1634 This reduces somewhat the number of "rogue" settings in emacs -Q.
1635
a1ed8b05
GM
16362012-04-07 Glenn Morris <rgm@gnu.org>
1637
1638 * version.el (emacs-bzr-get-version): New function.
dfae128a 1639 (emacs-bzr-version): New variable.
a1ed8b05
GM
1640 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1641 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1642
b142f158
EZ
16432012-04-07 Eli Zaretskii <eliz@gnu.org>
1644
dfae128a
GM
1645 * international/uni-bidi.el, international/uni-category.el:
1646 * international/uni-combining.el, international/uni-decimal.el:
1647 * international/uni-decomposition.el, international/uni-digit.el:
1648 * international/uni-lowercase.el, international/uni-mirrored.el:
1649 * international/uni-name.el, international/uni-numeric.el:
1650 * international/uni-titlecase.el, international/uni-uppercase.el:
1651 Update for Unicode 6.1.
b142f158 1652
9078ead6
EZ
16532012-04-07 Eli Zaretskii <eliz@gnu.org>
1654
1655 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1656
f23d2c7d
LMI
16572012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1658
1659 * window.el (shrink-window): Mention the `window-min-height'
1660 variable in the doc string.
1661
0a0a3573
BG
16622012-04-05 Bastien Guerry <bzg@altern.org>
1663
1664 * color.el (color-lighten-name): Fix typo.
1665
e5248ac9
SM
16662012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * server.el (server--on-display-p): New function.
1669 (server--on-display-p): Use it.
1670
b4243e22
GV
16712012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1672
1673 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1674 (bug#11145).
1675
305d9f44
SM
16762012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * comint.el (comint--common-quoted-suffix): Check string boundary
1679 before comparing (bug#11158).
1680 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1681
3d439cd1
CY
16822012-04-04 Chong Yidong <cyd@gnu.org>
1683
321cc491
CY
1684 * minibuffer.el (completion-extra-properties): Doc fix.
1685
3d439cd1
CY
1686 * subr.el (delayed-warnings-hook): Doc fix.
1687
2d562c0f
DU
16882012-04-04 Daiki Ueno <ueno@unixuser.org>
1689
1690 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1691 selection (Bug#11159).
1692 (epa-insert-keys): Inform that the default public key will be
1693 exported if no key is selected.
1694
4443f204
RS
16952012-04-04 Richard Stallman <rms@gnu.org>
1696
1697 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1698
529c06b6
CY
16992012-04-03 Chong Yidong <cyd@gnu.org>
1700
1701 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1702 mail-insert-file, not its obsolete alias mail-attach-file.
1703
66b907dc
MA
17042012-04-03 Michael Albinus <michael.albinus@gmx.de>
1705
1706 * notifications.el (notifications-notify): Fix docstring.
1707
c0ea195d
GM
17082012-04-02 Glenn Morris <rgm@gnu.org>
1709
1710 * emacs-lisp/authors.el (authors-aliases): Another addition.
1711
5ca64e00
MA
17122012-04-02 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1715 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1716 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1717
42ee526b
CY
17182012-04-01 Chong Yidong <cyd@gnu.org>
1719
1720 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1721 Handle root directory properly.
1722 (copy-directory): Caller changed.
1723
1724 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1725 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1726
0b021094
GM
17272012-03-31 Glenn Morris <rgm@gnu.org>
1728
40f86458
GM
1729 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1730
7019c177
GM
1731 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1732
a1daddd6
GM
1733 * calendar/calendar.el (calendar-window-list)
1734 (calendar-hide-window): Restore. (Bug#11140)
1735 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1736
0b021094
GM
1737 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1738
40311efc
TV
17392012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1740
1741 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1742 Check if file is a symlink (Bug#10489).
1743
1744 * files.el (copy-directory): Likewise.
1745
5319014e
CY
17462012-03-30 Chong Yidong <cyd@gnu.org>
1747
1748 * image.el (imagemagick-types-inhibit)
1749 (imagemagick-register-types): Doc fix.
1750
935d1290
AM
17512012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1752
ef24141c
SM
1753 * ispell.el (ispell-get-extended-character-mode):
1754 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1755 and treats ~word as ordinary words in pipe mode.
935d1290 1756
61c6e8fd
GM
17572012-03-30 Glenn Morris <rgm@gnu.org>
1758
1759 * tutorial.el (help-with-tutorial): Ensure local variables don't
1760 happen to make the buffer read-only. (Bug#11127)
1761
81fdff00
SM
17622012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1765 (perl-calculate-indent): Return `noindent' in strings.
1766
6e7a6ec0
SS
17672012-03-28 Sam Steingold <sds@gnu.org>
1768
1769 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1770 instead of the broken adhockery which does not prevent calendar
1771 buffers from being displayed at random after exit.
1772 (calendar-window-list, calendar-hide-window): Remove the broken
1773 adhockery.
1774
fee88ca0
GM
17752012-03-28 Glenn Morris <rgm@gnu.org>
1776
1777 * replace.el (query-replace-map): Doc fix.
1778
38de3354
AS
17792012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1780
1781 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1782 contents. (Bug#11109)
1783
b973155e
SM
17842012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1787 (bug#11077).
1788 (avl-tree--check, avl-tree--check-node): New funs.
1789
dcb6e7b3
MR
17902012-03-27 Martin Rudalics <rudalics@gmx.at>
1791
1792 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1793 (switch-to-prev-buffer, switch-to-next-buffer):
1794 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1795 showing a buffer already is done on the same frame.
1796
b4fa35fa
GM
17972012-03-27 Glenn Morris <rgm@gnu.org>
1798
1799 * startup.el (mail-host-address): Doc fix.
1800
f9210e18
SM
18012012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1804 than 197 variables.
1805
c0bf7753
AF
18062012-03-26 Ami Fischman <ami@fischman.org>
1807
1808 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1809
33da7b16
GM
18102012-03-26 Glenn Morris <rgm@gnu.org>
1811
02243d9d
GM
1812 * files.el (save-buffers-kill-emacs): Doc fix.
1813
33da7b16
GM
1814 * startup.el (normal-top-level, command-line, command-line-1):
1815 Give them doc strings.
1816
e5a69fd0
EZ
18172012-03-25 Eli Zaretskii <eliz@gnu.org>
1818
1819 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1820 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1821
9a69676a
CY
18222012-03-25 Chong Yidong <cyd@gnu.org>
1823
4125cb8b
CY
1824 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1825 theme if it was previously enabled before (Bug#11031).
1826
dd470960
CY
1827 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1828 spec with custom-face-get-current-spec if its :shown-value is not
1829 determined yet (Bug#9337).
4125cb8b 1830 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1831
9a69676a
CY
1832 * button.el (button-at): Minor addition to docstring.
1833
6e7e90fa
SL
18342012-03-24 Simon Leinen <simon.leinen@gmail.com>
1835
1836 * vc/vc.el (vc-merge): Fix a prompt.
1837
f06e2758
CY
18382012-03-24 Chong Yidong <cyd@gnu.org>
1839
1840 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1841 point (Bug#9623).
1842
6e7e90fa
SL
1843 * button.el (button-at): Minor addition to docstring.
1844
b9d0879b
SM
18452012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * newcomment.el (comment-choose-indent): No space after BOL.
1848
e71cebb3
SS
18492012-03-22 Sam Steingold <sds@gnu.org>
1850
1851 * window.el (switch-to-prev-buffer): Revert last patch because the
1852 bug turned out to be an advertised feature (Elisp manual 28.14).
1853
335aff35
GM
18542012-03-22 Glenn Morris <rgm@gnu.org>
1855
1856 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1857 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1858
c676576a
LMI
18592012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1860
1861 * net/network-stream.el (network-stream-open-starttls): Make error
1862 message under Windows be less misleading.
1863
126f3d39
LW
18642012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1865
1866 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1867 understands (bug#9942).
1868
64fee311
CY
18692012-03-22 Chong Yidong <cyd@gnu.org>
1870
1871 * simple.el (end-of-visible-line): Handle return value of
1872 next-single-property-change properly (Bug#9371).
1873
a640d29a
KH
18742012-03-22 Kenichi Handa <handa@m17n.org>
1875
1876 * international/quail.el (quail-insert-kbd-layout): Fix previous
1877 change. To avoid unwanted bidi reordering, use
1878 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1879
39675016
DG
18802012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1881
1882 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1883 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1884 (ruby-beginning-of-indent): Be more careful with the difference
1885 between word-boundary and symbol boundary.
1886 (ruby-mode-syntax-table): Make : a symbol constituent.
1887
0a6934fc 18882012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1889
3d008e4f
SM
1890 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1891
0a6934fc
SM
18922012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1893
af67c9d7
SM
1894 * progmodes/etags.el (tags-completion-at-point-function):
1895 Improve last fix.
1896
1acad97c
SM
1897 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1898
e298b5da
SS
18992012-03-21 Sam Steingold <sds@gnu.org>
1900
1901 * progmodes/etags.el (tags-completion-at-point-function):
1902 Avoid the error when point is inside the pattern.
1903
91d82a70
JY
19042012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1905
1906 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1907 line (Bug#10855).
1908
69188b79
CY
19092012-03-21 Drew Adams <drew.adams@oracle.com>
1910
1911 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1912
99fc91fe
AK
19132012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1914
1915 * ido.el (ido-set-current-directory, ido-read-internal)
1916 (ido-choose-completion-string, ido-completion-help): Handle nil
1917 value of ido-completion-buffer (Bug#11008).
1918
087bbb4c
SS
19192012-03-21 Sam Steingold <sds@gnu.org>
1920
1921 * window.el (switch-to-prev-buffer): Do not switch to a visible
1922 window previous buffer, just like with the frame previous buffers.
1923
fb5b8aca
CY
19242012-03-21 Chong Yidong <cyd@gnu.org>
1925
1926 * faces.el (make-face, make-empty-face, copy-face):
1927 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1928 Doc fixes.
1929
dc9924b8
SM
19302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1933 (widget-complete): Remove broken use of it.
1934
f0bcceb9
CY
19352012-03-20 Chong Yidong <cyd@gnu.org>
1936
dc9924b8
SM
1937 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1938 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1939 characters.
1940
ee52ebf3
TH
19412012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1942
1943 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1944 to draw rectangles, not squares. (Regression introduced by revno
1945 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1946
4c5779ab
CY
19472012-03-18 Chong Yidong <cyd@gnu.org>
1948
1949 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1950 it is not yet defined (for temacs).
1951
15360934
LL
19522012-03-18 Leo Liu <sdl.web@gmail.com>
1953
dc9924b8 1954 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1955
d9a8eb66
EZ
19562012-03-17 Eli Zaretskii <eliz@gnu.org>
1957
1958 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1959 (ispell-choices-win-default-height, ispell-silently-savep)
1960 (ispell-dictionary-alist, ispell-encoding8-command)
1961 (ispell-check-version, ispell-aspell-find-dictionary)
1962 (ispell-valid-dictionary-list, ispell-words-keyword)
1963 (ispell-get-word, ispell-internal-change-dictionary)
1964 (ispell-region, ispell-skip-region-list)
1965 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1966 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1967 (ispell-message-text-end, ispell-message)
1968 (ispell-buffer-local-parsing): Doc fix.
1969
f02ff80d
J
19702012-03-13 Jambunathan K <kjambunathan@gmail.com>
1971
1972 * htmlfontify.el: Add support for code block fontification for ODT
1973 export (Bug #9914).
1974 (hfy-optimisations): Define new option
1975 `body-text-only'
1976 (hfy-fontify-buffer): Honor above setting.
1977 (hfy-begin-span, hfy-end-span): New routines factored out form
1978 `hfy-fontify-buffer'.
1979 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1980 that permit insertion of custom tags.
1981 (hfy-fontify-buffer): Use above handlers.
1982 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1983 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1984 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1985 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1986 bind a special variable `hfy-user-sheet-assoc'.
1987 (htmlfontify-string): New defun.
1988 (hfy-compile-face-map): Make sure that the last char in the
1989 buffer is correctly fontified.
1990 (hfy-face-resolve-face): Whitespace only change.
1991
9ac7a13f
EZ
19922012-03-17 Eli Zaretskii <eliz@gnu.org>
1993
1994 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1995 message more clear.
1996
e2b5bdd7
LL
19972012-03-16 Leo Liu <sdl.web@gmail.com>
1998
1999 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2000
2e492df3
AM
20012012-03-16 Alan Mackenzie <acm@muc.de>
2002
2003 Further optimise the handling of large macros.
2004
2005 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2006 limit to a call of `c-literal-limits'.
2007 (c-determine-+ve-limit): New function.
dc9924b8
SM
2008 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2009 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2010 In CASE 5B, restrict a search limit to 500.
2011 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2012
2013 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2014 Restrict macro bounds to +-500 from after-change's BEG END.
2015
50e94f0c
LL
20162012-03-16 Leo Liu <sdl.web@gmail.com>
2017
2018 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2019
6f09f6ed
AH
20202012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2021
2022 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2023 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2024
c7e73d51
GM
20252012-03-16 Glenn Morris <rgm@gnu.org>
2026
da986230
GM
2027 * view.el (view-buffer, view-buffer-other-window)
2028 (view-buffer-other-frame): Doc fixes re special mode-class.
2029
0835f01e
GM
2030 * subr.el (eval-after-load): If named feature is provided not from
2031 a file, run after-load forms. (Bug#10946)
2032
c7e73d51
GM
2033 * calendar/calendar.el (calendar-insert-at-column):
2034 Handle non-unit-width characters a bit better. (Bug#10978)
2035
3f2eafd1
CY
20362012-03-15 Chong Yidong <cyd@gnu.org>
2037
2038 * emacs-lisp/ring.el (ring-extend): New function.
2039 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2040
2041 * comint.el (comint-read-input-ring)
2042 (comint-add-to-input-history): Grow comint-input-ring lazily.
2043
103af3fe
SM
20442012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2045
663b1677
SM
2046 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2047 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2048
103af3fe
SM
2049 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2050 (imenu-add-to-menubar): Don't add a redundant index.
2051 (imenu-update-menubar): Handle a dynamically composed keymap.
2052
899cb7cb
KY
20532012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2054
2055 * mail/sendmail.el (mail-encode-header):
2056 Bind rfc2047-encode-encoded-words to nil.
2057
3809f91d
GM
20582012-03-13 Glenn Morris <rgm@gnu.org>
2059
2060 * calendar/calendar.el (calendar-string-spread):
2061 Handle non-unit-width characters a bit better. (Bug#10978)
2062
9e345a01
LL
20632012-03-13 Leo Liu <sdl.web@gmail.com>
2064
2065 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2066 directory and file as argument (Bug#10822).
2067
4a07df36
KS
20682012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2069
2070 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2071 For dynamically generated code, follow $PC.
2072 (gdb-disassembly-handler-custom): Handle no function name case.
2073
4aaa9356
TL
20742012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2075
2076 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2077 * emulation/ws-mode.el (ws-query-replace):
2078 * sort.el (sort-regexp-fields):
2079 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2080
225979da
SM
20812012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * dabbrev.el: Fix cycle completion order (bug#10963).
2084 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2085 (dabbrev-completion): Don't use an obarray; provide
2086 a cycle-sort-function.
2087
e2f1fdab
LL
20882012-03-12 Leo Liu <sdl.web@gmail.com>
2089
dc9924b8 2090 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2091 (kill-do-not-save-duplicates): Doc fix.
2092
b19490ed
SM
20932012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2094
2095 * dabbrev.el: Fix cycle completion (bug#10963).
2096 Use lexical binding and wrap to 80 columns.
2097 (dabbrev-completion): Delay computing the list of completions.
2098
4b05d722
KH
20992012-03-12 Kenichi Handa <handa@m17n.org>
2100
2101 * international/quail.el (quail-insert-kbd-layout): Surround each
2102 row by LRO and PDF instead of inserting many LRMs. Pad the left
2103 and right of each non-spacing marks. Insert invisible space
2104 between lower and upper characters to prevent composition.
2105
dbbc2e69
SM
21062012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * minibuffer.el (minibuffer-complete): Don't get confused when the
2109 function is run twice via different commands (bug#10958).
2110 (complete-with-action): Fix docstring.
2111
292112ed
CY
21122012-03-12 Chong Yidong <cyd@gnu.org>
2113
5d1ac394
CY
2114 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2115 (nxml-completion-at-point-function): New function.
2116 (nxml-mode): Use it.
2117 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2118
292112ed
CY
2119 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2120 Load generated autoloads file before byte compiling (Bug#10970).
2121 (package--make-autoloads-and-compile): New helper fun.
2122
4098f8f7
CS
21232012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2124
2125 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2126
8f754691
MA
21272012-03-11 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * autorevert.el (auto-revert-handler): Ensure, that
2130 file-readable-p is applied only for local files or in
2131 auto-revert-tail-mode.
2132
e29ab36b
AS
21332012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2134
dbbc2e69
SM
2135 * server.el (server-eval-at): Handle non-tcp connections.
2136 Decode result string.
ad0bf5b6 2137
e29ab36b
AS
2138 * server.el (server-msg-size): New constant.
2139 (server-reply-print): New function.
2140 (server-eval-and-print): Use it.
2141 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2142 Handle -print-nonl.
2143
de5939ba
CS
21442012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2145
2146 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2147 (Bug#10987).
2148
0c93eabf
CY
21492012-03-11 Chong Yidong <cyd@gnu.org>
2150
397a688f
CY
2151 * simple.el (goto-line): Doc fix (Bug#9938).
2152
2cc775f9
CY
2153 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2154
0c93eabf
CY
2155 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2156 when finished (Bug#10963).
2157
c491fa41
MR
21582012-03-11 Martin Rudalics <rudalics@gmx.at>
2159
2160 * window.el (split-window-below): Fix bug in case where
2161 split-window-keep-point is nil (Bug#10971).
2162
300e8fa5
JL
21632012-03-11 Juri Linkov <juri@jurta.org>
2164
2165 * replace.el (replace-highlight): Set isearch-word to nil
2166 unconditionally. (Bug#10887)
2167
dbf6c5a1
EZ
21682012-03-10 Eli Zaretskii <eliz@gnu.org>
2169
2170 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2171 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2172 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2173 (mairix-widget-create-query): Add usage information about mairix
2174 search forms: negating words, searching for substrings, etc.
2175
b9e501de
JP
21762012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2177
2178 * international/fontset.el (font-encoding-alist): Add an entry for
2179 ksx1001 (Bug#5667).
2180
92795c91
RS
21812012-03-10 Richard Stallman <rms@gnu.org>
2182
1694e6c1
RS
2183 * mail/sendmail.el (mail-encode-header):
2184 Set rfc2047-encode-encoded-words.
2185
607e8555
RS
2186 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2187
de3bc99a
RS
2188 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2189 view buffer means not swapped.
2190 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2191 (rmail-write-region-annotate): Error if real text has disappeared.
2192
92795c91
RS
2193 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2194
699bd04e
CY
21952012-03-10 Chong Yidong <cyd@gnu.org>
2196
2197 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2198 * emulation/cua-base.el (cua--init-keymaps):
2199 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2200
570a1714
MR
22012012-03-10 Martin Rudalics <rudalics@gmx.at>
2202
dbbc2e69
SM
2203 * speedbar.el (speedbar-unhighlight-one-tag-line):
2204 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2205
82dcf4e4
CY
22062012-03-10 Chong Yidong <cyd@gnu.org>
2207
7a2c7ca7
CY
2208 * minibuffer.el (completion-in-region, completion-help-at-point):
2209 Give the completion field overlay a high priority (Bug#6830).
2210
82dcf4e4
CY
2211 * dired.el (dired-goto-file): Recognize absolute file name
2212 listings (Bug#7126).
2213 (dired-goto-file-1): New helper function.
2214 (dired-toggle-read-only): Inhibit warnings.
2215
052e28ac
MA
22162012-03-09 Michael Albinus <michael.albinus@gmx.de>
2217
75f1671a 2218 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2219 there are no properties.
2220
95d5e396
LL
22212012-03-09 Leo Liu <sdl.web@gmail.com>
2222
2223 * savehist.el (savehist-printable): Stricter check for string
2224 value (Bug#10937).
2225
3f018d6d
EZ
22262012-03-09 Eli Zaretskii <eliz@gnu.org>
2227
dbbc2e69
SM
2228 * mail/smtpmail.el (smtpmail-send-it):
2229 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2230 valid mbox format.
2231
f7fd3d79
GM
22322012-03-09 Glenn Morris <rgm@gnu.org>
2233
2234 * files.el (dir-locals-find-file):
2235 Don't check result is regular, readable.
2236 (dir-locals-read-from-file): Demote errors.
2237
6ff6e72f
EZ
22382012-03-08 Eli Zaretskii <eliz@gnu.org>
2239
dbbc2e69
SM
2240 * international/quail.el (quail-insert-kbd-layout):
2241 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2242 layout cell, to prevent their reordering by bidi display engine.
2243 For details, see the discussion in
2244 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2245
9cec7834
AM
22462012-03-08 Alan Mackenzie <acm@muc.de>
2247
2248 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2249 the starting position; make it extend the marked region when
2250 invoked repeatedly - all under appropriate circumstances.
2251 Fixes bugs #5525, #10906.
2252
9a40b8d4
GM
22532012-03-08 Glenn Morris <rgm@gnu.org>
2254
2255 * files.el (locate-dominating-file, dir-locals-find-file):
2256 Undo 2012-03-06 change.
2257
7a08ed35
EZ
22582012-03-07 Eli Zaretskii <eliz@gnu.org>
2259
dbbc2e69
SM
2260 * international/quail.el (quail-help):
2261 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2262 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2263 for the reason.
2264
5aca4f71 22652012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2266
2267 Avoid superfluous registering of signals. (Bug#10807)
2268
2269 * notifications.el (notifications-on-action-object)
2270 (notifications-on-close-object): New defvars.
2271 (notifications-on-action-signal, notifications-on-closed-signal):
2272 Unregister the signal if not needed any longer.
2273 (notifications-notify): Register `notifications-action-signal' or
2274 `notifications-closed-signal', if :on-action or :on-close has been
2275 passed as argument.
2276
78e8b10a
CY
22772012-03-07 Chong Yidong <cyd@gnu.org>
2278
2279 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2280 non-X platforms.
2281
69481eb8
GM
22822012-03-06 Glenn Morris <rgm@gnu.org>
2283
2284 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2285 (x-disown-selection-internal, x-get-selection-internal):
2286 Doc fix (add arglist signatures). (Bug#10783)
2287
133b8e11
KS
22882012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2289
2290 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2291 Handle breakpoints with no "type".
2292
99a83064
GM
22932012-03-06 Glenn Morris <rgm@gnu.org>
2294
2295 * files.el (locate-dominating-file): Add optional predicate argument.
2296 (dir-locals-find-file): Make use of above change.
2297
17798e78
TTN
22982012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2299
2300 * info.el (Info-insert-dir): Also try "dir.gz".
2301
eb182446
GM
23022012-03-06 Glenn Morris <rgm@gnu.org>
2303
8f2114ee
GM
2304 * files.el (dir-locals-find-file):
2305 Ignore non-readable or non-regular files. (Bug#10928)
2306
eb182446
GM
2307 * files.el (locate-dominating-file): Doc fix.
2308
24679323
AS
23092012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2310
2311 * calendar/calendar.el (calendar-set-mode-line):
2312 `getenv' returns a string. (Bug#10951)
2313
01d972a9
LL
23142012-03-05 Leo Liu <sdl.web@gmail.com>
2315
109aa8a9
LL
2316 * simple.el (backward-delete-char-untabify): Constrain point to
2317 field (Bug#10939).
2318
01d972a9
LL
2319 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2320
10607bea
CY
23212012-03-05 Chong Yidong <cyd@gnu.org>
2322
2323 * simple.el (count-words): If called from Lisp, return the word
2324 count, for symmetry with `count-lines'. Arglist changed.
2325 (count-words--message): Args changed. Consolidate counting code
2326 from count-words and count-words-region.
2327 (count-words-region): Caller changed.
2328 (count-lines-region): Make it an obsolete alias.
2329
5dd11cfe
TH
23302012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2331
2332 * saveplace.el (save-place-to-alist)
2333 (save-place-ignore-files-regexp): Allow value nil to disable this
2334 feature.
2335
c349f4e6
CY
23362012-03-04 Chong Yidong <cyd@gnu.org>
2337
2338 * faces.el (face-spec-reset-face): For the default face, reset the
2339 attributes to default values (Bug#10748).
2340
e627be4c
LMI
23412012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2342
2343 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2344 previous patch: Check `message-send-mail-function', and not the
2345 default function (bug#10897).
2346
ebeabff4
MA
23472012-03-04 Michael Albinus <michael.albinus@gmx.de>
2348
a41a6cf4
MA
2349 * notifications.el (notifications-on-action-signal)
2350 (notifications-on-closed-signal): Check for unique service name of
2351 incoming event. Fix error in removing entry.
ebeabff4 2352 (top): Register for signals with wildcard service name.
a41a6cf4 2353 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2354
c1ca42b4
CY
23552012-03-04 Chong Yidong <cyd@gnu.org>
2356
dc9924b8 2357 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2358
ea16568d
GM
23592012-03-04 Glenn Morris <rgm@gnu.org>
2360
2361 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2362 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2363 (expand-abbrev, define-abbrev-table): Doc fixes.
2364
fbae4637
LMI
23652012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2366
2367 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2368 `message-default-send-mail-function' and not `send-mail-function'
2369 when doing the prompting for `sendmail-query-once' before sending
2370 in Message buffers (bug#10897).
2371
a1e7225c
LMI
2372 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2373 This is inconsistent with all the other stream functions, which leave
2374 the setting up to the higher levels (if so wanted) (bug#10931).
2375
56d093a9
AM
23762012-03-02 Alan Mackenzie <acm@muc.de>
2377
2378 Depessimize the handling of very large macros.
2379
2380 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2381 (c-macro-cache-syntactic): New variables to implement a one
2382 element macro cache.
2383 (c-invalidate-macro-cache): New function.
2384 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2385 Adapt to use the new cache.
2386 (c-state-safe-place): Use better the cache of safe positions.
2387 (c-state-semi-nonlit-pos-cache)
2388 (c-state-semi-nonlit-pos-cache-limit):
2389 New variables for...
2390 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2391 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2392 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2393 Use c-state-semi-safe-place.
56d093a9 2394
dbbc2e69
SM
2395 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2396 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2397
817e5c3d
MA
23982012-03-02 Michael Albinus <michael.albinus@gmx.de>
2399
dbbc2e69
SM
2400 * jka-compr.el (jka-compr-call-process):
2401 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2402 not remote.
2403
a032a702
MA
24042012-03-01 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2407 access of FILE2, if FILE1 does not exist.
2408
99a54f21
MA
2409 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2410 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2411
2412 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2413 Add "PAGER=" to `process-environment'.
2414
f6561e1f
MM
24152012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2416
2417 * progmodes/sql.el: Bug fix
2418 (sql-get-login-ext): Save login values in globals.
2419 (sql-get-login): Use new version of `sql-get-login-ext'.
2420 (sql-interactive-mode): Set global `sql-connection' to nil.
2421 (sql-connect): Set global values for connection.
2422 (sql-product-interactive): Save global values as buffer local.
2423
2d44d9cc
LL
24242012-02-29 Leo Liu <sdl.web@gmail.com>
2425
2426 * abbrev.el (define-abbrevs): Reset sys to nil.
2427
96b49301 24282012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2429
bf7f9bc5
JB
2430 * files.el (file-equal-p): Rename from `files-equal-p'.
2431 Return nil when one or both files don't exist.
96b49301 2432 (file-subdir-of-p): Now only top directory must exists,
2433 return nil if it doesn't.
bf7f9bc5
JB
2434 (copy-directory): No need to test with `file-subdir-of-p' after
2435 creating dir.
2436 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2437 to `file-equal-p'.
96b49301 2438
44e97401
GM
24392012-02-28 Glenn Morris <rgm@gnu.org>
2440
2441 * shell.el (shell-mode):
2442 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2443 * play/landmark.el (landmark-font-lock-face-O):
2444 * play/handwrite.el (handwrite):
2445 * play/gomoku.el (gomoku-O):
2446 * net/browse-url.el (browse-url-browser-display):
2447 * international/mule.el (define-charset):
2448 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2449 * filesets.el (filesets-find-file-delay):
2450 * eshell/em-xtra.el (eshell-xtra):
2451 * eshell/em-unix.el (eshell-grep):
2452 * emulation/viper.el (viper-mode):
2453 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2454 * emacs-lisp/easymenu.el (easy-menu-define):
2455 * calendar/timeclock.el (timeclock-use-display-time):
2456 * bs.el (bs-mode):
2457 * bookmark.el (bookmark-save-flag):
2458 Doc fix (standardize possessive apostrophe usage).
2459
c98c6276
CY
24602012-02-27 Chong Yidong <cyd@gnu.org>
2461
bf7f9bc5
JB
2462 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2463 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2464
c98c6276
CY
2465 * font-lock.el (font-lock-specified-p): Rename from
2466 font-lock-spec-present. Callers changed.
2467
9c62cd04 24682012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2469
bf7f9bc5
JB
2470 * emacs-lisp/package.el (package-compute-transaction):
2471 Handle holding a package version to t in package-load-list.
8ac9e529 2472
530739c9
MA
24732012-02-26 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2476 (tramp-get-inode, tramp-get-device): Use cached values.
2477
487915d7
AM
24782012-02-26 Alan Mackenzie <acm@muc.de>
2479
2480 Check there is a font-lock specification before doing initial
2481 fontification.
2482
2483 * font-core.el (font-lock-mode): Move the conditional from
2484 :after-hook to font-lock-initial-fontify.
2485 (font-lock-default-function): Move the check for a specification
2486 to font-lock-spec-present.
2487
dc9924b8 2488 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2489 (font-lock-spec-present): New function.
2490
4fd96557
JB
24912012-02-26 Jim Blandy <jimb@red-bean.com>
2492
2493 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2494 (gdb-send): Apply it to the operand of the '-interpreter-exec
2495 console' command, so that we can pass arguments with (say) quotes
2496 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2497
9a4888c0
CY
24982012-02-26 Chong Yidong <cyd@gnu.org>
2499
07498861
CY
2500 * help-fns.el (describe-function-1): Clarify description of
2501 remapping (Bug#10844).
2502
9a4888c0
CY
2503 * files.el (files-equal-p): Doc fix.
2504 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2505 and quit the loop once a mismatch is found.
2506
ea8fb88d
JB
25072012-02-25 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * bs.el (bs--show-with-configuration): Don't throw an error
2510 if the window cannot be split; otherwise, subsequent calls to
2511 bs-show fail, restoring a stale window config. (Bug#10882)
2512
525795c1
JD
25132012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2514
2515 * term/ns-win.el (global-map): Bind ns-drag-file to
2516 ns-find-file (Bug#5855, Bug#10050).
2517
f008086f
AS
25182012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2519
2520 * calendar/parse-time.el (parse-time-string): Allow extractor to
2521 return nil.
2522
a3fcfa99
MA
25232012-02-25 Michael Albinus <michael.albinus@gmx.de>
2524
91027d08
JB
2525 * net/tramp.el (tramp-file-name-for-operation):
2526 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2527
2528 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2529 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2530 Add COPY-CONTENTS argument.
a3fcfa99 2531
67b0de11
CY
25322012-02-25 Chong Yidong <cyd@gnu.org>
2533
2534 Add custom groups for VC backends, for consistency with vc-bzr.
2535
2536 * vc/vc-arch.el (vc-arch):
2537 * vc/vc-cvs.el (vc-cvs):
2538 * vc/vc-git.el (vc-git):
2539 * vc/vc-hg.el (vc-hg):
2540 * vc/vc-mtn.el (vc-mtn):
2541 * vc/vc-rcs.el (vc-rcs):
2542 * vc/vc-sccs.el (vc-sccs):
2543 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2544 All relevant defcustoms reassigned.
2545
3c9dfce6
CY
25462012-02-25 Chong Yidong <cyd@gnu.org>
2547
1339bf43
CY
2548 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2549
3c9dfce6
CY
2550 * term/x-win.el (x-initialize-window-system): Reduce default for
2551 x-selection-timeout to 5 seconds (Bug#8869).
2552
25b2e303 25532012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2554
ec70a47d
GM
2555 * files.el (files-equal-p, file-subdir-of-p): New functions.
2556 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2557 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2558 * dired-aux.el (dired-copy-file-recursive): Same.
2559 (dired-create-files): Modify destination when source is equal to
2560 dest when copying files.
53a46cd0 2561 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2562
914260cd
MA
25632012-02-24 Michael Albinus <michael.albinus@gmx.de>
2564
2565 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2566 (Bug#10874)
2567
2cb228f7
AM
25682012-02-23 Alan Mackenzie <acm@muc.de>
2569
2570 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2571 parameter "after-hook:" to allow the expansion to run code after
2572 the execution of the mode hooks.
2573
2574 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2575 from font-lock-mode-internal.
2cb228f7 2576
91027d08 2577 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2578 :after-hook.
2579
8f0fde21
SM
25802012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2581
3e88618b
SM
2582 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2583 (completion--cache-all-sorted-completions): New function.
2584 (completion-all-sorted-completions): Use it.
2585 (completion--do-completion, minibuffer-force-complete):
2586 Use it to re-instate the flush hook.
2587
8f0fde21
SM
2588 * icomplete.el (icomplete-completions): Replace last fix with a better
2589 one (bug#10850).
2590
8e911f6f
DG
25912012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2592
2593 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2594 when it might call us back infinitely (bug#10797).
2595
49fe4321
GM
25962012-02-23 Glenn Morris <rgm@gnu.org>
2597
2598 * minibuffer.el (completion-category-overrides): Doc fix.
2599
b291b572
SM
26002012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2603 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2604
31a9ef2e
GM
26052012-02-23 Glenn Morris <rgm@gnu.org>
2606
5e6e6794 2607 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2608 (authors-obsolete-files-regexps, authors-ignored-files)
2609 (authors-ambiguous-files, authors-renamed-files-alist):
2610 Add more entries.
2611
0bd1e074
JL
26122012-02-23 Juri Linkov <juri@jurta.org>
2613
2614 * isearch.el (isearch-occur): Sync interactive spec with occur's
2615 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2616
b617673c
JL
2617 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2618
19e9789e
JL
26192012-02-22 Juri Linkov <juri@jurta.org>
2620
2621 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2622 (ucs-insert): Doc fix. Check for hex digits in the string.
2623 Don't display `nil' in the error message. (Bug#10857)
2624
f41ce09d
AM
26252012-02-22 Alan Mackenzie <acm@muc.de>
2626
7a71b18d 2627 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2628
ac2eceee
GM
26292012-02-22 Glenn Morris <rgm@gnu.org>
2630
2631 * ffap.el (ffap-c-path):
2632 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2633
abd1f678
CY
26342012-02-22 Chong Yidong <cyd@gnu.org>
2635
2636 * custom.el (load-theme): Doc fix.
2637
f25aef2e
GM
26382012-02-22 Glenn Morris <rgm@gnu.org>
2639
2640 * dired-x.el (dired-guess-shell-alist-default):
2641 Remove escape sequences from nroff output. (Bug#172)
2642
5f8dc2ca
GM
26432012-02-21 Glenn Morris <rgm@gnu.org>
2644
6ff86ec4
GM
2645 * vc/emerge.el (emerge-defvar-local):
2646 Set `permanent-local' property rather than unused `preserved'.
2647
be3223a3 2648 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2649 (picture-mode-map): Use it. (Bug#10860)
2650 (picture-mode): Doc fix.
2651
3fe58f4f
JB
26522012-02-21 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * newcomment.el (uncomment-region-default): Remove unused binding.
2655
f9a998c3
GM
26562012-02-21 Glenn Morris <rgm@gnu.org>
2657
2658 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2659 (picture-self-insert, picture-tab-chars): Doc fix.
2660 (picture-mode-map): Fix C-a, C-e.
2661
c6029348
GM
26622012-02-20 Glenn Morris <rgm@gnu.org>
2663
2664 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2665
ab1ce9d7
LL
26662012-02-20 Leo Liu <sdl.web@gmail.com>
2667
2668 * icomplete.el (icomplete-completions): Check FROM arg before
2669 passing to substring (Bug#10850).
2670
0fd40f89
CY
26712012-02-19 Chong Yidong <cyd@gnu.org>
2672
2673 * comint.el: Require ansi-color.
2674 (comint-output-filter-functions): Add ansi-color-process-output.
2675
2676 * ansi-color.el: Don't set comint-output-filter-functions; it is
2677 now in the initial value defined in comint.el.
2678 (ansi-color-apply-face-function): New variable.
2679 (ansi-color-apply-on-region): Use it.
2680 (ansi-color-apply-overlay-face): New function.
2681
2682 * shell.el (shell): No need to require ansi-color.
2683 (shell-mode): Use ansi-color-apply-face-function to highlight
2684 color escapes using font-lock-face property (Bug#10835).
2685
20af2394
CY
26862012-02-19 Chong Yidong <cyd@gnu.org>
2687
2688 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2689 mode-line formats (Bug#10839).
2690
e23a3fbe
GM
26912012-02-18 Glenn Morris <rgm@gnu.org>
2692
b474519e
GM
2693 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2694
2695 * mail/undigest.el (unforward-rmail-message): Doc fix.
2696
e23a3fbe
GM
2697 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2698
57939ff4
EZ
26992012-02-18 Eli Zaretskii <eliz@gnu.org>
2700
2701 * international/characters.el (script-list): Sync with the latest
2702 Unicode Character Database.
2703
0c23686e
AS
27042012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2705
2706 * international/titdic-cnv.el: Remove duplicate coding tag.
2707 * language/cham.el: Likewise.
2708 * language/tai-viet.el: Likewise.
2709
6818b449
GM
27102012-02-18 Glenn Morris <rgm@gnu.org>
2711
2712 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2713 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2714 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2715 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2716 * calendar/holidays.el (holiday-bahai-holidays)
2717 (calendar-holidays, list-holidays):
2718 Use utf-8 Bahá'í in doc-strings, menus, etc.
2719
0311a3fc
TH
27202012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2721
2722 * saveplace.el (save-place-ignore-files-regexp): New variable
2723 allowing for excluding files from saving their location of point.
2724 The default value matches the temporary commit message editing
2725 files from Git, SVN, Bazaar, and Mercurial.
2726 (save-place-to-alist): Use it.
2727
eb864a71
LM
27282012-02-17 Lawrence Mitchell <wence@gmx.li>
2729 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * newcomment.el (uncomment-region-default): Don't leave extra space
2732 when an arg is provided (bug#8150).
2733
ee0ce425
TZ
27342012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2735
eb864a71 2736 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2737
95ddf442
GM
27382012-02-17 Glenn Morris <rgm@gnu.org>
2739
2740 * net/socks.el: Require network-stream. (Bug#10599)
2741
48dd1e39 27422012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2743
2744 * international/charprop.el:
2745 * international/uni-name.el:
2746 * international/uni-old-name.el:
2747 * international/uni-comment.el: Regenerate.
2748
d68cd087
GM
27492012-02-16 Glenn Morris <rgm@gnu.org>
2750
2751 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2752 Interactively in calendar buffer, give an error if not on a date.
2753
13932042
GM
27542012-02-15 Glenn Morris <rgm@gnu.org>
2755
2756 * shell.el (shell-delimiter-argument-list):
2757 Revert 2011-02-17 change. (Bug#8027)
2758
c3a70e2b
CY
27592012-02-15 Chong Yidong <cyd@gnu.org>
2760
60236b0d
CY
2761 * minibuffer.el (completion-at-point-functions): Doc fix.
2762
c3a70e2b
CY
2763 * custom.el (defcustom): Doc fix; note use of defvar.
2764
9f26dc24
GM
27652012-02-15 Glenn Morris <rgm@gnu.org>
2766
2767 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2768 Doc fixes.
2769
6546b134
GM
27702012-02-14 Glenn Morris <rgm@gnu.org>
2771
2772 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2773
d29b2b4c
LI
27742012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2775
2776 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2777 way the ports list is computed.
835bdcba
LI
2778 (smtpmail-query-smtp-server): Prompt the user for a port number if
2779 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2780
08dcdbc9
TZ
27812012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2782
2783 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2784
2605051a
GM
27852012-02-13 Glenn Morris <rgm@gnu.org>
2786
2787 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2788
7ee99f32
TZ
27892012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2790
2791 * net/gnutls.el (gnutls-trustfiles): New variable.
2792 (gnutls-negotiate): Use it.
2793
5f0af64f
LI
27942012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2795
2796 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2797 does its stuff if Gnus is running.
2798
c14fcc95
AM
27992012-02-13 Alan Mackenzie <acm@muc.de>
2800
2801 Fix a loop in c-set-fl-decl-start.
2802
7a71b18d 2803 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2804 c-backward-syntactic-ws actually moves backwards.
2805
142b4d90
LL
28062012-02-13 Leo Liu <sdl.web@gmail.com>
2807
2808 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2809 beginning so that all \C-o chars are removed.
2810
fa9958a6
TZ
28112012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2812
dc9924b8 2813 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2814
0bc5886a
AM
28152012-02-12 Alan Mackenzie <acm@muc.de>
2816
2817 Fix infinite loop with long macros.
4d6769e1 2818 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2819
d4bd55e7
CY
28202012-02-12 Chong Yidong <cyd@gnu.org>
2821
2822 * window.el (display-buffer): Doc fix (Bug#10785).
2823
66f3fe22
GM
28242012-02-12 Glenn Morris <rgm@gnu.org>
2825
bd7da63e
GM
2826 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2827 (x-disown-selection-internal, x-get-selection-internal):
2828 Sync docs with the xselect.c versions.
2829
66f3fe22
GM
2830 * allout-widgets.el: Add missing license notice.
2831
3e0d2fa7
GM
28322012-02-11 Glenn Morris <rgm@gnu.org>
2833
cfecdf09
GM
2834 * select.el (x-get-selection-internal, x-own-selection-internal)
2835 (x-disown-selection-internal):
2836 * x-dnd.el (x-get-selection-internal): Update declarations.
2837
6d216d7f
GM
2838 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2839
2bed3f04
GM
2840 * window.el (window-sides-slots):
2841 * tool-bar.el (tool-bar-position):
2842 * term/xterm.el (xterm-extra-capabilities):
2843 * ses.el (ses-self-reference-early-detection):
2844 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2845 (verilog-auto-wire-type)
2846 (verilog-auto-delete-trailing-whitespace)
2847 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2848 (verilog-auto-tieoff-declaration):
2849 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2850 (sql-oracle-statement-starters, sql-oracle-scan-on):
2851 * progmodes/prolog.el (prolog-align-comments-flag)
2852 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2853 (prolog-left-indent-regexp, prolog-paren-indent-p)
2854 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2855 (prolog-types, prolog-mode-specificators)
2856 (prolog-determinism-specificators, prolog-directives)
2857 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2858 (prolog-electric-dot-flag)
2859 (prolog-electric-dot-full-predicate-template)
2860 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2861 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2862 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2863 (prolog-program-switches, prolog-prompt-regexp)
2864 (prolog-debug-on-string, prolog-debug-off-string)
2865 (prolog-trace-on-string, prolog-trace-off-string)
2866 (prolog-zip-on-string, prolog-zip-off-string)
2867 (prolog-use-standard-consult-compile-method-flag)
2868 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2869 (prolog-imenu-max-lines, prolog-info-predicate-index)
2870 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2871 (prolog-char-quote-workaround):
2872 * progmodes/cc-vars.el (c-defun-tactic):
2873 * net/tramp.el (tramp-encoding-command-interactive)
2874 (tramp-local-end-of-line):
2875 * net/soap-client.el (soap-client):
2876 * net/netrc.el (netrc-file):
2877 * net/gnutls.el (gnutls):
2878 * minibuffer.el (completion-category-overrides)
2879 (completion-cycle-threshold)
2880 (completion-pcm-complete-word-inserts-delimiters):
2881 * man.el (Man-name-local-regexp):
2882 * mail/feedmail.el (feedmail-display-full-frame):
2883 * international/characters.el (glyphless-char-display-control):
2884 * eshell/em-ls.el (eshell-ls-date-format):
2885 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2886 (lisp-lambda-list-keyword-parameter-indentation)
2887 (lisp-lambda-list-keyword-parameter-alignment):
2888 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2889 * dired-x.el (dired-omit-verbose):
2890 * cus-theme.el (custom-theme-allow-multiple-selections):
2891 * calc/calc.el (calc-highlight-selections-with-faces)
2892 (calc-lu-field-reference, calc-lu-power-reference)
2893 (calc-note-threshold):
2894 * battery.el (battery-mode-line-limit):
2895 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2896 (archive-7z-update):
2897 * allout.el (allout-prefixed-keybindings)
2898 (allout-unprefixed-keybindings)
2899 (allout-inhibit-auto-fill-on-headline)
2900 (allout-flattened-numbering-abbreviation):
2901 * allout-widgets.el (allout-widgets-auto-activation)
2902 (allout-widgets-icons-dark-subdir)
2903 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2904 (allout-widgets-theme-dark-background)
2905 (allout-widgets-theme-light-background)
2906 (allout-widgets-item-image-properties-emacs)
2907 (allout-widgets-item-image-properties-xemacs)
2908 (allout-widgets-run-unit-tests-on-load)
2909 (allout-widgets-time-decoration-activity)
2910 (allout-widgets-hook-error-post-time)
2911 (allout-widgets-track-decoration):
2912 Add missing :version tags to new defcustoms and defgroups.
2913
5fec1b8e
GM
2914 * progmodes/sql.el (sql-ansi-statement-starters)
2915 (sql-oracle-statement-starters): Add custom type.
2916
3e0d2fa7
GM
2917 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2918 (prolog-system-version): Give it a type.
2919
90b671e2
EZ
29202012-02-11 Eli Zaretskii <eliz@gnu.org>
2921
2922 * term/pc-win.el (x-select-text, x-selection-owner-p)
2923 (x-own-selection-internal, x-disown-selection-internal)
2924 (x-get-selection-internal): Sync doc strings and argument lists
2925 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2926
5eac0c02
LL
29272012-02-11 Leo Liu <sdl.web@gmail.com>
2928
2929 * progmodes/python.el (python-end-of-statement): Fix infinite
2930 loop. (Bug#10788)
2931
f82cb659
GM
29322012-02-10 Glenn Morris <rgm@gnu.org>
2933
2934 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2935 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2936
cc26d239
LI
29372012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2938
2939 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2940 about SMTP before checking the From header.
2941
91027d08 2942 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2943 into own function for reuse by emacsbug.el.
2944
1be3ca5a
LL
29452012-02-10 Leo Liu <sdl.web@gmail.com>
2946
2947 * subr.el (condition-case-unless-debug): Rename from
2948 condition-case-no-debug. All callers changed.
2949 (with-demoted-errors): Fix caller.
2950
2951 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2952 * nxml/rng-valid.el (rng-do-some-validation):
2953 * emacs-lisp/package.el (package-refresh-contents)
2954 (package-menu-execute):
2955 * desktop.el (desktop-create-buffer):
91027d08 2956 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2957
b011fbfe
GM
29582012-02-10 Glenn Morris <rgm@gnu.org>
2959
b2096d72
GM
2960 * textmodes/bibtex.el:
2961 Add missing :version tags for new/changed defcustoms.
2962
b011fbfe
GM
2963 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2964
4c7e65bf
LI
29652012-02-09 Lars Ingebrigtsen <larsi@rusty>
2966
2967 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2968 (smtpmail-via-smtp): Use it, or fall back on the From address.
2969 (smtpmail-send-it): Ditto.
2970
f3934f6f
SM
29712012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2974 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2975 (byte-compile-tmp-var): New const.
2976 (byte-compile-defvar): Use it to minimize .elc size.
2977 Just use `defvar' rather than simulate it (bug#10761).
2978
a075a2c5
GM
29792012-02-09 Glenn Morris <rgm@gnu.org>
2980
cf3aa21b
GM
2981 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2982
354998cd
GM
2983 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2984 Add :version tags.
2985
dc9924b8
SM
2986 * progmodes/compile.el (compilation-error-screen-columns)
2987 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2988
dab3703d
GM
2989 * vc/log-view.el (log-view-toggle-entry-display):
2990 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2991
3f88cd72
GM
2992 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2993 (report-emacs-bug-can-use-xdg-email):
2994 (report-emacs-bug-insert-to-mailer): Doc fixes.
2995 (report-emacs-bug): Message fix.
2996
d95b247d
GM
2997 * net/browse-url.el (browse-url-can-use-xdg-open)
2998 (browse-url-xdg-open): Doc fixes.
2999
a075a2c5
GM
3000 * electric.el (electric-indent-mode, electric-pair-mode)
3001 (electric-layout-rules, electric-layout-mode): Doc fixes.
3002 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3003
ffb6157e
MR
30042012-02-08 Martin Rudalics <rudalics@gmx.at>
3005
3006 * server.el (server-unselect-display): Don't inadvertently kill
3007 the current buffer. (Bug#10729)
3008
e1ac4066
GM
30092012-02-08 Glenn Morris <rgm@gnu.org>
3010
34e8a2da
GM
3011 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3012 (sql-list-table): Doc fixes.
3013
b4ac6e8c
GM
3014 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3015 Comment out (does nothing).
3016
e1ac4066
GM
3017 * completion.el (dynamic-completion-mode):
3018 * dirtrack.el (dirtrack-debug-mode):
3019 * electric.el (electric-layout-mode):
3020 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3021 * face-remap.el (text-scale-mode, buffer-face-mode):
3022 * iimage.el (iimage-mode):
3023 * image-mode.el (image-transform-mode):
3024 * minibuffer.el (completion-in-region-mode):
3025 * scroll-lock.el (scroll-lock-mode):
3026 * simple.el (next-error-follow-minor-mode):
3027 * tar-mode.el (tar-subfile-mode):
3028 * tooltip.el (tooltip-mode):
3029 * vcursor.el (vcursor-use-vcursor-map):
3030 * wid-browse.el (widget-minor-mode):
3031 * emulation/tpu-edt.el (tpu-edt-mode):
3032 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3033 * international/iso-ascii.el (iso-ascii-mode):
3034 * language/thai-util.el (thai-word-mode):
3035 * mail/supercite.el (sc-minor-mode):
3036 * net/goto-addr.el (goto-address-mode):
3037 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3038 * progmodes/cwarn.el (cwarn-mode):
3039 * progmodes/flymake.el (flymake-mode):
3040 * progmodes/glasses.el (glasses-mode):
3041 * progmodes/hideshow.el (hs-minor-mode):
3042 * progmodes/pascal.el (pascal-outline-mode):
3043 * textmodes/enriched.el (enriched-mode):
3044 * vc/smerge-mode.el (smerge-mode):
3045 Doc fixes (minor mode argument).
3046
5e0d957f
EZ
30472012-02-07 Eli Zaretskii <eliz@gnu.org>
3048
3049 * ls-lisp.el (ls-lisp-sanitize): New function.
3050 (ls-lisp-insert-directory): Use it to fix or remove any elements
3051 in file-alist with missing attributes. (Bug#4673)
3052
98d7371e
AM
30532012-02-07 Alan Mackenzie <acm@muc.de>
3054
3055 Fix spurious recognition of c-in-knr-argdecl.
3056
3057 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3058 putative K&R region.
3059
667ced3a
AM
30602012-02-07 Alan Mackenzie <acm@muc.de>
3061
eb864a71
LM
3062 * progmodes/cc-engine.el (c-forward-objc-directive):
3063 Prevent looping in "#pragma mark @implementation".
667ced3a 3064
5b77774d
MA
30652012-02-07 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * notifications.el (notifications-on-closed-signal): Make `reason'
3068 optional. (Bug#10744)
3069
af008560
GM
30702012-02-07 Glenn Morris <rgm@gnu.org>
3071
60d47423
GM
3072 * emacs-lisp/easy-mmode.el (define-minor-mode):
3073 Doc fixes for the macro and the mode it defines.
3074
dd605cc4
GM
3075 * image.el (imagemagick-types-inhibit): Doc fix.
3076
af008560
GM
3077 * cus-start.el (imagemagick-render-type): Add it.
3078
5cc59a37
LI
30792012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3080
4d6769e1
JB
3081 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3082 Set the default at load time, too, so that `font-lock-fontify-buffer'
3083 can be called without setting up the entire mode first. This fixes
3084 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3085
9a6dd747
CY
30862012-02-06 Chong Yidong <cyd@gnu.org>
3087
2d16b285
CY
3088 * simple.el (list-processes--refresh): Delete exited processes
3089 (Bug#8094).
3090
171e9b6e
CY
3091 * comint.el (comint-next-prompt): next-single-char-property-change
3092 and prev-single-char-property-change never return nil (Bug#8657).
3093
9a6dd747
CY
3094 * custom.el (defcustom): Doc fix (Bug#9711).
3095
aa4589a7
CY
30962012-02-05 Chong Yidong <cyd@gnu.org>
3097
5c2a252f
CY
3098 * cus-edit.el (custom-variable-reset-backup): Quote the value
3099 before storing it in the customized-value property (Bug#6712).
4aab9006 3100 (custom-display): Add a customization type tag.
983b9602 3101 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3102
aa4589a7
CY
3103 * wid-edit.el (widget-field-value-get): New optional arg to
3104 suppress trailing whitespace truncation.
3105 (character): Use it (Bug#2689).
3106
1ff980ae
AS
31072012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3108
3109 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3110 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3111
03988c98
CY
31122012-02-05 Chong Yidong <cyd@gnu.org>
3113
eeb6cc88
CY
3114 * cus-edit.el (custom-variable-value-create): For mismatched
3115 types, show the current value (Bug#7600).
3116
03988c98
CY
3117 * custom.el (defcustom): Doc fix.
3118
f8cdeef0
GM
31192012-02-05 Glenn Morris <rgm@gnu.org>
3120
3121 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3122
0696d255
JB
31232012-02-05 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3126 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3127 (pp-last-sexp): Use `looking-at-p'.
3128
34c99998
GM
31292012-02-04 Glenn Morris <rgm@gnu.org>
3130
8f05da42
GM
3131 * files.el (revert-buffer):
3132 Doc fix (mention revert-buffer-in-progress-p).
3133
f160676e
GM
3134 * emacs-lisp/ert-x.el (ert-simulate-command):
3135 Check deferred-action-list (which is obsolete) is bound.
3136
c7291ad9
GM
3137 * subr.el (with-wrapper-hook): Doc fixes.
3138
34c99998
GM
3139 * simple.el (filter-buffer-substring-functions)
3140 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3141
6283a7d3
LL
31422012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3143
3144 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3145 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3146
e96e3013
LL
31472012-02-04 Leo Liu <sdl.web@gmail.com>
3148
3149 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3150
8ded50f2
GM
31512012-02-04 Glenn Morris <rgm@gnu.org>
3152
82ff1d13
GM
3153 * image.el (image-extension-data): Add obsolete alias.
3154
987a0a16
GM
3155 * isearch.el (isearch-update): Doc fix.
3156
ea32ef46
GM
3157 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3158
8ded50f2
GM
3159 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3160
eea14f31
GM
31612012-02-03 Glenn Morris <rgm@gnu.org>
3162
3163 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3164 (image-animate-timeout): Doc fix.
3165
3166 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3167
12f381b7
GM
31682012-02-02 Glenn Morris <rgm@gnu.org>
3169
953cebf5
GM
3170 * server.el (server-auth-dir): Doc fix.
3171 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3172
12f381b7
GM
3173 * subr.el (run-mode-hooks): Doc fix.
3174
953a8c3b
JL
31752012-02-02 Juri Linkov <juri@jurta.org>
3176
3177 * image-mode.el (image-toggle-display-image): Remove tautological
3178 `major-mode' from the `derived-mode-p' test.
3179
c5d3843c
KH
31802012-02-02 Kenichi Handa <handa@m17n.org>
3181
9f6e692e 3182 * composite.el (compose-region): Cancel previous change.
c5d3843c 3183
159462d4 31842012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3185
3186 * composite.el (compose-region, compose-string): Signal error for
3187 a null string component (Bug#6988).
3188
9f562668
CY
31892012-02-01 Chong Yidong <cyd@gnu.org>
3190
e2cef717
CY
3191 * view.el (view-buffer-other-window, view-buffer-other-frame):
3192 Handle special modes like view-buffer (Bug#10650).
3193 (view-buffer): Simplify.
3194
9f562668
CY
3195 * frame.el (set-frame-font): Tweak meaning of third argument.
3196
9f6e692e
JB
3197 * dynamic-setting.el (font-setting-change-default-font):
3198 Use set-frame-font (Bug#9982).
9f562668 3199
781acb9f
GM
32002012-02-01 Glenn Morris <rgm@gnu.org>
3201
6035be52
GM
3202 * progmodes/compile.el (compilation-internal-error-properties):
3203 Respect compilation-first-column in the "*compilation*" buffer.
3204
781acb9f
GM
3205 * emacs-lisp/easy-mmode.el (define-minor-mode):
3206 Relax :variable's test for a named function.
3207
abbceb00
AM
32082012-01-31 Alan Mackenzie <acm@muc.de>
3209
3210 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3211 off by one error.
3212
fce3fdeb
CY
32132012-01-31 Chong Yidong <cyd@gnu.org>
3214
3215 * frame.el (set-frame-font): New arg ALL-FRAMES.
3216
3217 * menu-bar.el (menu-set-font): Use set-frame-font.
3218
3219 * faces.el (face-spec-reset-face): Don't apply unspecified
3220 attribute values to the default face.
3221
47893581
JB
32222012-01-31 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * progmodes/cwarn.el (cwarn): Remove dead link.
3225 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3226 Remove * from defcustom docstrings.
3227 (turn-on-cwarn-mode): Make obsolete.
3228 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3229 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3230
e58e988a
GM
32312012-01-31 Glenn Morris <rgm@gnu.org>
3232
60dc2671 3233 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3234 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3235 Allow named functions to be used as the cdr of :variable.
e58e988a 3236
7a3f511d
GM
32372012-01-30 Glenn Morris <rgm@gnu.org>
3238
3239 * emacs-lisp/authors.el (authors-fixed-entries):
3240 Remove reference to deleted file rnewspost.el.
3241
cb882333
JB
32422012-01-29 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * window.el (window-with-parameter): Remove unused variable `windows'.
3245 (window--side-check): Remove unused variable `code'.
3246 (window--resize-siblings): Remove unused variable `first'.
3247 (adjust-window-trailing-edge): Remove unused variable `failed'.
3248 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3249 Use `let', not `let*'.
3250 (balance-windows-2): Remove unused variable `found'.
3251 (window--state-put-2): Remove unused variable `splits'.
3252 (window-state-put): Remove unused variable `selected'.
3253 (same-window-p): Use `string-match-p'.
3254 (display-buffer-assq-regexp): Remove unused variable `value'.
3255 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3256 Mark argument ALIST as ignored.
3257 (pop-to-buffer): Remove unused variable `old-window'.
3258
907201af
EZ
32592012-01-29 Eli Zaretskii <eliz@gnu.org>
3260
3261 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3262 and .lzma compressed files.
3263
ea162670
CY
32642012-01-29 Chong Yidong <cyd@gnu.org>
3265
5b95ee8a
CY
3266 * frame.el (window-system-default-frame-alist): Doc fix.
3267
ea162670
CY
3268 * dynamic-setting.el (font-setting-change-default-font): Don't
3269 change the default face if SET-FONT argument is non-nil (Bug#9982).
3270
d6e6f4b1
SB
32712012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3272
3273 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3274
0f29fa41 32752012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3276
3277 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3278 breakpoints in files outside current directory (Bug#6098).
3279
db174434
CY
32802012-01-29 Chong Yidong <cyd@gnu.org>
3281
6b25e4e2
SE
3282 * progmodes/python.el: Require ansi-color at top-level.
3283
6df6ae42
JB
3284 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3285 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3286 (lisp-mode-abbrev-table): Add doc.
3287 (lisp-mode-variables): Don't set local-abbrev-table.
3288 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3289
e70ee681
RW
32902012-01-28 Roland Winkler <winkler@gnu.org>
3291
3292 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3293
ace88aa2
RW
32942012-01-28 Roland Winkler <winkler@gnu.org>
3295
3296 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3297 (bibtex-set-dialect): Use it. Either set global values of
3298 dialect-dependent variables or bind these variables buffer-locally
3299 (Bug#10254).
3300 (bibtex-mode): Call bibtex-set-dialect via
3301 hack-local-variables-hook.
eb864a71
LM
3302 (bibtex-dialect): Update docstring.
3303 Add safe-local-variable predicate.
ace88aa2
RW
3304 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3305 bibtex-set-dialect.
3306 (bibtex-mode-map): Define menu for each dialect.
3307 (bibtex-entry): Fix docstring.
3308
93376c5b
CY
33092012-01-28 Chong Yidong <cyd@gnu.org>
3310
3311 * eshell/esh-arg.el (eshell-quote-argument): New function.
3312
3313 * eshell/esh-ext.el (eshell-invoke-batch-file):
3314 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3315 first arg to eshell-parse-command (Bug#10523).
3316
4372494f
DA
33172012-01-28 Drew Adams <drew.adams@oracle.com>
3318
3319 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3320 `default-directory' is non-nil.
3321
4d4ec1f8
EZ
33222012-01-28 Eli Zaretskii <eliz@gnu.org>
3323
3324 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3325 line that displays system-configuration-options. (Bug#9924)
3326
7c188927
DA
33272012-01-28 Drew Adams <drew.adams@oracle.com>
3328
3329 * descr-text.el (describe-char): Show information about POS, in
3330 addition to information about the character at POS. Improve and
3331 update the doc string. Change "code point" to "code point in
3332 charset", to avoid confusion with the character's Unicode code
3333 point shown above that. (Bug#10129)
3334
e0da685a
EZ
33352012-01-28 Eli Zaretskii <eliz@gnu.org>
3336
3337 * descr-text.el (describe-char): Show the raw character, not only
3338 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3339 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3340 for the reasons.
3341
70550acf
PH
33422012-01-28 Phil Hagelberg <phil@hagelb.org>
3343
eb864a71
LM
3344 * emacs-lisp/package.el (package-install):
3345 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3346
0ce8e868
CY
33472012-01-28 Chong Yidong <cyd@gnu.org>
3348
cb882333
JB
3349 * emacs-lisp/package.el (package-maybe-load-descriptor):
3350 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3351 (package-maybe-load-descriptor): Use it.
3352 (package-download-transaction): Fully load required packages
3353 inside the loop, so that `require' calls work (Bug#10593).
3354 (package-install): No need to call package-initialize now.
3355
2e7f3bea
CY
33562012-01-28 Chong Yidong <cyd@gnu.org>
3357
6e9bad14
CY
3358 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3359
f823b8ca
CY
3360 * tooltip.el (tooltip-mode): Doc fix.
3361 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3362
2680c309
CY
3363 * frame.el (set-cursor-color): Doc fix (Bug#352).
3364
d7a9e63b
CY
3365 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3366 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3367
2e7f3bea
CY
3368 * cus-edit.el (custom-buffer-create-internal): Fix search button
3369 action (Bug#10542).
2ae01800 3370 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3371
fc4f7a23
EW
33722012-01-27 Eduard Wiebe <usenet@pusto.de>
3373
3374 * dired.el (dired-mark-files-regexp):
3375 Include any subdirectory components. (Bug#10445)
3376
7dd37071
ML
33772012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3378
3379 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3380 Handle [host]:port syntax. (Bug#10533)
3381
a268160b
AH
33822012-01-27 Alex Harsanyi <harsanyi@mac.com>
3383
3384 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3385
e43273ef
GM
33862012-01-26 Glenn Morris <rgm@gnu.org>
3387
3388 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3389 * term.el (term-raw-escape-map): Use Control-X-prefix.
3390 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3391
1edf595d
MR
33922012-01-25 Martin Rudalics <rudalics@gmx.at>
3393
3394 * window.el (window-state-get, window--state-get-1): Don't deal
3395 with fixed-sizeness of windows. Simplify code.
3396
fa8eafef
JC
33972012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3398
6df6ae42
JB
3399 * window.el (window--state-get-1, window--state-put-2):
3400 Don't save and restore the mark.
fa8eafef 3401
0b21c100
CY
34022012-01-25 Chong Yidong <cyd@gnu.org>
3403
3404 * custom.el (custom-variable-p): Doc fix.
3405
5ae1a6c8
GM
34062012-01-25 Glenn Morris <rgm@gnu.org>
3407
40047858
GM
3408 * dired.el (dired-goto-file): Handle some of the more common
3409 characters that `ls -b' escapes. (Bug#10596)
3410
5ddce96c
GM
3411 * progmodes/compile.el (compilation-next-error-function):
3412 Respect compilation-first-column in the "*compilation*" buffer.
3413 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3414
5ae1a6c8
GM
3415 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3416
b559f1a9
GM
34172012-01-24 Glenn Morris <rgm@gnu.org>
3418
3419 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3420
6725d21a
JD
34212012-01-24 Julien Danjou <julien@danjou.info>
3422
3423 * color.el (color-rgb-to-hsl): Fix value computing.
3424 (color-hue-to-rgb): New function.
3425 (color-hsl-to-rgb): New function.
3426 (color-clamp, color-saturate-hsl, color-saturate-name)
3427 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3428 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3429
70df4bbe
GM
34302012-01-24 Glenn Morris <rgm@gnu.org>
3431
3432 * vc/vc-rcs.el (vc-rcs-create-tag):
3433 * vc/vc-sccs.el (vc-sccs-create-tag):
3434 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3435
802a2ae2
ML
34362012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3437
3438 * eshell/esh-util.el (eshell-read-hosts-file):
3439 Skip comment lines. (Bug#10549)
3440
d7128bb1
ML
3441 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3442
d1a5c3b4
JB
34432012-01-23 Juanma Barranquero <lekktu@gmail.com>
3444
2724d9c7
JB
3445 * subr.el (display-delayed-warnings): Doc fix.
3446 (collapse-delayed-warnings): New function to collapse identical
3447 adjacent warnings.
3448 (delayed-warnings-hook): Add it.
d1a5c3b4 3449
a5509865
MA
34502012-01-22 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3453
3454 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3455 properties, when "login-as" is set.
3456
3457 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3458 (tramp-default-user-alist): Don't add "pscp".
3459 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3460 property "login-as", if set. (Bug#10530)
3461
cc6d5805
MA
34622012-01-21 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3465 "plink1" and "psftp". (Bug#10530)
3466
34672012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3468
3469 * international/mule-cmds.el (prefer-coding-system): Show a
3470 warning message if the default value of file-name-coding-system
3471 was not changed.
3472
f0960428
JC
34732012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3474
cb882333
JB
3475 * windmove.el (windmove-reference-loc):
3476 Fix windmove-reference-loc miscalculation.
f0960428 3477
dd6f2a63
JB
34782012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3479
3480 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3481 default unit.
3482
7b447e9b
GM
34832012-01-21 Glenn Morris <rgm@gnu.org>
3484
117a9ea1
GM
3485 * international/mule.el (auto-coding-alist): Add .tbz.
3486
7b447e9b
GM
3487 * files.el (local-enable-local-variables): Doc fix.
3488 (inhibit-local-variables-regexps): Rename from
3489 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3490 Doc fix. Add some extensions from auto-coding-alist.
3491 (inhibit-local-variables-suffixes):
3492 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3493 (inhibit-local-variables-p):
3494 New function, extracted from set-auto-mode-1.
3495 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3496 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3497 (hack-local-variables): Doc fix. Make the mode-only case
3498 respect enable-local-variables and friends.
3499 Respect inhibit-local-variables-regexps for file-locals, but
3500 not for directory-locals.
3501 (set-visited-file-name):
3502 Take account of inhibit-local-variables-regexps.
3503 Whether it applies may change as the file name is changed.
3504 * jka-cmpr-hook.el (jka-compr-install):
3505 * jka-compr.el (jka-compr-uninstall):
3506 Update for inhibit-first-line-modes-suffixes name change.
3507
dd6e3cdd
MR
35082012-01-20 Martin Rudalics <rudalics@gmx.at>
3509
3510 * help-macro.el (make-help-screen): Temporarily restore original
3511 binding for minor-mode-map-alist (Bug#10454).
3512
0d0deb38
JD
35132012-01-19 Julien Danjou <julien@danjou.info>
3514
3515 * color.el (color-name-to-rgb): Use the white color to find the max
3516 color component value and return correctly computed values.
3517 (color-name-to-rgb): Add missing float conversion for max value.
3518
34a02f46
MR
35192012-01-19 Martin Rudalics <rudalics@gmx.at>
3520
3521 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3522 special state value for window-persistent-parameters.
3523 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3524 (window--state-put-2): Reset all window parameters to nil before
3525 assigning values of persistent parameters.
3526
606c44c4
AM
35272012-01-18 Alan Mackenzie <acm@muc.de>
3528
3529 Eliminate sluggishness and hangs in fontification of "semicolon
3530 deserts".
3531
cb882333
JB
3532 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3533 Change value 10000 -> 3000.
606c44c4
AM
3534 (c-state-safe-place): Reformulate so it doesn't stack up an
3535 infinite number of wrong entries in c-state-nonlit-pos-cache.
3536 (c-determine-limit-get-base, c-determine-limit): New functions to
3537 determine backward search limits disregarding literals.
3538 (c-find-decl-spots): Amend commenting.
3539 (c-cheap-inside-bracelist-p): New function which detects "={".
3540
3541 * progmodes/cc-fonts.el
3542 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3543 backward search.
3544 (c-font-lock-declarations): Fix an occurrence of point being
3545 undefined. Check additionally for point being in a bracelist or
3546 near a macro invocation without a semicolon so as to avoid a
3547 fruitless time consuming search for a declarator. Give a more
3548 precise search limit for declarators using the new
3549 c-determine-limit.
3550
f3860cea
GM
35512012-01-18 Glenn Morris <rgm@gnu.org>
3552
3553 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3554 (set-auto-mode): Doc fixes.
3555
1db03b16
GM
35562012-01-17 Glenn Morris <rgm@gnu.org>
3557
0e6038be
GM
3558 * isearch.el (search-nonincremental-instead): Fix doc typo.
3559
1db03b16
GM
3560 * dired.el (dired-insert-directory): Handle newlines in directory name.
3561 (dired-build-subdir-alist): Unescape newlines in directory name.
3562
4cb0aa75
MA
35632012-01-17 Michael Albinus <michael.albinus@gmx.de>
3564
3565 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3566 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3567 (tramp-action-terminal): Use it. (Bug#10530)
3568
1d00653d
SM
35692012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3572
6a6ee00d
MR
35732012-01-16 Martin Rudalics <rudalics@gmx.at>
3574
3575 * window.el (window-state-ignored-parameters): Remove variable.
3576 (window--state-get-1): Rename argument MARKERS to IGNORE.
3577 Handle persistent window parameters. Make copy of clone-of
3578 parameter only if requested. (Bug#10348)
3579 (window--state-put-2): Install a window parameter only if it has
3580 a non-nil value or an existing parameter shall be overwritten.
3581
97912def
MA
35822012-01-15 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3585
688070a5
EZ
35862012-01-14 Eli Zaretskii <eliz@gnu.org>
3587
3588 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3589 don't pass the (nil) value of `upnode' to string-match.
3590
301afadc
CY
35912012-01-14 Chong Yidong <cyd@gnu.org>
3592
3593 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3594 Fix values recognized by the cursorBlink resource.
301afadc 3595
9e5788aa
PE
35962012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3597
3598 * epg.el (epg--make-temp-file): Avoid permission race condition
3599 when running on old Emacs versions (bug#10403).
3600
3cdb7f5a
GM
36012012-01-14 Glenn Morris <rgm@gnu.org>
3602
3603 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3604
8c82b1b4
AM
36052012-01-13 Alan Mackenzie <acm@muc.de>
3606
3607 Fix filling for when filladapt mode is enabled.
3608
3609 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3610 c-mask-paragraph, pass in `fill-paragraph' rather than
3611 `fill-region-as-paragraph'. (This is a reversion of a previous
3612 change.)
eb864a71
LM
3613 * progmodes/cc-mode.el (c-basic-common-init):
3614 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3615
e517eda4
GM
36162012-01-13 Glenn Morris <rgm@gnu.org>
3617
1498536e
GM
3618 * dired.el (dired-switches-escape-p): New function.
3619 (dired-insert-directory): Use dired-switches-escape-p.
3620 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3621
e517eda4
GM
3622 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3623
328f984d
GM
36242012-01-12 Glenn Morris <rgm@gnu.org>
3625
3626 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3627 changes in adaptive-fill-regexp. (Bug#10276)
3628
2cc769a8
AM
36292012-01-11 Alan Mackenzie <acm@muc.de>
3630
3631 Fix Emacs bug #10463 - put `widen's around the critical spots.
3632
1d00653d 3633 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3634 widen around each invocation of c-state-pp-to-literal. Remove an
3635 unused let variable.
3636
e52c37fa
GM
36372012-01-11 Glenn Morris <rgm@gnu.org>
3638
3639 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3640 Doc fix.
e52c37fa 3641
96f8741e
CY
36422012-01-10 Chong Yidong <cyd@gnu.org>
3643
1d00653d
SM
3644 * net/network-stream.el (network-stream-open-starttls):
3645 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3646 response to the capability command.
3647
b09a806e
GM
36482012-01-10 Glenn Morris <rgm@gnu.org>
3649
3650 * mail/unrmail.el (unrmail): Tweak previous change.
3651
7655cb66
CY
36522012-01-09 Chong Yidong <cyd@gnu.org>
3653
3654 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3655
9d5a8f0b
AM
36562012-01-08 Alan Mackenzie <acm@muc.de>
3657
3658 Optimise font locking in long enum definitions.
3659
3660 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3661 arm to a cond form to handle enums.
3662 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3663 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3664
9a0115ab 36652012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3666
3667 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3668 (Bug#10401)
6bb72cbd 3669
f186bb95
LMI
36702012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
29232a68
LMI
3672 * faces.el (set-face-attribute): Clarify the meaning of the nil
3673 frame (bug#10294).
3674
4e5d086d
LMI
3675 * subr.el (with-selected-frame): Mention that the selected frame
3676 is restored (bug#9980).
3677
8e66aebe
LMI
3678 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3679 (bug#9759).
3680
cd394be1 3681 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3682 (password-read): Don't autoload unused function.
3683
adf4e762
JB
36842012-01-07 Juanma Barranquero <lekktu@gmail.com>
3685
3686 * progmodes/which-func.el (which-func-mode): Turn into a
3687 non-interactive function and mark as obsolete (bug#10428).
3688
89bd9ccd
CY
36892012-01-06 Chong Yidong <cyd@gnu.org>
3690
3691 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3692 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3693 functions, along with 1 and -1.
3694
4afee9d5
EZ
36952012-01-06 Eli Zaretskii <eliz@gnu.org>
3696
3697 * time.el (display-time-load-average)
3698 (display-time-default-load-average): Doc fixes. See the thread
3699 starting at
3700 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3701 for the details.
3702
536aea70
GM
37032012-01-06 Glenn Morris <rgm@gnu.org>
3704
665ae865
GM
3705 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3706 has no messages. (Bug#10377)
3707
c869783d
GM
3708 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3709 than Info-edit. (Bug#10385)
3710
2bb4227e
GM
3711 * time.el (display-time-load-average, display-time-next-load-average):
3712 Doc fixes.
3713
7d5944b9
GM
3714 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3715 local setting of buffer-read-only to the input buffer. (Bug#10419)
3716
536aea70
GM
3717 * calendar/calendar.el (calendar-mode):
3718 Locally set scroll-margin to 0. (Bug#10379)
3719
7dccca16
UM
37202012-01-06 Ulrich Mueller <ulm@gentoo.org>
3721
3722 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3723
afbb7930
GM
37242012-01-05 Glenn Morris <rgm@gnu.org>
3725
3726 * eshell/em-unix.el (diff-no-select): Autoload it.
3727 (eshell/diff): Use diff-no-select. (Bug#10420)
3728
04482335
CY
37292012-01-05 Chong Yidong <cyd@gnu.org>
3730
7baca3bc
CY
3731 * shell.el (shell-dynamic-complete-functions): Revert last change.
3732 (shell-command-completion-function): New function.
3733 (shell-completion-vars): Use it to implement
3734 shell-completion-execonly (Bug#10417).
3735
04482335
CY
3736 * custom.el (enable-theme): Don't set custom-safe-themes.
3737
1d00653d
SM
3738 * cus-theme.el (custom-theme-merge-theme):
3739 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3740
bb5aa5d6
MM
37412012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3742
3743 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3744 first prompt in `sql-interacive-mode'.
3745 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3746 keywords.
6df6ae42 3747 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3748 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3749 context of original buffer. Invoke `sql-login-hook'.
3750
a7183d7c
EZ
37512012-01-04 Eli Zaretskii <eliz@gnu.org>
3752
3753 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3754 letters in cite-prefix.
3755
a1eacd1e
LMI
37562012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3759
787cdb34
CY
37602012-01-03 Chong Yidong <cyd@gnu.org>
3761
1d00653d
SM
3762 * shell.el (shell-dynamic-complete-functions):
3763 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3764 comint-filename-completion first (Bug#10417).
3765
30710442
RS
37662012-01-02 Richard Stallman <rms@gnu.org>
3767
3768 * battery.el (battery-status-function):
3769 Detect when to use battery-yeeloong-sysfs.
3770 (battery-echo-area-format): Add string for Yeeloong.
3771 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3772 (battery-yeeloong-sysfs): New function.
3773
f75bfc33
CY
37742012-01-02 Chong Yidong <cyd@gnu.org>
3775
3776 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3777 (dirtrack): Merge code for handling relative filenames in prompt
3778 from shell-dir-cookie-watcher.
3779 (dirtrack-debug-message): New arg to avoid excess format calls.
3780
3781 * shell.el (shell-dir-cookie-re): Variable deleted.
3782 (shell-dir-cookie-watcher): Function deleted.
3783 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3784 with dirtrack-mode.
3785
651e947e
EZ
37862012-01-01 Eli Zaretskii <eliz@gnu.org>
3787
1d00653d
SM
3788 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3789 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3790 libgnutls-26.dll.
3791
94d4c7dc
AS
37922011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3793
3794 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3795
8d43f3cd
EZ
37962011-12-31 Eli Zaretskii <eliz@gnu.org>
3797
3798 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3799 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3800
98c8795a
MA
38012011-12-29 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3804 also for alternative shells.
3805 (tramp-open-connection-setup-interactive-shell): Check, whether
3806 the shell is a busybox.
3807 (tramp-send-command): Don't suppress multiple prompts for
3808 busyboxes, it hurts.
3809
51281b32
CY
38102011-12-28 Chong Yidong <cyd@gnu.org>
3811
3812 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3813 (gdb-get-source-file): Move mode line update to
3814 gdb-get-source-file (Bug#10087).
3815
2170cb53
CY
38162011-12-25 Chong Yidong <cyd@gnu.org>
3817
3818 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3819 gud-gdb-marker-filter without taking it as an argument.
3820 (gud-gdb-run-command-fetch-lines): Caller changed.
3821 (gud-gdb-completion-function): New variable.
3822 (gud-gdb-completion-at-point): Use it.
3823 (gud-gdb-completions-1): Split from gud-gdb-completions.
3824
3825 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3826 function as separate arguments.
3827 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3828 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3829 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3830 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3831 (gdb-stopped, def-gdb-auto-update-trigger)
3832 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3833 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3834 Callers changed.
2170cb53
CY
3835 (gud-gdbmi-completions): New function.
3836 (gdb): Use it for generating the completion table.
3837
be8b11bb
AM
38382011-12-24 Alan Mackenzie <acm@muc.de>
3839
3840 Introduce a mechanism to widen the region used in context font
1d00653d 3841 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3842
1d00653d
SM
3843 * progmodes/cc-langs.el (c-before-font-lock-functions):
3844 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3845 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3846 functions to be run just before context (etc.) font locking.
3847
3848 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3849 New, functionality extracted from
be8b11bb 3850 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3851 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3852 (c-after-change): Set c-in-after-change-fontification.
3853 (c-set-fl-decl-start): Rejig its interface, so it can be called
3854 from both after-change and context fontifying.
b81d40f0
JB
3855 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3856 New functions.
3857 (c-standard-font-lock-fontify-region-function): New variable.
3858 (c-font-lock-fontify-region): New function.
be8b11bb 3859
341cf6ac
JL
38602011-12-24 Juri Linkov <juri@jurta.org>
3861
3862 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3863 (Bug#10348)
3864
bffcee0a
MA
38652011-12-23 Michael Albinus <michael.albinus@gmx.de>
3866
3867 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3868 existence of source file. (Bug#10325)
3869
cb5e207c
AM
38702011-12-23 Alan Mackenzie <acm@muc.de>
3871
3872 Fix unstable fontification inside templates.
3873
b81d40f0
JB
3874 * progmodes/cc-langs.el (c-before-font-lock-functions):
3875 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3876 additionally has c-set-fl-decl-start. The other languages (apart
3877 from AWK) have that as a single entry.
3878
b81d40f0
JB
3879 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3880 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3881 c-set-fl-decl-start.
3882
b81d40f0
JB
3883 * progmodes/cc-mode.el (c-common-init, c-after-change):
3884 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3885 (c-set-fl-decl-start): New function, extracted from
3886 c-font-lock-enclosing-decls and enhanced.
3887
60ff536c
JB
38882011-12-23 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3891
1c4757d6
JL
38922011-12-22 Juri Linkov <juri@jurta.org>
3893
3894 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3895
d031f2c7
CY
38962011-12-22 Chong Yidong <cyd@gnu.org>
3897
3898 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3899
bace743a
DA
39002011-12-21 Drew Adams <drew.adams@oracle.com>
3901
3902 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3903
728a1f2b
JC
39042011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3905
3906 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3907
0d373f73
TZ
39082011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3909
fec0aaa4
TZ
3910 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3911 highlighting and support. Fix up comments for capitalization.
3912 (cfengine-mode-debug): New var.
3913 (cfengine3-mode): Change the modeline indicator to "CFE3".
3914 (cfengine3-font-lock-keywords): Improve defun highlighting.
3915 (cfengine2-actions): Rename from `cfengine-actions'.
3916 (cfengine2-font-lock-keywords): Rename from
3917 `cfengine-font-lock-keywords'.
3918 (cfengine2-imenu-expression): Rename from
3919 `cfengine-imenu-expression'.
3920 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3921 (cfengine2-beginning-of-defun): Rename from
3922 `cfengine-beginning-of-defun'.
3923 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3924 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3925 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3926 modeline indicator to "CFE2".
3927 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3928 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3929
bc86f573
CY
39302011-12-21 Chong Yidong <cyd@gnu.org>
3931
3932 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3933 filename argument.
3934
d45ba96b
MR
39352011-12-20 Martin Rudalics <rudalics@gmx.at>
3936
3937 * window.el (window-normalize-buffer-to-display): Remove.
3938 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3939
a6198c90
CY
39402011-12-19 Chong Yidong <cyd@gnu.org>
3941
3942 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3943 Don't signal an error in a predicate function; return non-nil.
3944 (vc-dir-mark-file): Move the error here.
3945 (vc-dir-mark-unmark): If acting on the region, keep going if one
3946 of the entries cannot be marked/unmarked.
3947 (vc-dir-mark-all-files): If current entry is a directory, mark
3948 only child files, as documented.
3949
34c5fb55
VB
39502011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3951
3952 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3953 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3954 addition.
3955
c803b2b7
JD
39562011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3957
3958 * term/ns-win.el (ns-get-selection-internal)
3959 (ns-store-selection-internal): Declare.
1154d12e
JB
3960 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3961 Declare as obsolete.
3962 (ns-get-pasteboard, ns-paste-secondary):
3963 Use ns-get-selection-internal.
3964 (ns-set-pasteboard, ns-copy-including-secondary):
3965 Use ns-store-selection-internal.
c803b2b7 3966
9cff91f8 39672011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3968
3969 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3970 (vc-deduce-fileset): Doc fix.
99a289d9 3971
f16c898a
AS
39722011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3973
3974 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3975
763237c4
SS
39762011-12-13 Sam Steingold <sds@gnu.org>
3977
3978 * man.el (Man-getpage-in-background): When running under a
3979 window-system, ignore $MANWIDTH and $COLUMNS.
3980
5fc1c122
KH
39812011-12-15 Kenichi Handa <handa@m17n.org>
3982
3983 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3984 (setup-ethiopic-environment-internal): Comment out key-binding for
3985 ethio-toggle-punctuation.
3986
13d49cbb
AM
39872011-12-13 Alan Mackenzie <acm@muc.de>
3988
898169a2
AM
3989 Add the switch statement to AWK Mode.
3990
7a71b18d 3991 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3992 "default" to the keywords regexp.
3993
7a71b18d 3994 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3995 expression as the rest.
1d00653d
SM
3996 (c-nonlabel-token-key): Allow string literals for AWK.
3997 Refactor for the other modes.
898169a2 3998
13d49cbb 3999 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4000 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4001 routines. Limit backward searching in c-font-lock-enclosing.decl.
4002
4003 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4004 pp-state and literal type in addition to the limits.
1d00653d 4005 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4006 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4007 (c-slow-in-literal, c-fast-in-literal): Remove.
4008 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4009
4010 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4011 being in a literal. Add a limit for backward searching.
4012
4013 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4014 c-slow-in-literal.
4015
15e0efc7
SM
40162011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4019
454592a6
MR
40202011-12-13 Martin Rudalics <rudalics@gmx.at>
4021
4022 * window.el (delete-other-windows): Use correct frame in call to
4023 window-with-parameter.
4024
87393f26
DP
40252011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4026
4027 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4028 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4029 (makefile-gmake-statements, makefile-makepp-statements):
4030 Use it and add new makepp keywords.
4031 (makefile-makepp-font-lock-keywords): Add new patterns.
4032 (makefile-match-function-end): Match new [...] and [[...]].
4033
11636b22
JB
40342011-12-11 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * ses.el (ses-call-printer-return, ses-cell-property-get)
4037 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4038 (ses-create-cell-variable, ses-reset-header-string)
4039 (ses-cell-set-formula, ses-repair-cell-reference-all)
4040 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4041 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4042 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4043 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4044 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4045 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4046 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4047 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4048 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4049 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4050 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4051 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4052
cf018193
VB
40532011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4054
4055 * ses.el: The overall change is to add cell renaming, that is
4056 setting fancy names for cell symbols other than name matching
4057 "\\`[A-Z]+[0-9]+\\'" regexp .
4058 (ses-create-cell-variable): New defun.
4059 (ses-relocate-formula): Relocate formulas only for cells the
4060 symbols of which are not renamed, i.e. symbols whose names do not
4061 match regexp "\\`[A-Z]+[0-9]+\\'".
4062 (ses-relocate-all): Relocate values only for cells the symbols of
4063 which are not renamed.
4064 (ses-load): Create cells variables as the (ses-cell ...) are read,
4065 in order to check row col consistency with cell symbol name only
4066 for cells that are not renamed.
4067 (ses-replace-name-in-formula): New defun.
4068 (ses-rename-cell): New defun.
4069
ee957461
CY
40702011-12-11 Chong Yidong <cyd@gnu.org>
4071
4072 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4073 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4074
9a9e9ef0
MR
40752011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4076
4077 * window.el (other-window): Fix docstring.
4078
92a8eba5
EZ
40792011-12-10 Eli Zaretskii <eliz@gnu.org>
4080
4081 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4082 `from' or `to' address before taking its substring.
4083 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4084 encoded name is chopped in the middle of the encoded string, and
4085 thus displayed encoded.
4086
e152e577
JB
40872011-12-10 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4090
e5d84bfe
EZ
40912011-12-10 Eli Zaretskii <eliz@gnu.org>
4092
4093 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4094 to use texinfo-update-node and commands that call it if the
4095 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4096 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4097 (texinfo-all-menus-update, texinfo-master-menu)
4098 (texinfo-update-node, texinfo-every-node-update)
4099 (texinfo-multiple-files-update): Doc fix. Warn against updating
4100 all the @node lines.
4101 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4102 argument is numeric. Explain better in the doc string what the
4103 function really does.
4104 (texinfo-insert-master-menu-list): Improve the error message
4105 displayed if there's no menu in the Top node.
4106 (Bug#2975) See also this thread:
e5d84bfe
EZ
4107 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4108
1d84e9bb
MG
41092011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4110
4111 * speedbar.el (speedbar-supported-extension-expressions):
4112 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4113
382c953b
JB
41142011-12-09 Juanma Barranquero <lekktu@gmail.com>
4115
4116 * printing.el (pr-mode-alist):
4117 * simple.el (filter-buffer-substring-functions)
4118 (completion-list-insert-choice-function):
4119 * window.el (window-with-parameter, window-atom-root)
4120 (window-sides-slots, window-size-fixed, window-min-delta)
4121 (window-max-delta, window--resize-mini-window)
4122 (window--resize-child-windows-normal, window-tree)
4123 (delete-other-windows, quit-window, split-window)
4124 (display-buffer-record-window, special-display-buffer-names)
4125 (special-display-regexps, special-display-popup-frame)
4126 (same-window-p, split-window-sensibly)
4127 (display-buffer-overriding-action, display-buffer-alist)
4128 (display-buffer-base-action, display-buffer, switch-to-buffer)
4129 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4130 (fit-window-to-buffer, recenter-positions)
4131 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4132 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4133 and remove unneeded backslashes in docstrings.
4134
39c9faef
SM
41352011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4136
98449af8
SM
4137 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4138
39c9faef
SM
4139 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4140 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4141 end in ".mk".
4142 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4143 when reading the makefile (bug#10116).
4144
86ed9fdc
SM
41452011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4148 (bug#10116).
4149
5580f89d
GM
41502011-12-06 Glenn Morris <rgm@gnu.org>
4151
4152 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4153
28d3917c
CY
41542011-12-06 Chong Yidong <cyd@gnu.org>
4155
4156 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4157
a98edce9
JB
41582011-12-06 Juanma Barranquero <lekktu@gmail.com>
4159
4160 * textmodes/table.el (table-shorten-cell): Fix typo.
4161
e65adfac
CG
41622011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4163
4164 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4165
71cc0b74
EZ
41662011-12-05 Eli Zaretskii <eliz@gnu.org>
4167
4168 * descr-text.el (describe-char): Fix display of strong
4169 right-to-left characters and directional embeddings and overrides.
4170
4171 * simple.el (what-cursor-position): Fix display of codepoints of
4172 strong right-to-left characters.
4173
315bc30d
CY
41742011-12-05 Chong Yidong <cyd@gnu.org>
4175
4176 * faces.el (read-color): Doc fix.
4177
58a70b94
GM
41782011-12-05 Glenn Morris <rgm@gnu.org>
4179
4180 * align.el (align--set-marker): Add doc-string.
4181 Don't try to move something that is not a marker. (Bug#10216)
4182
5158face
GM
41832011-12-04 Glenn Morris <rgm@gnu.org>
4184
4185 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4186 overly zealous deletion of trailing whitespace.
4187
520fca41
JB
41882011-12-04 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * server.el (server-delete-client): On Windows, do not try to delete
4191 the only terminal.
4192 (server-process-filter): On Windows, treat requests for a tty frame as
4193 if they were for a GUI frame if the running server is in GUI mode.
4194
5e605a2e
GM
41952011-12-03 Glenn Morris <rgm@gnu.org>
4196
4197 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4198
5c3fe83f
SM
41992011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4200
6f5e57e7
SM
4201 * electric.el: Streamline electric-indent's hook.
4202 (electric-indent-chars): Revert to simple list.
4203 (electric-indent-functions): New var.
4204 (electric-indent-post-self-insert-function): Use it.
4205
5c3fe83f
SM
4206 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4207 there's no inferior buffer (bug#10196).
4208 (prolog-consult-compile): Don't use toggle-read-only.
4209
6bdac736
MA
42102011-12-02 Michael Albinus <michael.albinus@gmx.de>
4211
4212 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4213 interrupt. (Bug#10187)
4214
6131ba7f
SM
42152011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4216
99c79fee
SM
4217 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4218 (bug#9160).
4219
6131ba7f
SM
4220 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4221 (bug#10191).
4222
cb0a02ea
JL
42232011-12-02 Juri Linkov <juri@jurta.org>
4224
4225 * info.el (Info-search): Display "end of manual" when Isearch
4226 reaches the end of single-file Info manual. (Bug#9918)
4227
66e0570c
EZ
42282011-12-02 Eli Zaretskii <eliz@gnu.org>
4229
4230 * isearch.el (isearch-message-prefix): Run the input method part
4231 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4232
02b16839
JL
42332011-12-02 Juri Linkov <juri@jurta.org>
4234
4235 * isearch.el (isearch-occur): Use `word-search-regexp' for
4236 `isearch-word'.
4237 (isearch-search-and-update): Add condition for `isearch-word' and
4238 call `word-search-regexp'. (Bug#10145)
4239
0b950688
GM
42402011-12-01 Glenn Morris <rgm@gnu.org>
4241
4242 * eshell/em-hist.el (eshell-hist-initialize):
4243 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4244 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4245
9505c3c7
SM
42462011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4249
1bbe96b2 42502011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4251
a1beca85
SM
4252 * progmodes/verilog-mode.el (verilog-pretty-expr):
4253 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4254 verilog, such as += *= and the like.
4255 (verilog-assignment-operator-re): Regular expression to find the
4256 assigment operator in a verilog assignment.
4257 (verilog-assignment-operation-re): Regular expression to find an
4258 assignment statement for pretty-expr.
4259 (verilog-in-attribute-p): Query returns true if point is in an
4260 attribute context; used to skip these for expression line up from
4261 pretty-expr.
4262 (verilog-in-parameter-p): Query returns true if point is in an
4263 parameter definition context; used to skip these for expression
4264 line up from pretty-expr.
4265 (verilog-in-parenthesis-p): Query returns true if point is in a
4266 parenthetical expression, specifically ( ) but not [ ] or { };
4267 used by pretty-expr.
4268 (verilog-just-one-space): If there is no space, don't add one.
4269 (verilog-get-lineup-indent-2): Specifically skip just attribute
4270 contexts for expression lineup, rather than skipping all
4271 parenthetical expressions.
4272 (verilog-calculate-indent): Fix comment, and fix indent.
4273 (verilog-do-indent): Indent declarations in lists (suggested by
4274 Joachim Lechner).
4275 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4276 skeleton items.
4277 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4278 by Alain Mellan).
4279
1bbe96b2 42802011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4281
4282 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4283 parameters with embedded comments. Reported by Ray Stevens.
4284 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4285 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4286 Reported by Tim Holt.
4287 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4288 instantiated by upper module causing wrong expansion until AUTOed a
4289 second time. Reported by K C Buckenmaier.
4290 (verilog-diff-auto): Fix showing .* as a difference when
4291 `verilog-auto-star-save' off. Reported by Dan Dever.
4292 (verilog-auto-reset, verilog-read-always-signals)
4293 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4294 temporary signals in reset list if
4295 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4296 style to each signal's assignment type, bug381.
4297 Reported by Thomas Esposito.
6288f0ca
WS
4298 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4299 (verilog-uvm-statement-re): Support UVM indentation and
4300 highlighting, with old OVM keywords only.
a1beca85 4301 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4302 Support AUTOTIEOFF creating non-wire data types.
4303 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4304 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4305 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4306 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4307 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4308 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4309 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4310 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4311 non-numeric vector width. Reported by Alex Reed.
4312 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4313 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4314 (verilog-auto-delete-trailing-whitespace):
4315 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4316 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4317 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4318 Fix verilog-scan-cache corruption when running user AUTO expansion
4319 hooks that call indentation routines.
4320 (verilog-simplify-range-expression): Fix typo ignoring lower case
4321 identifiers.
4322 (verilog-delete-auto): Fix delete-autos to also remove user created
4323 automatics, as long as they start with AUTO.
4324 (verilog-batch-diff-auto, verilog-diff-auto)
4325 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4326 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4327 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4328 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4329 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4330 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4331 is disabled and its cache will get corrupt, causing AUTOS not to
4332 expand. Instead use only -quick functions.
4333 (verilog-scan-region): Fix scanning over escaped quotes.
4334 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4335 (verilog-re-search-backward-quick)
4336 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4337 related functions now ignore strings, to fix misparsing of strings
4338 with magic comments embedded in them.
a1beca85
SM
4339 (verilog-read-auto-template):
4340 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4341 Reported by Brad Dobbie.
4342 (verilog-read-auto-template):
4343 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4344 Reported by Brad Dobbie.
6288f0ca
WS
4345 (verilog-auto-inst, verilog-auto-inst-param)
4346 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4347 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4348 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4349 debugging templates without merge conflicts, bug357.
4350 Reported by Brad Dobbie.
4351 (verilog-read-auto-template):
4352 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4353 Reported by Brad Dobbie.
4354 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4355 abbrevs so user won't be asked to save.
4356 (verilog-read-auto-lisp-present): Fix to start at beginning of
4357 buffer in case called outside of verilog-auto.
4358 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4359 to "X-2". Reported by Matthew Myers.
4360 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4361 all inputs from module templates. Reported by Leith Johnson.
4362 (verilog-module-inside-filename-p): Fix locating programs as with
4363 modules.
4364 (verilog-auto-inst-port): Fix vl-width expressions when using
4365 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4366 (verilog-decls-get-regs, verilog-decls-get-signals,
4367 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4368 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4369 verilog-read-decls): Combine reg and wire structures into one var
4370 structure to represent SystemVerilog concepts.
4371 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4372 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4373 (verilog-auto-wire-type, verilog-insert-definition):
4374 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4375 SystemVerilog "logic" keyword instead of "wire"/"reg".
4376 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4377 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4378 ifdef or generate if so there's not a driver conflict).
4379 Reported by Matthew Myers.
4380 (verilog-auto-declare-nettype, verilog-insert-definition):
4381 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4382 `default_nettype none. Reported by Julian Gorfajn.
4383 (verilog-read-always-signals-recurse, verilog-read-decls)
4384 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4385 malformed end statement, bug325. Reported by Joshua Wise and
4386 Andrew Drake.
4387 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4388 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4389 when expanding .* in interfaces, bug320.
4390 Reported by Pierre-David Pfister.
6288f0ca 4391 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4392 name and open parenthesis, bug317.
4393 Reported by Pierre-David Pfister.
6288f0ca
WS
4394 (verilog-simplify-range-expression): Fix simplification of
4395 multiplications inside AUTOWIRE connections, bug303.
4396 (verilog-auto-inst-port): Support parameter expansion in
4397 multidimensional arrays.
4398 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4399 after "assert property". Reported by Julian Gorfajn.
4400 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4401 with multiplication, bug303.
4402 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4403 Reported by Jan Frode Lonnum.
4404
1bbe96b2
GM
44052011-11-30 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4408 (hfy-shell-file-name, hfy-shell):
4409 * international/fontset.el (x-decompose-font-name): Fix typos.
4410
44112011-11-29 Ken Brown <kbrown@cornell.edu>
4412
4413 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4414 (gdb-version): Remove defvar.
4415 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4416 (gdb-gud-context-command, gdb-non-stop-handler)
4417 (gdb-current-context-command, gdb-stopped): Use it.
4418 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4419 (gdb-non-stop-handler): Don't enable pretty-printing here.
4420 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4421 non-stop mode. Use the following.
4422 (gdb-check-target-async): New defun.
4423 (gud-watch, gdb-stopped): Fix whitespace.
4424 (gdb-get-source-file): Don't try to display the source file if
4425 `gdb-main-file' is nil.
4426
44272011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * align.el: Try to generate fewer markers (bug#10047).
4430 (align--set-marker): New macro.
4431 (align-region): Use it.
4432
c935221f
SM
44332011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4436
e70b5064
CY
44372011-11-29 Chong Yidong <cyd@gnu.org>
4438
4439 * indent.el (indent-for-tab-command, indent-according-to-mode):
4440 Doc fix.
4441 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4442
f3af92b7
MA
44432011-11-29 Michael Albinus <michael.albinus@gmx.de>
4444
4445 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4446 aware of remote file names. (Bug#10124)
4447
ed472be9
CY
44482011-11-29 Chong Yidong <cyd@gnu.org>
4449
4450 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4451
24510c22
SM
44522011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * files.el (find-file): Don't use force-same-window (bug#10144).
4455 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4456 use pop-to-buffer if the selected window can't be used.
4457 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4458
c60c3703
EZ
44592011-11-28 Eli Zaretskii <eliz@gnu.org>
4460
4461 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4462 special-mode-map.
4463
e95def75
CY
44642011-11-28 Chong Yidong <cyd@gnu.org>
4465
4466 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4467
c3f1c606
NR
44682011-11-27 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4471 gdb-get-source-file-list on gdb-create-source-file-list.
4472
00db469c
EZ
44732011-11-26 Eli Zaretskii <eliz@gnu.org>
4474
4475 * whitespace.el (whitespace-newline): Use a different foreground
4476 color for 16-color light-background displays.
4477
4ad3bc2a
CY
44782011-11-24 Chong Yidong <cyd@gnu.org>
4479
4480 * window.el (display-buffer--special-action): Doc fix.
4481
e9fce1ac
JB
44822011-11-25 Juanma Barranquero <lekktu@gmail.com>
4483
4484 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4485 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4486 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4487 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4488 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4489 (avl-tree-stack-first):
4490 * emacs-lisp/cconv.el (cconv--analyse-use):
4491 * net/gnutls.el (gnutls-negotiate): Fix typos.
4492
cb825e5d
GM
44932011-11-24 Glenn Morris <rgm@gnu.org>
4494
3adbe224
GM
4495 * lpr.el (lpr-windows-system, lpr-lp-system):
4496 * mail/binhex.el (binhex-begin-line):
4497 * progmodes/grep.el (grep-history, grep-find-history):
4498 * textmodes/flyspell.el:
4499 * vc/pcvs-defs.el (cvs-global-menu):
4500 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4501 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4502 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4503
321decc8
GM
4504 * net/tls.el: Fix case of "GnuTLS".
4505
420b63ad
GM
4506 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4507
cb825e5d
GM
4508 * version.el (emacs-build-system): Give it a doc-string.
4509
a0649f08
JL
45102011-11-24 Juri Linkov <juri@jurta.org>
4511
4512 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4513
c0bc0fd4
GM
45142011-11-24 Glenn Morris <rgm@gnu.org>
4515
4516 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4517 if called on a non-mime message just toggle the headers. (Bug#8006)
4518
20db1522
JB
45192011-11-24 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4522 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4523 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4524 (allout-rebullet-heading, allout-open-sibtopic)
4525 (allout-toggle-current-subtree-encryption)
4526 (allout-toggle-subtree-encryption, allout-encrypt-string)
4527 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4528 (allout-distinctive-bullets-string, allout-auto-activation):
4529 * window.el (window-normalize-buffer-to-display):
4530 * progmodes/verilog-mode.el (verilog-batch-indent):
4531 * textmodes/bibtex.el (bibtex-field-braces-opt)
4532 (bibtex-field-strings-opt):
4533 * vc/cvs-status.el (cvs-tree-merge):
4534 Fix typos.
4535
7262a87c
MA
45362011-11-23 Michael Albinus <michael.albinus@gmx.de>
4537
4538 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4539 `non-essential' to t, in order to avoid remote connections.
4540
283430a1
EZ
45412011-11-23 Eli Zaretskii <eliz@gnu.org>
4542
a1beca85
SM
4543 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4544 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4545 case-insensitively.
4546
d2992a38
ML
45472011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4548
4549 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4550
50419064
GM
45512011-11-23 Glenn Morris <rgm@gnu.org>
4552
da94eca1
GM
4553 * paths.el (rmail-file-name): Reformat the doc-string so that it
4554 is picked up.
4555
9aac4de2
GM
4556 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4557 (rmail-auto-file): Ignore case in the "special" field names,
4558 as mail-fetch-field does for all others.
4559
8038d2d2
GM
4560 * mail/rmail.el (rmail-forward):
4561 * mail/rmailkwd.el (rmail-set-label):
4562 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4563 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4564
f3fe222a
GM
4565 * mail/rmail.el (rmail-current-message): Doc fix.
4566
50419064
GM
4567 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4568
28109f49
SM
45692011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4572
394c65f1
GM
45732011-11-22 Glenn Morris <rgm@gnu.org>
4574
4575 * mail/rmailmm.el (test-rmail-mime-handler)
4576 (test-rmail-mime-bulk-handler)
4577 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4578
f2a0aa3a
JL
45792011-11-21 Juri Linkov <juri@jurta.org>
4580
1154d12e
JB
4581 * calc/calc.el (calc-read-key-sequence):
4582 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4583
9c34a344
LMI
45842011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4585
4586 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4587 Tell the caller that the next line needs recomputation, even
4588 though it doesn't start a sexp (bug#10094).
4589
f04a3be9
SM
45902011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4593
7978747f
SM
45942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4595
f04a3be9
SM
4596 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4597 Use force-same-window.
7978747f 4598
fe7a3057
JB
45992011-11-20 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * descr-text.el (describe-char-unicode-data):
4602 * json.el (json-string-escape):
4603 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4604 (Footnote-unicode, Footnote-style-p):
4605 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4606
24901d61
CY
46072011-11-20 Chong Yidong <cyd@gnu.org>
4608
4609 * window.el (replace-buffer-in-windows): Restore interactive spec.
4610
bac7ff22
SM
46112011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4612
24f3d7b9
SM
4613 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4614
bac7ff22
SM
4615 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4616 (byte-compile-global-not-obsolete-vars): New var.
4617 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4618 Use it.
4619 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4620
cd1181db
JB
46212011-11-20 Juanma Barranquero <lekktu@gmail.com>
4622
4623 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4624 * progmodes/pascal.el (electric-pascal-equal):
4625 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4626 * xml.el (xml-substitute-special): Fix typos.
4627
7fb18e9e
GM
46282011-11-20 Glenn Morris <rgm@gnu.org>
4629
4630 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4631 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4632 Doc fixes.
4633 (rmail-decode-mime-charset): Mark as obsolete.
4634
4635 * mail/rmailsum.el (rmail-message-regexp-p-1):
4636 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4637 Before using mime functions, check they are set. (Bug#10077)
4638
d5a6b3ba
JL
46392011-11-19 Juri Linkov <juri@jurta.org>
4640
4641 * info.el (Info-finder-find-node): Use `package--builtins' instead
4642 of `package-alist'. Use node names formed by the pattern "Keyword "
4643 and the keyword name.
4644
e981b61f
AS
46452011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4646
1d00653d 4647 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4648
3ffbc301
JL
46492011-11-19 Juri Linkov <juri@jurta.org>
4650
4651 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4652 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4653 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4654 `old-history', `old-history-forward'. Add let-binding
4655 `window-selected'. Remove calls to `kill-buffer',
4656 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4657 before calling `Info-find-node', so `Info-find-node-2' will reread
4658 the Info file. Restore window positions only when `window-selected'
4659 is non-nil.
4660
30c62133
JL
46612011-11-19 Juri Linkov <juri@jurta.org>
4662
4663 * isearch.el (isearch-lazy-highlight-new-loop):
4664 Remove condition `(not isearch-error)'. (Bug#9918)
4665
4666 * misearch.el (multi-isearch-search-fun): Add condition
4667 `(not bound)' to ignore lazy-highlighting search.
4668 Add the search-failed message "end of multi" when the end of
4669 multi-sequence is reached. Uncapitalize the search-failed
4670 message "Repeat for next buffer".
4671
4672 * info.el (Info-search): Add the search-failed message
4673 "end of the manual" when the end of the manual is reached
4674 in Isearch mode.
4675
645ca9cf
JL
46762011-11-19 Juri Linkov <juri@jurta.org>
4677
4678 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4679 Use non-destructive `remove' instead of `delete' because
4680 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4681 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4682
df754f66
JL
46832011-11-19 Juri Linkov <juri@jurta.org>
4684
4685 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4686 to nil instead of binding `search-ring' and `regexp-search-ring'.
4687 (Bug#9185)
4688
0e23d96a
EZ
46892011-11-19 Eli Zaretskii <eliz@gnu.org>
4690
4691 * simple.el (line-move): Force movement by logical lines for any
4692 hscrolled window, not only when auto-hscroll-mode is on.
4693 (line-move-visual): Update doc string to that effect. (Bug#10076)
4694
8a6ccb66
AS
46952011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4696
4697 * language/european.el (macintosh): Define as alias for mac-roman.
4698
49ae5b39
EZ
46992011-11-19 Eli Zaretskii <eliz@gnu.org>
4700
4701 * mail/rmailmm.el (rmail-mime-display-header)
4702 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4703 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4704 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4705 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4706 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4707 of a raw aref.
4708 (rmail-mime-entity-segment): To get past the tagline, move forward
4709 2 more lines, to account for the 2 empty lines that precede and
4710 follow the line with the buttons.
4711 (rmail-mime-update-tagline): Move one more line, to get past the
4712 empty line that follows the buttons in the tagline. (Bug#9520)
4713
c56cad4a
MR
47142011-11-19 Martin Rudalics <rudalics@gmx.at>
4715
4716 * window.el (window-max-delta-1, window-min-delta-1)
4717 (window-min-size-1, window-state-get-1, window-state-put-1)
4718 (window-state-put-2): Use "window--" prefix.
4719
cbe71af3
SM
47202011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4721
2ad52c60
SM
4722 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4723 (smie-warning-count): New var.
4724 (smie-set-prec2tab): Use it.
4725 (smie-bnf->prec2): Improve warnings. Add docstring.
4726 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4727 (smie-bnf--set-class): New function.
4728 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4729 corner case.
4730
6944dbc1
SM
4731 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4732 (compilation-error-properties, compilation-move-to-column):
4733 Handle compilation-first-column while in the target buffer.
4734
c400c4d7
SM
4735 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4736 Don't hardcode point-min==1.
4737
6dbe3e96
SM
4738 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4739 (eshell-rewrite-for-command): Remove workaround.
4740 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4741 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4742 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4743
cbe71af3
SM
4744 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4745
a8e1496d
GM
47462011-11-17 Glenn Morris <rgm@gnu.org>
4747
4748 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4749 Ignore buffer-local generated-autoload-file if it is the same
4750 as the global value. (Bug#10049)
4751
df85d315
JB
47522011-11-17 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4755 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4756 (reftex-toc-previous-heading, reftex-toc-max-level)
4757 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4758 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4759 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4760 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4761 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4762 (reftex-toc-rename-label, reftex-toc-visit-location)
4763 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4764 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4765 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4766 leaving "*toc*" only for references to the buffer.
4767
a0c2d0ae
MR
47682011-11-17 Martin Rudalics <rudalics@gmx.at>
4769
4770 * window.el (window-resize, delete-window, split-window):
4771 Replace window-splits by window-combination-resize.
1d00653d 4772 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4773
35c0bac8
GM
47742011-11-17 Glenn Morris <rgm@gnu.org>
4775
4776 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4777 Make bash entry derive from sh entry, not shell entry.
4778
d0c8fc8a
MA
47792011-11-16 Michael Albinus <michael.albinus@gmx.de>
4780
d0c8fc8a
MA
4781 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4782 properties of linked files. (Bug#9879)
4783
7262a87c
MA
4784 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4785 local file name.
4786
7877f373
JB
47872011-11-16 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * menu-bar.el (menu-bar-file-menu):
4790 * printing.el (pr-ps-utility):
4791 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4792 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4793 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4794 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4795 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4796 (icalendar--convert-cyclic-to-ical)
4797 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4798 (icalendar--convert-ical-to-diary)
4799 (icalendar--convert-recurring-to-diary)
4800 (icalendar--convert-non-recurring-all-day-to-diary)
4801 (icalendar-import-format-sample):
4802 * progmodes/idlw-shell.el (idlwave-shell-mode):
4803 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4804 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4805 (vhdl-ps-print-init): Fix typos.
4806
10649b82
KM
48072011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4808
9d0cfcd6
GM
4809 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4810 FSF and collapse date sequence, obscure author/maintainer email address
4811 better, remove extra version line, track relocation of author's webpage.
10649b82 4812
9d0cfcd6
GM
4813 * progmodes/python.el (python-pdbtrack-input-prompt)
4814 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4815 regular python pdb prompts. Adjustments shamelessly taken exactly as
4816 suggested in EmacsWiki page (tiny change):
4817 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4818
58179cce
JB
48192011-11-16 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * expand.el (expand-pos, expand-index, expand-point):
4822 Remove redundant info from docstring.
4823 (expand-add-abbrevs): Doc fix.
4824 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4825 (expand-sample-perl-mode-expand-list): Fix typos.
4826
4827 * net/dbus.el (dbus-event-member-name):
4828 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4829 * term/pc-win.el (msdos-create-frame-with-faces):
4830 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4831
b6f67890
MR
48322011-11-16 Martin Rudalics <rudalics@gmx.at>
4833
4834 * window.el (split-window, window-state-get-1)
4835 (window-state-put-1, window-state-put-2): Rename occurrences of
4836 window-nest to window-combination-limit.
1d00653d 4837 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4838
ce7ddba0
CY
48392011-11-16 Chong Yidong <cyd@gnu.org>
4840
4841 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4842 regexp (Bug#10033).
4843
3ae704f4
SM
48442011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4847 `completing-read' will remove *Completions* and will preserve
4848 current-buffer for us.
4849 (tmm-add-prompt): Users of *Completions* will always (re)set its
4850 major mode.
4851 (tmm-old-comp-map): Remove.
4852
6ad1cdde
GM
48532011-11-16 Glenn Morris <rgm@gnu.org>
4854
4855 * mail/rmailedit.el: Require rmailmm when compiling.
4856 (rmail-old-mime-state): New declaration.
4857 (rmail-edit-current-message): If editing a mime message,
4858 edit the "raw" message from the mbox buffer.
4859 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4860
d20faa20
GM
48612011-11-15 Glenn Morris <rgm@gnu.org>
4862
4863 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4864 which wasn't being used. Add optional arg to force given state.
4865 (rmail-mime): Add optional arg to force given state.
4866
c7015153
JB
48672011-11-15 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4870 * frame.el (display-mm-dimensions-alist):
4871 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4872 (outline-move-subtree-down):
4873 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4874 (newsticker--treeview-do-get-node):
4875 * net/quickurl.el (quickurl-list-buffer-name):
4876 * progmodes/dcl-mode.el (dcl-mode):
4877 * progmodes/gdb-mi.el (gdb-mapcar*):
4878 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4879
45261b50
GM
48802011-11-15 Glenn Morris <rgm@gnu.org>
4881
4882 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4883 in a boolean sense, so just make it a boolean, and fix the doc.
4884 (rmail-show-mime-function, rmail-mime-feature)
4885 (rmail-require-mime-maybe): Doc fixes.
4886 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4887
4888 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4889
0d26e0b6
JB
48902011-11-15 Juanma Barranquero <lekktu@gmail.com>
4891
4892 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4893 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4894 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4895 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4896
447f30f6
GM
48972011-11-15 Glenn Morris <rgm@gnu.org>
4898
672b871d
GM
4899 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4900 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4901 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4902 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4903 (rmail-mime, rmail-show-mime): Doc fixes.
4904
f6aa5bb1
GM
4905 * term/ns-win.el (mode-line-frame-identification):
4906 Leave it alone. (Bug#10051)
4907
947cd66b
GM
4908 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4909
447f30f6
GM
4910 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4911 Handle empty buffers. (Bug#9978)
4912
0b381c7e
JB
49132011-11-14 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * international/mule.el (define-charset):
4916 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4917 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4918 * progmodes/verilog-mode.el (verilog-backward-token):
4919 * textmodes/ispell.el (lookup-words):
4920 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4921
71e027ac
GM
49222011-11-14 Glenn Morris <rgm@gnu.org>
4923
56632ce4
GM
4924 * progmodes/executable.el
4925 (executable-make-buffer-file-executable-if-script-p):
4926 Handle file-modes returning nil.
4927
40500957
GM
4928 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4929 message - not necessary, and causes problems. (Bug#9831)
4930
071c2340
GM
4931 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4932
d3cfca60
GM
4933 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4934
71e027ac
GM
4935 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4936 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4937 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4938
89d61221
MR
49392011-11-12 Martin Rudalics <rudalics@gmx.at>
4940
4941 * window.el (window-resize, delete-window): Use window-splits
4942 variable instead of function.
4943 (window-state-get-1, window-state-put-2, window-state-put):
4944 Don't deal with windows' splits status.
4945
98282f6f
GM
49462011-11-12 Glenn Morris <rgm@gnu.org>
4947
4948 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4949 (apropos-documentation): Doc fixes.
4950
40a8bdf6
JB
49512011-11-11 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4954 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4955
65bd19ff
SM
49562011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * electric.el (electric-indent-post-self-insert-function): Make it
4959 possible for a char to only indent in some circumstances.
4960 (electric-indent-mode): Simplify.
4961
54f9154c
MR
49622011-11-11 Martin Rudalics <rudalics@gmx.at>
4963
4964 * window.el (windows-with-parameter): Remove unused function.
4965 (windows-at-side): Rename to window-at-side-list.
4966 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4967 (window-side-check, window-size-ignore, window-size-fixed-1)
4968 (window-in-direction-2): Prefix with "window--".
4969 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4970
68cbc58b
GM
49712011-11-11 Glenn Morris <rgm@gnu.org>
4972
4973 * subr.el (eval-after-load): If FILE is already loaded,
4974 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4975
b2621720
GM
49762011-11-10 Glenn Morris <rgm@gnu.org>
4977
9a4de110
GM
4978 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4979 Call svn via vc-svn-command rather than vc-do-command.
4980 (vc-svn-command): Add --non-interactive. (Bug#9993)
4981 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4982
b2621720
GM
4983 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4984 Add toggle-read-only. (Bug#7292)
4985 * files.el (toggle-read-only): Mention that it should only
4986 be used interactively. (Bug#10006)
4987
1dce7193
SM
49882011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4989
d9ac1a1e
SM
4990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4991 Adjust regexp for OCaml warnings.
4992
0c325082
SM
4993 * electric.el (electric-pair-post-self-insert-function): Let user
4994 turn it off buffer-locally (bug#9932).
4995
90132c14
SM
4996 * progmodes/python.el (python-beginning-of-statement):
4997 Rewrite (bug#2703).
4998
1dce7193
SM
4999 * progmodes/compile.el: Better handle TABs (bug#9749).
5000 (compilation-internal-error-properties)
5001 (compilation-next-error-function): Obey the target buffer's
5002 compilation-error-screen-columns.
5003
c4e7c63a
JB
50042011-11-09 Juanma Barranquero <lekktu@gmail.com>
5005
5006 * progmodes/meta-mode.el: Remove obsolete comments.
5007 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5008 Fix typos in docstrings.
5009
2cffd681
MR
50102011-11-09 Martin Rudalics <rudalics@gmx.at>
5011
5012 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5013 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5014 (window--resizable): New function. Make all callers of
5015 window-resizable call window--resizable instead.
5016 (window-resizable): Rewrite in terms of window--resizable.
5017
0edcba87
GM
50182011-11-08 Glenn Morris <rgm@gnu.org>
5019
5020 * progmodes/delphi.el (delphi-mode-syntax-table):
5021 Let define-derived-mode define a proper syntax table. (Bug#9994)
5022
4b0d61e3
SM
50232011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * window.el: Stay away from defsubst.
5026 (window-list-no-nils): Remove.
5027 (window-state-get-1, window-state-get): Use backquote instead.
5028
cd394be1 50292011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5030
4b0d61e3 5031 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5032 Fix incorrect use of default argument in `completing-read'.
5033
e1c2c6f2
MR
50342011-11-08 Martin Rudalics <rudalics@gmx.at>
5035
5036 * window.el (display-buffer-function, special-display-function):
5037 Mention display-buffer-record-window but do not mention
5038 help-setup parameter in doc-strings.
b3f4a882 5039 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5040
105216ed
CY
50412011-11-08 Chong Yidong <cyd@gnu.org>
5042
5043 * window.el (window-total-height, window-total-width): Doc fix.
5044 (window-body-size): Move from C.
5045 (window-body-height, window-body-width): Move to C.
5046
0a9f9ab5
SM
50472011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * window.el: Make special-display like display-buffer-alist (bug#9532).
5050 (display-buffer--special-action): New function, morphed
5051 from display-buffer--special.
5052 (display-buffer): Use it to handle special-display-buffers at higher
5053 priority (just after display-buffer-alist).
5054 (display-buffer-fallback-action, display-buffer--other-frame-action)
5055 (pop-to-buffer-same-window): Remove display-buffer--special.
5056
a769dd15
GM
50572011-11-07 Glenn Morris <rgm@gnu.org>
5058
5059 * calendar/cal-menu.el (cal-menu-set-date-title):
5060 Do nothing if not in a calendar. (Bug#9976)
5061
05a61ee3
SM
50622011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * files.el (find-file): Always use selected-window.
5065
be7f5545
MR
50662011-11-07 Martin Rudalics <rudalics@gmx.at>
5067
5068 * window.el (window-combinations): Make WINDOW argument
5069 mandatory. Rewrite doc-string.
5070 (walk-window-subtree, window-atom-check, window-min-delta)
5071 (window-max-delta, window--resize-this-window)
5072 (window--resize-root-window-vertically, window-tree)
5073 (balance-windows, window-state-put): Rewrite doc-strings as to
5074 not mention the term "subwindow".
5075 (window--resize-subwindows-skip-p): Rename to
5076 window--resize-child-windows-skip-p.
5077 (window--resize-subwindows-normal): Rename to
5078 window--resize-child-windows-normal.
5079 (window--resize-subwindows): Rename to
5080 window--resize-child-windows.
5081 (window-or-subwindow-p): Rename to window--in-subtree-p.
5082
3c6702ef
ML
50832011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5084
5085 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5086 Ensure that mbox format messages end in two newlines (Bug#9974).
5087
49745b39
CY
50882011-11-06 Chong Yidong <cyd@gnu.org>
5089
5090 * window.el (window-combination-p): Function deleted; its
5091 side-effect is not used in any existing code.
5092 (window-combinations, window-combined-p): Call window-*-child
5093 directly.
5094
24300f5f
CY
50952011-11-05 Chong Yidong <cyd@gnu.org>
5096
5097 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5098 (window-size-ignore, window-state-get): Callers changed.
5099 (window-normalize-window): Rename from window-normalize-any-window.
5100 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5101 (window-normalize-live-window): Delete.
447f16b8
CY
5102 (window-combination-p, window-combined-p, window-combinations)
5103 (walk-window-subtree, window-atom-root, window-min-size)
5104 (window-sizable, window-sizable-p, window-size-fixed-p)
5105 (window-min-delta, window-max-delta, window-resizable)
5106 (window-resizable-p, window-full-height-p, window-full-width-p)
5107 (window-current-scroll-bars, window-point-1, set-window-point-1)
5108 (window-at-side-p, window-in-direction, window-resize)
5109 (adjust-window-trailing-edge, maximize-window, minimize-window)
5110 (window-deletable-p, delete-window, delete-other-windows)
5111 (record-window-buffer, unrecord-window-buffer)
5112 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5113 (quit-window, split-window, window-state-put)
5114 (set-window-text-height, fit-window-to-buffer)
5115 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5116
89bd5ee1
EZ
51172011-11-04 Eli Zaretskii <eliz@gnu.org>
5118
53479029
EZ
5119 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5120 rfc2047-decode-string.
5121 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5122 warnings.
5123
89bd5ee1
EZ
5124 * window.el (window-body-height, window-body-width): Mention in
5125 the doc string that the return values are in frame's canonical
5126 units. (Bug#9949)
5127
bd17fdee
AM
51282011-11-03 Alan Mackenzie <acm@muc.de>
5129
5130 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5131 change in cc-engine.el.
5132
acc825c5
SM
51332011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5136
1885e5b8
MR
51372011-11-02 Martin Rudalics <rudalics@gmx.at>
5138
5139 * window.el (quit-window): Call unrecord-window-buffer after
5140 showing another buffer in the window. (Bug#9937)
acc825c5 5141 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5142
ebe06da9
JB
51432011-11-02 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5146 Accept status with more than 9 shelves. (Bug#9935)
5147 Reported by Colin D Bennett <colin@gibibit.com>.
5148
4ee88440
MR
51492011-11-01 Martin Rudalics <rudalics@gmx.at>
5150
5151 * help.el (with-help-window): Don't reference
5152 temp-buffer-show-specifiers in doc-string.
5153
08e1d82c
AS
51542011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5155
5156 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5157 menu-item.
5158
84bd6e9e
VJL
51592011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5160
5161 * whitespace.el: New version 13.2.2.
5162 (whitespace-newline-mode): Disable properly. Reported by Sarah
5163 <EmacsWiki>.
5164
dba0634a
UJ
51652011-10-30 Ulf Jasper <ulf.jasper@web.de>
5166
5167 * net/newst-treeview.el: Remove "Time-stamp".
5168 (newsticker--group-manage-orphan-feeds): Do not call
5169 newsticker--treeview-tree-update.
db22a3c2
JB
5170 (newsticker-treeview-update, newsticker-treeview):
5171 Call newsticker--treeview-tree-update if necessary.
dba0634a 5172
3d8daefe
MR
51732011-10-30 Martin Rudalics <rudalics@gmx.at>
5174
5175 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5176 (window-iso-combinations): Remove "iso-" infix.
5177 Suggested by Chong Yidong.
3d8daefe
MR
5178 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5179 (window-max-delta-1, window-resize, window--resize-siblings)
5180 (window--resize-this-window, adjust-window-trailing-edge)
5181 (split-window, balance-windows-1)
5182 (shrink-window-if-larger-than-buffer):
5183 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5184 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5185
1bc4c3ae
SM
51862011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5189 in place (bug#9907).
5190 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5191 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5192 (eshell-structure-basic-command, eshell-rewrite-while-command)
5193 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5194 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5195 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5196 (eshell-do-pipelines-synchronously, eshell-eval-command):
5197 Use backquotes and prefer setq to set.
5198 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5199 (eshell-macrop): Use functionp.
c1e2f5fa 5200 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5201
30b65d9c
CY
52022011-10-30 Chong Yidong <cyd@gnu.org>
5203
5204 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5205 instead of set-mark (Bug#9810).
5206
2d197ffb
CY
52072011-10-30 Chong Yidong <cyd@gnu.org>
5208
5209 * window.el (split-window-below, split-window-right): Rename from
5210 split-window-above-each-other and split-window-side-by-side
5211 respectively. All callers changed.
5212 (split-window-sensibly, split-window-sensibly): Use them.
5213 (split-window-keep-point): Doc fix.
5214
5215 * isearch.el: Add isearch-scroll property to split-window-below
5216 and split-window-right.
5217
5218 * follow.el (follow-mode):
5219 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5220 * progmodes/ada-xref.el (ada-gdb-application):
5221 * emulation/vip.el (vip-buffer-in-two-windows):
5222 * image-dired.el (image-dired-dired-with-window-configuration):
5223 * dired-x.el (dired-do-find-marked-files):
5224 * dired.el (dired-pop-to-buffer):
5225 * bs.el (bs--show-with-configuration):
5226 * vc/emerge.el (emerge-setup-windows):
5227 * textmodes/two-column.el (2C-two-columns):
5228 * textmodes/reftex-toc.el (reftex-toc):
5229 * progmodes/gdb-mi.el (gdb-setup-windows):
5230 * progmodes/fortran.el (fortran-window-create):
5231 * net/newst-treeview.el (newsticker--treeview-window-init):
5232 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5233 * emulation/tpu-edt.el (tpu-gold-map):
5234 * emulation/crisp.el (crisp-mode-map):
5235 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5236
38bb2ca8
CY
52372011-10-29 Chong Yidong <cyd@gnu.org>
5238
aa4de341
CY
5239 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5240
e1eb5385
CY
5241 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5242
5d2ece3c
CY
5243 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5244 forged Ispell output (Bug#7904).
5245
38bb2ca8
CY
5246 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5247
d0af9f77
SM
52482011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * doc-view.el: Avoid ugly errors about not finding nil.
5251 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5252 (doc-view-dvipdf-program, doc-view-unoconv-program)
5253 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5254 Avoid nil or absolute file name as default value.
5255 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5256
52bedd34
AM
52572011-10-28 Alan Mackenzie <acm@muc.de>
5258
db22a3c2 5259 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5260
7e43cfa5
AM
52612011-10-28 Alan Mackenzie <acm@muc.de>
5262
5263 Amend the handling of c-beginning/end-of-defun in nested declaration
5264 scopes.
5265
52bedd34
AM
5266 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5267 cc-langs.el. Change it to a defcustom.
7e43cfa5 5268
52bedd34
AM
5269 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5270 cc-vars.el.
7e43cfa5 5271
d0af9f77
SM
5272 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5273 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5274
52bedd34 5275 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5276 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5277 (c-widen-to-enclosing-decl-scope): New function.
5278 (c-while-widening-to-decl-block): New macro.
5279 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5280 outward for defun boundaries, and correspondingly change symbol
5281 `respect-enclosure' to `go-outward'.
5282 (c-declaration-limits): Change algorithm to report only the "innermost"
5283 defun's boundaries.
5284
1a2ce9ee
DD
52852011-10-28 Deniz Dogan <deniz@dogan.se>
5286
5287 * net/rcirc.el (rcirc-mode): Use hard newlines.
5288
bc97a826
AM
52892011-10-28 Alan Mackenzie <acm@muc.de>
5290
5291 Amend to indent and fontify macros "which include their own semicolon"
5292 correctly, using the "virtual semicolon" mechanism.
5293
52bedd34 5294 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5295
d0af9f77 5296 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5297 Recode to scan one line at a time rather than having \n and \r
58179cce 5298 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5299 (c-forward-label): Amend for virtual semicolons.
58179cce 5300 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5301
52bedd34
AM
5302 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5303 of the new C macros.
bc97a826 5304
52bedd34 5305 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5306 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5307 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5308 (c-opt-cpp-macro-define): Make into a full language variable.
5309 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5310 AWK Mode (including \n, \r) removed, no longer needed.
5311
d0af9f77
SM
5312 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5313 Invoke c-make-macro-with-semi-re.
bc97a826 5314
52bedd34
AM
5315 * progmodes/cc-vars.el (c-macro-with-semi-re):
5316 (c-macro-names-with-semicolon): New variables.
58179cce 5317 (c-make-macro-with-semi-re): New function.
bc97a826 5318
7a6c0941
SM
53192011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * vc/log-edit.el: Fill empty field rather than adding new one.
5322 (log-edit-add-field): New function.
5323 (log-edit-insert-changelog): Use it.
5324
b0c4cdcf
ML
53252011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5326
5327 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5328
ee1f1da9
SM
53292011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5332 (gdb--check-interpreter): New function.
5333 (gdb): Use it.
5334
51bc5f8b
GM
53352011-10-27 Glenn Morris <rgm@gnu.org>
5336
416a2c45
GM
5337 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5338 (least-positive-float, least-negative-float)
5339 (least-positive-normalized-float, least-negative-normalized-float)
5340 (float-epsilon, float-negative-epsilon):
5341 Remove unnecessary declarations.
5342
5343 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5344 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5345 (least-positive-float, least-negative-float)
5346 (least-positive-normalized-float, least-negative-normalized-float)
5347 (float-epsilon, float-negative-epsilon): Add doc-strings,
5348 based on those in cl.texi.
5349
51bc5f8b
GM
5350 * files.el (set-visited-file-name): If the major-mode changed,
5351 reload the local variables. (Bug#9796)
5352
15de15c6
CY
53532011-10-27 Chong Yidong <cyd@gnu.org>
5354
5355 * subr.el (change-major-mode-after-body-hook): New hook.
5356 (run-mode-hooks): Run it.
5357
ee1f1da9
SM
5358 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5359 Use change-major-mode-before-body-hook.
15de15c6
CY
5360
5361 * simple.el (fundamental-mode):
5362 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5363 change introducing fundamental-mode-hook.
5364
5430d399
JB
53652011-10-26 Juanma Barranquero <lekktu@gmail.com>
5366
acc825c5 5367 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5368
ad74a69e
MA
53692011-10-26 Michael Albinus <michael.albinus@gmx.de>
5370
5371 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5372 tramp.el explicitly. (Bug#7583)
ad74a69e 5373
71d4c2a5
SM
53742011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * progmodes/octave-mod.el:
5377 * progmodes/octave-inf.el: Update maintainer.
5378
b1f6fa26
CY
53792011-10-26 Chong Yidong <cyd@gnu.org>
5380
5381 * subr.el (with-wrapper-hook): Rewrite doc.
5382
3f04efd6
MA
53832011-10-25 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5386 filenames "/method:foo:". (Bug#9793)
3f04efd6 5387
410488d3
SM
53882011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5391 (bug#9865).
5392
c1ebb47e
GM
53932011-10-24 Glenn Morris <rgm@gnu.org>
5394
5395 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5396
7f5c46c7
MA
53972011-10-24 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * notifications.el: Add the requirement of a running D-Bus session
5400 bus to the Commentary.
5401
db2440b6
JL
54022011-10-24 Juri Linkov <juri@jurta.org>
5403
5404 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5405 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5406 (Bug#9364)
5407
feecf435
JL
54082011-10-24 Juri Linkov <juri@jurta.org>
5409
5410 * info.el (Info-following-node-name-re): Add newline to the list
5411 of allowed characters for leading space. (Bug#9824)
5412
a3839de2
SM
54132011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5414
acc825c5
SM
5415 * progmodes/octave-inf.el (inferior-octave-mode-map):
5416 Fix C-c C-h binding.
a3839de2
SM
5417 * progmodes/octave-mod.el (octave-help): Remove.
5418
09388e76
MA
54192011-10-23 Michael Albinus <michael.albinus@gmx.de>
5420
5421 Sync with Tramp 2.2.3.
5422
5423 * net/tramp-cache.el (top): Pacify byte-compiler using
5424 `init-file-user' and `site-run-file'.
5425
5426 * net/trampver.el: Update release number.
5427
86c60681
CY
54282011-10-23 Chong Yidong <cyd@gnu.org>
5429
5430 * files.el (toggle-read-only): Remove obsolete comment about
5431 version control.
5432
5433 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5434 for toggle-read-only. Note that this hasn't called vc-next-action
5435 since 2008-05-02, though it wasn't documented at the time.
5436
a3839de2
SM
5437 * vc/ediff-init.el (ediff-toggle-read-only-function):
5438 Use toggle-read-only.
86c60681 5439
cd5495ff
AM
54402011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5441
5442 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5443 of c-parse-state.
5444
00b77525 5445 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5446 correct faulty logical expression.
cd5495ff
AM
5447 (c-parse-state-state, c-record-parse-state-state):
5448 (c-replay-parse-state-state): New defvar/defuns.
5449 (c-debug-parse-state): Use new functions.
5450
42ee24ed
MR
54512011-10-22 Martin Rudalics <rudalics@gmx.at>
5452
5453 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5454 last fix. Use window-in-direction correctly.
42ee24ed 5455
a7dee7e7
CY
54562011-10-21 Chong Yidong <cyd@gnu.org>
5457
5458 * progmodes/idlwave.el (idlwave-mode):
5459 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5460 require-final-newline; that's done in prog-mode.
5461 Suggested by Stefan Monnier.
a7dee7e7 5462
e07b9a6d
MR
54632011-10-21 Martin Rudalics <rudalics@gmx.at>
5464
5465 * mouse.el (mouse-drag-window-above)
5466 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5467 (mouse-drag-mode-line-1, mouse-drag-header-line)
5468 (mouse-drag-vertical-line-rightward-window): Remove.
5469 (mouse-drag-line): New function.
5470 (mouse-drag-mode-line, mouse-drag-header-line)
5471 (mouse-drag-vertical-line): Call mouse-drag-line.
5472 * window.el (window-at-side-p, windows-at-side): New functions.
5473
7e1361d9
UM
54742011-10-21 Ulrich Mueller <ulm@gentoo.org>
5475
5476 * tar-mode.el (tar-grind-file-mode):
5477 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5478
30fcaf3a
CY
54792011-10-21 Chong Yidong <cyd@gnu.org>
5480
5481 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5482 * progmodes/vera-mode.el (vera-mode):
5483 Use mode-require-final-newline.
30fcaf3a 5484
516eddb0
GM
54852011-10-20 Glenn Morris <rgm@gnu.org>
5486
db22a3c2 5487 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5488
10d5f513
CS
54892011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5490
5491 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5492
ac6c8639
CY
54932011-10-20 Chong Yidong <cyd@gnu.org>
5494
5495 * emulation/cua-base.el (cua-mode):
5496 * mail/footnote.el (footnote-mode):
5497 * mail/mailabbrev.el (mail-abbrevs-mode):
5498 * net/xesam.el (xesam-minor-mode):
5499 * progmodes/bug-reference.el (bug-reference-mode):
5500 * progmodes/cap-words.el (capitalized-words-mode):
5501 * progmodes/compile.el (compilation-minor-mode)
5502 (compilation-shell-minor-mode):
5503 * progmodes/gud.el (gud-tooltip-mode):
5504 * progmodes/hideif.el (hide-ifdef-mode):
5505 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5506 * progmodes/subword.el (subword-mode):
5507 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5508 * progmodes/which-func.el (which-function-mode):
5509 * term/tvi970.el (tvi970-set-keypad-mode):
5510 * term/vt100.el (vt100-wide-mode):
5511 * textmodes/flyspell.el (flyspell-mode):
5512 * textmodes/ispell.el (ispell-minor-mode):
5513 * textmodes/nroff-mode.el (nroff-electric-mode):
5514 * textmodes/paragraphs.el (use-hard-newlines):
5515 * textmodes/refill.el (refill-mode):
5516 * textmodes/reftex.el (reftex-mode):
5517 * textmodes/rst.el (rst-minor-mode):
5518 * textmodes/sgml-mode.el (html-autoview-mode)
5519 (sgml-electric-tag-pair-mode):
5520 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5521 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5522 * emulation/crisp.el (crisp-mode):
5523 * emacs-lisp/eldoc.el (eldoc-mode):
5524 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5525 minor mode behavior.
5526
aa42ab43
JL
55272011-10-19 Juri Linkov <juri@jurta.org>
5528
5529 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5530 the list of hard-coded chars with escape-glyph face.
5531
89400f1d
SM
55322011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5535
305c07f6
MA
55362011-10-19 Michael Albinus <michael.albinus@gmx.de>
5537
5538 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5539 running process.
5540
13754b54
GM
55412011-10-19 Glenn Morris <rgm@gnu.org>
5542
5543 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5544 Ignore ignored files. (Bug#9726)
5545
06e21633
CY
55462011-10-19 Chong Yidong <cyd@gnu.org>
5547
5548 Doc fix for minor modes, stating that an omitted argument enables
5549 the mode unconditionally when called from Lisp.
5550
5551 * abbrev.el (abbrev-mode):
5552 * allout.el (allout-mode):
5553 * autoinsert.el (auto-insert-mode):
5554 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5555 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5556 (global-auto-revert-mode):
5557 * battery.el (display-battery-mode):
5558 * composite.el (global-auto-composition-mode)
5559 (auto-composition-mode):
5560 * delsel.el (delete-selection-mode):
5561 * desktop.el (desktop-save-mode):
5562 * dired-x.el (dired-omit-mode):
5563 * dirtrack.el (dirtrack-mode):
5564 * doc-view.el (doc-view-minor-mode):
5565 * double.el (double-mode):
5566 * electric.el (electric-indent-mode, electric-pair-mode):
5567 * emacs-lock.el (emacs-lock-mode):
5568 * epa-hook.el (auto-encryption-mode):
5569 * follow.el (follow-mode):
5570 * font-core.el (font-lock-mode):
5571 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5572 * help.el (temp-buffer-resize-mode):
5573 * hilit-chg.el (highlight-changes-mode)
5574 (highlight-changes-visible-mode):
5575 * hi-lock.el (hi-lock-mode):
5576 * hl-line.el (hl-line-mode, global-hl-line-mode):
5577 * icomplete.el (icomplete-mode):
5578 * ido.el (ido-everywhere):
5579 * image-file.el (auto-image-file-mode):
5580 * image-mode.el (image-minor-mode):
5581 * iswitchb.el (iswitchb-mode):
5582 * jka-cmpr-hook.el (auto-compression-mode):
5583 * linum.el (linum-mode):
5584 * longlines.el (longlines-mode):
5585 * master.el (master-mode):
5586 * mb-depth.el (minibuffer-depth-indicate-mode):
5587 * menu-bar.el (menu-bar-mode):
5588 * minibuf-eldef.el (minibuffer-electric-default-mode):
5589 * mouse-sel.el (mouse-sel-mode):
5590 * msb.el (msb-mode):
5591 * mwheel.el (mouse-wheel-mode):
5592 * outline.el (outline-minor-mode):
5593 * paren.el (show-paren-mode):
5594 * recentf.el (recentf-mode):
5595 * reveal.el (reveal-mode, global-reveal-mode):
5596 * rfn-eshadow.el (file-name-shadow-mode):
5597 * ruler-mode.el (ruler-mode):
5598 * savehist.el (savehist-mode):
5599 * scroll-all.el (scroll-all-mode):
5600 * scroll-bar.el (scroll-bar-mode):
5601 * server.el (server-mode):
5602 * shell.el (shell-dirtrack-mode):
5603 * simple.el (auto-fill-mode, transient-mark-mode)
5604 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5605 (line-number-mode, column-number-mode, size-indication-mode)
5606 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5607 * strokes.el (strokes-mode):
5608 * time.el (display-time-mode):
5609 * t-mouse.el (gpm-mouse-mode):
5610 * tool-bar.el (tool-bar-mode):
5611 * tooltip.el (tooltip-mode):
5612 * type-break.el (type-break-mode-line-message-mode)
5613 (type-break-query-mode):
5614 * view.el (view-mode):
5615 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5616 (global-whitespace-mode, global-whitespace-newline-mode):
5617 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5618
a3839de2
SM
5619 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5620 Fix autogenerated docstring.
06e21633 5621
5214e501
JL
56222011-10-19 Juri Linkov <juri@jurta.org>
5623
5624 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5625 by checking environment variables "DESKTOP_SESSION" and
5626 "XDG_CURRENT_DESKTOP". (Bug#9779)
5627
195f8db9
JL
56282011-10-19 Juri Linkov <juri@jurta.org>
5629
5630 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5631 (browse-url-chromium-program, browse-url-chromium-arguments):
5632 New defcustoms.
5633 (browse-url-default-browser): Check for `browse-url-chromium' and
5634 call `browse-url-chromium-program'.
5635 (browse-url-chromium): New command. (Bug#9779)
5636
343a34ff
JB
56372011-10-18 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * facemenu.el (list-colors-duplicates): On Windows, detect more
5640 duplicates by assuming that only colors matching "^System" are
5641 special "system colors". (Bug#9722)
5642
6978a151
SM
56432011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5646 to distinguish the author from the committer.
5647
6a80b297
MA
56482011-10-18 Michael Albinus <michael.albinus@gmx.de>
5649
5650 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5651
b31a5677
JK
56522011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5653
5654 * international/mule.el (sgml-html-meta-auto-coding-function):
5655 Add support for detecting encoding in HTML5 specified only as
5656 <meta charset="UTF-8">. Implementation just makes http-equiv and
5657 content-type parts from HTML4 encoding string optional. (Bug#9716)
5658
80c6d77f
GM
56592011-10-18 Glenn Morris <rgm@gnu.org>
5660
5661 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5662
08b0fee8
CY
56632011-10-18 Chong Yidong <cyd@gnu.org>
5664
5665 * faces.el (cursor): Doc fix.
5666
67e729a5
CY
56672011-10-17 Chong Yidong <cyd@gnu.org>
5668
5669 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5670
343a34ff 56712011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5672
5673 * dirtrack.el (dirtrack): Support shell buffers with path
5674 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5675
0bc06380
TZ
56762011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5677
5678 * json.el: Bump version to 1.3 and note change in History.
5679 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5680
8b79f3e0
SM
56812011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5a7c536b
SM
5683 * comint.el (comint-insert-input, comint-send-input)
5684 (comint-get-old-input-default, comint-backward-matching-input)
5685 (comint-next-prompt): Use nil instead of `input' for field property of
5686 past user input (bug#114).
5687
96a8a0df
SM
5688 * minibuffer.el (completion--replace): Inherit surrounding properties
5689 (bug#114).
5690 (minibuffer-complete-and-exit): Use it.
5691
8b79f3e0
SM
5692 * comint.el (comint--table-subvert): Quote the all-completions output
5693 (bug#9160).
5694
b8f7ff0d
MR
56952011-10-17 Martin Rudalics <rudalics@gmx.at>
5696
8b79f3e0 5697 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5698
b8f7ff0d 5699 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5700 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5701 entries and separate them from frame entries.
5702
c235b555
GM
57032011-10-15 Glenn Morris <rgm@gnu.org>
5704
5705 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5706 Doc fixes.
5707
6bbfa6e1
CY
57082011-10-15 Chong Yidong <cyd@stupidchicken.com>
5709
8b79f3e0
SM
5710 * net/network-stream.el (network-stream-open-starttls):
5711 Improve detection of failure due to lack of TLS support.
ec5c990d 5712
6bbfa6e1
CY
5713 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5714 putting the input text in front and in bold.
5715
98488977
SM
57162011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5717
3d1337be
SM
5718 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5719
ee0b45e4
SM
5720 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5721 empty buffer.
5722
98488977
SM
5723 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5724 unread-command-events rather than pushing yet-another event.
5725
186f4720
EZ
57262011-10-14 Eli Zaretskii <eliz@gnu.org>
5727
5728 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5729 the explanation of the possible choices. Make the options passed
5730 to completing-read shorter.
5731
8b7a997c
AM
57322011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5733
5734 * textmodes/flyspell.el (flyspell-large-region): Make sure
5735 extended character mode is used if defined (Bug#1339).
5736
12587bbb
EZ
57372011-10-13 Eli Zaretskii <eliz@gnu.org>
5738
5739 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5740 character info for LRE, LRO, RLE, and RLO characters by appending
5741 an invisible PDF.
12587bbb 5742
bad41229
SM
57432011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5746 even in case of error; add debug spec; simplify data flow.
5747 (with-timeout-handler): Remove.
5748
28dbc92f
MA
57492011-10-12 Michael Albinus <michael.albinus@gmx.de>
5750
5751 Fix Bug#6019, Bug#9315.
5752
5753 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5754 complete `buffer-file-name', the local file name part could look
5755 remotely (for example on VMS).
5756
5757 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5758 `tramp-run-real-handler'.
5759 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5760 already quoted by '"'.
5761
5762 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5763 Let `file-name-handler-alist' be nil, the local file name part
5764 could look remotely (for example on VMS).
5765
e1b0b23a
SM
57662011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5769 from here...
5770 (flyspell-post-command-hook): ...to here.
5771
a120bde9
SM
57722011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5775 if not needed.
5776 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5777 using completion. Protect against "slow" callers.
5778 Remove the "message hack".
5779
7ce7717b
JL
57802011-10-11 Juri Linkov <juri@jurta.org>
5781
5782 * isearch.el (isearch-lazy-highlight-word): New variable.
5783 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5784 Use it. (Bug#9727)
5785
c02ee9d6
GM
57862011-10-11 Glenn Morris <rgm@gnu.org>
5787
5788 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5789 like f90-previous-statement does.
5790
93e616fd 57912011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5792
1f190e73 5793 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5794 only in interactive use, to avoid error.
5795
af7b6078
SM
57962011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * minibuffer.el (completion-file-name-table): Fix last change,
5799 i.e. ignore normal errors but not the other ones.
5800
0563dae9
MR
58012011-10-10 Martin Rudalics <rudalics@gmx.at>
5802
5803 * window.el (special-display-buffer-names)
5804 (special-display-regexps): Remove some remnants of earlier
5805 changes from doc-strings.
366ca7f3
MR
5806 (quit-windows-on): New function.
5807
5808 * vc/vc.el (vc-revert, vc-rollback):
5809 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5810 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5811 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5812
49677495
MR
58132011-10-09 Martin Rudalics <rudalics@gmx.at>
5814
5815 * window.el (frame-auto-hide-function): Add version tag.
5816 (Bug#9699)
5817
56f2d1e1
MA
58182011-10-09 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5821 condition.
5822
112a6592
LL
58232011-10-09 Leo Liu <sdl.web@gmail.com>
5824
5825 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5826 (Bug#9701)
5827
0812589b
GM
58282011-10-08 Glenn Morris <rgm@gnu.org>
5829
5830 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5831 before the first code statement zero indent. (Bug#9690)
5832
b2b0776e
CY
58332011-10-08 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * simple.el (count-words-region): Always count in the region.
5836 Report the number of lines and characters too.
5837 (count-words): New command, which counts in the buffer if the
5838 region is inactive, as count-words-region used to.
5839 (count-words--message): New function. Handle plurals.
5840 (count-lines-region): Make it an alias for count-words-region.
5841
5842 * bindings.el (esc-map): Replace count-lines-region with
5843 count-words-region.
5844
c557cd6b
MR
58452011-10-08 Martin Rudalics <rudalics@gmx.at>
5846
5847 * window.el (window--delete): Delete dedicated frame
5848 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5849 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5850
61a57ef4 58512011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5852
3a7d293b 5853 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5854
c3833279
CY
58552011-10-07 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * bindings.el ([M-left],[M-right]): Bind to left-word and
5858 right-word respectively.
5859
21ce8245
GM
58602011-10-07 Glenn Morris <rgm@gnu.org>
5861
5862 * cus-start.el (debug-on-quit): Fix custom type.
5863
6d823bb2
LMI
58642011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5865
0181e193
LMI
5866 * subr.el (define-key-after): Clarify that the function is not
5867 useful for non-menu keymaps.
5868
6d823bb2
LMI
5869 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5870
8e3459ce 58712011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5872
21ce8245 5873 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5874 in current minibuffer (Fix bug with recursive minibuffers).
5875
a1c2d21e
CY
58762011-10-06 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * progmodes/gdb-mi.el (gdb): Doc fix.
5879
5a4cf282
MR
58802011-10-05 Martin Rudalics <rudalics@gmx.at>
5881
5882 * window.el (frame-auto-hide-function): New option replacing
5883 frame-auto-delete. Suggested by Stefan Monnier.
5884 (window--delete): Call frame-auto-hide-function instead of
5885 investigating frame-auto-delete.
c96111ea
MR
5886 (window-point-1, set-window-point-1): New functions.
5887 (window-in-direction, record-window-buffer, window-state-get-1)
5888 (display-buffer-record-window): Use window-point-1 instead of
5889 window-point.
5890 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5891
9854542e
SM
58922011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5895
8943cfb0
GM
58962011-10-05 Glenn Morris <rgm@gnu.org>
5897
5898 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5899 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5900
647ab967
LL
59012011-10-05 Leo Liu <sdl.web@gmail.com>
5902
5903 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5904 works with buffer object.
5905
3ddfbced
SM
59062011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * mpc.el (mpc-tool-bar-map): Add labels.
5909
bdfa5dd2
GM
59102011-10-04 Glenn Morris <rgm@gnu.org>
5911
5912 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5913
0e2070b5
MR
59142011-10-04 Martin Rudalics <rudalics@gmx.at>
5915
5916 * window.el (window--delete): New function.
5917 (frame-auto-delete): Resuscitate option.
5918 (bury-buffer, replace-buffer-in-windows)
5919 (quit-window): Rewrite using window--delete.
5920 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5921 Pass display-buffer-mark-dedicated to window--display-buffer-2
5922 (Bug#9639).
5923
3dc61a09
SM
59242011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5925
915a9b64
SM
5926 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5927 returns a list (bug#9554). Add remote file name completion.
5928 * comint.el (comint--table-subvert): Curry and get quote&unquote
5929 functions as arguments.
5930 (comint--complete-file-name-data): Adjust call accordingly.
5931 * pcomplete.el (pcomplete--table-subvert): Remove.
5932 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5933
3dc61a09
SM
5934 * minibuffer.el (completion-table-case-fold): Use currying.
5935 (completion--styles-type, completion--cycling-threshold-type):
5936 New constants.
5937 (completion-styles, completion-category-overrides)
5938 (completion-cycle-threshold): Use them.
5939 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5940 completion-table-case-fold.
5941
8ea0a993
SB
59422011-10-03 Stephen Berman <stephen.berman@gmx.net>
5943
5944 * minibuffer.el (completion-category-overrides): Fix type of styles
5945 and add more user friendly tags (bug#9660).
5946
8c24b7f6
SM
59472011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5950 (mule-input-method-string): New widget.
5951 (default-input-method, language-info-custom-alist): Use it.
5952
428fe61a
SM
59532011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5954
32c1fffd
SM
5955 * pcomplete.el: Require comint.
5956 (pcomplete--common-suffix): Remove.
5957 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5958 (pcomplete--table-subvert): Sync with comint--table-subvert.
5959 (pcomplete--entries): Use comint-completion-file-name-table.
5960 * comint.el (comint-unquote-filename): Simplify.
5961 (comint-completion-file-name-table): New function (bug#9616).
5962 (comint--complete-file-name-data): Use it.
5963
428fe61a
SM
5964 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5965 (pcmpl-gnu-tar-buffer): Remove.
5966 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5967 around. Make sure pcomplete-suffix-list is only changed temporarily.
5968 Don't look inside the tar's file if it's too large.
428fe61a 5969
04c52e2f
CY
59702011-10-01 Chong Yidong <cyd@stupidchicken.com>
5971
ce3cefcc
CY
5972 * cus-edit.el (custom-mode-map):
5973 * epa.el (epa-key-list-mode-map):
5974 * man.el (Man-mode-map):
5975 * startup.el (splash-screen-keymap):
5976 * simple.el (special-mode-map): Use scroll-up-command and
5977 scroll-down-command.
5978
5979 * progmodes/idlw-help.el (idlwave-help-mode-map):
5980 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5981 * net/newst-plainview.el (newsticker-mode-map):
5982 * emulation/ws-mode.el (wordstar-mode-map):
5983 * emulation/vi.el (vi-com-map):
5984 * calc/calc-graph.el (calc-graph-show-dumb):
5985 * term/sun.el (terminal-init-sun):
5986 * term/ns-win.el (global-map):
5987 * progmodes/grep.el (grep-mode-map):
5988 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5989 * mail/rmail.el (rmail-mode-map):
5990 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5991
04c52e2f
CY
5992 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5993 custom-safe-themes as special.
5994
79adf8c8
JD
59952011-10-01 Julien Danjou <julien@danjou.info>
5996
5997 * notifications.el (notifications-notify): Fix docstring.
5998
63bd50d3
PS
59992011-10-01 Per Starbäck <per@starback.se>
6000
6001 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6002
199e4c7e
MR
60032011-09-30 Martin Rudalics <rudalics@gmx.at>
6004
6005 * startup.el (command-line-1): Fix last fix by inserting
6006 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6007 (Bug#9605) and (Bug#9636)
199e4c7e 6008
fe5f08dd
EZ
60092011-09-29 Eli Zaretskii <eliz@gnu.org>
6010
6011 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6012 window is hscrolled, move by logical lines. (Bug#9607)
6013 (line-move-visual): Update the doc string to the above effect.
6014
b5516bbd
MR
60152011-09-29 Martin Rudalics <rudalics@gmx.at>
6016
ccee00c0
MR
6017 * window.el (display-buffer-record-window): When WINDOW is the
6018 selected window use `point' instead of `window-point'. (Bug#9626)
6019
b5516bbd
MR
6020 * startup.el (command-line-1): Use insert-before-markers when
6021 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6022
b5516bbd
MR
6023 * help.el (help-window): Remove variable.
6024
52aa0014
GM
60252011-09-29 Glenn Morris <rgm@gnu.org>
6026
6027 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6028
df9a7357
JB
60292011-09-29 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * descr-text.el (describe-char-categories): Accept category
6032 descriptions more than one line long.
6033
a8406c20
SM
60342011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6035
88d9610c
SM
6036 * simple.el (delete-trailing-whitespace): Fix last change.
6037
a5daf810
SM
6038 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6039 Don't confuse "y => 3" as the beginning of a `y' operation.
6040
a8406c20
SM
6041 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6042 object has more than 4 slots (bug#9613).
6043
a239d4e9
JB
60442011-09-28 Juanma Barranquero <lekktu@gmail.com>
6045
6046 * subr.el (with-output-to-temp-buffer):
6047 * net/quickurl.el (quickurl, quickurl-browse-url):
6048 Fix typos in docstrings.
6049
693fbdb6
EZ
60502011-09-27 Eli Zaretskii <eliz@gnu.org>
6051
6052 * minibuffer.el (completion-styles)
6053 (completion-category-overrides): Cross reference each other in doc
6054 strings.
6055
8b457e28
GM
60562011-09-27 Glenn Morris <rgm@gnu.org>
6057
6058 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6059 to split-string. (Bug#9606)
6060
85a16208
LMI
60612011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6062
6063 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6064 (bug#9615).
6065
502f9ebd
CY
60662011-09-27 Chong Yidong <cyd@stupidchicken.com>
6067
6068 * emacs-lisp/package.el (list-packages): Fix echo area message.
6069
7690bdea
LL
60702011-09-27 Leo Liu <sdl.web@gmail.com>
6071
6072 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6073
e2ee6f30
MA
60742011-09-25 Michael Albinus <michael.albinus@gmx.de>
6075
6076 * net/dbus.el (dbus-unregister-object): Don't release services for
6077 registered signals. (Bug#9581)
6078
f3f98342
TZ
60792011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6080
6081 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6082 function that picks between cfengine 2 and 3 support
6083 automatically. Update docs accordingly.
6084
dd7aa8dd
KH
60852011-09-22 Kenichi Handa <handa@m17n.org>
6086
6087 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6088 ZERO.
6089 (indian-itrans-v5-table-for-tamil): New variable.
6090 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6091
3f2b07f8
KM
60922011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6093
6094 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6095 that's true if the current command involved collapsing of text.
6096 It's reset to false at the beginning of the next command.
6097 (allout-post-command-business): Move the cursor to the beginning
6098 of entry if the cursor is hidden and collapsing activity just
6099 happened.
6100
371d6a61
CY
61012011-09-24 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6104 tracking (Bug#9541).
6105
2ac2721a
UJ
61062011-09-24 Ulf Jasper <ulf.jasper@web.de>
6107
6108 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6109 (newsticker-show-news): Automatically load html rendering package
6110 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6111 because w3m-fill-column is let-bound" and the error "Symbol's value
6112 as variable is void: w3m-fill-column".
2ac2721a 6113
fac7ae53
MA
61142011-09-24 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6117 Release services only if they are defined. (Bug#9581)
6118
e08b633b
RS
61192011-09-23 Richard Stallman <rms@gnu.org>
6120
e488d29c
RS
6121 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6122 distinguish start of paragraph from start of its text.
6123
19c38752
RS
6124 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6125
e08b633b
RS
6126 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6127 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6128 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6129
0a39f27e
AS
61302011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6131
6132 * international/mule-diag.el (mule-diag): Insert a newline after
6133 each fontset description.
6134
db4e950d
SM
61352011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * simple.el (delete-trailing-whitespace):
6138 Document last change; simplify.
6139
eca3f3ea
PW
61402011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6141
d68e189a
PW
6142 * simple.el (delete-trailing-whitespace): Also delete
6143 extra newlines at the end of the buffer.
6144
eca3f3ea
PW
6145 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6146 (picture-newline): Use forward-line so as to ignore fields.
6147
01c157cc
SM
61482011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * subr.el (with-wrapper-hook): Fix edebug spec.
6151
022de23e
LMI
61522011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6153
6154 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6155 (bug#4538).
6156
91683089
MA
61572011-09-23 Michael Albinus <michael.albinus@gmx.de>
6158
eca3f3ea
PW
6159 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6160 Fix nasty bug using wrong cached values.
91683089 6161
5bdd6fa4
AM
61622011-09-23 Alan Mackenzie <acm@muc.de>
6163
6164 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6165
97adfb97
CY
61662011-09-23 Chong Yidong <cyd@stupidchicken.com>
6167
6168 * window.el (pop-to-buffer): Ensure right window is selected if we
6169 chose another frame.
6170
d4ef2b50
EZ
61712011-09-22 Eli Zaretskii <eliz@gnu.org>
6172
6173 * simple.el (what-cursor-position): Use get-char-property-change
6174 and next-single-char-property-change, to be able to show display
6175 properties that come from overlays as well as text properties.
6176
72258fe5
CY
61772011-09-22 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6180
6181 * cmuscheme.el (run-scheme, switch-to-scheme):
6182 * cus-edit.el (customize-group, custom-buffer-create)
6183 (customize-browse):
6184 * info.el (info):
6185 * shell.el (shell):
6186 * mail/sendmail.el (mail):
6187 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6188
8f098516
RS
61892011-09-22 Richard Stallman <rms@gnu.org>
6190
6191 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6192 move back only to line beg, don't move back over blank lines.
6193
e74f1bb6
MA
61942011-09-22 Michael Albinus <michael.albinus@gmx.de>
6195
6196 * files.el (copy-directory): Set directory attributes only in case
6197 they could be retrieved from the source directory. (Bug#9565)
6198
bfeef8b6
DK
61992011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6200
6201 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6202 (hs-find-block-beginning, hs-hide-level-recursive):
6203 Ignore strings as well as comments. (Bug#9502)
6204
7e423bb8
AS
62052011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6206
6207 * progmodes/sql.el (sql-comint-postgres):
6208 Convert port number to a string. (Bug#9566)
6209
b4d72fcf
MR
62102011-09-22 Martin Rudalics <rudalics@gmx.at>
6211
6212 * window.el (quit-window): Undedicate window when switching to
6213 previous buffer. Reported by Thierry Volpiatto
6214 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6215 (special-display-popup-frame): When popping up a new frame reset
6216 its previous buffers to nil. Simplify code.
b4d72fcf 6217
a7b88dc6
MA
62182011-09-21 Michael Albinus <michael.albinus@gmx.de>
6219
6220 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6221 and process filter, as done also in `shell-command'.
6222
cf4eacfd
MR
62232011-09-21 Martin Rudalics <rudalics@gmx.at>
6224
eca3f3ea 6225 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6226 Call set-window-start with NOFORCE argument t.
6227 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6228 (quit-window): Reword doc-string. Handle new format of
6229 quit-restore parameter. Don't delete window if it has a
6230 previous buffer we can show instead of the present one.
6231 (display-buffer-record-window): Rewrite using a new format for
6232 the quit-restore window parameter
6233 (special-display-popup-frame, display-buffer-same-window)
6234 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6235 (display-buffer-pop-up-window, display-buffer-use-some-window):
6236 Adapt symbol passed to display-buffer-record-window.
6237 * help.el (help-window-setup): Handle new format of quit-restore
6238 parameter.
6239
8d28cb95
SM
62402011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6241
94ab793f
SM
6242 * faces.el (face-list): Fix docstring (bug#9564).
6243
8d28cb95
SM
6244 * window.el (display-buffer--action-function-custom-type):
6245 Don't include internal functions in the Custom interface.
6246
3820edeb
JL
62472011-09-20 Juri Linkov <juri@jurta.org>
6248
6249 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6250 (Info-forward-node, Info-backward-node, Info-next-preorder)
6251 (Info-last-preorder): Use it. (Bug#9528)
6252
5147931d
JL
62532011-09-20 Juri Linkov <juri@jurta.org>
6254
6255 * info.el (Info-last-preorder): Visit last menu item only when
6256 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6257
cf499a1a
JD
62582011-09-20 Julien Danjou <julien@danjou.info>
6259
6260 * password-cache.el (password-cache-remove): Remove entries even if the
6261 value is nil, so that password with a nil value (negative caching) is
6262 possible to invalidate.
6263
f84e2fe2
LM
62642011-09-20 Lawrence Mitchell <wence@gmx.li>
6265
6266 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6267 all whitespace around breakpoint. (Bug#9553)
6268 (f90-find-breakpoint): Only break at whitespace inside a comment.
6269
78054a46
SM
62702011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6271
6272 * minibuffer.el (completion-file-name-table): Keep track of errors.
6273 (completion-table-with-predicate): Handle the case where pred1 is nil.
6274 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6275
345083b2
SM
62762011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6277
e24e27be
SM
6278 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6279 (debugger-return-value): Signal an error if the debugging context does
6280 not await any return value.
6281
345083b2
SM
6282 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6283 * image-mode.el (image-toggle-display-text)
6284 (image-toggle-display-image): Stay away from evil `intangible'.
6285
08d355e3
LL
62862011-09-19 Leo Liu <sdl.web@gmail.com>
6287
6288 * replace.el (occur-revert-arguments): Make it permanent-local.
6289 (occur-mode): Don't call font-lock-defontify.
6290
f01da43f
CY
62912011-09-19 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * net/ldap.el (ldap-search-internal): Don't push empty search
6294 result (Bug#9508).
6295
b6072fa6
SM
62962011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6297
6298 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6299
443d6696
MA
63002011-09-19 Michael Albinus <michael.albinus@gmx.de>
6301
6302 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6303 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6304
7cc6e154
JL
63052011-09-18 Juri Linkov <juri@jurta.org>
6306
6307 * buff-menu.el (Buffer-menu-mode-map):
6308 * dired.el (dired-mode-map):
6309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6310 (lisp-interaction-mode-map):
6311 * emacs-lisp/package.el (package-menu-mode-map):
6312 * epa.el (epa-key-list-mode-map):
6313 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6314 (menu-bar-options-menu):
6315 * outline.el (outline-mode-menu-bar-map):
6316 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6317 * vc/vc-dir.el (vc-dir-menu-map):
6318 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6319 Capitalize non-function content words in menu item strings.
6320
6321 * dired.el (dired-mode-map): Add menu item for
6322 `image-dired-dired-toggle-marked-thumbs'.
6323
80302a81
JL
63242011-09-18 Juri Linkov <juri@jurta.org>
6325
6326 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6327 to `isearch-case-fold-search' and restore its original value
6328 after the `isearch-mode' call.
6329
46c5cf66
JL
63302011-09-18 Juri Linkov <juri@jurta.org>
6331
6332 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6333 because `zgrep' returns 1 for successful matches (bug#9226).
6334
d18b513b
JL
63352011-09-18 Juri Linkov <juri@jurta.org>
6336
6337 * info.el (Info-extract-menu-node-name): Check the second match
6338 for empty string (second test-case of bug#9528).
6339 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6340 intermediate nodes to the history (first test-case of bug#9528).
6341
72753f87
JL
63422011-09-18 Juri Linkov <juri@jurta.org>
6343
6344 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6345 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6346
c9384295
JL
63472011-09-18 Juri Linkov <juri@jurta.org>
6348
1154d12e
JB
6349 * info.el (Info-file-supports-index-cookies):
6350 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6351 outputs one more line for long file names (bug#4142).
c9384295 6352
d473dce8
CY
63532011-09-18 Chong Yidong <cyd@stupidchicken.com>
6354
6355 * newcomment.el (comment-normalize-vars): If prompting for
6356 comment-start, set comment-start-skip too (Bug#8424).
6357
2176854d
JB
63582011-09-18 Johan Bockgård <bojohan@gnu.org>
6359
6360 * icomplete.el: Fix previous fix of Bug#5849.
6361 (icomplete-mode): Don't set completion-show-inline-help.
6362 (icomplete-minibuffer-setup): Set completion-show-inline-help
6363 locally during icompletion.
6364
3aace4e4
CY
63652011-09-18 Chong Yidong <cyd@stupidchicken.com>
6366
c940224f
CY
6367 * woman.el (woman2-process-escapes): Don't delete unrecognized
6368 escapes (Bug#7843).
6369
3aace4e4
CY
6370 * files.el (inhibit-first-line-modes-regexps): Add image files.
6371 (hack-local-variables-prop-line): Return nil for malformed
6372 prop-lines (Bug#9044).
6373
710dec63
MA
63742011-09-18 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * net/tramp.el (top): Don't require 'shell.
6377 (tramp-methods): Fix docstring.
6378 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6379 Return complete remote file name. Handle "smb" case.
6380 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6381 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6382
6383 * net/tramp-compat.el (top): Require 'shell.
6384
6385 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6386 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6387 `tramp-current-host'.
6388 (tramp-get-remote-tmpdir): Remove.
6389
6390 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6391 `tramp-tmpdir' entries.
6392 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6393 (tramp-smb-handle-file-attributes): Ignore errors.
6394 (tramp-smb-wait-for-output): Check also for process end.
6395
5d5ac8ec
LMI
63962011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6397
6398 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6399 when sending QUIT (bug#9312).
6400
8c0f49f0
CY
64012011-09-17 Chong Yidong <cyd@stupidchicken.com>
6402
6403 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6404 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6405 occur-mode-display-occurrence.
6406 (occur-edit-mode): Add usage message.
6407 (occur-cease-edit): New command.
6408 (occur-after-change-function): Use text properties to find the
6409 position of the prefix text.
6410 (occur-engine): Set stickiness of prefix text properties.
6411
8f1383f7
GM
64122011-09-17 Glenn Morris <rgm@gnu.org>
6413
6414 * progmodes/etags.el (complete-tag):
6415 Fix call to completion-in-region. (Bug#9526)
6416
744ba0e3
JL
64172011-09-17 Juri Linkov <juri@jurta.org>
6418
6419 * textmodes/ispell.el (ispell-word): Add to the error message
6420 the word, ispell program name and current dictionary (bug#9121).
6421 (ispell-tex-arg-end): Capitalize "error" in the error message.
6422
d9bbf400
AS
64232011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6424
6425 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6426 check. (Bug#4251)
6427
8da11505
JL
64282011-09-17 Juri Linkov <juri@jurta.org>
6429
6430 * window.el (window-safe-min-height, window-safe-min-width):
6431 Fix typos (followup to bug#9522).
6432
a91adc7e
SJ
64332011-09-17 Sven Joachim <svenjoac@gmx.de>
6434
6435 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6436
064f328a
EZ
64372011-09-16 Eli Zaretskii <eliz@gnu.org>
6438
6439 * simple.el (line-move): If goal-column is set, move by logical
6440 lines, not by display lines. (Bug#971)
6441 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6442 to reflect the above change.
6443
e69df516
SM
64442011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 * image.el (imagemagick-register-types): Use regexp-opt.
6447
cbb0f9ab
CY
64482011-09-15 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * window.el (display-buffer-base-action): Rename from
6451 display-buffer-default-action. Make default value empty.
6452 (display-buffer-overriding-action): Convert to defvar.
6453 (display-buffer-fallback-action): New var.
6454
25322144
CY
64552011-09-15 Chong Yidong <cyd@stupidchicken.com>
6456
6457 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6458 declaration.
6459 (package--add-to-archive-contents): If there is a duplicate entry
6460 with an older version, remove it.
6461 (package-menu-mark-delete, package-menu-mark-install)
6462 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6463 (package-menu-mark-obsolete-for-deletion):
6464 Use package-menu-get-status instead of a regexp search.
25322144
CY
6465 (package-menu-get-status): Use tabulated-list-entry.
6466 (package-menu-mark-upgrades): New command.
d770725a 6467 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6468 (package-menu-execute): Do installation before deletion.
6469 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6470 instead of checking major-mode.
6471 (package-menu--find-upgrades): New function.
6472
7520339c
LMI
64732011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6474
6475 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6476 passwords in the log buffer.
65a046c4
LMI
6477 (smtpmail-process-filter): Update the process marker so that the
6478 "broken by peer" status message is inserted in the right place.
7520339c 6479
d3c30954
SM
64802011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6481
3fe48822
SM
6482 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6483 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6484 bibtex-completion-at-point-function.
6485 (bibtex-completion-at-point-function): Use them.
6486
1b8b3954
SM
6487 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6488
d3c30954
SM
6489 * mpc.el (mpc-constraints-tag-lookup): New function.
6490 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6491 also to browser "album|playlist".
6492
72779976
JL
64932011-09-14 Juri Linkov <juri@jurta.org>
6494
6495 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6496 (isearch-edit-string): Use length of `isearch-string' when
6497 `isearch-fail-pos' returns nil.
6498 (isearch-message): Remove duplicate code and call
6499 `isearch-fail-pos' with arg `t'.
6500
a0bf2bcd
CY
65012011-09-14 Chong Yidong <cyd@stupidchicken.com>
6502
17bb0a2d
CY
6503 * replace.el (occur-mode-goto-occurrence): Don't force using other
6504 window (Bug#9499).
6505
a0bf2bcd
CY
6506 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6507
f678e0b6
MR
65082011-09-14 Martin Rudalics <rudalics@gmx.at>
6509
6510 * window.el (display-buffer-window): Remove.
6511 (display-buffer-record-window): Use help-setup window parameter
6512 instead of variable display-buffer-window.
6513 (display-buffer-function, special-display-buffer-names)
6514 (special-display-function): Mention help-setup parameter instead
6515 of display-buffer-window in doc-string.
d3c30954
SM
6516 * help.el (help-window-setup): New argument help-window.
6517 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6518 Reword some messages.
6519 (with-help-window): Pass window used for displaying the buffer
6520 to help-window-setup. Don't set display-buffer-window.
6521
8e39b2e8
GM
65222011-09-13 Glenn Morris <rgm@gnu.org>
6523
6524 * emacs-lisp/debug.el (debugger-make-xrefs):
6525 Preserve point. (Bug#9462)
6526
85e9c04b
CY
65272011-09-13 Chong Yidong <cyd@stupidchicken.com>
6528
6529 * window.el (window-deletable-p): Use next-frame.
6530
1b36ed6a
MR
65312011-09-13 Martin Rudalics <rudalics@gmx.at>
6532
6533 * window.el (window-auto-delete): Remove.
6534 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6535 dedication and previous buffers.
1b36ed6a
MR
6536 (switch-to-prev-buffer): Don't delete window.
6537 (delete-windows-on): Delete a window's frame if and only if the
6538 window is dedicated.
6539 (replace-buffer-in-windows): Delete buffer's window or frame if
6540 and only if window is dedicated.
6541 (quit-window): Handle quit-restore as before last change.
4d61f28d 6542 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6543
ef8ef9fb
CY
65442011-09-13 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * window.el (window-deletable-p): Never delete the last frame on a
6547 given terminal.
6548
b2cba41e
GM
65492011-09-13 Glenn Morris <rgm@gnu.org>
6550
6551 * help.el (describe-key-briefly): Copy previous standard-output change.
6552
51553db6 65532011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6554
6555 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6556
b7556719
GM
65572011-09-13 Glenn Morris <rgm@gnu.org>
6558
6559 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6560 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6561
64b51947
CY
65622011-09-12 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * dired-aux.el (dired-mark-read-string): Don't return default
6565 value on empty input (Bug#9361).
6566 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6567 Omit initial minibuffer contents.
6568 (dired-do-chmod): Signal an error on empty input.
6569 (dired-mark-read-string): Don't return default on empty input.
6570
6571 * files.el (file-modes-symbolic-to-number): Doc fix.
6572
393a301e
SM
65732011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * international/mule-cmds.el (ucs-completions): Remove.
6576 (read-char-by-name): Use complete-with-action instead; add metadata.
6577
fa5660f9
CY
65782011-09-11 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * window.el (display-buffer--action-function-custom-type)
6581 (display-buffer--action-custom-type): New vars.
6582 (display-buffer-alist, display-buffer-default-action)
6583 (display-buffer-overriding-action): Add defcustom types.
6584
4a592f66
CY
6585 * frame.el (delete-other-frames): Doc fix (Bug#276).
6586
73d56dbd
LMI
65872011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6588
6589 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6590
37ac18a3
CY
65912011-09-11 Chong Yidong <cyd@stupidchicken.com>
6592
6593 Change modes that used same-window-* vars to use switch-to-buffer.
6594
6595 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6596 Use switch-to-buffer.
6597
6598 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6599 (customize-browse, custom-buffer-create-other-window):
6600 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6601
6602 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6603 (Info-prev, Info-up, Info-speedbar-goto-node)
6604 (info-display-manual): Use switch-to-buffer.
6605 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6606
6607 * mail/sendmail.el (mail): Use switch-to-buffer.
6608 (mail-recover): Use switch-to-buffer-other-window.
6609
6610 * cmuscheme.el (run-scheme, switch-to-scheme):
6611 * ielm.el (ielm):
6612 * shell.el (shell):
6613 * net/rlogin.el (rlogin):
6614 * net/telnet.el (telnet, rsh):
6615 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6616
10195bd6
AS
66172011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6618
6619 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6620
b322f63a
LMI
66212011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6622
39d7fed6
LMI
6623 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6624 so don't mention it (bug#9301).
ba5a81f1 6625 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6626
ee0e9f11
LMI
6627 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6628 match `x', `w32' and `ns', like the manual says (bug#9029).
6629
0b1c89c1 6630 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6631 (process-kill-buffer-query-function): Mention the buffer name in
6632 the query.
0b1c89c1 6633
77549ea8
LMI
6634 * image-mode.el (image-next-line): The line parameter is mandatory
6635 (bug#9258).
6636
803ef892
LMI
6637 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6638 which can be useful (bug#9301).
6639
12980837
LMI
6640 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6641
91054f8f
LMI
6642 * subr.el (match-string): Mention that the current buffer should
6643 be the same as the search was done in (bug#9282).
6644
b322f63a
LMI
6645 * facemenu.el: Disable the remove-* commands if the mark isn't
6646 active (bug#9162).
6647
3199b96f
CY
66482011-09-10 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6651 of display-buffer.
6652 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6653
6654 * replace.el (occur-mode-goto-occurrence)
6655 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6656 and display-buffer.
6657
6658 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6659 display-buffer.
6660
6661 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6662 special-display and same-window variables.
6663 (mail-other-window): Use switch-to-buffer-other-window.
6664 (mail-other-frame): USe switch-to-buffer-other-frame.
6665
393a301e
SM
6666 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6667 Use display-buffer-other-frame.
3199b96f
CY
6668 (gdb-display-gdb-buffer): Use pop-to-buffer.
6669
6670 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6671
6672 * progmodes/python.el: Don't set same-window-buffer-names.
6673
6674 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6675
6676 * window.el (display-buffer-alist): Add *Python*.
6677
8319e0bf
CY
66782011-09-10 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * window.el (display-buffer-alist): Add entry for buffers
6681 previously handled same-window-*.
6682 (display-buffer-alist, display-buffer-default-action)
6683 (display-buffer-overriding-action): Mark as risky.
6684 (display-buffer-alist): Document action function changes.
6685 (display-buffer--same-window-action)
6686 (display-buffer--other-frame-action): New variables.
6687 (switch-to-buffer, display-buffer-other-frame): Use them.
6688 (display-buffer): Rename reuse-frame entry to reusable-frames.
6689 (display-buffer-reuse-selected-window): Function deleted.
6690 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6691 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6692 (display-buffer-special): New function.
6693 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6694 display-buffer-reuse-or-pop-window. Split off special-display
6695 part into display-buffer-special.
6696 (display-buffer-use-some-window): Don't perform any special
6697 pop-up-frames handling.
6698 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6699 (display-buffer--maybe-same-window): Rename from
0d3ff375 6700 display-buffer-maybe-same-window.
8319e0bf 6701
919a69aa
CY
6702 * info.el: Don't set same-window-regexps.
6703 (info-setup): New function.
6704 (info-other-window, info): Call it.
6705
6706 * cus-edit.el: Don't set same-window-regexps.
6707 (customize-group): New argument.
6708 (customize-group-other-window): Use it.
6709 (customize-face, customize-face-other-window): Likewise.
6710 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6711
8319e0bf
CY
6712 * net/rlogin.el:
6713 * net/telnet.el:
6714 * progmodes/gud.el: Don't set same-window-regexps.
6715
6716 * cmuscheme.el:
6717 * ielm.el:
6718 * shell.el:
6719 * mail/sendmail.el:
6720 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6721
25173000
JL
67222011-09-10 Juri Linkov <juri@jurta.org>
6723
6724 * isearch.el (isearch-edit-string): Remove obsolete mention of
6725 `C-w' (`isearch-yank-word-or-char') from docstring.
6726 (isearch-query-replace): Fix typo in docstring (bug#9466).
6727
056e44ef
JL
67282011-09-10 Juri Linkov <juri@jurta.org>
6729
6730 * paren.el (show-paren-function): Don't show escaped parens.
6731 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6732
c3760c17
EZ
67332011-09-10 Eli Zaretskii <eliz@gnu.org>
6734
6735 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6736 (mm-default-file-encoding): Remove autoload forms, they are
6737 replaced with autoload cookies in mml.el and mm-encode.el.
6738 (mail-add-attachment): New command.
6739 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6740 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6741 the doc string.
6742 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6743
fece895e
RT
67442011-09-10 Reuben Thomas <rrt@sc3d.org>
6745
e69df516
SM
6746 * simple.el (count-words-region): Use buffer if there's no region
6747 (bug#9429).
fece895e 6748
5e68ce4a
JL
67492011-09-09 Juri Linkov <juri@jurta.org>
6750
6751 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6752 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6753 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6754
0a6b9622
AM
67552011-09-09 Alan Mackenzie <acm@muc.de>
6756
6757 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6758 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6759
14a29deb
EZ
67602011-09-09 Eli Zaretskii <eliz@gnu.org>
6761
6762 Fix for Savannah bug#9392.
6763 * simple.el (mail-encode-mml): New defvar.
6764
6765 * mail/rmail.el (mail-encode-mml): Add a defvar.
6766 (rmail-enable-mime-composing): Default to t.
6767 (rmail-forward): Use MIME method of forwarding only if both
6768 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6769 Set mail-encode-mml non-nil if the MIME method was used.
6770
6771 * mail/sendmail.el (mml-to-mime): Add autoload form.
6772 (mail-encode-mml): Add a defvar.
6773 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6774 to nil.
6775 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6776 message through mml-to-mime, and reset mail-encode-mml to nil.
6777
28c45130
GM
67782011-09-09 Glenn Morris <rgm@gnu.org>
6779
6780 * woman.el (woman-if-body): When processing an .el block,
6781 do not delete the next .el block as well. (Bug#9447)
69f4b618 6782 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6783
9b1c252e
MR
67842011-09-08 Martin Rudalics <rudalics@gmx.at>
6785
6786 * window.el (window-deletable-p): Make sure window is live before
6787 invoking window-prev-buffers.
6788
567457e3
LL
67892011-09-08 Leo Liu <sdl.web@gmail.com>
6790
6791 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6792
97f05794
JL
67932011-09-08 Juri Linkov <juri@jurta.org>
6794
6795 * progmodes/compile.el (compilation-environment): Make it
6796 a defcustom (bug#8340).
6797
8b0874b5
MR
67982011-09-08 Martin Rudalics <rudalics@gmx.at>
6799
6800 * window.el (frame-auto-delete): Rename to window-auto-delete.
6801 Make it control auto-deletion of windows and/or frames.
6802 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6803 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6804 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6805 Rewrite handling of case when window/frame can be deleted.
6806 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6807 argument t. (Bug#9456)
8b0874b5 6808
4feb6e73
CY
68092011-09-07 Chong Yidong <cyd@stupidchicken.com>
6810
6811 * help-mode.el (help-mode): Restore autoload.
6812
91ab9c13
JL
68132011-09-07 Juri Linkov <juri@jurta.org>
6814
6815 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6816 `compilation-environment'. Set buffer-local
6817 `compilation-environment' to `thisenv' later after (funcall mode).
6818 (Bug#8340)
6819
6820 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6821 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6822 instead of replacing its value. (Bug#8340)
6823
0527e251
JL
68242011-09-07 Juri Linkov <juri@jurta.org>
6825
6826 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6827 based on text properties put by `grep-filter' instead of matching
6828 escape sequences.
6829 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6830 to the value of `grep-error-screen-columns' (bug#9438).
6831
249f792c
JL
68322011-09-07 Juri Linkov <juri@jurta.org>
6833
6834 * simple.el (next-error-highlight, next-error-highlight-no-select):
6835 Doc fix (bug#9432).
6836
ff7271b9
OT
68372011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6838
6839 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6840 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6841
183fc730
LL
68422011-09-07 Leo Liu <sdl.web@gmail.com>
6843
6844 * net/rcirc.el (rcirc-mode): Conditionally initialize
6845 rcirc-input-ring.
6846
77694924
SM
68472011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * emacs-lisp/find-func.el (find-function-C-source): Only set
6850 find-function-C-source-directory after checking that we found a source
6851 file there (bug#9440).
6852
d809b8eb
AM
68532011-09-06 Alan Mackenzie <acm@muc.de>
6854
6855 * isearch.el (isearch-other-meta-char): Wherever a key list is
6856 unread, "unread" the prefix arg, too. This fixes bug #8901.
6857
453de99f
OG
68582011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6859
6860 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6861
90439906
JL
68622011-09-05 Juri Linkov <juri@jurta.org>
6863
6864 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6865
f62bd846
JL
68662011-09-05 Juri Linkov <juri@jurta.org>
6867
6868 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6869 keeping point where processing of grep matches begins, and
6870 continue to delete remaining escape sequences from the same point.
6871 (grep-filter): Make leading zero optional in "0?1;31m" because
6872 git-grep emits "\033[1;31m" escape sequences unlike expected
6873 "\033[01;31m" as GNU Grep does (bug#9408).
6874 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6875
045820ec
JL
68762011-09-05 Juri Linkov <juri@jurta.org>
6877
6878 * subr.el (y-or-n-p): Capitalize "yes".
6879
f5e29b9b
MA
68802011-09-04 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6883 `tramp-cache-unload-hook' where appropriate.
6884 (tramp-methods): Rename `tramp-remote-sh' to
6885 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6886 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6887
6888 * net/tramp-sh.el (top): Don't require 'shell.
6889 (tramp-methods): Add `tramp-remote-shell' and
6890 `tramp-remote-shell-args' entries.
6891 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6892 (tramp-sh-handle-shell-command): Remove.
6893 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6894 Use `tramp-remote-shell'.
6895
2784c434
CY
68962011-09-03 Chong Yidong <cyd@stupidchicken.com>
6897
393a301e 6898 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6899 (sendmail-query-once): Save directly to send-mail-function.
6900 Update message-send-mail-function too.
6901
6902 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6903
464cdf56
CS
69042011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6905
6906 * progmodes/python.el (python-mode-map): Use correct function to
6907 start python interpreter from menu-bar (as reported by Geert
6908 Kloosterman).
6909 (inferior-python-mode-map): Fix typo.
393a301e 6910 (python-shell-map): Remove.
464cdf56 6911
d37e5c87
DD
69122011-09-03 Deniz Dogan <deniz@dogan.se>
6913
6914 * net/rcirc.el (rcirc-print): Simplify code for
6915 rcirc-scroll-show-maximum-output. There is no need to walk
6916 through all windows to find the right one.
6917
f3ada0ee
CS
69182011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6919
6920 * help.el (help-return-method): Doc fix.
6921
1f3c99ca
MR
69222011-09-03 Martin Rudalics <rudalics@gmx.at>
6923
6924 * window.el (window-deletable-p): Don't return a non-nil value
6925 when there's a buffer that was shown in the window before.
6926 (Bug#9419)
393a301e
SM
6927 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6928 Set window's previous buffers to nil.
1f3c99ca 6929
a3cf097f
EZ
69302011-09-03 Eli Zaretskii <eliz@gnu.org>
6931
6932 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6933 newline before and after the tag line, so it doesn't interfere
6934 with determining the paragraph direction of bidirectional text.
6935
3d03de90
LL
69362011-09-03 Leo Liu <sdl.web@gmail.com>
6937
6938 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6939
c3313451
CY
69402011-09-02 Chong Yidong <cyd@stupidchicken.com>
6941
393a301e 6942 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6943 (pop-to-buffer): Change interactive spec. Pass second argument
6944 directly to display-buffer.
6945 (display-buffer): Fix interactive spec. Use functionp to
6946 distinguish between a function and a list of functions.
6947
6948 * abbrev.el (edit-abbrevs):
6949 * arc-mode.el (archive-extract):
6950 * autoinsert.el (auto-insert):
6951 * bookmark.el (bookmark-bmenu-list):
6952 * files.el (find-file):
6953 * view.el (view-buffer):
6954 * progmodes/compile.el (compilation-goto-locus):
6955 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6956
89894cd8
CY
69572011-09-02 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * window.el (display-buffer-alist): Doc fix.
6960 (display-buffer): Add docstring. Don't treat
6961 display-buffer-default specially.
6962 (display-buffer-reuse-selected-window)
6963 (display-buffer-same-window, display-buffer-maybe-same-window)
6964 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6965 (display-buffer-pop-up-window)
6966 (display-buffer-reuse-or-pop-window)
6967 (display-buffer-use-some-window): New functions.
6968 (display-buffer-default-action): Use them.
393a301e 6969 (display-buffer-default): Delete.
89894cd8
CY
6970 (pop-to-buffer-1): Fix choice of actions.
6971
ae0bc9fb
SM
69722011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * minibuffer.el (completion--insert-strings): Don't get confused by
6975 completion entries that end with an LF char.
6976
e9d90883
EZ
69772011-09-01 Eli Zaretskii <eliz@gnu.org>
6978
6979 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6980
437014c8
CY
69812011-09-01 Chong Yidong <cyd@stupidchicken.com>
6982
6983 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6984 (display-buffer-same-window, display-buffer-other-window):
6985 New functions.
437014c8
CY
6986 (pop-to-buffer-1): New function. Use the above.
6987 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6988 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6989
6990 * view.el (view-buffer-other-window, view-buffer-other-frame):
6991 Just use pop-to-buffer.
6992
a5e063d5
TV
69932011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6994
6995 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6996
793d32bb
WH
69972011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6998
6999 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7000
d65e4c15
RS
70012011-08-31 Richard Stallman <rms@gnu.org>
7002
7003 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7004 of the separation of rmail-view-buffer from rmail-buffer.
7005 If you say no to "replace original", the decrypt is in the
7006 view buffer. If you say yes, the decrypt goes into the
7007 rmail buffer also.
7008
f818cd2a
MR
70092011-08-31 Martin Rudalics <rudalics@gmx.at>
7010
7011 * window.el (display-buffer-window): Rewrite doc-string.
7012 (display-buffer-record-window): New function.
7013 (display-buffer-macro-specifiers)
7014 (display-buffer-even-window-sizes, display-buffer-set-height)
7015 (display-buffer-set-width, display-buffer-in-window)
7016 (display-buffer-reuse-window, display-buffer-split-specifiers)
7017 (display-buffer-side-specifiers, display-buffer-split-window-1)
7018 (display-buffer-split-window, display-buffer-split-atom-window)
7019 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7020 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7021 (display-buffer-other-window-means-other-frame)
7022 (display-buffer-normalize-special)
7023 (display-buffer-normalize-default)
7024 (display-buffer-normalize-argument)
7025 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7026 (display-buffer-normalize-specifiers, display-buffer-frame)
7027 (display-buffer-same-window, display-buffer-same-frame)
7028 (display-buffer-other-window)
7029 (display-buffer-same-frame-other-window)
7030 (display-buffer-other-frame, pop-to-buffer-same-window)
7031 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7032 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7033 (switch-to-buffer-same-frame)
7034 (switch-to-buffer-other-window-same-frame)
7035 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7036 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7037 (display-buffer-alist-set): Remove.
7038 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7039 (special-display-regexps, special-display-function):
7040 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7041 parameter.
7042 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7043 (special-display-frame-alist, special-display-popup-frame)
7044 (same-window-buffer-names, same-window-regexps, same-window-p)
7045 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7046 (split-window-preferred-function, split-height-threshold)
7047 (split-width-threshold, window-splittable-p)
7048 (split-window-sensibly, window--try-to-split-window)
7049 (window--frame-usable-p, even-window-heights)
7050 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7051 (window--display-buffer-2, display-buffer-other-frame):
7052 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7053 (display-buffer-default, display-buffer-assq-regexp): New functions.
7054 (display-buffer-alist): Rewrite doc-string.
7055 (display-buffer-default-action)
7056 (display-buffer-overriding-action): New variables.
7057 (display-buffer, switch-to-buffer): Rewrite.
7058 (pop-to-buffer): Restore Emacs 23 behavior but use
7059 window-normalize-buffer-to-display.
7060 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7061 Restore Emacs 23 behavior but use
7062 window-normalize-buffer-to-switch-to.
7063 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7064 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7065 Rewrite using Emacs 23 options.
f818cd2a 7066
5bc3b51d
MA
70672011-08-31 Michael Albinus <michael.albinus@gmx.de>
7068
7069 * net/tramp.el (tramp-root-regexp): Remove.
7070 (tramp-completion-file-name-regexp-unified)
7071 (tramp-completion-file-name-regexp-separate)
7072 (tramp-completion-file-name-regexp-url): Don't use leading volume
7073 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7074 (tramp-drop-volume-letter): Simplify definition.
7075 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7076
b1a4f8e1
SM
70772011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7080 (bug#9356).
7081
5664fa7b
RT
70822011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7083
b1a4f8e1 7084 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7085
9a45d6c3
JL
70862011-08-29 Juri Linkov <juri@jurta.org>
7087
7088 * isearch.el (isearch-done): Don't display message "Mark saved"
7089 when arg `edit' is non-nil to prevent its flicker in the echo area.
7090
fb87e0fb
CY
70912011-08-28 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7094 obsolete packages for deletion.
7095
09ac1c2a
CS
70962011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7097
7098 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7099 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7100 view-mode from help-mode.
7101 (help-xref-override-view-map): Remove.
7102 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7103 view-mode is not used anymore.
7104
7a1ff57f
CY
71052011-08-28 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * server.el (server-port): Doc fix.
7108
b9696605
CY
7109 * cus-theme.el (custom-theme-choose-mode): Inherit from
7110 special-mode (Bug#9124).
7111 (custom-theme-choose-mode-map): Add special-mode to parent.
7112
ef8cdf8c
AM
71132011-08-28 Alan Mackenzie <acm@muc.de>
7114
7115 * progmodes/cc-fonts.el
7116 (c-make-font-lock-BO-decl-search-function): New function.
7117 (c-basic-matchers-after - "Fontify the clauses after various
7118 keywords"): Extract the three keyword lists for the 3 erroneous
7119 constructs from the list of four, and use the new function above
7120 in place of an old one.
7121
27de4e20
DD
71222011-08-28 Deniz Dogan <deniz@dogan.se>
7123
7124 * net/rcirc.el (rcirc-insert-prev-input)
7125 (rcirc-insert-next-input): Remove unused argument.
7126
356a3681
SM
71272011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7130
3fc9b218
AM
71312011-08-27 Alan Mackenzie <acm@muc.de>
7132
7133 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7134 handle function pointer parameters properly.
7135
538a061c
MR
71362011-08-27 Martin Rudalics <rudalics@gmx.at>
7137
7138 * window.el (display-buffer-reuse-window): Fix case where
7139 selected window was reused with non-nil OTHER-WINDOW argument.
7140 (Bug#9381)
7141
35b1c40c
DD
71422011-08-27 Deniz Dogan <deniz@dogan.se>
7143
7144 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7145 oftc's NickServ messages.
7146
2f6a3e79
GM
71472011-08-27 Glenn Morris <rgm@gnu.org>
7148
7149 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7150
7254299e
CY
71512011-08-26 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * emacs-lisp/package.el (package-install): Call package-initialize
7154 if called interactively.
7155
f8ccf167
LL
71562011-08-26 Leo Liu <sdl.web@gmail.com>
7157
7158 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7159
3e8cd5ce
JL
71602011-08-25 Juri Linkov <juri@jurta.org>
7161
7162 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7163 `search-whitespace-regexp' (bug#9364).
7164
93eb7113
JL
71652011-08-25 Juri Linkov <juri@jurta.org>
7166
7167 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7168 `regexp-search-ring' to their global values to protect from
7169 updating by `read-from-minibuffer' (bug#9185).
7170
f65d1611
JL
71712011-08-25 Juri Linkov <juri@jurta.org>
7172
7173 * textmodes/ispell.el (ispell-command-loop): Add newline
7174 at the end of the "Use option `i'..." line.
7175
f1cf7a31
JL
71762011-08-25 Juri Linkov <juri@jurta.org>
7177
7178 * battery.el (display-battery-mode): If `battery-status-function'
7179 or `battery-mode-line-format' is nil, display the message and set
7180 `display-battery-mode' to nil (bug#9363).
7181
0c95fcf7
EZ
71822011-08-25 Eli Zaretskii <eliz@gnu.org>
7183
7184 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7185 bidi-string-mark-left-to-right; they are unnecessary now.
7186
a2ebe600
DD
71872011-08-25 Deniz Dogan <deniz@dogan.se>
7188
7189 * net/quickurl.el: Documentation typo fixes.
7190
e4ed06f1
CY
71912011-08-25 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7194
e5f1c99e
GM
71952011-08-25 Glenn Morris <rgm@gnu.org>
7196
b2948976
GM
7197 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7198
e5f1c99e
GM
7199 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7200 (smtpmail-via-smtp): Handle nil response from smtp.
7201
f22f4808
JL
72022011-08-24 Juri Linkov <juri@jurta.org>
7203
7204 * proced.el (proced-marked): Inherit from `error' instead of
7205 `font-lock-warning-face'.
7206
7207 * ibuffer.el (ibuffer-marked-face): Change default face from
7208 `font-lock-warning-face' to `warning'.
7209 (ibuffer-deletion-face): Change default face from
7210 `font-lock-type-face' to `error'.
7211
7212 * battery.el (battery-update): Use the face `error' instead of
7213 `font-lock-warning-face' (bug#6117).
7214
6a93965e
JL
72152011-08-24 Juri Linkov <juri@jurta.org>
7216
7217 * faces.el (success): Change face color from "Green3" to
7218 "ForestGreen" on light background (bug#9353).
7219
1ed43b09
CY
72202011-08-24 Chong Yidong <cyd@stupidchicken.com>
7221
5664fa7b
RT
7222 * window.el (quit-window): Rename from quit-restore-window.
7223 Use same arglist as old quit-window.
1ed43b09
CY
7224 (frame-auto-delete): Doc fix.
7225
7226 * view.el (view-mode-exit): Use quit-window.
7227
11dcdbb2
JL
72282011-08-24 Juri Linkov <juri@jurta.org>
7229
7230 * isearch.el (isearch-ring-adjust1): Start visiting previous
7231 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7232 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7233 for empty search string (when the last search string is reused
7234 automatically) to adjust the isearch ring to the last element and
7235 prepare the correct index for further M-p commands (bug#9185).
7236
de62b4df
KH
72372011-08-24 Kenichi Handa <handa@m17n.org>
7238
7239 * international/ucs-normalize.el: If decomposition property of
7240 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7241 nil.
7242 (nfd, nfkd): Likewise.
7243
963b492b
SM
72442011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7247 from process filters aren't reliably transmitted to the surrounding
7248 accept-process-output.
7249 (mpc-proc-check): New function.
7250 (mpc-proc-sync): Use it (bug#8293)
7251
93b6b5e1
SM
72522011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7255 Add compatibility functions (bug#9313).
7256
bca633fb
EZ
72572011-08-23 Eli Zaretskii <eliz@gnu.org>
7258
b177498a
EZ
7259 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7260
6df6ae42 7261 * international/uni-bidi.el: Regenerate.
bca633fb 7262
0902a04e
KH
72632011-08-23 Kenichi Handa <handa@m17n.org>
7264
7265 * international/charprop.el:
7266 * international/uni-bidi.el:
7267 * international/uni-category.el:
7268 * international/uni-combining.el:
7269 * international/uni-comment.el:
7270 * international/uni-decimal.el:
7271 * international/uni-decomposition.el:
7272 * international/uni-digit.el:
7273 * international/uni-lowercase.el:
7274 * international/uni-mirrored.el:
7275 * international/uni-name.el:
7276 * international/uni-numeric.el:
7277 * international/uni-old-name.el:
7278 * international/uni-titlecase.el:
7279 * international/uni-uppercase.el: Regenerate.
7280
3bbf23bc
MR
72812011-08-23 Martin Rudalics <rudalics@gmx.at>
7282
7283 * help.el (help-window-setup): Fix message displayed when other
7284 window is reused. (Bug#9341)
7285
b3fd59bd
SM
72862011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7287
1802e444
SM
7288 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7289 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7290
b3fd59bd
SM
7291 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7292 Mark obsolete.
7293 * shell.el (shell-parse-pcomplete-arguments): New function.
7294 (shell-completion-vars): Use it instead (bug#9160).
7295
4eb61348
SM
72962011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7297
867cab74
SM
7298 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7299 strings and comments (bug#9333).
7300
4eb61348
SM
7301 * emacs-lisp/debug.el (debug-arglist): New function.
7302 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7303 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7304
262a1439
JL
73052011-08-22 Juri Linkov <juri@jurta.org>
7306
56ee679c
JL
7307 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7308 Revert regexp that highlights output switches to its old
7309 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7310
262a1439
JL
7311 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7312 to check for empty output (bug#9226).
7313
f13f86fb
CY
73142011-08-22 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7317 symbol-constituent as the default, as that stops font-lock from
7318 working properly (Bug#8843).
7319
c65c9622
LMI
73202011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7321
7322 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7323 `coding-system-for-*' around the process open call to avoid
7324 auth-source side effects.
e7f2c178 7325 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7326 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7327 probe hangs.
c65c9622 7328
23a8a5ab
CY
73292011-08-21 Chong Yidong <cyd@stupidchicken.com>
7330
ff98b2dd
CY
7331 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7332
23a8a5ab
CY
7333 * emacs-lisp/find-func.el (find-function-noselect): New arg
7334 lisp-only.
7335
7336 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7337 signal an error for built-in functions (Bug#6664).
7338
f5e3c598
LMI
73392011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7340
7341 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7342 (smtpmail-try-auth-methods): Use it.
7343
a3f2468a
CY
73442011-08-21 Chong Yidong <cyd@stupidchicken.com>
7345
2c34e8da
CY
7346 * font-lock.el (font-lock-fontify-region)
7347 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7348 (font-lock-default-unfontify-buffer)
7349 (font-lock-default-fontify-region)
7350 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7351
b3fd59bd
SM
7352 * progmodes/compile.el (compilation-error-properties):
7353 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7354 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7355 `ant' regexp.
ee31aabc 7356
a3f2468a
CY
7357 * net/browse-url.el (browse-url-firefox): Don't call
7358 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7359
8e999f70
GM
73602011-08-20 Glenn Morris <rgm@gnu.org>
7361
c21a496a
GM
7362 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7363
59ee0542
GM
7364 * tutorial.el (tutorial--default-keys): Update some default bindings.
7365
8e999f70
GM
7366 * files.el (hack-local-variables): Fully ignore case for "mode:".
7367
e3715033
AM
73682011-08-20 Alan Mackenzie <acm@muc.de>
7369
7370 Resolve invalid use of a regexp in regexp-opt.
7371
4d61f28d
JB
7372 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7373 detection for a java annotation.
e3715033 7374
4d61f28d 7375 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7376 detection for a java annotation.
7377
4d61f28d
JB
7378 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7379 handling for java.
e3715033
AM
7380 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7381
04ed2e9c
CY
73822011-08-20 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7385 (Bug#9274).
7386
826cee64
AM
73872011-08-20 Alan Mackenzie <acm@muc.de>
7388
58179cce 7389 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7390 such a construct. Mainly for when jit-lock etc. starts a chunk
7391 here.
7392
58179cce 7393 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7394 variable.
58179cce 7395 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7396 c-make-font-lock-search-function.
7397 (c-make-font-lock-search-function): Use the above function.
7398 (c-make-font-lock-context-search-function): New function.
7399 (c-cpp-matchers): Enhance the preprocessor expression case with
7400 the above function
7401 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7402 which takes an expression.
7403
7404 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7405
13009bd8
MR
74062011-08-20 Martin Rudalics <rudalics@gmx.at>
7407
7408 * window.el (display-buffer-reuse-window)
7409 (display-buffer-pop-up-window): Don't reuse or split a side
7410 window.
7411
9234ff7f
GM
74122011-08-19 Glenn Morris <rgm@gnu.org>
7413
7414 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7415 Downcase "Mode:". (Bug#9331)
9234ff7f 7416
f635daa1
CY
74172011-08-18 Chong Yidong <cyd@stupidchicken.com>
7418
7419 * international/characters.el: Add L and R categories.
7420
7421 * subr.el (bidi-string-mark-left-to-right): Rename from
7422 string-mark-left-to-right. Use category search.
7423
7424 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7425
bc987f8b
JL
74262011-08-18 Juri Linkov <juri@jurta.org>
7427
7428 * faces.el (error, warning, success): New faces with definitions
7429 copied from old default values of `font-lock-warning-face',
7430 `compilation-warning', `compilation-info' (bug#6117).
7431
7432 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7433
7434 * progmodes/compile.el (compilation-error): Inherit from `error'.
7435 (compilation-warning): Inherit from `warning'.
7436 (compilation-info): Inherit from `success'.
7437
7438 * dired.el (dired-marked): Inherit from `warning'.
7439 (dired-flagged): Inherit from `error'.
7440
57173b96
LMI
74412011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7442
3e79eb87
LMI
7443 * mail/smtpmail.el (auth-source): Require to avoid problems with
7444 binding variables (bug#9298). Also clean up some unused
7445 autoloads.
7446
b3fd59bd
SM
7447 * net/network-stream.el (network-stream-open-starttls):
7448 Support using starttls.el without using gnutls-cli.
57173b96 7449
02b404de
JL
74502011-08-17 Juri Linkov <juri@jurta.org>
7451
7452 * progmodes/grep.el (rgrep): Handle the case when
7453 `grep-find-command' is a cons cell (bug#9278).
7454
8c9177f2
MR
74552011-08-17 Martin Rudalics <rudalics@gmx.at>
7456
7457 * window.el (display-buffer-pop-up-frame): Run frame creation
7458 function with BUFFER current (as special-display-popup-frame
7459 does). Reported by Drew Adams.
7460
3644a0ab
DU
74612011-08-17 Daiki Ueno <ueno@unixuser.org>
7462
7463 * epa-mail.el: Simplify GnuPG group expansion using
7464 epg-expand-group.
7465 (epa-mail-group-alist, epa-mail-group-modtime)
7466 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7467 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7468 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7469 Remove.
7470
5e617bc2 74712011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7472
7473 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7474
9c4aeabf
AM
74752011-08-16 Alan Mackenzie <acm@muc.de>
7476
7477 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7478 Correct, to avoid the inside of macros.
7479
3a99bf64
RS
74802011-08-16 Richard Stallman <rms@gnu.org>
7481
04963aa8
RS
7482 * epa-mail.el: Handle GnuPG group definitions.
7483 (epa-mail-group-alist, epa-mail-group-modtime)
7484 (epa-mail-gnupg-conf-file): New variables.
7485 (epa-mail-parse-groups, epa-mail-sync-groups)
7486 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7487 (epa-mail-expand-recipients): New functions.
7488 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7489
177549d0
RS
7490 * mail/rmail.el (rmail-epa-decrypt): New command.
7491
fe38beef
RS
7492 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7493 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7494 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7495 (epa-decrypt-armor-in-region): Make error message clearer.
7496
934eacb9
SM
74972011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7500 and "a2b" to "ab" for `prefix'.
7501
d024fb4e
CY
75022011-08-14 Chong Yidong <cyd@stupidchicken.com>
7503
7504 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7505 filter groups.
de148fee
CY
7506 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7507 Fourquet (Bug#8804).
d024fb4e 7508
62f1ca49
JB
75092011-08-12 Juanma Barranquero <lekktu@gmail.com>
7510
7511 * startup.el (argi): Declare as global variable (bug#9275).
7512
9ccaaa4b
CY
75132011-08-12 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * subr.el (string-mark-left-to-right): Search the entire string
7516 for RTL script, not just the terminating character. Doc fix.
7517
a3dae87a
SM
75182011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7519
6cd18349
SM
7520 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7521 New function.
7522 (js--regexp-literal, js-syntax-propertize-function): Remove.
7523 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7524 (js-mode-map): Don't rebind electric keys.
7525 (js-insert-and-indent): Remove.
7526 (js-mode): Setup electric-layout and electric-indent instead.
7527
a3dae87a
SM
7528 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7529
9d5cb631
DU
75302011-08-12 Daiki Ueno <ueno@unixuser.org>
7531
7532 * epa.el (epa-progress-callback-function): Fix the logic of
7533 displaying progress.
7534 * epa-file.el (epa-file-insert-file-contents): Make progress
7535 display more user-friendly.
7536 (epa-file-write-region): Ditto.
7537
3e26a4a2
CY
75382011-08-10 Chong Yidong <cyd@stupidchicken.com>
7539
7540 * subr.el (string-mark-left-to-right): New function.
7541
7542 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7543 Use string-mark-left-to-right.
7544 (list-buffers-noselect): Caller changed.
7545
a3dae87a
SM
7546 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7547 Use string-mark-left-to-right.
3e26a4a2
CY
7548 (tabulated-list-print): Recenter after moving point.
7549
ac8cf6e6
JL
75502011-08-10 Juri Linkov <juri@jurta.org>
7551
7552 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7553 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7554 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7555
8d96c9a4
CY
75562011-08-09 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7559 (Bug#7554).
7560
7be1c708 75612011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7562
7563 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7564 character. (Bug#6594)
7565
37e11a63
CY
75662011-08-08 Chong Yidong <cyd@stupidchicken.com>
7567
839dde57
CY
7568 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7569 (image-dired--with-db-file): New macro.
7570 (image-dired-write-tags, image-dired-remove-tag)
7571 (image-dired-create-gallery-lists, image-dired-write-comments)
7572 (image-dired-get-comment, image-dired-mark-tagged-files)
7573 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7574 (image-dired-gallery-generate): Use insert-file-contents.
7575
37e11a63
CY
7576 * time.el (display-time-world-list, display-time-world-display):
7577 * time-stamp.el (time-stamp-string):
7578 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7579 set-time-zone-rule (Bug#7337).
7580
0b4946c4
DU
75812011-08-08 Daiki Ueno <ueno@unixuser.org>
7582
7583 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7584 (epg-error-to-string, epg-errors-to-string): New function.
7585 (epg-wait-for-completion): Reverse errors list.
7586 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7587 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7588 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7589 (epg-sign-keys, epg-generate-key-from-file)
7590 (epg-generate-key-from-string): Format errors by using
7591 epg-errors-to-string (bug#9255).
7592 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7593
75bfc667
JL
75942011-08-07 Juri Linkov <juri@jurta.org>
7595
7596 * faces.el (list-faces-display): Remove extra angle bracket
7597 from `help-mode-map'.
7598
7599 * info.el (Info-history-toc-nodes): Doc fix.
7600
7601 * longlines.el (longlines-mode): Doc fix.
7602
673e08bb
SM
76032011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7604
4640dd88
SM
7605 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7606 of statements and in a few more cases (bug#9183).
7607
673e08bb
SM
7608 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7609 New functions.
7610 (cl-transform-lambda): Use them (bug#9239).
7611
89b3f019
MR
76122011-08-05 Martin Rudalics <rudalics@gmx.at>
7613
7614 * window.el (display-buffer-same-window)
7615 (display-buffer-same-frame, display-buffer-other-window)
7616 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7617 (pop-to-buffer-other-window)
7618 (pop-to-buffer-same-frame-other-window)
7619 (pop-to-buffer-other-frame): Make them defuns.
7620 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7621
640c8776
SM
76222011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * subr.el (make-composed-keymap): Move from C. Change calling
7625 convention, and improve docstring to bring attention to a subtle point.
7626 * minibuffer.el (completing-read-default): Adjust accordingly.
7627
63648a95
MA
76282011-08-03 Michael Albinus <michael.albinus@gmx.de>
7629
7630 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7631 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7632
7633 * net/trampver.el: Update release number.
7634
b796c9b7
SM
76352011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7636
7637 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7638 "in" (bug#9190).
7639
2239d7d5
LMI
76402011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7641
e07dd7c3
LMI
7642 * mail/sendmail.el (sendmail-query-once): Restore the current
7643 buffer after querying (bug#9074).
7644
0e6a2bd7
LMI
7645 * dired.el (dired-flagged): Use different faces for marked and
7646 flagged files (bug#6117).
7647
ce887515
LMI
7648 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7649 (bug#4433).
7650
92f2affc
LMI
7651 * ido.el (ido-mode): Switch off the message if called
7652 non-interactively.
7653
57d5aff0
LMI
7654 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7655 before 587, since it appears that that's more likely to work for
7656 more people.
7657
98cd6c18 7658 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7659 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7660 exist.
7661
b96dec83
LMI
7662 * info.el: Remove the `Info-beginning-of-buffer' function
7663 (bug#8325).
7664
b796c9b7
SM
7665 * net/network-stream.el (network-stream-open-starttls):
7666 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7667
d90e2ea0
MR
76682011-08-01 Martin Rudalics <rudalics@gmx.at>
7669
7670 * window.el (display-buffer-in-window): Don't set dedicated status
7671 of window here (Bug#9215).
7672 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7673 (display-buffer-pop-up-side-window)
b796c9b7 7674 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7675
cca09170
SM
76762011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7679 before binding generated-autoload-file.
7680
027b979c
DD
76812011-08-01 Deniz Dogan <deniz@dogan.se>
7682
7683 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7684
3c7ee4f3
MA
76852011-07-30 Michael Albinus <michael.albinus@gmx.de>
7686
7687 Sync with Tramp 2.2.2.
7688
7689 * net/trampver.el: Update release number.
7690
2cc8e51a
JL
76912011-07-30 Juri Linkov <juri@jurta.org>
7692
7693 * dired-aux.el (dired-touch-initial): Remove function.
7694 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7695 current time, and `default' to the last modification time of the
7696 current marked file (bug#6887).
7697
a514d856
JM
76982011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7699
7700 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7701 numeric argument to read-number (bug#9163).
a514d856 7702
8a7eddd7
MA
77032011-07-27 Michael Albinus <michael.albinus@gmx.de>
7704
7705 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7706 connection process, it could be nil.
7707
1ddd96f5
LL
77082011-07-27 Leo Liu <sdl.web@gmail.com>
7709
7710 Simplify url handling in rcirc-mode.
7711
7712 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7713 (rcirc-browse-url-at-mouse): Remove.
7714 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7715
b248a85d
AM
77162011-07-26 Alan Mackenzie <acm@muc.de>
7717
7718 Fontify bitfield declarations properly.
7719
7720 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7721 (c-symbol-chars): Now exported as a lang variable.
7722 (c-not-primitive-type-keywords): New lang variable.
7723
7724 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7725 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7726 parsed as a bitfield declaration.
b248a85d 7727
b796c9b7
SM
7728 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7729 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7730 (c-punctuation-in): New function.
7731 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7732 declarations properly.
7733
68575ab0
UJ
77342011-07-26 Ulf Jasper <ulf.jasper@web.de>
7735
7736 * calendar/icalendar.el (icalendar--all-events): Take care of
7737 multiple vcalendars in a single file.
b796c9b7 7738 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7739
0f0a88b9
DD
77402011-07-25 Deniz Dogan <deniz@dogan.se>
7741
7742 * image.el (insert-image): Clarifying docstring.
7743
0b3f36df
MA
77442011-07-24 Michael Albinus <michael.albinus@gmx.de>
7745
7746 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7747 `tramp-send-command-and-check' if there is no error.
7748 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7749
a9901f61
AM
77502011-07-22 Alan Mackenzie <acm@muc.de>
7751
7752 Prevent cc-langs.elc being loaded at run time.
7753
7754 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7755 cc-langs.
7756
4d61f28d 7757 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7758 "(require 'cc-langs)". Quote a form so it will evaluate at
7759 (cc-mode's) compilation time.
7760
11d074b2
MA
77612011-07-22 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7764 loading. (Bug#9114)
7765
938b94c8
MR
77662011-07-21 Martin Rudalics <rudalics@gmx.at>
7767
7768 * window.el (display-buffer-pop-up-window)
7769 (display-buffer-pop-up-side-window)
7770 (display-buffer-in-side-window): Call display-buffer-set-height
7771 and display-buffer-set-width after setting the new window's
b796c9b7 7772 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7773
bfa4f190
SS
77742011-07-20 Sam Steingold <sds@gnu.org>
7775
7776 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7777 (etags-tags-included-tables): Call `convert-standard-filename' on
7778 the file names contained in TAGS so that windows Emacs can handle
7779 TAGS files created by cygwin ctags.
7780
8ca42262
LMI
77812011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7782
7783 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7784 which apparently didn't work.
7785
5db2afd2 77862011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7787
5db2afd2
RW
7788 * proced.el (proced-send-signal): For *Marked Processes* buffer
7789 put point at beginning of buffer.
7790
92e15d10
SB
77912011-07-19 Stephen Berman <stephen.berman@gmx.net>
7792
7793 * proced.el (proced-format): Make header lines align with the text
7794 (bug#1779).
7795
1bfd59e5
LMI
77962011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * view.el (view-buffer): Allow running in `special' modes if we're
7799 visiting a file (bug#8615).
7800
f5aae37c
MR
78012011-07-19 Martin Rudalics <rudalics@gmx.at>
7802
7803 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7804 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7805 New functions.
f5aae37c
MR
7806 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7807 more accurately.
7808
bf2c1571
AM
78092011-07-18 Alan Mackenzie <acm@muc.de>
7810
7811 Fontify declarators properly when, e.g., a jit-lock chunk begins
7812 inside a declaration.
7813
7814 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7815
b796c9b7
SM
7816 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7817 New function.
bf2c1571
AM
7818 (c-complex-decl-matchers): Insert reference to
7819 c-font-lock-enclosing-decls.
7820
7821 * progmodes/cc-engine.el (c-backward-single-comment):
7822 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7823 to nil around calls to (forward-comment -1).
7824
4e190b80
LMI
78252011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7826
12dc863d
LMI
7827 * image.el (put-image): Doc typo fix.
7828
a762e966
LMI
7829 * progmodes/etags.el (tags-search): Doc typo fix.
7830
4e190b80
LMI
7831 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7832 password if we get errors 550 to 554.
7833
f019fb21
LMI
78342011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
b796c9b7 7836 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7837
81746738
LMI
7838 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7839 indentation character (bug#6380).
7840
3ee3a1b5
LMI
7841 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7842
c82f64de
LMI
7843 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7844 to clarify what the problem is (bug#4291).
7845
f019fb21
LMI
7846 * simple.el (current-kill): Clarify what
7847 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7848 (auto-fill-mode): Document `auto-fill-function' in relation to
7849 `auto-fill-mode' (bug#2470).
f019fb21 7850
0794775d
LM
78512011-07-16 Lawrence Mitchell <wence@gmx.li>
7852
7853 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7854 method if slot is read-only (bug#9035).
7855
be39b8cc
MR
78562011-07-16 Martin Rudalics <rudalics@gmx.at>
7857
b796c9b7 7858 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7859 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7860 selected before, see discussion of (Bug#8615), (Bug#6954).
7861 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7862
6ccf7859
GM
78632011-07-15 Glenn Morris <rgm@gnu.org>
7864
7865 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7866 Respect help-form.
6ccf7859 7867
87e86684
LM
78682011-07-09 Lawrence Mitchell <wence@gmx.li>
7869
7870 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7871 (gnutls-negotiate): Use it.
7872
d6066239
LMI
78732011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7874
b796c9b7
SM
7875 * net/gnutls.el (gnutls-negotiate):
7876 Upcase `gnutls-algorithm-priority'.
d6066239 7877
bd23ebc0
GM
78782011-07-15 Glenn Morris <rgm@gnu.org>
7879
c65bca65
GM
7880 * jka-compr.el (jka-compr-verbose): Move from here...
7881 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7882 Add missing :version tag.
7883 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7884
478615cc
LMI
78852011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7886
7b41decb
LMI
7887 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7888 (gnutls-negotiate): Use it.
7889
dbc44fcd
LMI
7890 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7891
06789f97
LMI
7892 * info.el (Info-beginning-of-buffer): New command.
7893 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7894 announcing `b' as the key (bug#8325).
ab896c37 7895 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7896
c39da690
LMI
7897 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7898
3aa5f34b
LMI
7899 * international/mule-cmds.el
7900 (describe-specified-language-support): Make the error message
7901 clearer (bug#8905).
7902
4bf0979f
LMI
7903 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7904
478615cc
LMI
7905 * isearch.el (isearch-barrier): Add a doc string, since it's
7906 mentioned in a function doc string (bug#8678).
7907
75c68aa1
MR
79082011-07-15 Martin Rudalics <rudalics@gmx.at>
7909
7910 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7911 buffer argument (Bug#9083) and self-identifying label argument.
7912
a7c33da2
GM
79132011-07-15 Glenn Morris <rgm@gnu.org>
7914
7915 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7916
2f5c6024
LMI
79172011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7918
7919 * man.el (Man-fontify-manpage): Fix message when formatting the
7920 man page (bug#7929).
7921
0bb23927 79222011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7923
7924 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7925 argument LRM; if non-nil, append an invisible LRM character to the
7926 buffer name.
7927 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7928 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7929 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7930 paragraph direction.
cce4b0a7 7931
621ef9ab
LMI
79322011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7933
d1583c48
LMI
7934 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7935 the man page name (bug#7929).
7936
6a57fb5f
LMI
7937 * image.el (put-image): Mention the `put-image' overlay property
7938 (bug#7834).
7939
d7956b14
LMI
7940 * scroll-bar.el (set-scroll-bar-mode): Mention that
7941 `scroll-bar-mode' lists the values (bug#7772).
7942
5b2d4a66
LMI
7943 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7944 command (bug#7729).
7945
7509a874
LMI
7946 * rect.el (apply-on-rectangle): Return the point after the last
7947 operation.
7948 (string-rectangle): Go to the point after the last operation
7949 (bug#7522).
7950
4fe74b19
LMI
7951 * printing.el (pr-toggle-region): Clarify the documentation
7952 slightly (bug#7493).
7953
b796c9b7
SM
7954 * time.el (display-time-update):
7955 Allow `display-time-mail-function' to return nil (bug#7158).
7956 Fix suggested by Detlev Zundel.
ab283561 7957
fc233c9d
LMI
7958 * vc/diff.el (diff): Clarify the order the file names are read
7959 (bug#7111).
7960
43f5740b
LMI
7961 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7962 the doc string (bug#7015).
7963
f2182a76
LMI
7964 * font-lock.el (font-lock-maximum-decoration): Mention what
7965 numeric levels mean (bug#6935).
7966
621ef9ab
LMI
7967 * startup.el (initial-buffer-choice): Don't mention the `none'
7968 selection, which is against policy.
7969
adc47434
MR
79702011-07-14 Martin Rudalics <rudalics@gmx.at>
7971
b796c9b7
SM
7972 * window.el (display-buffer-normalize-special):
7973 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7974
7e5bfb8f
EZ
79752011-07-14 Eli Zaretskii <eliz@gnu.org>
7976
7977 * subr.el (version<, version<=, version=): Mention "-CVS" and
7978 "-12345" alpha version numbers.
7979
27fa387a
CY
79802011-07-14 Chong Yidong <cyd@stupidchicken.com>
7981
7982 * bindings.el: Add advertised binding for set-mark-command
7983 (Bug#5772).
7984
8bdfa064
CY
79852011-07-14 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * bindings.el (mode-line-other-buffer):
7988 * bookmark.el (bookmark-bmenu-2-window):
7989 * bs.el (bs-cycle-next, bs-cycle-previous):
7990 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7991 switch-to-buffer.
7992
7993 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7994 Delete.
8bdfa064 7995
5eba16a3
JB
79962011-07-14 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * follow.el (follow-debug-message, follow-redisplay):
7999 * jka-cmpr-hook.el (with-auto-compression-mode):
8000 Fix typos in docstrings.
8001
15853710
LMI
80022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8003
a28e4607
LMI
8004 * subr.el (with-silent-modifications): Clarify somewhat what the
8005 macro inhibits (bug#6525).
8006
15853710
LMI
8007 * simple.el (eval-expression): Note what it does if called
8008 interactively (bug#6495).
8009
bee0fcef
CY
80102011-07-13 Chong Yidong <cyd@stupidchicken.com>
8011
b796c9b7
SM
8012 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8013 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8014
8015 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8016 Remove switch-to-buffer.
8017
58274504
LMI
80182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8019
bd2fcc8d
LMI
8020 * files.el (make-directory): Clarify that an error will be raised
8021 if there's an error (bug#6397).
8022
0f04b32c
LMI
8023 * startup.el (initial-buffer-choice): Add `none' as a choice
8024 (bug#6234).
8025
465c5fc8
LMI
8026 * subr.el (add-hook): Clarify section about buffer-local hooks
8027 (bug#6218).
8028
58274504
LMI
8029 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8030
bead9a43
JB
80312011-07-13 Juanma Barranquero <lekktu@gmail.com>
8032
8033 * tabify.el (untabify): Preserve the current column so that point
8034 doesn't move (bug#6032).
8035
3af98a7b
LMI
80362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8037
b796c9b7
SM
8038 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8039 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8040
6240145a
GM
80412011-07-13 Glenn Morris <rgm@gnu.org>
8042
8043 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8044 (dired-insert-directory): Give a message the first time
8045 if ls is found not to support --dired.
8046
1d8c2ccc
LMI
80472011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8048
8049 * simple.el (toggle-truncate-lines): Clarify what is toggled
8050 (bug#5580). Text by Drew Adams.
8051
5fc4038e
CY
80522011-07-13 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * simple.el (blink-matching-open): Make the error message from the
8055 last change less verbose.
8056
bf6012e5
DN
80572011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8058
8059 * font-lock.el (font-lock-comment-face): Use the high contrast
8060 "yellow" color for font-lock-comment-face on low color terminals
8061 using a dark background color (bug#4221).
8062
343c3b5a
LMI
80632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8064
7e9505c5
LMI
8065 * dired.el (dired-insert-set-properties): Make the doc string
8066 reflect what it does now (bug#5325).
8067
c26fdcf5
LMI
8068 * simple.el (blink-matching-open): Say that we were unable to find
8069 the match within the limit, if we're limited (bug#5122).
8070
bb388cc5
LMI
8071 * international/mule-cmds.el (prefer-coding-system): Add an
8072 example (bug#4869).
8073
343c3b5a
LMI
8074 * progmodes/etags.el (tags-search): Document `file-list-form'
8075 (bug#4731).
8076
2a517d45
LM
80772011-07-13 Lawrence Mitchell <wence@gmx.li>
8078
8079 * net/browse-url.el (browse-url-default-browser)
8080 (browse-url-browser-function): Make the default browser choice a
8081 bit more logical (bug#4300). Also clean up the doc string.
8082
b6c78ef2
JB
80832011-07-13 Juanma Barranquero <lekktu@gmail.com>
8084
8085 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8086 binary endings (bug#4440).
8087
1c4dd947
LMI
80882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8089
a2014063
LMI
8090 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8091 which can be pretty annoying (bug#8971).
8092
9c9c2d88
LMI
8093 * jka-compr.el (jka-compr-verbose): New variable, and use
8094 throughout (bug#8971).
8095
1c4dd947
LMI
8096 * info.el (Info-find-file): Fall back on the installation
8097 directory if we can't find the info node anywhere else.
8098
a1c9f41b
SO
80992011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8100
8101 * vc/vc.el (vc-revert-file):
8102 Don't set file time-stamp in the past. (Bug#5181)
8103
536f3d36
LMI
81042011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8105
7152b011
LMI
8106 * files.el (after-find-file): Give a better error message when
8107 trying to find a symlink that points to a file that doesn't exist
8108 (bug#4398).
8109
536f3d36
LMI
8110 * progmodes/cc-vars.el: Remove (probably) misleading comment
8111 (bug#4396).
8112
460c0fba
JB
81132011-07-12 Johan Bockgård <bojohan@gnu.org>
8114
8115 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8116
7a6bda45
CY
81172011-07-12 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * mouse-sel.el: Hack restoring functionality, while keeping
8120 compatibility with 2010-07-03 changes to mouse selection.
8121 (mouse-sel-primary-overlay): New var.
8122 (mouse-sel-selection-alist): Use it.
8123 (mouse-sel-mode): Doc fix; remove points that are default features
8124 of mouse.el.
8125
c79598ef
JB
81262011-07-12 Johan Bockgård <bojohan@gnu.org>
8127
8128 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8129 Fix previous fix (bug#2490).
8130
ff8be6ef
RW
81312011-07-12 Roland Winkler <winkler@gnu.org>
8132
b796c9b7
SM
8133 * textmodes/bibtex.el (bibtex-initialize):
8134 Use pop-to-buffer-same-window.
ff8be6ef
RW
8135 (bibtex-search-entries): Fix interactive call.
8136
296ba3ee
LMI
81372011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8138
f5242a02 8139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8140 Fontise bytecomp Error lines more correctly (bug#2490).
8141 Fix suggested by Johan Bockgård.
f5242a02 8142
296ba3ee
LMI
8143 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8144
8145 * dired-x.el (dired-guess-default): Use `delete-dups'.
8146
f69fd0d2
CY
81472011-07-12 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * dired.el (dired-mark-prompt):
8150 * dired-aux.el (dired-read-shell-command): Doc fix.
8151
eab5dc07
LMI
81522011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
b796c9b7
SM
8154 * mail/sendmail.el (sendmail-query-once):
8155 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8156 emacs -Q.
8157
8158 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8159
eab5dc07
LMI
8160 * cus-edit.el (custom-file): Take an optional no-error variable.
8161 (customize-save-variable): Set the variable, and give a warning if
8162 running under "emacs -q".
8163
a1e65d42
JB
81642011-07-11 Juanma Barranquero <lekktu@gmail.com>
8165
8166 * loadhist.el (unload-feature-special-hooks):
8167 Add `auto-coding-functions', `fill-nobreak-predicate' and
8168 `find-directory-functions' (bug#5327).
8169
1d52da10
LMI
81702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8171
be958f1d
LMI
8172 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8173
5bedb26c
LMI
8174 * cus-edit.el (custom-guess-name-alist): -alist variables should
8175 use the `alist' type (bug#3120). Suggested by Drew Adams.
8176
1d52da10
LMI
8177 * printing.el: Add documentation to all the `pr-toggle-' commands.
8178
cd394be1 81792011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8180
8181 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8182 backends where it makes sense (bug#2623).
8183
dcc88d8a
LMI
81842011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8185
c3de9feb
LMI
8186 * dired-x.el (dired-guess-default): Remove duplicate shell command
8187 entries (bug#2028).
8a93078b 8188 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8189 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8190
dcc88d8a
LMI
8191 * subr.el (remove-duplicates): New conveniency function.
8192
505e3645
LMI
81932011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8194
8195 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8196 (bug#1526).
8197
81982011-07-10 Martin Rudalics <rudalics@gmx.at>
8199
8200 * window.el (display-buffer-normalize-default): Don't invert
8201 meaning of even-window-heights. Reported by Eli Zaretskii
8202 <eliz@gnu.org>.
8203
455e4fa1
BR
82042011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8205
8206 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8207
8e0bc3e9
CY
82082011-07-10 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * window.el (display-buffer): Fix arguments to
8211 display-buffer-reuse-window in last change.
8212
fa7c3228
CY
8213 * faces.el (link): Use a less saturated blue on light backgrounds.
8214
8215 * startup.el (fancy-startup-text, fancy-about-text)
8216 (fancy-startup-tail): Use font-lock faces, for background safety.
8217
c0a7f300
BN
82182011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8219
b796c9b7
SM
8220 * emulation/viper-cmd.el (viper-change-state-to-vi):
8221 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8222
4dc2a129
MR
82232011-07-09 Martin Rudalics <rudalics@gmx.at>
8224
8225 * window.el (display-buffer-default-specifiers): Remove.
8226 (display-buffer-macro-specifiers): Remove default specifiers.
8227 (display-buffer-alist): Default to nil.
b796c9b7 8228 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8229 (display-buffer-pop-up-window): Allow splitting internal
8230 windows. Check whether a live window was created.
8231 (display-buffer-other-window-means-other-frame)
8232 (display-buffer-normalize-arguments): Rename to
8233 display-buffer-normalize-argument and rewrite. Set the
8234 other-window specifier.
8235 (display-buffer-normalize-special): New function.
8236 (display-buffer-normalize-options): Rename to
8237 display-buffer-normalize-default and rewrite.
8238 (display-buffer-normalize-options-inhibit): Remove.
8239 (display-buffer-normalize-specifiers): Rewrite.
8240 (display-buffer): Process other-window specifier and call
8241 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8242 more faithfully.
b796c9b7 8243 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8244 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8245 (display-buffer-in-window, display-buffer-alist-set):
8246 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8247 <tassilo@member.fsf.org>.
8248
2d43b8c9
LL
82492011-07-09 Leo Liu <sdl.web@gmail.com>
8250
8251 * register.el (insert-register): Restore accidental change on
8252 2011-06-26. (Bug#9028)
8253
7f9b7c53
GM
82542011-07-09 Glenn Morris <rgm@gnu.org>
8255
8256 * subr.el (remq): Handle the empty list. (Bug#9024)
8257
f042cfd8
AS
82582011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8259
8260 * mail/sendmail.el (send-mail-function): No longer delay custom
8261 initialization.
8262 * custom.el (custom-initialize-delay): Doc fix.
8263
856b2f11
SM
82642011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8267
afae1d68
MA
82682011-07-08 Michael Albinus <michael.albinus@gmx.de>
8269
8270 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8271 human-friendly prompt.
8272
0757af94
SM
82732011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8276 provided by a particular plugin.
8277
d760b731
LMI
82782011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8279
8280 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8281 save customizations (with "emacs -Q"), just set the variable
8282 instead of erroring out.
8283
8284 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8285
cd79ce90
JL
82862011-07-08 Juri Linkov <juri@jurta.org>
8287
8288 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8289 (archive-zip-update-case): Use 7z if found by `executable-find'.
8290 The order of searching the available programs is the same as in
8291 `archive-zip-extract' (bug#8968).
8292
14cc04aa
CY
82932011-07-07 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8296 (menu-bar-options-menu): Tweak descriptions.
8297
0a1848ec
LMI
82982011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8299
8300 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8301 menu items into verb phrases (bug#1421). Also refill to fit under
8302 80 columns.
8303
f5bd0689
CY
83042011-07-07 Chong Yidong <cyd@stupidchicken.com>
8305
538e85c6
CY
8306 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8307 (Info-read-node-name): Doc fix (Bug#1084).
8308
f5bd0689
CY
8309 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8310 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8311 (end-of-sexp, beginning-of-sexp)
8312 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8313 (forward-symbol, forward-same-syntax, word-at-point)
8314 (sentence-at-point): Doc fix (Bug#1144).
8315
56ec5115
LMI
83162011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8317
f3f8e37f
LMI
8318 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8319 should cover it (bug#1281).
8320
0757af94 8321 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8322
e9fce1ac 8323 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8324 negotiation fails, then possibly try again with a non-encrypted
8325 connection (bug#9017).
8326
56ec5115
LMI
8327 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8328 be used.
8329
c2f9aec8
RS
83302011-07-07 Richard Stallman <rms@gnu.org>
8331
8332 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8333 property, and handle its changed format.
8334 Look for the correct line number.
8335 Use file's line contents (but not past first =) to find
8336 correct line in message.
8337
ef7b981d 83382011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8339
8340 * international/characters.el (build-unicode-category-table):
8341 Delete it.
0757af94 8342 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8343
0757af94 8344 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8345 to src/chartab.c.
8346 (get-char-code-property): Call unicode-property-table-internal to
8347 load a file. Call get-unicode-property-internal where necessary.
8348 (put-char-code-property): Call unicode-property-table-internal to
8349 load a file. Call put-unicode-property-internal where necessary.
8350 put-unicode-property-internal where necessary.
0757af94
SM
8351 (char-code-property-description):
8352 Call unicode-property-table-internal to load a file.
c805dec0
KH
8353
8354 * international/charprop.el:
8355 * international/uni-bidi.el:
8356 * international/uni-category.el:
8357 * international/uni-combining.el:
8358 * international/uni-comment.el:
8359 * international/uni-decimal.el:
8360 * international/uni-decomposition.el:
8361 * international/uni-digit.el:
8362 * international/uni-lowercase.el:
8363 * international/uni-mirrored.el:
8364 * international/uni-name.el:
8365 * international/uni-numeric.el:
8366 * international/uni-old-name.el:
8367 * international/uni-titlecase.el:
8368 * international/uni-uppercase.el: Regenerate.
8369
8370 * loadup.el: Load international/charprop.el before
8371 international/characters.
8372
e14b388a
CY
83732011-07-07 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * window.el (next-buffer, previous-buffer): Signal an error if
8376 called from a minibuffer window.
8377
8378 * bindings.el: Revert 2011-07-04 change.
8379
354cf0ba
RS
83802011-07-06 Richard Stallman <rms@gnu.org>
8381
8382 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8383 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8384 Treat markers like ints.
8385 (rmail-mime-entity): Doc fix.
8386
a48868a7
LMI
83872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
4906cd3d
LMI
8389 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8390 defcustom again for backwards compatibility.
8391
e0457abe
LMI
8392 * simple.el (shell-command-on-region): Fill.
8393
d67f7e1f
LMI
8394 * dired-aux.el (dired-kill-line): Add a doc string.
8395
fe204702
LMI
8396 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8397 to "\\sw\\|\\s_" (bug#358).
8398
a48868a7
LMI
8399 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8400 (dired-unmark-backward): Ditto.
8401 (dired-flag-backup-files): Ditto.
8402
8403 * dired-x.el (dired-mark-sexp): Ditto.
8404
aa8a705c
RS
84052011-07-06 Richard Stallman <rms@gnu.org>
8406
8407 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8408 (rmail-mime-entity): New arg TRUNCATED.
8409 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8410 New functions.
8411 (rmail-mime-save): Warn if entity is truncated.
8412 (rmail-mime-toggle-hidden): Likewise, for showing.
8413 (rmail-mime-process-multipart): Record when an entity is truncated.
8414
a9a936b9
RS
8415 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8416 if ENTITY is a string.
8417
1f2b92cb
LMI
84182011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8419
f4f73198 8420 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8421 of faces when `M-C-x'-ing their definitions (bug#8378).
8422 Also clean up the code slightly.
f4f73198 8423
12b16734 8424 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8425 because that makes the colors go away.
12b16734 8426
f0691d22
LMI
8427 * mail/sendmail.el (send-mail-function): Change the default to
8428 `sendmail-query-once'.
9e87df06 8429 (sendmail-query-once): Add an autoload cookie.
f0691d22 8430
1f2b92cb
LMI
8431 * net/network-stream.el (network-stream-open-starttls): Try using
8432 a plain connection even if the server offered STARTTLS, and we
8433 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8434 capability. This should make smtpmail.el work in slightly more
8435 configurations.
8436
1cdd2a1b
MA
84372011-07-06 Michael Albinus <michael.albinus@gmx.de>
8438
8439 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8440 New defun.
8441 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8442
fbcc67e2
MM
84432011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8444
8445 * progmodes/sql.el: Version 3.0
0757af94 8446 (sql-product-alist): Add product :completion-object,
fbcc67e2 8447 :completion-column, and :statement attributes.
0757af94 8448 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8449 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8450 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8451 ansi keywords.
8452 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8453 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8454 (sql-oracle-show-reserved-words): New function for development.
8455 (sql-product-font-lock): Simplify for source code buffers.
8456 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8457 New functions.
8458 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8459 (sql-mode-map): Add statement movement functions.
8460 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8461 New variable.
fbcc67e2
MM
8462 (sql-statement-regexp, sql-beginning-of-statement)
8463 (sql-end-of-statement, sql-signum): New functions.
0757af94 8464 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8465 (sql-show-sqli-buffer): Bug fix.
8466 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8467 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8468 with sql-interactive-mode.
8469 (sql-save-connection): Save buffer local settings.
0757af94 8470 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8471 (sql-product-interactive): Bug fix.
8472 (sql-preoutput-hold): New variable.
8473 (sql-interactive-remove-continuation-prompt): Bug fixes.
8474 (sql-debug-redirect): New variable.
8475 (sql-str-literal): New function.
8476 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8477 Redesign.
fbcc67e2
MM
8478 (sql-oracle-save-settings, sql-oracle-restore-settings)
8479 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8480 (sql-completion-object, sql-completion-column)
8481 (sql-completion-sqlbuf): New variables.
8482 (sql-build-completions-1, sql-build-completions)
8483 (sql-try-completion): New functions.
8484 (sql-read-table-name): Use them.
8485 (sql-contains-names): New buffer local variable.
8486 (sql-list-all, sql-list-table): Use it.
8487 (sql-oracle-completion-types): New variable.
8488 (sql-oracle-completion-object, sql-sqlite-completion-object)
8489 (sql-postgres-completion-object): New functions.
8490
d4eaeab1
GM
84912011-07-06 Glenn Morris <rgm@gnu.org>
8492
8493 * window.el (pop-to-buffer): Doc fix.
8494
322b7dab 84952011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8496
8497 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8498
322b7dab 84992011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8500
322b7dab 8501 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8502
322b7dab 8503 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8504
605dd5bf
CY
85052011-07-05 Chong Yidong <cyd@stupidchicken.com>
8506
8507 * button.el (button): Inherit from link face. Suggested by Dan
8508 Nicolaescu.
8509
7dbfa719
SM
85102011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8511
3db614b0
SM
8512 * progmodes/gdb-mi.el: Fit in 80 columns.
8513 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8514 switch-to-buffer.
8515
7dbfa719
SM
8516 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8517 if imenu is simply not configured (bug#8941).
8518
919d884a
KM
85192011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8520
8521 * allout.el (allout-post-undo-hook): New allout outline-change
8522 event hook to signal undo activity.
8523 (allout-post-command-business): Run allout-post-undo-hook if an
8524 undo just occurred.
7dbfa719
SM
8525 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8526 * allout-widgets.el (allout-widgets-after-undo-function):
8527 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8528 in the vicinity of an undo.
8529 (allout-widgets-mode): Include allout-widgets-after-undo-function
8530 on the new allout-post-undo-hook.
8531
450a0f09
SM
85322011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8535 Let define-derived-mode define it.
8536 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8537 cycles of abbrev-table inheritance (bug#8998).
8538
2de69e00
RW
85392011-07-05 Roland Winkler <winkler@gnu.org>
8540
8541 * textmodes/bibtex.el: Add support for biblatex.
8542 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8543 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8544 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8545 (bibtex-entry-alist, bibtex-field-alist): New variables.
8546 (bibtex-entry-field-alist): Obsolete alias for
8547 bibtex-BibTeX-entry-alist.
8548 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8549 (bibtex-set-dialect): New command.
8550 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8551 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8552 Bind via bibtex-set-dialect.
2de69e00
RW
8553 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8554 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8555 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8556 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8557 Define via bibtex-set-dialect.
450a0f09
SM
8558 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8559 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8560 (bibtex-vec-push, bibtex-vec-incr): New functions.
8561 (bibtex-format-entry, bibtex-field-list)
8562 (bibtex-print-help-message, bibtex-validate)
8563 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8564
2dcdbdd9
SM
85652011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * progmodes/compile.el (compilation-goto-locus):
8568 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8569 * bs.el (bs-cycle-next, bs-cycle-previous):
8570 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8571 * bindings.el (mode-line-other-buffer):
8572 * autoinsert.el (auto-insert):
8573 * arc-mode.el (archive-extract):
8574 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8575
b27640fe
JB
85762011-07-05 Juanma Barranquero <lekktu@gmail.com>
8577
8578 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8579 Fix check of `emacs-lock-unlockable-modes'.
8580 Coerce true values of `emacs-lock--try-unlocking' to t.
8581
53bbe3ad
JB
85822011-07-05 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8585 * emacs-lock.el: New file.
8586
1d3cdbc7
JD
85872011-07-05 Julien Danjou <julien@danjou.info>
8588
8589 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8590 than `boundp' to check if face is set.
8591
9173deec
JB
85922011-07-05 Juanma Barranquero <lekktu@gmail.com>
8593
8594 * register.el (registerv-make):
8595 * window.el (window-min-height): Fix typos in docstrings.
8596
869795d6
JD
85972011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8598
9173deec 8599 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8600 Update doc string.
8601
b768cdcd
JB
86022011-07-04 Juanma Barranquero <lekktu@gmail.com>
8603
8604 * server.el (server-execute): Catch quit and call
8605 `server-return-error' to pass the error back to emacsclient and
8606 close the connection (bug#8942).
8607
13aa217b
KM
86082011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8609
8610 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8611 insecure exception for current topic. Also note that auto-saves
8612 are handled differently.
8613
5d3385a0 8614 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8615 State variables for tracking auto-save inhibition situation.
8616
8617 (allout-write-contents-hook-handler): Rename from
8618 'allout-write-file-hook-handler', and describe how it depends on
8619 write-contents-functions sensitivity to non-nil value to prevent
8620 file write.
8621
8622 (allout-auto-save-hook-handler): Remove. auto-save does not check
8623 this in individual buffers, only in the starting buffer, so this
8624 is not the right way for us to inhibit auto-save in a buffer
8625 according to its condition.
8626
8627 (allout-mode): Use new allout-write-contents-hook-handler, and
8628 only with write-contents-functions. Remove auto-save provisions -
8629 they're implemented elsewhere.
8630
8631 (allout-before-change-handler): If undo is in progress, note that
8632 for attention of allout-post-command-business.
8633
8634 (allout-post-command-business): If the command we're following was
8635 an undo, check for change in the status of encrypted items and
8636 adjust auto-save inhibitions accordingly.
8637
8638 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8639 according to whether there are or aren't any plain-text topics
8640 pending encryption.
8641
2dcdbdd9 8642 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8643 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8644 if there are plain-text topics pending encryption.
13aa217b
KM
8645
8646 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8647 buffer-saved-size and some allout state to not inhibit auto-saves
8648 if there are no longer any plain-text topics pending encryption.
8649
0757af94
SM
8650 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8651 No longer provide for exemption of the current topic.
13aa217b 8652
ac89b32c
JL
86532011-07-04 Juri Linkov <juri@jurta.org>
8654
8655 Add 7z operations to delete and save changed members (bug#8968).
8656 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8657 New defcustoms.
8658 (archive-7z-write-file-member): New function.
8659 (archive-7z-summarize): Fix the number of dashes in the
8660 listing output.
8661
8fa39615
SM
86622011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8663
8664 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8665 (bug#8958).
8666
2f11b3f1
CY
86672011-07-04 Chong Yidong <cyd@stupidchicken.com>
8668
d66fef2b
CY
8669 * bindings.el: Ignore next-buffer and previous-buffer in
8670 minibuffer-local-map.
8671
2f11b3f1
CY
8672 * font-lock.el (font-lock-builtin-face): Change light background
8673 color to dark slate blue (Bug#6693).
8674
f932a347
WD
86752011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8676
8677 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8678
c8af70e1
SM
86792011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8682 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8683 Add switch-to-buffer.
8684
f158badc
LMI
86852011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8686
8687 * isearch.el (isearch-search-fun-function): Clarify further the
8688 meaning of the function returned.
8689
6d95bd46
MA
86902011-07-04 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8693
8694 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8695 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8696 Use it.
8697 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8698 `tramp-default-remote-path' does not exist.
8699 (tramp-send-command-and-read): New optional argument NOERROR.
8700 (tramp-open-connection-setup-interactive-shell)
8701 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8702 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8703 (tramp-process-sentinel): Flush also process' connection property.
8704 (tramp-sh-handle-start-file-process): Do not set process
8705 sentinel. It is done now ...
8706 (tramp-maybe-open-connection): ... here. (Bug#8929)
8707
909e6b67
MK
87082011-07-04 MON KEY <monkey@sandpframing.com>
8709
8710 * play/animate.el (animate-string): Doc fixes and allow changing
8711 the buffer name (bug#5417).
8712
87132011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8714
c8af70e1 8715 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8716
f34755dc
PE
87172011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8718
396cec72
PE
8719 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8720 This is simpler and helps future-proof the code.
8721 (timer-until): Use time-subtract and float-time.
08235028 8722 (timer--time-less-p): Use time-less-p.
f34755dc 8723
56e6cc31
JB
87242011-07-04 Juanma Barranquero <lekktu@gmail.com>
8725
3abb79e5
JB
8726 * type-break.el (timep): Use the value of `float-time' to avoid a
8727 byte-compiler warning.
8728
56e6cc31
JB
8729 * server.el (server-eval-and-print): Return any result, even nil.
8730
7b9430b4
PE
87312011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8732
8733 * type-break.el: Accept time formats that the builtins accept.
8734 (timep, type-break-time-difference): Accept any format that
8735 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8736 This is simpler and helps future-proof the code.
8737 (type-break-time-difference): Round rather than ignoring
8738 subseconds components.
8739
3034e9e7
LMI
87402011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8741
8742 * info.el (Info-apropos-matches): Make non-interactive, since it
8743 doesn't seem to do anything useful as a command (bug#8829).
8744
1485f4c0
CY
87452011-07-03 Chong Yidong <cyd@stupidchicken.com>
8746
8747 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8748 Move from faces.el.
1485f4c0
CY
8749 (frame-default-terminal-background): New function.
8750
8751 * custom.el (custom-push-theme): Don't record faces in `changed'
8752 theme; this doesn't work correctly for per-frame face settings.
8753 (disable-theme): Use face-set-after-frame-default to reset faces.
8754 (custom--frame-color-default): New function.
8755
9fa3dd45
LMI
87562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8757
c8af70e1 8758 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8759 (bug#8769).
8760
6cbbc20c
KR
87612011-03-29 Kevin Ryde <user42@zip.com.au>
8762
8763 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8764 `perl-Test2' extend to match possible "fail #N" rep count
8765 (bug#8377).
8766
c7f98048
LMI
87672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8768
65676592
LMI
8769 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8770 `smtpmail-via-smtp' now returns the error instead of nil.
8771
c7f98048
LMI
8772 * isearch.el (isearch-search-fun-function): Clarify the doc string
8773 (bug#8101).
8774
56e6cc31 87752011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8776
8777 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8778 unnecessary spaces (bug#8987).
8779
2b216704
LMI
87802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8781
8782 * net/network-stream.el (open-network-stream): Use the
8783 :end-of-capability command thoughout.
8784
87852011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8786
8787 * net/network-stream.el (open-network-stream): Add the
8788 :end-of-capability command parameter, used by pop3.el.
8789
36adf6ce
LMI
87902011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8791
1ca0da0e
LMI
8792 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8793
fc00f69c
LMI
8794 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8795 for list)" (bug#6475).
8796
28fd8759 8797 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8798 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8799 an error (bug#6297).
8800
0dd8b6da
LMI
8801 * man.el (Man-reference-regexp): Allow matching possible
8802 word-wrapped references (bug#6289).
8803
ce1438d6
LMI
8804 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8805 for consistency with the other vc buffers (bug#6197).
8806 (vc-checkin): Ditto.
8807
8808 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8809
36adf6ce
LMI
8810 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8811
e83cc1f7
LMI
88122011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8813
8a20ca4c
LMI
8814 * custom.el (defcustom): Clarify that :set is only used in the
8815 Customize user interface (bug#6089).
8816
83319045
LMI
8817 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8818 associated with a file, refuse to run instead of erroring out
8819 (bug#6084).
8820
a8392169
LMI
8821 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8822 the doc string, since it appears that using `fill-column' always
8823 controls the width (bug#7845).
8824
e83cc1f7
LMI
8825 * simple.el (shell-command-on-region): Say where the error output
8826 went if `shell-command-default-error-buffer' is set (bug#6857).
8827
e47ca23b
KM
88282011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8829
8830 * allout.el (allout-yank-processing): Adjust cursor position for
8831 backwards-deleted space.
8832
8833 (allout-rebullet-heading): Register changes with
8834 allout-exposure-changed-hook, so the modified topic is properly
8835 decorated.
8836
5cf56143
LMI
88372011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8838
08549772
LMI
8839 * minibuffer.el (completion-in-region): Document PREDICATE
8840 (bug#7136).
8841
48e96771
LMI
8842 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8843 of keyword/argument pairs (bug#6904).
8844
c8af70e1
SM
8845 * replace.el (multi-occur):
8846 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8847
e17d05e2
LMI
88482011-07-02 Drew Adams <drew.adams@oracle.com>
8849
8850 * dired.el (dired-mark-if): Make the message about whether it's
8851 marking or unmarking clearer (bug#8523).
8852
063b0e45
LMI
88532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8854
8855 * disp-table.el (display-table-print-array): New function.
8856 (describe-display-table): Use it to print the vectors more pretty
8857 (Bug#8859).
8858
28545e04
MR
88592011-07-02 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.el (window-state-get-1): Don't assign clone numbers.
8862 Add clone-of item to list of window parameters.
8863 (window-state-put-2): Don't process clone numbers.
8864 (display-buffer-alist): Fix doc-string.
8865
3349e122
SM
88662011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * subr.el (remq): Don't allocate if it's not needed.
8869 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8870 (keymap--merge-bindings): New functions.
8871 (keymap-canonicalize): Use them to refine the canonicalization.
8872 * minibuffer.el (minibuffer-local-completion-map)
8873 (minibuffer-local-must-match-map): Move initialization from C.
8874 (minibuffer-local-filename-completion-map): Move initialization from C;
8875 don't inherit from anything here.
8876 (minibuffer-local-filename-must-match-map): Make obsolete.
8877 (completing-read-default): Use make-composed-keymap to combine
8878 minibuffer-local-filename-completion-map with either
8879 minibuffer-local-must-match-map or
8880 minibuffer-local-filename-completion-map.
8881
d224ac83
GM
88822011-07-01 Glenn Morris <rgm@gnu.org>
8883
3de63bf8
GM
8884 * type-break.el (type-break-time-sum): Use dolist.
8885
d224ac83
GM
8886 * textmodes/flyspell.el (flyspell-word-search-backward):
8887 Replace CL function.
8888
1a1e3f32
SM
88892011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8890
fe3f64d5
SM
8891 * mouse.el (mouse--strip-first-event): New function.
8892 (function-key-map): Use it to map fringe clicks to normal clicks
8893 by default.
8894
eb604e34
SM
8895 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8896 (vc-bzr-revision-completion-table): Add support for annotate and date.
8897
1a1e3f32
SM
8898 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8899 inherit from parent.
8900
5bd35902
LMI
89012011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8902
ace6c69c 8903 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8904 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8905
191e2bed
LMI
8906 * dired.el (dired-mode): Fix up the doc string as suggested by
8907 Drew Adams (bug#8817).
8908
5bd35902
LMI
8909 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8910 cookie, since the manual says that it should be possible to add
8911 this function to `find-file-hook' (bug#8709).
8912
eee8207a
TZ
89132011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8914
8915 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8916 here. Noted Ted Zlatanov as the maintainer.
8917 (cfengine-common-settings, cfengine-common-syntax): New functions
8918 to set up common things between `cfengine-mode' and
8919 `cfengine3-mode'.
8920 (cfengine3-mode): New mode.
8921 (cfengine3-defuns cfengine3-defuns-regex
8922 (cfengine3-class-selector-regex cfengine3-category-regex)
8923 (cfengine3-vartypes cfengine3-font-lock-keywords)
8924 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8925 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8926
36b148cf
MA
89272011-07-01 Michael Albinus <michael.albinus@gmx.de>
8928
8929 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8930
8931 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8932
0bf4ba9a
MR
89332011-07-01 Martin Rudalics <rudalics@gmx.at>
8934
8935 * window.el (same-window-buffer-names, same-window-regexps)
8936 (same-window-p, special-display-frame-alist)
8937 (special-display-popup-frame, special-display-function)
8938 (special-display-buffer-names, special-display-regexps)
8939 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8940 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8941 (split-window-preferred-function, split-height-threshold)
8942 (split-width-threshold, even-window-heights)
8943 (display-buffer-mark-dedicated, window-splittable-p)
8944 (split-window-sensibly, window-safely-shrinkable-p):
8945 Un-obsolete.
8946 (display-buffer): Don't spread args with function specifier
8947 because special-display-popup-frame won't like it.
8948
35837f51
PE
89492011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8950
d0672f86
PE
8951 Time-stamp simplifications and fixes.
8952 These improve accuracy slightly, and future-proof the code
8953 against some potential changes to current-time format.
8954
b9444d97
PE
8955 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8956 by using time-since and float-time.
8957
0ef923dc
PE
8958 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8959 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8960 + NNN microseconds".
8961
2f81380d
PE
8962 * type-break.el (type-break-time-sum): Rewrite using time-add.
8963
845b5c3e
PE
8964 * play/hanoi.el (hanoi-current-time-float): Remove.
8965 All uses replaced by float-time.
8966
ee6f1be0
PE
8967 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8968 This yields a more-accurate answer.
8969 (rng-time-to-float): Remove; no longer needed.
8970
fe955043
PE
8971 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8972
5777162a
PE
8973 * calendar/timeclock.el (timeclock-seconds-to-time):
8974 Defalias to seconds-to-time, since they're the same thing.
8975
3103f8b6 8976 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8977 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8978 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8979
0e61a35f
SM
89802011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * window.el (bury-buffer): Don't iconify the only frame.
8983 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8984 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8985
ddd63a1e
CY
89862011-07-01 Chong Yidong <cyd@stupidchicken.com>
8987
0e61a35f
SM
8988 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8989 Add mouse-yank-primary.
ddd63a1e 8990
055f4923
TZ
89912011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8992
8993 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8994
6a2fb145
SM
89952011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8998 (find-library-name): Use it to find relative load names when provided
8999 absolute file name (bug#8803).
9000
fd4983f2
LMI
90012011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9002
887d14ad
LMI
9003 * textmodes/flyspell.el (flyspell-word): Consider words that
9004 differ only in case as potential doublons (bug#5687).
9005
c53dc7fc
LMI
9006 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9007 Remove two rather uninteresting debugging-like messages to make
9008 debbugs.el more silent.
9009
fd4983f2
LMI
9010 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9011 a password-like phrase.
9012
7a71b18d 90132011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9014
9015 * progmodes/cc-guess.el: New file.
9016
6a2fb145 9017 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9018
9019 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9020 derived from `c-basic-common-init'.
9021
9022 * progmodes/cc-mode.el (top-level): Require cc-guess.
9023 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9024
1fa280a3
LM
90252011-06-30 Lawrence Mitchell <wence@gmx.li>
9026
9027 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9028
e6597158
AM
90292011-06-30 Alan Mackenzie <acm@muc.de>
9030
1fa280a3
LM
9031 * progmodes/cc-engine.el (c-guess-continued-construct):
9032 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9033 lock is disabled. Name this case as "CASE G".
9034
68ba37fb
KM
90352011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9036
9037 * allout.el (allout-yank-processing): Fix injection of extra space
9038 between bullet and non-whitespace character in first topic when
9039 pasting, ensuring that the actual spacing in the pasted topic
9040 following the bullet char is preserved. This extra space was
9041 causing pasted encrypted topics to get a decrypted status even
9042 when the content was actually still encrypted. Now the decryption
9043 status from before the paste is preserved.
9044
9045 (allout-flag-region): Set all allout overlays so they evaporate
9046 when reduced to zero length (evanescent), to prevent overlay
9047 leakage.
9048
887a0b34
GM
90492011-06-30 Glenn Morris <rgm@gnu.org>
9050
94b9acce
GM
9051 * w32-fns.el (w32-charset-info-alist): Declare.
9052
1d9b46d4
GM
9053 * find-dired.el (find-grep-options): Simplify.
9054
cc232200
GM
9055 * term/ns-win.el (ns-set-resource): Declare.
9056
28e77c46
GM
9057 * ses.el (row, col): Declare dynamic variables honestly.
9058
887a0b34
GM
9059 * textmodes/reftex-parse.el (index-tags): Declare.
9060
658d8eb8
CY
90612011-06-30 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * cus-edit.el (customize-push-and-save): New function.
9064
9065 * files.el (hack-local-variables-confirm): Use it.
9066
1fa280a3
LM
9067 * custom.el (load-theme): New arg NO-CONFIRM.
9068 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9069 (custom-enabled-themes): Doc fix.
9070
9071 * cus-theme.el (customize-create-theme)
9072 (custom-theme-merge-theme): Callers to load-theme changed.
9073
bb617717
LMI
90742011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9075
d61bdd5d
LMI
9076 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9077 short URLs have at least one dot in them (bug #7614).
9078
bb617717
LMI
9079 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9080 nil, because using a pty is apparently too slow (bug #895).
9081
2f31f37a
LMI
90822011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9083
9084 * mail/sendmail.el (sendmail-query-once): New function.
9085 (sendmail-query-once-function): New variable.
9086
3076b24e
GM
90872011-06-29 Glenn Morris <rgm@gnu.org>
9088
faf2a174
GM
9089 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9090
3076b24e
GM
9091 * ses.el (top-level): Require cl when compiling.
9092 (ses-set-localvars): Fix error statement.
9093 Call it at compile time to silence a storm of warnings.
9094
5386012d
MR
90952011-06-29 Martin Rudalics <rudalics@gmx.at>
9096
9097 * window.el (normalize-live-buffer): Rename to
9098 window-normalize-buffer.
9099 (normalize-live-frame): Rename to window-normalize-frame.
9100 (normalize-any-window): Rename to window-normalize-any-window.
9101 (normalize-live-window): Rename to window-normalize-live-window.
9102 (make-window-atom): Rename to window-make-atom.
9103 (window-resize-reset): Rename to window--resize-reset.
9104 (window-resize-reset-1): Rename to window--resize-reset-1.
9105 (resize-mini-window): Rename to window--resize-mini-window.
9106 (resize-subwindows-skip-p): Rename to
9107 window--resize-subwindows-skip-p.
9108 (resize-subwindows-normal): Rename to
9109 window--resize-subwindows-normal.
9110 (resize-subwindows): Rename to window--resize-subwindows.
9111 (resize-other-windows): Rename to window--resize-siblings.
9112 (resize-this-window): Rename to window--resize-this-window.
9113 (resize-root-window): Rename to window--resize-root-window.
9114 (resize-root-window-vertically): Rename to
9115 window--resize-root-window-vertically.
9116 (normalize-buffer-to-display): Rename to
9117 window-normalize-buffer-to-display.
9118 (normalize-buffer-to-switch-to): Rename to
9119 window-normalize-buffer-to-switch-to.
9120 Correspondingly update all callers of the functions listed
9121 above.
9122 (display-buffer-alist, display-buffer-normalize-arguments)
9123 (display-buffer-normalize-options, display-buffer)
9124 (display-buffer-alist-set): Use "function" instead of
9125 "fun-with-args".
9126
1176868d
CY
91272011-06-28 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9130 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9131 debbugs.gnu.org. Mention acknowledgment email.
9132
20a7a65f
LMI
91332011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9134
9135 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9136 buffer multibyteness, since it shouldn't matter.
9137
5f45cca5
MR
91382011-06-28 Martin Rudalics <rudalics@gmx.at>
9139
9140 * window.el (display-buffer-in-side-window): Handle dedicated
9141 windows as in display-buffer-reuse-window.
9142 (display-buffer-normalize-alist): Use value of override
9143 specifier.
9144 (display-buffer-normalize-specifiers): Use value of
9145 other-window-means-other-frame specifier.
9146 (display-buffer-alist): Rewrite some texts in widgets.
9147 (display-buffer): Spread arguments when calling function
9148 specified by fun-with-args.
9149
ad85fe1f
DD
91502011-06-28 Deniz Dogan <deniz@dogan.se>
9151
1fa280a3
LM
9152 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9153 Unnest `let'.
da68c4c8 9154
ad85fe1f
DD
9155 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9156 selectors (Bug#5732).
ec49bd31 9157 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9158
a08cc025
JA
91592011-06-27 Jari Aalto <jari.aalto@cante.net>
9160
9161 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9162 (eshell-ls-date-format): New defcustom.
9163 (eshell-ls-file): Use it.
9164
e2b551c5
SM
91652011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9168
8982b231
KY
91692011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9170
9171 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9172 (ange-ftp-make-tmp-name): New arg.
9173 (ange-ftp-file-local-copy): Use it.
9174
36c9fa27
J
91752011-06-27 Jambunathan K <kjambunathan@gmail.com>
9176
9177 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9178 no-conversion (Bug#8870).
9179
d68443dc
MR
91802011-06-27 Martin Rudalics <rudalics@gmx.at>
9181
9182 * window.el (window-right, window-left, window-child)
9183 (window-child-count, window-last-child)
9184 (window-iso-combination-p, walk-window-tree-1)
9185 (window-atom-check-1, window-tree-1, delete-window)
9186 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9187 new naming conventions - window-vchild, window-hchild,
9188 window-next and window-prev are now called window-top-child,
9189 window-left-child, window-next-sibling and window-prev-sibling
9190 respectively.
d615d6d2
MR
9191 (resize-window-reset): Rename to window-resize-reset.
9192 (resize-window-reset-1): Rename to window-resize-reset-1.
9193 (resize-window): Rename to window-resize.
9194 (window-min-height, window-min-width)
9195 (resize-mini-window, resize-this-window, resize-root-window)
9196 (resize-root-window-vertically, adjust-window-trailing-edge)
9197 (enlarge-window, shrink-window, maximize-window)
9198 (minimize-window, delete-window, quit-restore-window)
9199 (split-window, balance-windows, balance-windows-area-adjust)
9200 (balance-windows-area, window-state-put-2)
9201 (display-buffer-even-window-sizes, display-buffer-set-height)
9202 (display-buffer-set-width, set-window-text-height)
9203 (fit-window-to-buffer): Rename all "resize-window" prefixed
9204 calls to use the "window-resize" prefix convention.
9205 (display-buffer-alist): Fix symbol for label specifier.
9206 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9207 corresponding specifier.
9208 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9209
b6458526
VB
92102011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9211
9212 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9213 convention.
9214 (ses-call-printer): Does not pass an empty string to formatter when the
9215 cell is empty to keep from barking printer Calc math-format-value.
9216
d31fd9ac
RS
92172011-06-27 Richard Stallman <rms@gnu.org>
9218
43d5bf84
RS
9219 * battery.el (battery-mode-line-limit): New variable.
9220 (battery-update): Handle it.
9221
d31fd9ac
RS
9222 * mail/rmailmm.el (rmail-mime-process-multipart):
9223 Handle truncated messages.
9224
819a6054
GM
92252011-06-27 Glenn Morris <rgm@gnu.org>
9226
9227 * progmodes/flymake.el (flymake-err-line-patterns):
9228 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9229
cedc73f2
VB
92302011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9231
819a6054 9232 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9233 (ses--clean-!, ses--clean-_): New functions.
9234 (ses-range): Add configurability of readout order, and conversion
9235 to Calc vector.
9236
5e5d49b6
VB
9237 * ses.el (ses-repair-cell-reference-all): New function.
9238 (ses-cell-symbol): Set macro as safe, so that it can be used in
9239 formulas.
9240
56e6cc31 9241 * ses.el: Update cycle detection algorithm.
90ca8b49 9242 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9243 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9244 (ses-set-localvars): New function.
9245 (ses-make-cell): Add property-list as a cell element.
9246 (ses-cell-property-get-fun, ses-cell-property-get)
9247 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9248 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9249 New functions.
90ca8b49
VB
9250 (ses-cell-property-set, ses-cell-property-pop)
9251 (ses-cell-property-get-handle): New macro.
9252 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9253 New aliases, used for code readability.
9254 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9255 cycle detection.
9256 (ses-self-reference-early-detection): New defcustom.
fac916bf 9257 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9258 (ses-mode): Use ses-set-localvars.
9259 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9260 before lauching the update processing.
9261 (ses-initialize-Dijkstra-attempt): New function.
9262 (ses-recalculate-cell): Update for cycle detection based on
9263 Dijkstra algorithm.
9264
2bb63e81
VB
9265 * ses.el: Fix commenting and indenting convention.
9266
c9d29fb8
SM
92672011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * bs.el (bs-cycle-next): Complete last change.
9270
d8e4b68b
JB
92712011-06-27 Drew Adams <drew.adams@oracle.com>
9272
9273 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9274
40098786
LMI
92752011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9276
c9d29fb8
SM
9277 * net/network-stream.el (network-stream-open-starttls):
9278 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9279 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9280
40098786
LMI
9281 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9282 to binary to possibly avoid line encoding issues on Windows (among
9283 other things).
9284
468d09d4
LMI
92852011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * net/network-stream.el (open-network-stream): Return an :error
9288 saying what the problem was, if possible.
9289
9290 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9291 server.
9292
9293 * net/network-stream.el (network-stream-open-starttls): If we
9294 wanted to use STARTTLS, and the server offered it, but we weren't
9295 able to because we had no STARTTLS support, then close the connection.
9296 (open-network-stream): Return an :error element, if present.
9297
16f07dd7
CY
92982011-06-26 Chong Yidong <cyd@stupidchicken.com>
9299
88821ca0
CY
9300 * hl-line.el (hl-line-sticky-flag): Doc fix.
9301 (global-hl-line-sticky-flag): New option (Bug#8323).
9302 (global-hl-line-highlight): Obey it.
9303
16f07dd7
CY
9304 * vc/vc.el (vc-revert-show-diff): Default to t.
9305
6b5ccddf
KM
93062011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9307
c9d29fb8
SM
9308 * allout-widgets.el (allout-widgets-post-command-business):
9309 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9310 undecorated when an isearch is continued past, and isearch
9311 automatically collapses them. This leads to "widget leaks", where
9312 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9313 hidden widgets can slow down cursor travel, substantially.
9314 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9315 so we're doing without this nicety.
9316
9317 (allout-widgets-tally-string): Don't try to do a hash-table-count
9318 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9319 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9320 *Messages* when allout-widgets-maintain-tally is t.
9321
355f2e07
MR
93222011-06-26 Martin Rudalics <rudalics@gmx.at>
9323
9324 * window.el (display-buffer-normalize-argument): Rename to
9325 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9326 LABEL argument. Respect special-display-function when popping up
9327 a new frame. Fix code searching for a window showing the buffer
9328 on another frame.
c9d29fb8
SM
9329 (display-buffer-normalize-specifiers):
9330 Call display-buffer-normalize-arguments.
355f2e07
MR
9331 (display-buffer-in-window): Don't undedicate the window if its
9332 buffer remains the same.
9333 Reported by Drew Adams <drew.adams@oracle.com>.
9334 (display-buffer-alist): Add choice for same-window macro
9335 specfier.
9336 (display-buffer): Mention special meaning of LABEL argument in
9337 doc-string. Fix quoting. Don't pop up a new frame even as
9338 fallback.
9339
7ca8fc42
JB
93402011-06-26 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9343 avoid deleting the current window in some cases (bug#8911).
9344
bc312254
AS
93452011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9346
9347 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9348 (Bug#8934)
9349
2db18f3f
LMI
93502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9351
c9d29fb8
SM
9352 * net/network-stream.el (network-stream-open-starttls):
9353 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9354 (network-stream-open-tls): Ditto.
9355
6302e0d3
LL
93562011-06-26 Leo Liu <sdl.web@gmail.com>
9357
9358 * register.el (registerv): New struct.
9359 (registerv-make): New function.
c9d29fb8
SM
9360 (jump-to-register, describe-register-1, insert-register):
9361 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9362 struct. (Bug#8415)
9363
5fdd4046
CY
93642011-06-26 Chong Yidong <cyd@stupidchicken.com>
9365
2afef60a
CY
9366 * vc/vc.el (vc-revert-show-diff): New defcustom.
9367 (vc-diff-internal): New arg specifying diff buffer.
9368 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9369 reuse an existing *vc-diff* buffer (Bug#8927).
9370
5fdd4046
CY
9371 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9372
e93db24a
GM
93732011-06-26 Glenn Morris <rgm@gnu.org>
9374
9375 * progmodes/f90.el (f90-critical-indent): New option.
9376 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9377 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9378 (f90-mode): Doc fix.
9379 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9380 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9381 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9382 (f90-match-end): Handle block, critical.
9383
eefff499
GM
93842011-06-25 Glenn Morris <rgm@gnu.org>
9385
f6ba4cc9
GM
9386 * calendar/diary-lib.el (diary-included-files): Doc fix.
9387 (diary-include-files): New function, extracted from
9388 diary-include-other-diary-files and diary-mark-included-diary-files.
9389 (diary-include-other-diary-files, diary-mark-included-diary-files):
9390 Just call diary-include-files.
9391 (diary-mark-entries): Reset diary-included-files on first call.
9392
16712304
GM
9393 * calendar/diary-lib.el (diary-mark-entries)
9394 (diary-mark-included-diary-files):
9395 Visit included diary-files in temp buffers.
9396
5d8e0d43
GM
9397 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9398 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9399 (f90-start-block-re, f90-imenu-generic-expression)
9400 (f90-looking-at-program-block-start, f90-no-block-limit):
9401 Add support for submodules.
9402
ccf7a5d5
GM
9403 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9404 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9405
11fdef7d 94062011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9407
9408 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9409 buffer-file-type before setting its value, to avoid disastrous
eefff499 9410 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9411
74f53697
JB
94122011-06-25 Juanma Barranquero <lekktu@gmail.com>
9413
9414 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9415
9416 * ses.el (ses-unload-function):
9417 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9418
9419 * proced.el (proced-unload-function):
9420 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9421
18a4ce5e
AR
94222011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9423
9424 * server.el (server-create-window-system-frame): Add parameters arg.
9425 (server-process-filter): Doc fix. Handle frame-parameters.
9426
519d22cc
JB
94272011-06-25 Juanma Barranquero <lekktu@gmail.com>
9428
9429 Fix bug#8730, bug#8781.
9430
9431 * loadhist.el (unload--set-major-mode): New function.
9432 (unload-feature): Use it.
9433
9434 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9435 (python-unload-function): New function.
9436
c206f5b0
SM
94372011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9440
f9ad64f3
GS
94412011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9442
9443 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9444 the candidates list.
9445
7d0da90e
JB
94462011-06-24 Juanma Barranquero <lekktu@gmail.com>
9447
9448 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9449
14b4e83d
RS
94502011-06-23 Richard Stallman <rms@gnu.org>
9451
9452 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9453 (rmail-variables): Set next-error-move-function.
9454 (rmail-what-message): Take argument POS.
9455 (rmail-next-error-move): New function.
9456
273d2baf
SM
94572011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9460 messages for adjacent non-terminals.
9461
56c2cc9a
RS
94622011-06-23 Richard Stallman <rms@gnu.org>
9463
9464 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9465 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9466 (rmail-start-mail): Don't specify use of rmail-mail-return;
9467 that's done by mail-bury now.
9468 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9469
d59eb518
MA
94702011-06-23 Michael Albinus <michael.albinus@gmx.de>
9471
9472 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9473 SIZE is a number.
9474
02cfc6d6
MR
94752011-06-23 Martin Rudalics <rudalics@gmx.at>
9476
9477 * window.el (get-lru-window, get-mru-window)
9478 (get-largest-window): Never return a minibuffer window.
9479 (display-buffer-pop-up-window): Fix a bug that could lead to
9480 reusing the minibuffer window.
9481 (display-buffer): Pass original specifier argument to
9482 display-buffer-function instead of the normalized one.
9483 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9484
4e323265
LL
94852011-06-22 Leo Liu <sdl.web@gmail.com>
9486
9487 * minibuffer.el (completing-read-function)
9488 (completing-read-default): Move from minibuf.c
9489
7a70468f
RS
94902011-06-22 Richard Stallman <rms@gnu.org>
9491
50718fc2
RS
9492 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9493 to Rmail even if not started by a special Rmail command.
9494
7a70468f
RS
9495 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9496 Copy the buffer currently showing just one message.
9497
297dde5a
RW
94982011-06-22 Roland Winkler <winkler@gnu.org>
9499
9500 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9501 (bibtex-clean-entry): First delete the old key so that a
9502 customized algorithm for generating the new key does not get
9503 confused by the old key.
9504 (bibtex-url): Obey regexp of first step.
9505 (bibtex-search-entries): Do not use add-to-list with local
9506 list-var.
9507
97bb1093
LMI
95082011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9509
9510 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9511 stored a user name, then query for the password first, instead of
9512 waiting for SMTP to give an error message and the trying again.
9513
1c0f1a19
JD
95142011-06-22 Lawrence Mitchell <wence@gmx.li>
9515
9516 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9517 BUFFER in call-process.
9518
396f7c9d
LMI
95192011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9520
9521 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9522 QUIT twice.
ddb7ffee
LMI
9523 (smtpmail-try-auth-methods): Require user name and password from
9524 auth-source.
396f7c9d 9525
8998d1b3
MR
95262011-06-22 Martin Rudalics <rudalics@gmx.at>
9527
9528 * window.el (display-buffer-default-specifiers)
9529 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9530 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9531 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9532
9533 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9534 (special-display-frame-alist, special-display-popup-frame):
9535 Remove duplicate declarations. These are now in window.el.
9536
4ea31e07
LMI
95372011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9538
c9d29fb8
SM
9539 * mail/smtpmail.el (smtpmail-via-smtp):
9540 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9541 server supports it. SMTP servers that support STARTTLS commonly
9542 require it.
9543
9544 * net/network-stream.el (network-stream-open-starttls): Support
9545 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9546 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9547
95f41d9a
LMI
9548 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9549 upgrades with `open-network-stream', and rely solely on
9550 auth-source for all credentials. Big changes throughout the file,
9551 but in particular:
c9d29fb8
SM
9552 (smtpmail-auth-credentials): Remove.
9553 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9554 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9555 MAIL FROM, too.
95f41d9a 9556
c9d29fb8
SM
9557 * net/network-stream.el (network-stream-open-starttls):
9558 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9559 STARTTLS.
9560 (auth-source): Require.
9561 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9562 (network-stream-certificate): Change cert-cert to cert and
9563 cert-key to key.
4ea31e07 9564
065ec2c7
MA
95652011-06-21 Michael Albinus <michael.albinus@gmx.de>
9566
9567 * net/tramp-cache.el (top): Don't load the persistency file when
9568 "emacs -Q" has been called.
9569
cd93b359
DR
95702011-06-21 Tim Harper <timcharper@gmail.com>
9571
d8e4b68b
JB
9572 * term/ns-win.el (ns-initialize-window-system):
9573 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9574 resource to NO as it is not yet supported by the NS port.
9575
ae9c0411
JB
95762011-06-21 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9579 (list-dynamic-libraries): ...not here.
9580
7f3f739f
LL
95812011-06-21 Leo Liu <sdl.web@gmail.com>
9582
9583 * subr.el (sha1): Implement sha1 using secure-hash.
9584
327c8fb1
MR
95852011-06-21 Martin Rudalics <rudalics@gmx.at>
9586
9587 * window.el (display-buffer-alist): In default value do not
9588 enforce searching a window on any but the selected frame.
9589 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9590 (display-buffer-select-window): Remove function.
9591 (display-buffer-in-window): When a window on another frame gets
9592 reused, do not select it any more but just raise its frame if
9593 necessary (Bug#8851) and (Bug#8856).
9594 (display-buffer-normalize-options): Handle pop-up-frames related
9595 options more faithfully.
9596 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9597 window if it is on another frame.
c9d29fb8
SM
9598 (display-buffer-alist, display-buffer-default-specifiers):
9599 Don't make new frame unsplittable by default.
9e9de014
MR
9600 (display-buffer-normalize-argument): Fix doc-string typo and use
9601 'same-frame-other-window instead of 'other-window when associating
9602 with display-buffer-macro-specifiers.
327c8fb1 9603
7cf3f556
VB
96042011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9605
9606 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9607 New functions.
9608 (5x5-mode-map, 5x5-mode-menu): Bind them.
9609 (5x5-draw-grid): Tweak the solver's rendering.
9610
60a406cf
SM
96112011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9614 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9615
d8e4b68b 96162011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9617
9618 * menu-bar.el: Use function variable instead of switch-to-buffer.
9619 (menu-bar-select-buffer-function): New variable.
60a406cf 9620 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9621
478d6f95
SM
96222011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9625 variable's status.
9626
ca530739
JD
96272011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9628
9629 * x-dnd.el (x-dnd-version-from-flags)
9630 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9631 and long as number (Bug#8899).
9632 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9633
bcd70d97
SM
96342011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9635
60a406cf 9636 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9637 (completion-try-completion, completion-all-completions): Compute the
9638 metadata argument if it's missing; make it optional (bug#8795).
9639
60a406cf 9640 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9641 (widget-complete): Use new :completion-function property.
9642 (widget-completions-at-point): New function.
9643 (default): Use :completion-function instead of :complete.
60a406cf
SM
9644 (widget-default-completions): Rename from widget-default-complete;
9645 Rewrite.
bcd70d97
SM
9646 (widget-string-complete, widget-file-complete, widget-color-complete):
9647 Remove functions.
9648 (file, symbol, function, variable, coding-system, color):
9649 * international/mule-cmds.el (default-input-method, charset)
9650 (language-info-custom-alist):
9651 * cus-edit.el (face): Use new property :completions.
9652
9653 * progmodes/pascal.el (pascal-completions-at-point): New function.
9654 (pascal-mode): Use it.
9655 (pascal-mode-map): Use completion-at-point.
9656 (pascal-toggle-completions): Make obsolete.
9657 (pascal-complete-word, pascal-show-completions):
9658 * progmodes/octave-mod.el (octave-complete-symbol):
9659 Redefine as obsolete alias.
9660 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9661 Signal absence of completion info for old Octave,
9662 (inferior-octave-complete): Redefine as obsolete alias.
9663 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9664 (meta-completions-at-point): Rename from meta-complete-symbol and
9665 adapt it for use on completion-at-point-functions.
9666 (meta-common-mode): Use it.
9667 (meta-looking-at-backward, meta-match-buffer): Remove.
9668 (meta-complete-symbol): Redefine as obsolete alias.
9669 (meta-common-mode-map): Use completion-at-point.
9670 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9671 (makefile-mode-map): Use completion-at-point.
9672 (makefile-completions-at-point): Rename from makefile-complete and
9673 adapt it for use on completion-at-point-functions.
9674 (makefile-mode): Use it.
9675 (makefile-complete): Redefine as obsolete alias.
9676
aebf69c8
DD
96772011-06-20 Deniz Dogan <deniz@dogan.se>
9678
9679 * net/rcirc.el: Delete trailing whitespaces once and for all.
9680
bfbbb27d
DC
96812011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9682
9683 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9684
d264a46b
CY
96852011-06-19 Chong Yidong <cyd@stupidchicken.com>
9686
4ca009e5
CY
9687 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9688
d264a46b
CY
9689 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9690
fbf5b3ce
MR
96912011-06-19 Martin Rudalics <rudalics@gmx.at>
9692
9693 * window.el (display-buffer-other-window-means-other-frame):
9694 Call display-buffer-normalize-alist.
9695 (display-buffer-normalize-specifiers-1): Rename to
9696 display-buffer-normalize-argument. New argument other-frame.
9697 Rewrite.
9698 (display-buffer-normalize-specifiers-2): Rename to
9699 display-buffer-normalize-options.
9700 (display-buffer-normalize-alist-1): New function.
9701 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9702 display-buffer-normalize-alist.
9703 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9704 (display-buffer-normalize-options-inhibit): New variable.
9705 (display-buffer-normalize-specifiers): Rewrite calling
9706 display-buffer-normalize-alist,
9707 display-buffer-normalize-argument, and
9708 display-buffer-normalize-options. Don't call the latter if
9709 display-buffer-normalize-options-inhibit is non-nil.
9710 (frame-auto-delete): New option.
9711 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9712 (window-list-no-nils, window-state-ignored-parameters)
9713 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9714 (window-state-put-1, window-state-put-2, window-state-put):
9715 New functions.
9a028c23
MR
9716 (display-buffer-normalize-options): Move special-display-p group
9717 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9718
6d10d800
CY
97192011-06-18 Chong Yidong <cyd@stupidchicken.com>
9720
6420d28b
CY
9721 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9722 groups (Bug#8776).
9723 (rx-submatch-n): New function.
9724 (rx): Document it.
9725
ddb8b596
CY
9726 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9727 (Bug#8768).
9728
9729 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9730
77080289
CY
9731 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9732
61dfb316
CY
9733 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9734 anytime existing face settings are present (Bug#8889).
9735
6d10d800
CY
9736 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9737 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9738 Remove unused argument.
9739
be3fb2b8
MR
97402011-06-18 Martin Rudalics <rudalics@gmx.at>
9741
bcd70d97
SM
9742 * window.el (display-buffer-default-specifiers):
9743 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9744 pop-up-window-min-width, and another reuse-window specifier
9745 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9746 (display-buffer-normalize-specifiers-2):
9747 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9748 pop-up-windows is unset. Add a reuse-window specifier for the
9749 case popping up a new window fails.
9750 (special-display-popup-frame): Remove double quoting.
28dec25a 9751 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9752
1c6d8c76
SM
97532011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9756 according to comint-completion-addsuffix.
9757
9758 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9759 (pcomplete-suffix-list): Mark as obsolete.
9760 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9761 pcomplete-seen in the closure.
9762 (pcomplete-comint-setup): Setup completion-at-point as well.
9763 (pcomplete--entries): New function.
9764 (pcomplete--env-regexp): New var.
9765 (pcomplete-entries): Rewrite to work with partial-completion and
9766 without relying on pcomplete-suffix-list.
9767 (pcomplete-pare-list): Remove, unused.
9768
25aef8b8
MR
97692011-06-17 Martin Rudalics <rudalics@gmx.at>
9770
9771 * window.el (display-buffer-alist): Set pop-up-window-min-height
9772 and pop-up-window-min-width in default value. Reported by
9773 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9774 other-window-means-other-frame.
9775 (display-buffer-macro-specifiers): Comment out entry for
9776 other-window specifier.
9777 (display-buffer-other-window-means-other-frame): New function.
9778 (display-buffer-normalize-specifiers-1): New arguments
9779 buffer-name and label. Treat other-window case specially.
9780 (display-buffer-normalize-specifiers-2): Treat other-window case
9781 specially.
9782 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9783 (display-buffer-normalize-specifiers):
9784 Call display-buffer-normalize-specifiers-3.
25aef8b8 9785
dbad4f69
MR
97862011-06-17 Martin Rudalics <rudalics@gmx.at>
9787
9788 * window.el (same-window-p): Fix two typos introduced when
9789 adding with-no-warnings.
d1067961
MR
9790 (display-buffer-normalize-specifiers-1): Don't check
9791 pop-up-frames for 'unset initialization.
9792 (display-buffer-normalize-specifiers-2): Major rewrite using
9793 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9794 (pop-up-frames, display-buffer-reuse-frames)
9795 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9796 Suggested by David Engster <deng@randomsample.de>.
9797 (even-window-heights): Initialize to 'unset.
9798 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9799 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9800 other window case.
dbad4f69 9801
9b9c9e3a
MR
98022011-06-16 Martin Rudalics <rudalics@gmx.at>
9803
bcd70d97
SM
9804 * window.el (display-buffer-normalize-specifiers-1):
9805 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9806 second argument of display-buffer (Bug#8865).
981d5c09
MR
9807 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9808 (switch-to-buffer-other-window-same-frame)
9809 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9810 Adams (Bug#8875).
9c2755e9
MR
9811 (display-buffer): Don't check noninteractive when calling
9812 display-buffer-pop-up-frame.
9813 (display-buffer-pop-up-frame): Never pop up a frame in
9814 noninteractive mode (Bug#8857).
67222e1d
MR
9815 (enlarge-window, shrink-window): Don't report an error when the
9816 window can't be resized as requested (Bug#8862).
9b9c9e3a 9817
2b75be67
SM
98182011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9ffdd3ba
SM
9820 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9821
cb581a67
SM
9822 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9823
2b75be67
SM
9824 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9825
8c0e3589
AM
98262011-06-15 Alan Mackenzie <acm@muc.de>
9827
cb581a67
SM
9828 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9829 for declarators, disable knr checking to speed up for normal files.
9830 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9831
b96e6cde
LMI
98322011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9833
4bba86e6
LMI
9834 * net/network-stream.el (open-network-stream): Add the keyword
9835 :always-query-capabilities for the case where you want to force a
9836 `plain' network connection, but the protocol still requires the
9837 capabilitiy command (i.e., SMTP and EHLO).
9838
2b75be67 9839 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9840 consistency with other `-live-p' functions.
9841
efdcdbf8
SM
98422011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * window.el (same-window-buffer-names, same-window-regexps)
9845 (special-display-frame-alist, special-display-popup-frame)
9846 (special-display-function, special-display-buffer-names)
9847 (special-display-regexps, pop-up-frame-alist)
9848 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9849 (pop-up-windows, split-window-preferred-function)
9850 (split-height-threshold, split-width-threshold, even-window-heights)
9851 (display-buffer-mark-dedicated): Don't encourage the use of
9852 display-buffer-alist from Elisp code.
9853
c5cde042
DN
98542011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9855
9856 * progmodes/python.el (python-mode): Derive from prog-mode.
9857 * progmodes/ps-mode.el (ps-mode):
9858 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9859 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9860 * progmodes/ld-script.el (ld-script-mode): Likewise.
9861
baa1c9ab
MR
98622011-06-15 Martin Rudalics <rudalics@gmx.at>
9863
9864 * window.el (display-buffer-alist): Trim default value to avoid
9865 popping up a new frame (Bug#8857) or reusing an arbitrary window
9866 on another frame.
9867 (display-buffer): Do not fall back on popping up a new frame in
9868 batch mode (Bug#8857).
9869
c5dd5a51
CY
98702011-06-14 Chong Yidong <cyd@stupidchicken.com>
9871
9872 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9873 (custom-theme-summary): New function.
9874 (customize-themes): Use it.
9875
d647b7c4
GM
98762011-06-13 Glenn Morris <rgm@gnu.org>
9877
9878 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9879
9481c002
MR
98802011-06-13 Martin Rudalics <rudalics@gmx.at>
9881
357f93d2
MR
9882 * help.el (help-window): Remove variable.
9883 (help-window-point-marker, temp-buffer-max-height)
9884 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9885 (help-print-return-message): Don't set help-window.
9886 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9887 (help-window-setup-finish): Remove.
9888 (help-window-display-message, help-window-setup)
9889 (with-help-window): Major rewrite based on new
9890 display-buffer-window variable.
9891
9892 * help-mode.el (help-mode-finish): Remove help-window related
9893 code.
9894
9895 * view.el (view-exits-all-viewing-windows): Remove reference to
9896 view-return-to-alist in doc-string.
9897 (view-return-to-alist): Make obsolete.
9898 (view-buffer): Call pop-to-buffer-same-window and remove
9899 undo-window code.
9900 (view-buffer-other-window): Call pop-to-buffer-other-window and
9901 simplify code. Ignore second argument.
9902 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9903 simplify code. Ignore second argument.
9904 (view-return-to-alist-update): Make obsolete.
9905 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9906 Rewrite using quit-restore window parameters.
2b75be67
SM
9907 (view-mode-exit): Rename second argument to EXIT-ONLY.
9908 Rewrite using quit-restore-window.
357f93d2
MR
9909 (View-exit, View-exit-and-edit, View-leave, View-quit)
9910 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9911 appropriate arguments.
9912 (view-end-message): Use quit-restore window parameter.
9913
9481c002
MR
9914 * window.el (display-buffer-function): Rewrite doc-string.
9915 (display-buffer-window, display-buffer-alist): New variables.
9916 (display-buffer-split-specifiers)
9917 (display-buffer-side-specifiers)
9918 (display-buffer-macro-specifiers): New constants.
9919 (display-buffer-even-window-sizes, display-buffer-set-height)
9920 (display-buffer-set-width, display-buffer-select-window)
9921 (display-buffer-in-window, display-buffer-reuse-window)
9922 (display-buffer-split-window-1, display-buffer-split-window)
9923 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9924 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9925 (display-buffer-in-side-window, normalize-buffer-to-display)
9926 (display-buffer-normalize-specifiers-1)
9927 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9928 (display-buffer-normalize-specifiers, display-buffer-frame):
9929 New functions.
9481c002
MR
9930 (display-buffer): Major rewrite.
9931 (display-buffer-other-window, display-buffer-other-frame)
9932 (pop-to-buffer, switch-to-buffer-other-window)
9933 (switch-to-buffer-other-frame): Rewrite.
9934 (display-buffer-same-window, display-buffer-same-frame)
9935 (display-buffer-same-frame-other-window)
9936 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9937 (pop-to-buffer-other-window)
9938 (pop-to-buffer-same-frame-other-window)
9939 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9940 (switch-to-buffer-other-window-same-frame): New functions.
9941 (same-window-p, special-display-p): Rewrite disabling warnings.
9942 Make obsolete.
9943 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9944 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9945 Make obsolete
9946 (same-window-buffer-names, same-window-regexps)
9947 (special-display-frame-alist, special-display-popup-frame)
9948 (special-display-function, special-display-buffer-names)
9949 (special-display-regexps, pop-up-frame-alist)
9950 (pop-up-frame-function, split-window-preferred-function)
9951 (split-height-threshold, split-width-threshold)
9952 (even-window-heights): Make obsolete.
9953
9db51aca
GM
99542011-06-12 Glenn Morris <rgm@gnu.org>
9955
9956 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9957 Misc simplifications.
9db51aca 9958
39cffb44
MR
99592011-06-12 Martin Rudalics <rudalics@gmx.at>
9960
9961 * window.el (window-safely-shrinkable-p): Restore function which
9962 was inadvertently removed in change from 2011-06-11. Declare as
9963 obsolete.
9964
2b75be67
SM
9965 * calendar/calendar.el (calendar-generate-window):
9966 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9967 window-safely-shrinkable-p.
9968
a8955be7
GM
99692011-06-12 Glenn Morris <rgm@gnu.org>
9970
9971 * progmodes/fortran.el (fortran-mode-syntax-table):
9972 * progmodes/f90.el (f90-mode-syntax-table):
9973 Set % to punctuation. (Bug#8820)
9974 (f90-find-tag-default): Remove, no longer needed.
9975
f0d4059d
DC
99762011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9977
9978 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9979
1100a63c
CY
99802011-06-11 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * image.el (image-animated-p): Return animation delay in seconds.
9983 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9984 (image-animate-timeout): Remove DELAY argument. Don't assume
9985 every subimage has the same delay; get it from image-animated-p.
9986 (image-animate): Caller changed.
9987
def722bf
MA
99882011-06-11 Michael Albinus <michael.albinus@gmx.de>
9989
9990 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9991 to ignored backtrace functions.
9992
0a2bb1a9
GM
99932011-06-11 Glenn Morris <rgm@gnu.org>
9994
9995 * calendar/appt.el (appt-disp-window-function): Doc fix.
9996 (appt-check): Handle overlapping appointments. (Bug#8337)
9997
6198ccd0
MR
99982011-06-11 Martin Rudalics <rudalics@gmx.at>
9999
10000 * window.el (window-tree-1, window-tree): New functions, moving
10001 the latter to window.el.
10002 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10003 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10004 (bw-refresh-edges): Remove.
10005 (balance-windows-1, balance-windows-2): New functions.
10006 (balance-windows): Rewrite in terms of window tree functions,
10007 balance-windows-1 and balance-windows-2.
10008 (bw-adjust-window): Remove.
10009 (balance-windows-area-adjust): New function with functionality of
10010 bw-adjust-window but using resize-window.
2b75be67
SM
10011 (set-window-text-height): Rewrite doc-string.
10012 Use normalize-live-window and resize-window.
10013 (enlarge-window-horizontally, shrink-window-horizontally):
10014 Rename argument to DELTA.
6198ccd0
MR
10015 (window-buffer-height): New function.
10016 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10017 Rewrite using new window resize routines.
2b75be67
SM
10018 (kill-buffer-and-window, mouse-autoselect-window-select):
10019 Use ignore-errors instead of condition-case.
6198ccd0
MR
10020 (quit-window): Call delete-frame instead of delete-windows-on
10021 for the only buffer on frame.
10022
9397e56f
MR
100232011-06-10 Martin Rudalics <rudalics@gmx.at>
10024
10025 * loadup.el (top-level): Load window before files for the sake
10026 of replace-buffer-in-windows.
10027
10028 * files.el (read-buffer-to-switch)
10029 (switch-to-buffer-other-window)
2b75be67
SM
10030 (switch-to-buffer-other-frame, display-buffer-other-frame):
10031 Move to window.el.
9397e56f
MR
10032
10033 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10034 (previous-buffer): Move to window.el.
10035
10036 * bindings.el (unbury-buffer): Move to window.el.
10037
10038 * window.el (delete-other-windows-vertically): Move after
10039 definition of delete-other-windows.
10040 (other-window, delete-windows-on, replace-buffer-in-windows):
10041 Move here from window.c.
10042 (record-window-buffer, unrecord-window-buffer)
10043 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10044 (switch-to-next-buffer): New functions.
10045 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10046 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10047 (previous-buffer): Move here from simple.el.
10048 Call switch-to-prev-buffer.
9397e56f
MR
10049 (bury-buffer): Move here from buffer.c. Switch to previous
10050 buffer when window cannot be deleted.
10051 (unbury-buffer): Move here from bindings.el.
10052 (ctl-x-map): Move binding for other-window from window.c to
10053 here.
10054 (read-buffer-to-switch, switch-to-buffer-other-window)
10055 (switch-to-buffer-other-frame): Move here from files.el.
10056 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10057 (switch-to-buffer): Move here from buffer.c.
10058 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10059
562dd5e9
MR
100602011-06-10 Martin Rudalics <rudalics@gmx.at>
10061
10062 * window.el (window-min-height, window-min-width): Move here
10063 from window.c. Add defcustoms and rewrite doc-strings.
10064 (resize-mini-window, resize-window): New functions.
10065 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10066 Move here from window.c.
10067 (maximize-window, minimize-window): New functions.
10068 (delete-window, delete-other-windows, split-window): Move here
10069 from window.c.
10070 (window-split-min-size): New function.
10071 (split-window-keep-point): Mention split-window-above-each-other
10072 instead of split-window-vertically.
2b75be67 10073 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10074 Rename split-window-vertically to split-window-above-each-other
10075 and provide defalias for old definition.
10076 (split-window-side-by-side, split-window-horizontally):
10077 Rename split-window-horizontally to split-window-side-by-side
10078 and provide defalias for the old definition.
562dd5e9
MR
10079 (ctl-x-map): Move bindings for delete-window,
10080 delete-other-windows and enlarge-window here from window.c.
10081 Replace bindings for split-window-vertically and
10082 split-window-horizontally by bindings for
10083 split-window-above-each-other and split-window-side-by-side.
10084
10085 * cus-start.el (all): Remove entries for window-min-height and
10086 window-min-width. Add entries for window-splits and
10087 window-nest.
10088
f0da764a
GM
100892011-06-09 Glenn Morris <rgm@gnu.org>
10090
80675c21
GM
10091 * calendar/appt.el (appt-mode-line): New function.
10092 (appt-check, appt-disp-window): Use it.
10093
f0da764a
GM
10094 * files.el (hack-one-local-variable-eval-safep):
10095 Allow minor-modes with explicit +/-1 arguments.
10096
59f623b7
TZ
100972011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10098
10099 * term/xterm.el (xterm): Add defgroup.
10100 (xterm-extra-capabilities): Add defcustom to supply known xterm
10101 capabilities, skip querying them, or query them (default).
10102 (terminal-init-xterm): Use it.
10103 (terminal-init-xterm-modify-other-keys): New function to set up
10104 modifyOtherKeys support to simplify `terminal-init-xterm'.
10105
9aab8e0d
MR
101062011-06-09 Martin Rudalics <rudalics@gmx.at>
10107
10108 * window.el (resize-window-reset, resize-window-reset-1)
10109 (resize-subwindows-skip-p, resize-subwindows-normal)
10110 (resize-subwindows, resize-other-windows, resize-this-window)
10111 (resize-root-window, resize-root-window-vertically)
10112 (window-deletable-p, window-or-subwindow-p)
10113 (frame-root-window-p): New functions.
10114
e8b08aee
GM
101152011-06-09 Glenn Morris <rgm@gnu.org>
10116
10117 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10118 (ange-ftp-get-files): Use it.
10119
254c37a5
AK
101202011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10121
10122 * mail/sendmail.el (mail-recover-1, mail-recover):
10123 * files.el (recover-file, recover-session):
10124 Handle dired-listing-switches not being just a single short option.
10125
35d7dbd3
GM
101262011-06-09 Glenn Morris <rgm@gnu.org>
10127
10128 * calendar/appt.el (appt-display-message, appt-disp-window):
10129 Handle lists of appointments.
10130
387522b2
MR
101312011-06-08 Martin Rudalics <rudalics@gmx.at>
10132
2b75be67
SM
10133 * window.el (one-window-p): Move down in code.
10134 Rewrite doc-string.
10135 (window-current-scroll-bars): Rewrite doc-string.
10136 Normalize live window argument.
387522b2
MR
10137 (walk-windows, get-window-with-predicate, count-windows):
10138 Rewrite doc-string. Use window-list-1.
10139 (window-in-direction-2, window-in-direction, get-mru-window):
10140 New functions.
10141
d8e4b68b 101422011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10143
10144 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10145 Doc fix (Bug#8713).
10146
101472011-06-08 Chong Yidong <cyd@stupidchicken.com>
10148
10149 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10150
101512011-06-08 Juanma Barranquero <lekktu@gmail.com>
10152
10153 * loadhist.el (unload-feature-special-hooks):
10154 Add `comint-output-filter-functions'.
10155
0de12c52
IK
101562011-06-08 Ivan Kanis <gnu@kanis.fr>
10157
10158 * calendar/appt.el (appt-check): Move some initializations into the let.
10159
f3d1777e
MR
101602011-06-08 Martin Rudalics <rudalics@gmx.at>
10161
10162 * window.el (window-height): Defalias to window-total-height.
10163 (window-width): Defalias to window-body-width.
10164
18af70d0
CY
101652011-06-07 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * image-mode.el (image-toggle-animation): New command.
10168 (image-mode-map): Bind it to RET.
10169 (image-mode): Update message.
10170 (image-toggle-display-image): Avoid a spurious cache flush.
10171 (image-transform-rotation): Doc fix.
10172 (image-transform-properties): Return quickly in the normal case.
10173 (image-animate-loop): Rename from image-animate-max-time.
10174
2b75be67 10175 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10176 (create-animated-image): Remove unnecessary function.
10177 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10178 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10179 (image-animate-timer): Use car-safe.
10180 (image-animate-timeout): Rename argument.
10181
190b47e6
MR
101822011-06-07 Martin Rudalics <rudalics@gmx.at>
10183
10184 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10185 window.c. Rename first argument to ALL-FRAMES.
10186 Rephrase doc-strings.
10187 (get-buffer-window-list): Rewrite using window-list-1.
10188 Rephrase doc-string.
a1511caf
MR
10189 (window-safe-min-height, window-safe-min-width): New constants.
10190 (window-size-ignore, window-min-size, window-min-size-1)
10191 (window-sizable, window-sizable-p, window-size-fixed-1)
10192 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10193 (window-max-delta-1, window-max-delta, window-resizable)
10194 (window-resizable-p, window-total-height, window-total-width)
10195 (window-body-width): New functions.
10196 (window-full-height-p, window-full-width-p): Rewrite using
10197 window-total-size.
10198 (window-body-height): Rewrite using window-body-size.
190b47e6 10199
85cc1f11
MR
102002011-06-06 Martin Rudalics <rudalics@gmx.at>
10201
10202 * window.el (window-right, window-left, window-child)
10203 (window-child-count, window-last-child, window-any-p)
10204 (normalize-live-buffer, normalize-live-frame)
10205 (normalize-any-window, normalize-live-window)
10206 (window-iso-combination-p, window-iso-combined-p)
10207 (window-iso-combinations)
10208 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10209 (windows-with-parameter, window-with-parameter)
10210 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10211 (window-atom-check, window-side-check, window-check):
10212 New functions.
85cc1f11
MR
10213 (ignore-window-parameters, window-sides, window-sides-vertical)
10214 (window-sides-slots): New variables.
10215 (window-size-fixed): Move down in code. Minor doc-string fix.
10216
e7156492
AS
102172011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10218
10219 * comint.el (comint-dynamic-complete-as-filename)
10220 (comint-dynamic-complete-filename): Correctly call
10221 completion-in-region.
10222
7e821d0d
DD
102232011-06-05 Deniz Dogan <deniz@dogan.se>
10224
10225 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10226 in last change.
10227
ac09b8a1
DD
102282011-06-05 Deniz Dogan <deniz@dogan.se>
10229
10230 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10231 (rcirc): Use it to prompt for encryption.
10232
34699b85
RW
102332011-06-05 Roland Winkler <winkler@gnu.org>
10234
10235 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10236 (bibtex-search-entries): New command bound to C-c C-a.
10237 (bibtex-display-entries): New function.
10238
004dedd3
RW
102392011-06-05 Roland Winkler <winkler@gnu.org>
10240
10241 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10242 (bibtex-insert-kill): After yanking insert newline if necessary.
10243 (bibtex-initialize): Call bibtex-string-files-init only once.
10244 (bibtex-mode): Do not call easy-menu-add.
10245 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10246 (bibtex-yank): Set arg properly if nil.
10247
022fe7ce
RW
102482011-06-05 Roland Winkler <winkler@gnu.org>
10249
2b75be67
SM
10250 * textmodes/bibtex.el (bibtex-search-entry-globally):
10251 New variable.
022fe7ce
RW
10252 (bibtex-search-entry): Use it.
10253
b7c3692a
RW
102542011-06-05 Roland Winkler <winkler@gnu.org>
10255
10256 * textmodes/bibtex.el (bibtex-entry-format): New option
10257 sort-fields.
10258 (bibtex-format-entry, bibtex-reformat): Honor this option.
10259 (bibtex-parse-entry): Return fields in proper order.
10260
8eda563d
JB
102612011-06-05 Juanma Barranquero <lekktu@gmail.com>
10262
10263 * doc-view.el (doc-view-remove-if): Move computation of result out
10264 of `dolist' to silence misleading lexical-binding warning.
10265
7dbe3dbc
CY
102662011-06-04 Chong Yidong <cyd@stupidchicken.com>
10267
10268 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10269 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10270
0c33dd17
MA
102712011-06-04 Michael Albinus <michael.albinus@gmx.de>
10272
10273 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10274 "SunOS 5.10".
10275
f8f91c2b
MA
102762011-06-04 Michael Albinus <michael.albinus@gmx.de>
10277
10278 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10279 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10280 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10281 (tramp-parse-putty):
10282 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10283 (tramp-completion-function-alist-ssh)
10284 (tramp-completion-function-alist-telnet)
10285 (tramp-completion-function-alist-su)
10286 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10287 cookie.
10288
10289 * net/tramp-ftp.el:
10290 * net/tramp-sh.el:
10291 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10292 load "tramp.el" `tramp-set-completion-function'.
10293
e17d9003
SM
102942011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10295
10296 * shell.el: Require and use pcomplete.
10297 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10298 (shell-completion-vars): Set pcomplete-default-completion-function.
10299
6c4cab03
DD
103002011-06-04 Deniz Dogan <deniz@dogan.se>
10301
10302 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10303 `memq' (Bug#8799).
10304
ea9fafe0
SM
103052011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10308
b3e945d3
JB
103092011-06-02 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10312 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10313 * vc/log-view.el (log-view-beginning-of-defun):
10314 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10315 (smerge-refine-forward, smerge-refine-chopup-region):
10316 Silence warning for unused `dotimes' counter variables.
10317
7d520089
SM
103182011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * net/tramp.el (tramp-with-progress-reporter): Rename from
10321 with-progress-reporter. Use `declare'.
10322 * net/tramp-smb.el:
10323 * net/tramp-sh.el:
10324 * net/tramp-gvfs.el: Update all uses.
10325
a1c2400f
JB
103262011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10327
10328 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10329 buffer isn't killed before making it current.
10330
2403c841
SM
103312011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 Silence various byte-compiler warnings.
10334 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10335 `access-type' and new obsolescence format.
10336 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10337 new format.
10338 (byte-compile-check-variable): New `access-type' argument.
10339 Only warn if the access-type is obsolete.
10340 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10341 (byte-compile-variable-set): Adjust callers.
10342 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10343 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10344 setting it as obsolete.
10345 * simple.el (minibuffer-completing-symbol):
10346 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10347 access as obsolete.
10348 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10349 obsolete yet.
10350 * international/quail.el (quail-mouse-choose-completion): Remove unused
10351 code referring to obsolete var.
10352 (quail-choose-completion-string): Remove.
10353 * server.el (server-clients-with, server-kill-buffer-query-function)
10354 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10355 * proced.el (proced-send-signal):
10356 * emacs-lisp/lisp.el (lisp-complete-symbol):
10357 Replace completion-annotate-function with completion-extra-properties.
10358
2462470b
SM
103592011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10360
fb5b2591
SM
10361 * simple.el (goto-line): Use read-number.
10362 (overriding-map-is-bound): Remove.
10363 (saved-overriding-map): Change default.
10364 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10365 Take the map as argument.
10366 (universal-argument, negative-argument, digit-argument): Use it.
10367 (restore-overriding-map): Adjust.
10368 (do-auto-fill): Use fill-forward-paragraph.
10369 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10370
fd6fa53f
SM
10371 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10372 (minibuffer-inactive-mode): New major mode.
10373 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10374 the *Messages* buffer" hack.
10375 (mouse-popup-menubar): Don't burp if the event is a normal key.
10376
2462470b
SM
10377 Miscellaneous tweaks.
10378 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10379 lexical scoping as in subr.el's dolist and dotimes.
10380 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10381 Silence compiler warning.
10382 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10383 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10384 * international/ccl.el (ccl-compile): Trivial simplification.
10385 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10386 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10387 `printflag' argument.
10388 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10389 Purecopy the whole obsolescence data.
10390
108bf785
LL
103912011-06-01 Leo Liu <sdl.web@gmail.com>
10392
10393 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10394 improve doc-string as suggested by Marco Pessotto
10395 <melmothx@gmail.com>.
10396 (rcirc-print): Fix last change.
10397
30a23501
SM
103982011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * minibuffer.el (complete-with-action): Return nil for the metadata and
10401 boundaries of non-functional tables.
10402 (completion-table-dynamic): Return nil for the metadata.
10403 (completion-table-with-terminator): Add default case, using
10404 complete-with-action.
10405 (completion--metadata): New function.
10406 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10407 to try and avoid pathological performance problems.
10408 (completion--embedded-envvar-table): Return `category' metadata.
10409
bcd54f83
LMI
104102011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10411
10412 * subr.el (process-alive-p): New tiny convenience function.
10413
e227544d
SM
104142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10417 content but also its previous major mode.
10418
e8296fdc
HE
104192011-05-31 Helmut Eller <eller.helmut@gmail.com>
10420
4d61f28d 10421 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10422 *Backtrace* buffer when we exit with C-M-c.
10423
620c53a6
SM
104242011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10425
10426 * minibuffer.el: Add metadata method to completion tables.
10427 (completion-category-overrides): New defcustom.
10428 (completion-metadata, completion--field-metadata)
10429 (completion-metadata-get, completion--styles)
10430 (completion--cycle-threshold): New functions.
10431 (completion-try-completion, completion-all-completions):
10432 Add `metadata' argument to choose completion-styles.
10433 (completion--do-completion): Use metadata to choose cycling.
10434 (completion-all-sorted-completions): Use metadata for sorting.
10435 Remove :completion-cycle-penalty which is not needed any more.
10436 (completion--try-word-completion): Add `metadata' argument.
10437 (minibuffer-completion-help): Check metadata for annotation function
10438 and sorting.
10439 (completion-file-name-table): Return `category' metadata.
10440 (minibuffer-completing-file-name): Make obsolete.
10441 * simple.el (minibuffer-completing-symbol): Make obsolete.
10442 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10443 completion-try-completion.
10444
1257e755
SM
104452011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10448
3767e706
LL
104492011-05-30 Leo Liu <sdl.web@gmail.com>
10450
10451 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10452 (rcirc-print): Decode all incoming messages (bug#8744).
10453 (rcirc-decode-coding-system): Allow value nil for automatic coding
10454 system detection.
3767e706 10455
d1a5d56a
GM
104562011-06-01 Glenn Morris <rgm@gnu.org>
10457
10458 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10459
e8cbec34
CY
104602011-05-29 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * image.el (image-animate-max-time): Allow nil and t values.
10463 Default to nil.
10464 (create-animated-image): Doc fix.
10465 (image-animate-start): Remove second arg; just use
10466 image-animate-max-time.
10467 (image-animate-timeout): Doc fix. Args changed.
10468
10469 * image-mode.el (image-toggle-display-image): Ensure that the
10470 image spec passed to the animate timer is the same object as in
58179cce 10471 the buffer's display property (Bug#6981).
e8cbec34
CY
10472 (image-transform-properties): Doc fix.
10473
10474 * image.el (image-animate-max-time): Default to nil.
10475
159daf87
MR
104762011-05-29 Martin Rudalics <rudalics@gmx.at>
10477
10478 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10479 entire buffer list (Bug#8184).
10480
d66c4c7c
CY
104812011-05-29 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * image.el (imagemagick-types-inhibit)
10484 (imagemagick-register-types): Doc fix.
10485
80aec780
DD
104862011-05-29 Deniz Dogan <deniz@dogan.se>
10487
10488 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10489 default.
10490
1dd3c2d9
CY
104912011-05-29 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * select.el: Don't perform clipboard-manager saving in hooks;
10494 leave the hooks empty.
10495
60e56523
LL
104962011-05-28 Leo Liu <sdl.web@gmail.com>
10497
10498 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10499 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10500 (occur-edit-mode): New major mode (Bug#8463).
10501 (occur-after-change-function): New function.
10502 (occur-engine): Give Occur tags a read-only property.
10503
2b1e1a22
KR
105042011-05-28 Kevin Ryde <user42@zip.com.au>
10505
10506 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10507
5d344e88
CY
105082011-05-28 Chong Yidong <cyd@stupidchicken.com>
10509
8e6ca83d
CY
10510 * bindings.el (help-echo): Make the initial non-indicator dash
10511 empty on graphical terminals (Bug#7295).
10512
5d344e88
CY
10513 * files.el (auto-mode-alist): Move config rule after the
10514 in-stripping one (Bug#8547).
10515
bfbbace7
CY
10516 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10517
fbeba6e2
CY
10518 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10519 setting (Bug#8740).
10520
60ed8c72
AA
105212011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10522
4ac619f0
AA
10523 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10524 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10525 (Bug#8539).
60ed8c72 10526
23db196e
CY
105272011-05-28 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10530
5012f24c
DK
105312011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10532
10533 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10534 (hs-hide-block-at-point, hs-find-block-beginning)
10535 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10536 (Bug#8279).
10537
6a639b16
GM
105382011-05-28 Glenn Morris <rgm@gnu.org>
10539
10540 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10541
d43eaf2c
CY
105422011-05-28 Chong Yidong <cyd@stupidchicken.com>
10543
5199bde1
CY
10544 * help-fns.el (describe-function-1): If the function is a derived
10545 major mode, print the parent mode.
10546
d43eaf2c
CY
10547 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10548 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10549
423428a8
SM
105502011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10551
0ff8e1ba 10552 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10553 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10554 * progmodes/etags.el (tags-completion-at-point-function):
10555 * info-look.el (info-lookup-completions-at-point): Mark as
10556 non-exclusive.
10557 (info-complete): Adjust accordingly.
10558
423428a8
SM
10559 * info-look.el: Convert to lexical-binding and completion-at-point.
10560 (info-lookup-completions-at-point): New function.
10561 (info-complete): Use it and completion-in-region.
10562
b74aa22b
DA
105632011-05-28 Drew Adams <drew.adams@oracle.com>
10564
10565 * isearch.el: Let M-e start with point at the first mismatched char.
10566 (isearch-fail-pos): New function.
10567 (isearch-edit-string): Use it.
10568
66e2e71d
DK
105692011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10570
10571 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10572
b1890b0f 105732011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10574
10575 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10576 traversal functions for avl-trees.
10577 (avl-tree--stack): New struct.
10578 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10579 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10580 (avl-tree--do-enter): Add optional `updatefun' arg.
10581 Change return value.
eb95d01d 10582 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10583 (avl-tree--do-delete): Add `test' and `nilflag' args.
10584 Change return value.
eb95d01d
TC
10585 (avl-tree-member): Add optional `nilflag'
10586 (avl-tree-member-p): New function.
10587 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10588 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10589 (avl-tree-stack-empty-p): New functions.
10590
3769ddcf
TC
10591 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10592 avl-tree--del-balance1 and make it work both ways.
10593 (avl-tree--del-balance2): Remove.
10594 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10595 make it work both ways.
10596 (avl-tree--enter-balance2): Remove.
10597 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10598 New macros.
10599 (avl-tree--mapc, avl-tree-map): Add direction argument.
10600
eb95d01d 106012011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10602
10603 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10604
a9f737ee
CY
106052011-05-27 Chong Yidong <cyd@stupidchicken.com>
10606
10607 * select.el: Support clipboard managers with built-in function
10608 x-clipboard-manager-save, via delete-frame-functions and
10609 kill-emacs-hook.
10610 (xselect-convert-to-targets): Add MULTIPLE target to list.
10611 (xselect-convert-to-save-targets): New function.
10612
c92a1e54
KH
106132011-05-27 Kenichi Handa <handa@m17n.org>
10614
10615 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10616 let-binding rfc2047-encode-encoded-words to nil.
10617
e145f188
GM
106182011-05-27 Glenn Morris <rgm@gnu.org>
10619
5ec8a862
GM
10620 * mail/emacsbug.el: Don't require url-util.
10621
4b29d9fb
GM
10622 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10623
e145f188
GM
10624 * files.el (set-auto-mode):
10625 Also respect mode: entries at the end of the file. (Bug#8586)
10626
7d15102b
GM
106272011-05-26 Glenn Morris <rgm@gnu.org>
10628
98f593b8
GM
10629 * files.el (hack-local-variables-prop-line, hack-local-variables):
10630 Downcase mode names, as seems to be traditional.
27b48e63 10631 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10632
7d15102b
GM
10633 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10634 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10635
51d5b4ec
JD
106362011-05-25 Julien Danjou <julien@danjou.info>
10637
10638 * textmodes/rst.el (rst-define-level-faces): Do not define face
10639 symbol if it is already defined.
10640
91513f63
VB
106412011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10642
10643 * play/5x5.el (5x5-new-game, 5x5-randomize):
10644 Reset 5x5-solver-output to nil when a new grid is cast.
10645 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10646 these debugging traces, as defmacro breaks the compiled code.
10647
4d90d6d0
DK
106482011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10649
10650 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10651
e1b90ef6
LL
106522011-05-24 Leo Liu <sdl.web@gmail.com>
10653
10654 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10655 (vc-bzr-sha1): Adapt.
10656
d8e4b68b 10657 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10658
10659 * bindings.el: Provide sha1 feature.
10660
db0406bb 106612011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10662
10663 * mail/sendmail.el: Require `rfc2047'.
10664 (mail-insert-from-field): Do not perform RFC2047 encoding.
10665 (mail-encode-header): New function.
10666 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10667 buffer to the return value of select-message-coding-system.
10668 Call mail-encode-header.
b8d747b9
KH
10669
10670 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10671
db0406bb 106722011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10673
4d90d6d0
DK
10674 * mail/supercite.el (sc-default-cite-frame):
10675 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10676
eb8a5e9b
GM
106772011-05-24 Glenn Morris <rgm@gnu.org>
10678
f8630703
GM
10679 * progmodes/python.el (brm-menu): Declare.
10680
8831bbed
GM
10681 * emulation/viper.el (viper-set-hooks): Declare.
10682
eb8a5e9b
GM
10683 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10684 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10685 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10686 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10687 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10688 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10689
a2a25d24
SM
106902011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 Add an :exit-function for completion-at-point.
10693
10694 * minibuffer.el (completion--done): New fun.
10695 (completion--do-completion): Use it. New arg `expect-exact'.
10696 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10697 since completion--do-completion does it for us now.
10698 (minibuffer-force-complete): Use completion--done and
10699 completion--replace. Handle sole-completion case with more care.
10700 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10701 (completion-extra-properties): New var.
10702 (completion-annotate-function): Make obsolete.
10703 (minibuffer-completion-help): Adjust accordingly.
10704 Use completion-list-insert-choice-function.
10705 (completion-at-point, completion-help-at-point):
10706 Bind completion-extra-properties.
10707 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10708 * simple.el (completion-list-insert-choice-function): New var.
10709 (completion-setup-function): Preserve it.
10710 (choose-completion): Pay attention to it, shuffle the code a bit.
10711 (choose-completion-string): New arg `insert-function'.
10712
10713 * textmodes/bibtex.el: Convert to lexical binding.
10714 (bibtex-mode-map): Use completion-at-point.
10715 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10716 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10717 (bibtex-complete): Define as obsolete alias.
10718 (bibtex-complete-internal): Remove.
10719 (bibtex-format-entry): Remove unused sub-group in regexp.
10720 * shell.el (shell--command-completion-data)
10721 (shell-environment-variable-completion):
10722 * pcomplete.el (pcomplete-completions-at-point):
10723 * comint.el (comint--complete-file-name-data): Use :exit-function
10724 instead of completion-table-with-terminator so it also works for
10725 choose-completion.
10726
e44e373d
SM
107272011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10728
4f91a816
SM
10729 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10730
782fc819
SM
10731 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10732 (bug#8710).
10733
e44e373d
SM
10734 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10735
381987c3
KM
107362011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10737
10738 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10739 customization variable and implement: If non-nil, auto-fill will
10740 be inhibited while on topic's header line.
10741
b776bc70
VB
107422011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10743
10744 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10745 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10746 always have a solution in grid size = 5 cases.
10747 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10748 (5x5-solver-output, 5x5-log-buffer): New vars.
10749 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10750 Make these variables buffer local to achieve 5x5 multi-session-ness.
10751 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10752 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10753 (5x5-solve-suggest): New funs.
10754 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10755 randomize a grid so that we ensure that there is always a solution.
10756 (5x5-make-random-grid): Allow other movement than flipping.
10757
7de88b6e
KR
107582011-05-23 Kevin Ryde <user42@zip.com.au>
10759
10760 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10761 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10762 advice and passes PREDICATE.
10763
b1ef1257
SM
107642011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10765
bbca48fe
SM
10766 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10767 byte-compile-lambda if it's actually a lambda.
10768
b1ef1257
SM
10769 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10770 Fix function quoting. Use backquote better.
10771
92a9cc65
YS
107722011-05-22 Yuanle Song <sylecn@gmail.com>
10773
10774 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10775 matching (Bug#8516).
10776
f0fb8059
JA
107772011-01-22 Jari Aalto <jari.aalto@cante.net>
10778
10779 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10780 different face (Bug#8178).
10781
d5b44c93
CY
107822011-05-22 Chong Yidong <cyd@stupidchicken.com>
10783
10784 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10785 defface (Bug#8144).
10786
79106a44
SM
107872011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10788
9c848d8a
SM
10789 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10790 funcall as well (bug#8712). Warn when performing those conversions.
10791 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10792
79106a44
SM
10793 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10794
88dfa756
GM
107952011-05-22 Glenn Morris <rgm@gnu.org>
10796
10797 * files.el (hack-local-variables-prop-line): Small simplifications.
10798 (hack-local-variables, hack-local-variables-prop-line):
10799 If MODE-ONLY, return the mode, rather than just `t'.
10800
b7cf2c79
SM
108012011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10804
3f1a8558
GM
108052011-05-21 Glenn Morris <rgm@gnu.org>
10806
7e4ccca3
GM
10807 * files.el (hack-local-variables-prop-line, hack-local-variables):
10808 If only interested in the mode, don't bother doing the other stuff.
10809
637d46ca
GM
10810 * image-mode.el (image-after-revert-hook):
10811 Redraw all frames on which the image is visible. (Bug#8567)
10812
973d955b
GM
10813 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10814
3f1a8558
GM
10815 * wid-edit.el (widget-checklist-match-inline):
10816 Fix 2011-04-19 change. (Bug#8649)
10817
96479927
SM
108182011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10819
1dcf791f
SM
10820 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10821 Also allow singlespace after single-letter capitals followed by a dot.
10822
96479927
SM
10823 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10824 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10825
35fd0881
N
108262011-05-20 Nix <nix@esperi.org.uk>
10827
10828 * files.el (basic-save-buffer-2):
10829 Fix handling of break-hardlink-on-save with non-existent files.
10830
82745640
DD
108312011-05-19 Deniz Dogan <deniz@dogan.se>
10832
10833 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10834 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10835
4a720484
GM
108362011-05-19 Glenn Morris <rgm@gnu.org>
10837
d1f21341
GM
10838 * progmodes/f90.el (f90-type-def-re):
10839 Handle "type, bind(c)". (Bug#8691)
10840
4a720484
GM
10841 * emacs-lisp/autoload.el (batch-update-autoloads):
10842 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10843
2fb0a219
MA
108442011-05-18 Michael Albinus <michael.albinus@gmx.de>
10845
10846 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10847 property for the correct connection in case of multihops.
10848
e565dd37
GM
108492011-05-18 Glenn Morris <rgm@gnu.org>
10850
c2571358 10851 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10852 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10853
e565dd37
GM
10854 Rationalize calendar handling of day and month abbrev-arrays.
10855 * calendar/calendar.el (calendar-customized-p): New function.
10856 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10857 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10858 Add :set function.
10859 (calendar-abbrev-length, calendar-day-abbrev-array)
10860 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10861 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10862 Elements may no longer be nil.
10863 (calendar-day-name, calendar-month-name):
10864 Update for changed nature of abbrev arrays.
10865 * calendar/diary-lib.el (diary-name-pattern):
10866 Update for changed nature of abbrev arrays.
10867 (diary-mark-entries-1): Update calendar-make-alist calls.
10868 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10869 * calendar/cal-html.el (cal-html-day-abbrev-array):
10870 Simply inherit from calendar-day-abbrev-array.
10871
1d99a745
SM
108722011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * progmodes/grep.el (grep-mode): Disable default
10875 compilation-directory-matcher setting (bug#8684).
10876
7c1d9aa0
MA
108772011-05-17 Michael Albinus <michael.albinus@gmx.de>
10878
10879 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10880 instead of "head" and "tail". There were problems with SunOS 5.9,
10881 and it performs better.
10882
3952e9d8
GM
108832011-05-17 Glenn Morris <rgm@gnu.org>
10884
2dd12e7f
GM
10885 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10886
e4157b9c
GM
10887 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10888 Replace obsolete function.
10889
8e249bbd
GM
10890 * shell.el (pcomplete-parse-arguments-function): Declare.
10891
3952e9d8
GM
10892 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10893 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10894 (appt-check): Doc fixes.
10895 (appt-disp-window-function, appt-delete-window-function):
10896 Remove needless special case in custom :type.
10897 (appt-display-count): Default to 0, not nil.
10898 (appt-check): Reset appt-display-count to 0, not nil.
10899
c71a0d48 109002011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10901
c71a0d48
GM
10902 * progmodes/python.el (python-font-lock-keywords):
10903 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10904
31d55be9
SM
109052011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10908
3bfacb2f
KR
109092011-05-16 Kevin Ryde <user42@zip.com.au>
10910
10911 * info-look.el (makefile-automake-mode): New setups, looking in
10912 automake manual, then makefile-mode.
10913 (makefile-mode): Remove automake manual, have it just in
10914 makefile-automake-mode since there's various things different or
10915 not relevant to plain make.
10916 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10917 believe a hypothetical automake-mode would go to makefile-mode,
10918 not the other way around.
10919
c8e83751
CY
109202011-05-15 Chong Yidong <cyd@stupidchicken.com>
10921
5e9e35cd
CY
10922 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10923 hunk-end tags (Bug#8672).
10924
c8e83751
CY
10925 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10926 vc-annotate-show-diff-revision-at-line (Bug#8671).
10927
50b23e5a
GM
109282011-05-14 Glenn Morris <rgm@gnu.org>
10929
7210a739
GM
10930 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10931 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10932 (change-log-font-lock-keywords): Also handle multiple author lines
10933 with leading tabs. (Bug#8644)
7210a739 10934
4691905a
GM
10935 * calendar/appt.el (appt-check): Rename some local variables.
10936 Some simplification/reordering.
10937
50b23e5a
GM
10938 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10939 (feedmail-sendmail-f-doesnt-sell-me-out)
10940 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10941 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10942 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10943 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10944 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10945 (feedmail-binmail-gnulinuxish-template):
10946 Rename from feedmail-binmail-linuxish-template.
10947 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10948 Use insert-buffer-substring.
10949
215cda7c
BC
109502011-05-14 Bill Carpenter <bill@carpenter.org>
10951
10952 * mail/feedmail.el (feedmail-patch-level): Increase.
10953 (feedmail-debug): New custom group.
10954 (feedmail-confirm-outgoing-timeout)
10955 (feedmail-sendmail-f-doesnt-sell-me-out)
10956 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10957 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10958 (feedmail-sender-line, feedmail-from-line)
10959 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10960 (feedmail-spray-this-address)
215cda7c
BC
10961 (feedmail-spray-address-fiddle-plex-list)
10962 (feedmail-queue-use-send-time-for-date)
10963 (feedmail-queue-use-send-time-for-message-id)
10964 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10965 (feedmail-buffer-eating-function):
10966 Doc fixes.
10967 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10968 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10969 (feedmail-message-action-scroll-down): New functions.
10970 (feedmail-queue-directory, feedmail-queue-draft-directory):
10971 Use expand-file-name.
10972 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10973 Remove C-v help entry.
10974 (feedmail-queue-buffer-file-name): New variable.
10975 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10976 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10977 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10978 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10979 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10980 (feedmail-message-action-toggle-spray)
10981 (feedmail-run-the-queue-no-prompts)
10982 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10983 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10984 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10985 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10986 (feedmail-envelope-deducer, feedmail-fiddle-from)
10987 (feedmail-fiddle-sender, feedmail-default-date-generator)
10988 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10989 (feedmail-fiddle-spray-address)
10990 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10991 (feedmail-fiddle-list-of-fiddle-plexes)
10992 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10993 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10994 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10995 Change default. Doc fix.
10996 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10997 (feedmail-binmail-linuxish-template): New constant.
10998 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10999 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11000 (feedmail-send-it): Add debug call.
11001 Use feedmail-queue-buffer-file-name, and
11002 feedmail-send-it-immediately-wrapper.
11003 (feedmail-message-action-send): Add debug call.
11004 Use feedmail-send-it-immediately-wrapper.
11005 (feedmail-queue-express-to-queue): Add debug call.
11006 Run feedmail-queue-express-hook.
11007 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11008 (feedmail-message-action-help-blat):
11009 Rename from feedmail-queue-send-edit-prompt-help-first.
11010 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11011 Check line-endings. Handle errors better.
11012 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11013 Doc fix. Add debug call.
11014 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11015 Use feedmail-queue-send-edit-prompt-inner.
11016 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11017 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11018 from feedmail-queue-send-edit-prompt.
11019 (feedmail-queue-send-edit-prompt-help)
11020 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11021 (feedmail-tidy-up-slug): Add debug call.
11022 Respect feedmail-queue-slug-suspect-regexp.
11023 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11024 (feedmail-dump-message-to-queue): Add debug call.
11025 Expand queue-directory.
11026 (feedmail-dump-message-to-queue): Change message slightly.
11027 Use feedmail-say-chatter.
11028 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11029 (feedmail-send-it-immediately-wrapper): New function.
11030 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11031 Insert empty string rather than newline. Handle full-frame case.
11032 Use catch/throw. Use feedmail-say-chatter.
11033 (feedmail-fiddle-from): Try mail-host-address.
11034 (feedmail-default-message-id-generator): Doc fix.
11035 Bind system-time-locale. Handle missing end.
11036 (feedmail-fiddle-x-mailer): Add debug call.
11037 Handle feedmail-x-mailer-line being nil.
11038 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11039 Add debug call. Use buffer-substring-no-properties.
11040 (feedmail-say-debug, feedmail-say-chatter): New functions.
11041 (feedmail-find-eoh): Give an explicit error.
11042
42c7e61e
UJ
110432011-05-13 Ulf Jasper <ulf.jasper@web.de>
11044
c2571358 11045 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11046 family from helvetica to sans.
c2571358 11047 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11048 etc/images/newsticker.
11049
c2571358 11050 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11051 family from helvetica to sans.
11052
11053 * net/newst-plainview.el (newsticker-new-item-face)
11054 (newsticker-old-item-face, newsticker-immortal-item-face)
11055 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11056 (newsticker-statistics-face): Change default family from
42c7e61e 11057 helvetica to sans.
c2571358 11058 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11059 etc/images/newsticker.
11060
5d3385a0
JB
11061 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11062 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11063 auto-marking.
11064
8497a297
DV
110652011-05-13 Didier Verna <didier@xemacs.org>
11066
11067 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11068 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11069 TODO entries.
8497a297
DV
11070 (lisp-lambda-list-keyword-parameter-indentation)
11071 (lisp-lambda-list-keyword-parameter-alignment)
11072 (lisp-lambda-list-keyword-alignment): New customizable user options.
11073 (lisp-indent-defun-method): Improve docstring.
11074 (extended-loop-p): Fix comment.
11075 (lisp-indent-lambda-list-keywords-regexp): New variable.
11076 (lisp-indent-lambda-list): New function.
11077 (lisp-indent-259): Use it.
11078 (lisp-indent-defmethod): Support for more than one
11079 method qualifier and properly indent methods lambda-lists.
11080 (defgeneric): Provide a missing common-lisp-indent-function property.
11081
f278f87f
SM
110822011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11085 bounds for the empty string (bug#8667).
11086
5233edd7
GM
110872011-05-13 Glenn Morris <rgm@gnu.org>
11088
5237a44f
GM
11089 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11090
8340026c 11091 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11092 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11093
5233edd7 11094 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11095 (appt-time-msg-list): Doc fix.
a5464014 11096 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11097
92d10796
AS
110982011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11099
11100 * progmodes/ld-script.el (ld-script-keywords)
11101 (ld-script-builtins): Update keywords list.
11102
914a0ae1
SM
111032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11104
c89be45f
SM
11105 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11106
914a0ae1
SM
11107 * shell.el (shell-completion-vars): New function.
11108 (shell-mode):
11109 * simple.el (read-shell-command): Use it.
11110 (blink-matching-open): No need for " [...]" in minibuffer-message.
11111
98dc3df3
GM
111122011-05-12 Glenn Morris <rgm@gnu.org>
11113
11114 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11115 (appt-check): Simplify.
11116
d2fc7e3d 111172011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11118
4d61f28d 11119 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11120 literal "/dev/null".
11121
d2fc7e3d 111222011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11123
11124 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11125 Fix typo.
11126
d2fc7e3d 111272011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11128
3f254caa
SM
11129 * progmodes/which-func.el (which-function):
11130 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11131 which might not be defined (Bug#8260).
11132
d45885f7
GM
111332011-05-12 Glenn Morris <rgm@gnu.org>
11134
11135 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11136 Let byte-compile-initial-macro-environment always take precedence.
11137
488086f4
SM
111382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * net/rcirc.el: Add support for SSL/TLS connections.
11141 (rcirc-server-alist): New field `encryption'.
11142 (rcirc): Check `encryption' settings.
11143 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11144 Merge make-local-variable into `set'.
11145 (rcirc--connection-open-p): New function.
11146 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11147 the process is not a network process (e.g. running gnutls-cli).
11148 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11149 Make rcirc-(en|de)code-coding-system local here.
11150 (rcirc-mode): Merge make-local-variable into `set'.
11151 (rcirc-parent-buffer): Make permanent buffer-local.
11152 (rcirc-multiline-minor-mode): Don't do it here.
11153 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11154 there's no server buffer.
11155
7d3b9d44
GM
111562011-05-11 Glenn Morris <rgm@gnu.org>
11157
f64049c6
GM
11158 * newcomment.el (comment-kill): Prefix "unused" local.
11159
93c9df73
GM
11160 * term/w32console.el (get-screen-color): Declare.
11161
7d3b9d44
GM
11162 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11163 Handle symbol elements of byte-compile-initial-macro-environment.
11164
9e2dd53f
LL
111652011-05-10 Leo Liu <sdl.web@gmail.com>
11166
488086f4
SM
11167 * bookmark.el (bookmark-bmenu-mode-map):
11168 Bind bookmark-bmenu-search to `/'.
8b340240 11169
9e2dd53f 11170 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11171 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11172 (Footnote-unicode): New function.
11173 (footnote-style-alist): Add unicode style to the list.
11174 (footnote-style): Doc fix.
9e2dd53f 11175
79b70037
GM
111762011-05-10 Jim Meyering <meyering@redhat.com>
11177
11178 Fix doubled-word typos.
11179 * international/quail.el (quail-insert-kbd-layout): and and -> and
11180 * kermit.el: and and -> and
11181 * net/ldap.el (ldap-search-internal): to to -> to
11182 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11183 * progmodes/js.el (js-mode): and and -> and
11184 * textmodes/artist.el (artist-move-to-xy): at at -> at
11185 (artist-draw-region-trim-line-endings): if if -> if
11186 And Safetyc -> Safety.
11187 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11188
b8f82dc1 111892011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11190 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11191
11192 * files.el (hack-one-local-variable-eval-safep):
11193 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11194
4f99f44b
GM
111952011-05-10 Glenn Morris <rgm@gnu.org>
11196
11197 * calendar/diary-lib.el (diary-list-entries-hook)
11198 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11199 (diary-nongregorian-marking-hook, diary-list-entries)
11200 (diary-include-other-diary-files, diary-mark-entries)
11201 (diary-mark-included-diary-files): Doc fixes.
11202
84f29e6b
JB
112032011-05-09 Juanma Barranquero <lekktu@gmail.com>
11204
11205 * misc.el: Require tabulated-list.el during compilation.
11206
9bedd73a
CY
112072011-05-09 Chong Yidong <cyd@stupidchicken.com>
11208
488086f4
SM
11209 * progmodes/compile.el (compilation-start):
11210 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11211 (compilation-filter-hook): Doc fix.
11212
797c735c
DD
112132011-05-09 Deniz Dogan <deniz@dogan.se>
11214
11215 * wdired.el: Remove outdated installation comment. Fix usage
11216 comment.
11217
5f4b1dfe
JB
112182011-05-09 Juanma Barranquero <lekktu@gmail.com>
11219
11220 * misc.el: Implement new command `list-dynamic-libraries'.
11221 (list-dynamic-libraries--loaded-only-p): New variable.
11222 (list-dynamic-libraries--refresh): New function.
11223 (list-dynamic-libraries): New command.
11224
4c44026c
CY
112252011-05-09 Chong Yidong <cyd@stupidchicken.com>
11226
488086f4
SM
11227 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11228 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11229 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11230 higher priority to avoid clobbering by gnu.
11231
027f966d
CY
112322011-05-08 Chong Yidong <cyd@stupidchicken.com>
11233
11234 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11235 if the face has existing theme settings (Bug#8454).
11236
085f5d7d
CY
112372011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11238
488086f4
SM
11239 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11240 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11241
2a86a00c
RS
11242 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11243 special file names `.' and `..' (Bug#8259).
11244
d9c54a06
CY
112452011-05-08 Chong Yidong <cyd@stupidchicken.com>
11246
488086f4
SM
11247 * progmodes/grep.el (grep-mode-font-lock-keywords):
11248 Remove buffer-changing entries.
d9c54a06
CY
11249 (grep-filter): New function.
11250 (grep-mode): Add it to compilation-filter-hook.
11251
11252 * progmodes/compile.el (compilation-filter-hook)
11253 (compilation-filter-start): New defvars.
11254 (compilation-filter): Call compilation-filter-hook prior to
11255 updating the process mark.
11256
c4662635
SM
112572011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11258
11259 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11260
b0512a1d
EZ
112612011-05-07 Eli Zaretskii <eliz@gnu.org>
11262
605c9376
EZ
11263 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11264 mailclient-send-it even if window-system is nil. (Bug#8595)
11265
c4662635
SM
11266 * term/w32console.el (terminal-init-w32console):
11267 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11268 background-mode. (Bug#8597)
11269
d1dc2cc2
SM
112702011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11273 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11274 New functions.
11275 (defgeneric, eieio--defmethod): Use them.
11276 (eieio-defgeneric): Remove.
11277 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11278
915d1300
GM
112792011-05-07 Glenn Morris <rgm@gnu.org>
11280
a3961c3e
GM
11281 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11282 Use let rather than let*.
11283 (timeclock-find-discrep): Remove unused local.
11284
314347b9
GM
11285 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11286
915d1300
GM
11287 * calendar/appt.el (appt-time-msg-list): Doc fix.
11288
275b59b0
NF
112892011-05-06 Noah Friedman <friedman@splode.com>
11290
11291 * apropos.el (apropos-print-doc): Only use
11292 emacs-lisp-docstring-fill-column when it is bound to an integer,
11293 per that variable's documentation.
11294
6c19f744
SM
112952011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11298 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11299
60f884b2
GM
113002011-05-06 Glenn Morris <rgm@gnu.org>
11301
5006e634
GM
11302 * calendar/appt.el (appt-message-warning-time): Doc fix.
11303 (appt-warning-time-regexp): New option.
11304 (appt-make-list): Respect appt-message-warning-time.
11305
548d0a63
GM
11306 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11307 New options.
11308 (diary-add-to-list): Strip comments from the displayed string.
11309 (diary-mode): Set comment-start and comment-end.
11310
60f884b2
GM
11311 * vc/diff-mode.el (smerge-refine-subst): Declare.
11312 (diff-refine-hunk): Don't require smerge-mode when compiling.
11313
989681bb
JB
113142011-05-06 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * simple.el (list-processes): Return nil as the docstring says.
11317
a6bc05e1
MA
113182011-05-05 Michael Albinus <michael.albinus@gmx.de>
11319
11320 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11321 to "".
11322 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11323 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11324 determining of binary transfer. (Bug#7383)
11325
23c22e9a
MA
113262011-05-05 Michael Albinus <michael.albinus@gmx.de>
11327
c4662635
SM
11328 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11329 Fix port computation bug. (Bug#8618)
23c22e9a 11330
0bff894f
GM
113312011-05-05 Glenn Morris <rgm@gnu.org>
11332
b8296902
GM
11333 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11334
1f522ce8
GM
11335 * simple.el (shell-dynamic-complete-functions)
11336 (comint-dynamic-complete-functions): Declare.
11337
cf5bee67
GM
11338 * net/network-stream.el (gnutls-negotiate):
11339 * simple.el (tabulated-list-print): Fix declarations.
11340
11341 * progmodes/gud.el (syntax-symbol, syntax-point):
11342 Remove unnecessary and incorrect declarations.
11343
0bff894f
GM
11344 * emacs-lisp/check-declare.el (check-declare-scan):
11345 Handle byte-compile-initial-macro-environment in bytecomp.el
11346
9869b3ae
SM
113472011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 Fix earlier half-done eieio-defmethod change (bug#8338).
11350 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11351 Streamline and change calling convention.
11352 (defmethod): Adjust accordingly and simplify.
11353 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11354 new eieio--defmethod.
11355 (slot-boundp): Minor CSE simplification.
11356
9c1d5ac5
MZ
113572011-05-05 Milan Zamazal <pdm@zamazal.org>
11358
11359 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11360 (glasses-make-readable): Use glasses-separate-capital-groups.
11361
455c834e
JB
113622011-05-05 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11365 (warning-series): Doc fix.
11366 (display-warning): Don't try to create the buffer if we just found it.
11367
9ed7c8cb
CY
113682011-05-04 Chong Yidong <cyd@stupidchicken.com>
11369
11370 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11371 (autoload-find-generated-file): New function.
11372 (generate-file-autoloads): Bind generated-autoload-file to
11373 buffer-file-name.
9869b3ae
SM
11374 (update-file-autoloads, update-directory-autoloads):
11375 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11376 output file (Bug#7989).
11377 (batch-update-autoloads): Doc fix.
11378
0898ca10
JB
113792011-05-04 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11382
31dfb76c
GM
113832011-05-04 Glenn Morris <rgm@gnu.org>
11384
f330b642
GM
11385 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11386 function, so it follows changes in calendar-date-style.
11387 (diary-fancy-date-matcher): New function.
11388 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11389 (diary-fancy-font-lock-fontify-region-function):
11390 Use diary-fancy-date-pattern as a function.
11391
31dfb76c
GM
11392 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11393 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11394
48e79d6a
TZ
113952011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11396
11397 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11398 instead of positional arguments. Allow :keylist and :crlfiles
11399 arguments.
11400 (open-gnutls-stream): Call it.
11401
11402 * net/network-stream.el (network-stream-open-starttls): Adjust to
11403 call `gnutls-negotiate' with :process and :hostname arguments.
11404
dd5a5ee0
SM
114052011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11406
ef80fc09
SM
11407 * minibuffer.el (completion--message): New function.
11408 (completion--do-completion, minibuffer-complete)
11409 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11410 (completion--do-completion): Don't ignore completion-auto-help when in
11411 icomplete-mode.
11412
dd5a5ee0
SM
11413 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11414 internal encoding (e.g. tibetan zero is not whitespace).
11415 (global-whitespace-mode): Prefer save-current-buffer.
11416 (whitespace-trailing-regexp): Remove useless save-match-data.
11417 (whitespace-empty-at-bob-regexp): Minor simplification.
11418
b7d22a83
CY
114192011-05-03 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11422
5192af46
AM
114232011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11424
11425 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11426 Use `concat' to create string for insertion.
5192af46 11427
5767d190
SM
114282011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11431 Avoid open-line which runs post-self-insert-hook.
11432 (bibtex-fill-entry): Remove unused `end' var.
11433
bf242939
AM
114342011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11435
5767d190
SM
11436 * textmodes/ispell.el (ispell-add-per-file-word-list):
11437 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11438
25666126
LL
114392011-05-03 Leo Liu <sdl.web@gmail.com>
11440
11441 * isearch.el (isearch-yank-pop): New command.
5767d190 11442 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11443 (isearch-forward): Mention it.
11444
52d3c2d0
SM
114452011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11446
1bcace58
SM
11447 * simple.el (minibuffer-complete-shell-command): Remove.
11448 (minibuffer-local-shell-command-map): Use completion-at-point.
11449 (read-shell-command): Setup completion vars here instead.
11450 (read-expression-map): Bind TAB to symbol completion.
11451
52d3c2d0
SM
11452 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11453 error directly rather via storing it into `results'.
11454
35813471
LL
114552011-05-02 Leo Liu <sdl.web@gmail.com>
11456
11457 * vc/diff.el: Fix description.
11458
e793a940
LMI
114592011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11460
11461 * server.el (server-eval-at): New function.
11462
8de66e05
LMI
114632011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11464
11465 * net/network-stream.el (open-network-stream): Take a :nowait
11466 parameter and pass it on to `make-network-process'.
11467 (network-stream-open-plain): Ditto.
11468
dcb79f20
AS
114692011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11470
11471 * faces.el (face-spec-set-match-display): Don't match toolkit
11472 options on terminal frames.
11473
14a7fbd8
SM
114742011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11475
7eabc1be
SM
11476 * progmodes/pascal.el: Use lexical binding.
11477 (pascal-mode-map): Remove author preferences.
11478
14a7fbd8
SM
11479 * pcomplete.el (pcomplete-std-complete): Don't abuse
11480 completion-at-point.
11481
50f84510
JB
114822011-04-28 Juanma Barranquero <lekktu@gmail.com>
11483
6e087a44
JB
11484 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11485 removing code that has been dead since 1991 or so.
11486
50f84510
JB
11487 * startup.el (command-line): When warning about "_emacs", use a
11488 delayed warning to allow the user to filter it out.
11489
0ba690bd
DD
114902011-04-28 Deniz Dogan <deniz@dogan.se>
11491
11492 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11493 user has not joined.
11494
08abfaad
SM
114952011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11498 aren't any completions at point.
11499
638f053a
JB
115002011-04-28 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * subr.el (display-delayed-warnings): New function.
11503 (delayed-warnings-hook): New variable.
11504
8fff8daa
SM
115052011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11506
08abfaad
SM
11507 * minibuffer.el (completion-at-point, completion-help-at-point):
11508 Don't presume that a given completion-at-point-function will always
11509 use the same calling convention.
11510
8fff8daa
SM
11511 * pcomplete.el (pcomplete-completions-at-point):
11512 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11513 pcomplete-seen is non-nil.
11514 (pcomplete-comint-setup): Also recognize the new comint/shell
11515 completion functions.
11516 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11517 pcomplete-seen is non-nil.
11518
841a1577 115192011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11520
841a1577 11521 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11522 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11523 the first character in the entry. This allows for code to add its
211ec907
UJ
11524 own uid to the entry.
11525 (icalendar--convert-float-to-ical): Add export of
11526 `diary-float'-entries save for those with the optional DAY
11527 argument.
11528
2a782793
DC
115292011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11530
11531 * subr.el (shell-quote-argument): Use alternate escaping strategy
11532 when we spot a variable reference in a string.
11533
0438ce91
DC
115342011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11535
11536 * cus-start.el (all): Define customization for debug-on-event.
11537
841a1577 115382011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11539
11540 * subr.el (shell-quote-argument): Escape correctly under Windows.
11541
d090ed6c
SM
115422011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11545
bfd31217
MA
115462011-04-25 Michael Albinus <michael.albinus@gmx.de>
11547
d090ed6c
SM
11548 * net/tramp.el (tramp-process-actions): Add POS argument.
11549 Delete region between POS and (pos).
bfd31217 11550
d090ed6c
SM
11551 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11552 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11553 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11554
11555 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11556 position in `tramp-process-actions' call.
11557
11558 * net/trampver.el: Update release number.
11559
e92f3bd3
SM
115602011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11561
850256b5
SM
11562 * custom.el (defcustom): Obey lexical-binding.
11563
e92f3bd3
SM
11564 Fix octave-inf completion problems reported by Alexander Klimov.
11565 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11566 Inherit from octave-mode-syntax-table.
11567 (inferior-octave-mode): Set info-lookup-mode.
11568 (inferior-octave-completion-at-point): New function.
11569 (inferior-octave-complete): Use it and completion-in-region.
11570 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11571 comint-filename-completion.
11572 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11573 symbol elements which shouldn't be word elements.
11574 (octave-font-lock-keywords, octave-beginning-of-defun)
11575 (octave-function-header-regexp): Adjust regexps accordingly.
11576 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11577
cd22b309
JB
115782011-04-25 Juanma Barranquero <lekktu@gmail.com>
11579
11580 * net/gnutls.el (gnutls-errorp): Declare before first use.
11581
8b492194
TZ
115822011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11583
11584 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11585 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11586 default trustfile exists before going to use it. Add missing
5a5fa834 11587 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11588 Reported by Claudio Bley <claudio.bley@gmail.com>.
11589 (open-gnutls-stream): Add usage example.
11590
11591 * net/network-stream.el (network-stream-open-starttls): Give host
11592 parameter to `gnutls-negotiate'.
11593 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11594 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11595
841a1577 115962011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11597
cd22b309
JB
11598 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11599 Use correct match group (bug#8438).
05842630 11600
3ba7869c
CY
116012011-04-24 Chong Yidong <cyd@stupidchicken.com>
11602
512e3ae1
CY
11603 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11604 (package-menu--generate): New arg specifying packages to show.
11605 (package-menu-refresh, package-menu-execute, list-packages):
11606 Callers changed.
11607 (package-show-package-list): New function, replacing deleted
11608 package--list-packages (renamed because it is non-internal).
11609
11610 * finder.el (finder-list-matches): Use package-show-package-list
11611 instead of deleted package--list-packages.
11612
e92f3bd3
SM
11613 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11614 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11615 (vc-annotate-mode-map): Bind it to RET.
11616
7031be6d
UR
116172011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11618
11619 * progmodes/etags.el (next-file): Don't use set-buffer to change
11620 buffers (Bug#8478).
11621
4ef177aa
CY
116222011-04-24 Chong Yidong <cyd@stupidchicken.com>
11623
c8d173eb
CY
11624 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11625
4ef177aa
CY
11626 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11627 (apropos-accumulator): Doc fix.
11628 (apropos-function, apropos-macro, apropos-command)
11629 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11630 (apropos-plist): Add face property.
11631 (apropos-symbols-internal): Fix indentation.
11632 (apropos-print): Simplify help, and recognize apropos-multi-type.
11633 (apropos-print-doc): Use button-type-get to extract the button's
11634 face property. Fill docstring (Bug#8352).
11635
4ffd0d6b 116362011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11637
11638 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11639
c6c32125 11640 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11641 (mpuz-mode-map): Use mapc.
c6c32125
JB
11642 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11643 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11644 Fix typos in docstrings.
11645
58d468b4
JB
11646 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11647 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11648
6470c3c6
JB
11649 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11650
4ffd0d6b 116512011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11652
11653 * minibuffer.el (completion--do-completion): Avoid the "Next char
11654 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11655
3ad8bad0
CY
11656 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11657 mouse-2 into unread-command-events, it is interpreted correctly.
11658
71d73c9c 11659 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11660 (image-toggle-display): Doc fix.
71d73c9c 11661
841a1577 116622011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11663
4ffd0d6b
GM
11664 * textmodes/page.el (what-page): Use line-number-at-pos to
11665 calculate line number (Bug#6825).
6e1dbaa9 11666
c2fb1b60
JB
116672011-04-22 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11670 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11671 Pass argument NO-DEFAULT to `find-tag-interactive'.
11672
e02f48d7
JB
116732011-04-22 Juanma Barranquero <lekktu@gmail.com>
11674
11675 Lexical-binding cleanup.
11676
11677 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11678 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11679 * progmodes/ada-prj.el (ada-prj-initialize-values)
11680 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11681 (ada-prj-show-value):
11682 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11683 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11684 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11685 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11686 * progmodes/bug-reference.el (bug-reference-push-button):
11687 * progmodes/fortran.el (fortran-line-length):
11688 * progmodes/glasses.el (glasses-change):
11689 * progmodes/octave-mod.el (octave-fill-paragraph):
11690 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11691 (python-pdbtrack-grub-for-buffer, python-sentinel):
11692 * progmodes/sql.el (sql-save-connection):
11693 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11694 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11695 Mark unused parameters.
11696
11697 * progmodes/compile.el (compilation--flush-directory-cache)
11698 (compilation--flush-parse, compile-internal): Mark unused parameters.
11699 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11700 (compilation-next-error-function): Remove unused variable `timestamp'.
11701
11702 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11703 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11704
11705 * progmodes/dcl-mode.el (dcl-end-of-command):
11706 Remove unused variable `start'.
11707 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11708 (dcl-option-value-basic, dcl-option-value-offset)
11709 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11710 Mark unused parameters.
11711 (dcl-save-local-variable): Remove unused variable `val'.
11712 (mode): Declare.
11713
11714 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11715 Mark unused parameters.
11716 (delphi-ignore-changes): Move before first use.
11717 (delphi-charset-token-at): Remove unused variable `start'.
11718 (delphi-else-start): Remove unused variable `if-count'.
11719 (delphi-comment-block-start, delphi-comment-block-end):
11720 Remove unused variable `kind'.
11721 (delphi-indent-line): Remove unused variable `new-point'.
11722
11723 * progmodes/ebrowse.el (ebrowse-files-list)
11724 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11725 Mark unused parameters. Don't quote `lambda'.
11726 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11727 Don't quote `lambda'.
11728 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11729 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11730 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11731 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11732 Use `ignore-errors'.
11733 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11734 (ebrowse-view/find-file-and-search-pattern)
11735 (ebrowse-view/find-member-declaration/definition):
11736 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11737 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11738 Rename parameter PREFIX-ARG to PREFIX.
11739 (ebrowse-tags-read-name): Remove unused variables `start' and
11740 `member-info'.
11741 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11742 to `tags-file'.
11743
11744 * progmodes/etags.el (local-find-tag-hook): Declare.
11745 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11746 Mark unused parameters.
11747
11748 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11749 (executable-interpret): Mark unused parameter.
11750
11751 * progmodes/flymake.el (flymake-process-sentinel)
11752 (flymake-after-change-function)
11753 (flymake-create-temp-with-folder-structure)
11754 (flymake-get-include-dirs-dot): Mark unused parameters.
11755 (flymake-safe-delete-directory): Remove unused variable `err'.
11756
11757 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11758 (speedbar-timer-fn, speedbar-line-text)
11759 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11760 (speedbar-center-buffer-smartly): Declare functions.
11761 (gdb-find-watch-expression): Remove unused variable `array'.
11762 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11763 (gdb-starting): Mark unused parameters.
11764 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11765 (gdb-table-string): Remove unused variable `res'.
11766 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11767 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11768 (gdb-display-buffer): Remove unused variable `cur-size'.
11769
11770 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11771 allow lexical-binding compilation.
11772 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11773 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11774 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11775 Mark unused parameters.
11776 (gud-gdb-marker-filter): Remove unused variable `match'.
11777 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11778 lambda expressions and funcall them, instead of using `fset'.
11779
11780 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11781 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11782
11783 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11784 variable `header-beg'; use `let'.
11785
11786 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11787 `restart', `last-sexp' and `at-do'.
11788
11789 * progmodes/js.el (js--debug): Mark unused parameter.
11790 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11791 (js--splice-into-items): Remove unused variable `item'.
11792 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11793
11794 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11795 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11796 (makefile-complete): Remove unused variable `try'.
11797 (makefile-fill-paragraph, makefile-match-function-end):
11798 Mark unused parameters.
11799
11800 * progmodes/octave-inf.el (inferior-octave-complete):
11801 Remove unused variable `proc'.
11802 (inferior-octave-output-digest): Mark unused parameter.
11803
11804 * progmodes/perl-mode.el (perl-calculate-indent):
11805 Remove unused variable `err'.
11806
11807 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11808 (prolog-indent-line): Mark unused parameters.
11809 (prolog-indent-line): Remove unused variable `beg'.
11810
11811 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11812 (reporter-dont-compact-list): Declare.
11813
11814 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11815 Remove unused variable `char'.
11816 (sh-debug): Mark unused parameter.
11817 (sh-get-indent-info): Remove unused variable `start'.
11818 (sh-calculate-indent): Remove unused variable `var'.
11819
11820 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11821 (simula-electric-keyword): Remove unused variable `null'.
11822 (simula-search-backward, simula-search-forward): Remove unused
11823 variables `begin' and `end'.
11824
11825 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11826 Remove unused variable `pos'.
11827 (vera-electric-tab, vera-comment-uncomment-region):
11828 Mark unused parameters.
11829 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11830
7ede3b65
CY
118312011-04-22 Chong Yidong <cyd@stupidchicken.com>
11832
11833 * emacs-lisp/package.el (package--builtins, package-alist)
11834 (package-load-descriptor, package-built-in-p, package-activate)
11835 (define-package, package-installed-p)
11836 (package-compute-transaction, package-buffer-info)
11837 (package--push): Doc fix. Distinguish more clearly between
11838 version strings and version lists.
11839
121656e9
JB
118402011-04-21 Juanma Barranquero <lekktu@gmail.com>
11841
11842 Lexical-binding cleanup.
11843
11844 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11845 (5x5-make-mutate-best):
11846 * play/fortune.el (fortune-in-buffer):
11847 * play/gomoku.el (gomoku-init-display):
11848 * play/solitaire.el (solitaire, solitaire-do-check):
11849 * play/tetris.el (tetris-default-update-speed-function):
11850 Mark unused parameters.
11851
11852 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11853 (bubbles--shift): Remove unused variable `char-org'.
11854 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11855 (bubbles--show-images): Remove unused variable `char'.
11856
11857 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11858 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11859 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11860 (decipher-analyze-buffer): Use ?\s.
11861 (decipher-make-checkpoint): Remove unused variable `mapping'.
11862
11863 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11864
11865 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11866 Remove unused variable `result'; use `let'.
11867
11868 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11869 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11870 (gametree-children-shown-p, gametree-compute-reduced-score):
11871 Use `ignore-errors'.
11872
11873 * play/handwrite.el (ps-lpr-switches): Declare.
11874 (handwrite): Remove unused variables `pmin' and `lastp'.
11875
11876 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11877
11878 * play/landmark.el (landmark-init-display)
11879 (landmark-update-naught-weights): Mark unused parameters.
11880 (landmark-y): Remove unused variable `noise'. Simplify.
11881 (landmark-human-plays): Remove unused variable `score'.
11882
11883 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11884 (mpuz-try-proposal): Remove unused variable `game'.
11885
11886 * play/zone.el (life-patterns): Declare.
11887
80f499c7
JB
118882011-04-20 Juanma Barranquero <lekktu@gmail.com>
11889
11890 * vc/vc.el (ediff-vc-internal): Declare function.
11891
024ff170
SM
118922011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11893
c0a193ea
SM
11894 * shell.el: Use lexical-binding and std completion UI.
11895 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11896 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11897 comint-preoutput-filter-functions rather than on
11898 comint-output-filter-functions.
11899 (shell-command-completion, shell--command-completion-data)
11900 (shell-filename-completion, shell-environment-variable-completion)
11901 (shell-c-a-p-replace-by-expanded-directory): New functions.
11902 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11903 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11904 (shell-dynamic-complete-environment-variable): Use them.
11905 (shell-dynamic-complete-as-environment-variable)
11906 (shell-dynamic-complete-as-command): Remove.
11907 (shell-match-partial-variable): Match past point.
11908 * comint.el: Clean up use of completion-at-point-functions.
11909 (comint-completion-at-point): New function.
11910 (comint-mode): Use it completion-at-point-functions.
11911 (comint-dynamic-complete): Make it obsolete.
11912 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11913 (comint-c-a-p-replace-by-expanded-history): New function.
11914 (comint-dynamic-complete-functions)
11915 (comint-replace-by-expanded-history): Use it.
11916 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11917 termination strings. Try harder to avoid second try-completion.
11918 (completion-in-region-mode-map): Disable bindings that don't work yet.
11919
2dbaa080
SM
11920 * comint.el: Use lexical-binding. Require CL.
11921 (comint-dynamic-complete-functions): Use comint-filename-completion.
11922 (comint-completion-addsuffix): Tweak custom type.
11923 (comint-filename-completion, comint--common-suffix)
11924 (comint--common-quoted-suffix, comint--table-subvert)
11925 (comint--complete-file-name-data): New functions.
11926 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11927 (comint-dynamic-list-filename-completions): Use them.
11928 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11929
2dbaa080
SM
11930 * minibuffer.el (completion-in-region-mode):
11931 Keep completion-in-region-mode--predicate global.
11932 (completion-in-region--postch):
11933 Assume completion-in-region-mode--predicate is not null.
11934
c79a6f38
SM
11935 * progmodes/flymake.el (flymake-start-syntax-check-process):
11936 Obey `dir'. Simplify.
11937
024ff170
SM
11938 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11939 we're in VC after all.
11940
1c6c854e
CS
119412011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11942
11943 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11944 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11945 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11946
bed7f140
SM
119472011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11948
332e62ab
SM
11949 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11950 add sanity check.
11951
bed7f140
SM
11952 * obsolete/erc-hecomplete.el: Make obsolete.
11953 * obsolete/: Standardize obsolescence info in the header.
11954
f195c582
GM
119552011-04-20 Glenn Morris <rgm@gnu.org>
11956
11957 * calendar/solar.el (solar-horizontal-coordinates):
11958 Use the longitude argument rather than `calendar-longitude'.
11959 (solar-date-next-longitude): Remove unused locals.
11960
cb79b8c0
VJL
119612011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11962
11963 * whitespace.el: New version 13.2.1.
11964
119652011-04-20 felix <EmacsWiki> (tiny change)
11966
d8e4b68b 11967 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11968 switching between major modes on a file.
11969
602ea69d
SM
119702011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11973 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11974 multi-line comments as well.
11975
06b60517
JB
119762011-04-19 Juanma Barranquero <lekktu@gmail.com>
11977
11978 Lexical-binding cleanup.
11979
11980 * arc-mode.el (archive-mode-revert):
11981 * cmuscheme.el (scheme-interactively-start-process):
11982 * custom.el (custom-initialize-delay):
11983 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11984 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11985 * emacs-lock.el (emacs-lock-clear-sentinel):
11986 * ezimage.el (defezimage):
11987 * follow.el (follow-avoid-tail-recenter):
11988 * fringe.el (set-fringe-mode-1):
11989 * generic-x.el (bat-generic-mode-compile):
11990 * help-mode.el (help-info-variable, help-do-xref)
11991 (help-mode-revert-buffer):
11992 * help.el (view-emacs-todo):
11993 * iswitchb.el (iswitchb-completion-help):
11994 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11995 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11996 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11997 * locate.el (locate-update):
11998 * longlines.el (longlines-encode-region)
11999 (longlines-after-change-function):
12000 * outline.el (outline-isearch-open-invisible):
12001 * ps-def.el (declare-function, charset-dimension, char-width)
12002 (encode-char):
12003 * ps-mule.el (ps-mule-plot-string):
12004 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12005 (recentf-edit-list-select, recentf-edit-list-validate)
12006 (recentf-open-files-action):
12007 * rect.el (delete-whitespace-rectangle-line)
12008 (rectangle-number-line-callback):
12009 * register.el (window-configuration-to-register)
12010 (frame-configuration-to-register):
12011 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12012 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12013 (xselect-convert-to-targets, xselect-convert-to-delete)
12014 (xselect-convert-to-filename, xselect-convert-to-charpos)
12015 (xselect-convert-to-lineno, xselect-convert-to-colno)
12016 (xselect-convert-to-os, xselect-convert-to-host)
12017 (xselect-convert-to-user, xselect-convert-to-class)
12018 (xselect-convert-to-name, xselect-convert-to-integer)
12019 (xselect-convert-to-atom, xselect-convert-to-identity):
12020 * subr.el (declare, ignore, process-kill-without-query)
12021 (text-clone-maintain):
12022 * terminal.el (te-get-char, te-tic-sentinel):
12023 * tool-bar.el (tool-bar-make-keymap):
12024 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12025 * type-break.el (type-break-mode, type-break-noninteractive-query):
12026 * view.el (View-back-to-mark):
12027 * wid-browse.el (widget-browse-action, widget-browse-widget)
12028 (widget-browse-widgets, widget-browse-sexp):
12029 * widget.el (define-widget-keywords):
12030 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12031 Mark unused parameters.
12032
12033 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12034 (align-areas): Remove unused variable `look'.
12035 (align-region): Remove unused variables `real-end' and `pos-list'.
12036
12037 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12038
12039 * bindings.el (mode-line-modified, mode-line-remote):
12040 Mark unused parameters.
12041 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12042
12043 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12044 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12045
12046 * comint.el (comint-history-isearch-pop-state)
12047 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12048 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12049 (comint-substitute-in-file-name): Doc fix.
12050
12051 * completion.el (cmpl-statistics-block): Mark unused parameter.
12052 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12053 (save-completions-to-file, load-completions-from-file):
12054 Remove unused local variable `e'.
12055
12056 * composite.el (compose-chars): Remove unused variable `len'.
12057 (lgstring-insert-glyph): Remove unused variable `g'.
12058 (compose-glyph-string): Remove unused variables `ascent',
12059 `descent', `lbearing' and `rbearing'.
12060 (compose-glyph-string-relative): Remove unused variables
12061 `lbearing', `rbearing' and `wadjust'.
12062 (compose-gstring-for-graphic): Remove unused variables `header',
12063 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12064 (compose-gstring-for-terminal): Remove unused variables `header'
12065 and `nchars'. Use `let', not `let*'.
12066
12067 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12068 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12069 (Custom-buffer-done, custom-buffer-create-internal)
12070 (custom-browse-visibility-action, custom-browse-group-tag-action)
12071 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12072 (widget-magic-mouse-down-action, custom-toggle-parent)
12073 (custom-add-parent-links, custom-toggle-hide-variable)
12074 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12075 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12076 (custom-face-menu-create, custom-variable-menu-create, get)
12077 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12078 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12079 (customize-apropos): Remove unused variable `tests'.
12080 (custom-group-value-create): Remove unused variable `hidden-p'.
12081 (sort-fold-case): Declare.
12082
12083 * cus-theme.el (custom-reset-standard-faces-list)
12084 (custom-reset-standard-variables-list): Declare.
12085 (customize-create-theme, custom-theme-revert, custom-theme-write)
12086 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12087 Mark unused parameters.
12088
12089 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12090
12091 * delim-col.el (delimit-columns-max): Move defvar before first use.
12092
12093 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12094 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12095
12096 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12097 (auto-insert): Declare.
12098 (desktop-restore-file-buffer): Rename desktop-* parameters;
12099 mark unused ones.
12100 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12101 (desktop-buffer): Rename desktop-* parameters.
12102
12103 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12104 (dframe-reposition-frame-xemacs, dframe-help-echo)
12105 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12106 Mark unused parameters.
12107
12108 * dired-aux.el (backup-extract-version-start, overwrite-query)
12109 (overwrite-backup-query, rename-regexp-query)
12110 (rename-non-directory-query): Declare.
12111 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12112 (dired-add-entry): Remove unused variable `orig-file-name'.
12113 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12114 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12115 `dired-copy-preserve-time' directly.
12116 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12117 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12118
12119 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12120 (dired-virtual-revert, dired-make-relative-symlink):
12121 Mark unused parameters.
12122 (manual-program): Declare.
12123 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12124 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12125 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12126
12127 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12128
12129 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12130
12131 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12132 Declare.
12133
12134 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12135
12136 * electric.el (Electric-command-loop): Rename parameter
12137 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12138
12139 * expand.el (expand-in-literal): Remove unused variable `here'.
12140
12141 * facemenu.el (facemenu-add-new-color):
12142 Remove unused variable `docstring'.
12143
12144 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12145 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12146 (face-attr-construct): Mark unused parameter. Doc fix.
12147 (read-color): Remove unused variable `hex-string'.
12148
12149 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12150 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12151 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12152 (display-buffer-other-frame): Remove unused variable `old-window'.
12153 (kill-buffer-hook): Declare.
12154 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12155 Mark unused parameters.
12156 (after-find-file): Pass 1 to `auto-save-mode', not t.
12157
12158 * files-x.el (auto-insert): Declare.
12159 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12160
12161 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12162 variable `buf'. Mark unused parameter.
06b60517
JB
12163 (find-lisp-insert-directory): Mark unused parameter.
12164
12165 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12166 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12167 (format-common-tail): Remove, unused.
12168 (format-deannotate-region): Remove unused variable `loc'.
12169 (format-annotate-region): Remove unused variable `p'.
12170 (format-annotate-single-property-change): Remove unused variables
12171 `default' and `tail'.
12172
12173 * forms.el (read-file-filter): Declare.
12174 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12175
12176 * frame.el (frame-creation-function-alist): Mark unused parameter.
12177 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12178
12179 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12180 Remove unused parameters.
12181 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12182 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12183
12184 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12185 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12186 (hfy-prepare-tag-map): Mark unused parameters.
12187 (htmlfontify-buffer): Use `called-interactively-p'.
12188
12189 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12190 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12191 (ibuffer-do-occur): Mark unused parameters.
12192 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12193 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12194
12195 * ibuffer.el: Don't quote `lambda'.
12196 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12197 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12198 Mark unused parameters.
12199
12200 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12201 (ido-completing-read): Mark unused parameters.
12202 (ido-copy-current-word): Mark unused parameters;
12203 remove unused variable `name'.
12204 (ido-sort-merged-list): Remove unused parameter `dirs'.
12205
12206 * ielm.el (ielm-input-sender): Mark unused parameter.
12207 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12208 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12209 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12210 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12211 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12212
12213 * image-dired.el (image-dired-display-thumbs): Remove unused
12214 variables `curr-file' and `count'.
12215 (image-dired-remove-tag): Remove unused variable `start'.
12216 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12217 variable `curr-file'
12218 (image-dired-rotate-original): Remove unused variable `temp-file'.
12219 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12220 Remove unused variable `file'.
12221 (image-dired-gallery-generate): Remove unused variable `curr'.
12222 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12223
12224 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12225
12226 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12227
12228 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12229
12230 * isearch.el (minibuffer-history-symbol): Declare.
12231 (isearch-edit-string): Remove unused variable `err'.
12232 (isearch-message-prefix, isearch-message-suffix):
12233 Mark unused parameters.
12234
12235 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12236
12237 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12238
12239 * makesum.el (double-column): Remove unused variable `cnt'.
12240
12241 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12242 (ido-ignore-item-temp-list): Declare.
12243
12244 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12245 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12246 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12247 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12248 `mouse-col-delta'.
12249
12250 * mouse-sel.el (mouse-extend-internal):
12251 Remove unused variable `orig-window-frame'.
12252
12253 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12254 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12255 Move declarations before first use.
12256 (pcomplete-opt): Mark unused parameters; doc fix.
12257
12258 * proced.el (proced-revert): Mark unused parameter.
12259 (proced-send-signal): Remove unused variable `err'.
12260
12261 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12262 Rename parameter PREFIX-ARG to ARG.
12263 (ps-basic-plot-string, ps-basic-plot-whitespace):
12264 Mark unused parameters.
12265
12266 * replace.el (replace-count): Define.
12267 (occur-revert-function): Mark unused parameters.
12268 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12269 (isearch-case-fold-search, isearch-string): Declare.
12270 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12271 bind `case-fold-search'. Remove unused variables `beg' and `end',
12272 and simplify.
12273 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12274 COUNT and bind `replace-count'.
12275 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12276 to COUNT.
12277
12278 * savehist.el (print-readably, print-string-length): Declare.
12279
12280 * shadowfile.el (shadow-expand-cluster-in-file-name):
12281 Remove unused variable `cluster'.
12282 (shadow-copy-file): Remove unused variable `i'.
12283 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12284 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12285 (shadow-define-literal-group, shadow-define-regexp-group)
12286 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12287
12288 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12289 (shell): Use `called-interactively-p'.
12290 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12291
12292 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12293 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12294 (delete-backward-char): Remove unused variable `ocol'.
12295 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12296 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12297 (event-apply-hyper-modifier, event-apply-shift-modifier)
12298 (event-apply-control-modifier, event-apply-meta-modifier):
12299 Mark unused parameters.
12300 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12301 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12302
12303 * speedbar.el (speedbar-ignored-directory-expressions)
12304 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12305 (speedbar-find-file, speedbar-dir-follow)
12306 (speedbar-directory-buttons-follow, speedbar-tag-find)
12307 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12308 (speedbar-buffers-line-directory, speedbar-buffer-click):
12309 Mark unused parameters.
12310 (speedbar-tag-file): Remove unused variable `mode'.
12311 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12312
12313 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12314
12315 * talk.el (talk): Remove unused variable `display'.
12316
12317 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12318 (tar-write-region-annotate): Mark unused parameter.
12319
12320 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12321 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12322 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12323 warning by another.
12324
12325 * time-stamp.el (time-stamp-string-preprocess):
12326 Remove unused variable `require-padding'.
12327
12328 * tree-widget.el (widget-glyph-enable): Declare.
12329 (tree-widget-action): Mark unused parameter.
12330
12331 * w32-fns.el (x-get-selection): Mark unused parameter.
12332 (autoload-make-program, generated-autoload-file): Declare.
12333
12334 * wdired.el (wdired-revert): Mark unused parameters.
12335 (wdired-xcase-word): Remove unused variable `err'.
12336
12337 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12338 (whitespace-help-scroll): Remove unused variable `data-help'.
12339
12340 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12341 (widget-image-insert, widget-after-change, default)
12342 (widget-default-format-handler, widget-default-notify)
12343 (widget-default-prompt-value, widget-info-link-action)
12344 (widget-url-link-action, widget-function-link-action)
12345 (widget-variable-link-action, widget-file-link-action)
12346 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12347 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12348 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12349 (widget-insert-button-action, widget-delete-button-action, visibility)
12350 (widget-documentation-link-action, widget-documentation-string-action)
12351 (widget-const-prompt-value, widget-regexp-match, symbol)
12352 (widget-coding-system-prompt-value)
12353 (widget-key-sequence-value-to-external, sexp)
12354 (widget-sexp-value-to-internal, character, vector, cons)
12355 (widget-choice-prompt-value, widget-boolean-prompt-value)
12356 (widget-color--choose-action): Mark unused parameters.
12357 (widget-item-match-inline, widget-choice-match-inline)
12358 (widget-checklist-match, widget-checklist-match-inline)
12359 (widget-group-match): Rename parameter VALUES to VALS.
12360 (widget-field-value-set): Remove unused variable `size'.
12361 (widget-color-action): Remove unused variables `value' and `start'.
12362
12363 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12364 variable `dir'. Doc fix.
06b60517
JB
12365 (windmove-find-other-window): Don't pass it.
12366
12367 * window.el (count-windows): Mark unused parameter.
12368 (bw-adjust-window): Remove unused variable `err'.
12369
12370 * woman.el (woman-file-name): Remove unused variable `default'.
12371 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12372 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12373 (global-font-lock-mode): Declare.
12374 (woman-decode-region): Mark unused parameter.
12375 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12376
12377 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12378 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12379 (x-dnd-handle-moz-url): Remove unused variable `title'.
12380 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12381
12382 * xml.el (xml-parse-tag, xml-parse-attlist):
12383 Remove unused variable `pos'.
12384
bc4f7f3d
GM
123852011-04-19 Glenn Morris <rgm@gnu.org>
12386
12387 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12388 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12389 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12390 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12391 * calendar/cal-html.el (cal-html-insert-minical):
12392 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12393 (calendar-mark-date-pattern):
12394 Prefix "unused" locals.
12395
12396 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12397 optional argument `style'.
12398
12399 * calendar/appt.el (appt-make-list):
12400 * calendar/cal-china.el (calendar-chinese-date-string):
12401 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12402 (diary-hebrew-yahrzeit):
12403 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12404 * calendar/calendar.el (calendar-generate-window):
12405 * calendar/time-date.el (time-to-days):
12406 Remove unused local variables.
12407
16a43933
CY
124082011-04-18 Chong Yidong <cyd@stupidchicken.com>
12409
12410 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12411 glyphless-char-display table.
12412 (tabulated-list-glyphless-char-display): New var.
12413
7eed1860
SS
124142011-04-18 Sam Steingold <sds@gnu.org>
12415
12416 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12417 to acknowledgments.
12418
4d2d1ccd
GM
124192011-04-17 Glenn Morris <rgm@gnu.org>
12420
12421 * calendar/diary-lib.el (diary-sexp-entry):
12422 * calendar/holidays.el (holiday-sexp):
12423 Set debug-on-error rather than the removed stack-trace-on-error.
12424
239da61d
GM
124252011-04-16 Glenn Morris <rgm@gnu.org>
12426
12427 * progmodes/f90.el: Use lexical-binding.
12428 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12429
8b05752a
SM
124302011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12431
daca8ba5
SM
12432 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12433 (mail-mode): Setup mailalias completion here instead.
12434 * mail/mailalias.el: Use lexical-binding.
12435 (pattern, mailalias-done): Declare dynamic.
12436 (mail-completion-at-point-function): New function, from mail-complete.
12437 (mail-complete): Use it.
12438 (mail-completion-expand): New function.
12439 (mail-get-names): Use it.
12440 (mail-directory, mail-directory-process, mail-directory-stream):
12441 Don't use `pattern' for lexically bound arg.
12442
6f542485
SM
12443 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12444
037e7c3f
SM
12445 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12446 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12447 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12448
8b05752a
SM
12449 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12450 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12451 (byte-interactive-p): Define them again, for use when inlining
12452 old code.
12453
49093f60
JB
124542011-04-15 Juanma Barranquero <lekktu@gmail.com>
12455
12456 * loadup.el: Use `string-to-number', not `string-to-int'.
12457
b5b8e7de
SM
124582011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12461 gud-gdb-complete-command.
12462 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12463 (gud-gdb-completion-at-point): New function.
12464 (gud-gdb-completions): Remove.
12465
f42efeb5
MA
124662011-04-14 Michael Albinus <michael.albinus@gmx.de>
12467
49093f60
JB
12468 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12469 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12470 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12471 whether `executable-find' is bound.
f42efeb5
MA
12472
12473 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12474
e240cc21
SM
124752011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * minibuffer.el (completion-in-region-mode-predicate)
12478 (completion-in-region-mode--predicate): New vars.
12479 (completion-in-region, completion-in-region--postch)
12480 (completion-in-region-mode): Use them.
12481 (completion--capf-wrapper): Also return the hook function.
12482 (completion-at-point, completion-help-at-point):
12483 Adjust and provide a predicate.
c2bd2ab0
SM
12484
12485 Preserve arg names for advice of subr and lexical functions (bug#8457).
12486 * help-fns.el (help-function-arglist): Consolidate the subr and
12487 new-byte-code cases. Add argument `preserve-names' to extract names
12488 from the docstring when needed.
12489 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12490 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12491 (ad-arglist): Use help-function-arglist's new arg.
12492 (ad-definition-type): Use cond.
12493
c183f693
JB
124942011-04-13 Juanma Barranquero <lekktu@gmail.com>
12495
06641a47
JB
12496 * autorevert.el (auto-revert-handler):
12497 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12498 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12499 Don't quote lambda.
12500
c183f693
JB
12501 * image-mode.el (image-transform-set-scale):
12502 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12503
1e3b6001
G
125042011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12505
12506 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12507 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12508 Upgrades via gnutls-cli are too slow to be done opportunistically.
12509
2d6af8dd
JB
125102011-04-12 Juanma Barranquero <lekktu@gmail.com>
12511
12512 * dframe.el (dframe-current-frame): Remove spurious quote.
12513
c0749a51
GM
125142011-04-12 Glenn Morris <rgm@gnu.org>
12515
088d0d61
GM
12516 * calendar/cal-tex.el (cal-tex-end-document):
12517 Try to automatically use latin1 input if needed.
12518
c0749a51
GM
12519 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12520 Don't try to cons a mark onto an empty element.
12521
5c90fde0
LL
125222011-04-11 Leo Liu <sdl.web@gmail.com>
12523
12524 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12525 buffers.
12526 (ido-kill-buffer-at-head): Support killing virtual buffers.
12527
369e974d
CY
125282011-04-10 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * minibuffer.el (completion-show-inline-help): New var.
12531 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12532 (minibuffer-force-complete, minibuffer-complete-word):
12533 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12534
12535 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12536 to avoid interference from inline help (Bug#5849).
12537
37f1c930
LL
125382011-04-10 Leo Liu <sdl.web@gmail.com>
12539
099c39a4
JB
12540 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12541 Fix typo.
37f1c930 12542
a32d4040
CY
125432011-04-09 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * image-mode.el (image-toggle-display-image): Signal an error if
12546 not in Image mode.
12547 (image-transform-mode, image-transform-resize)
12548 (image-transform-set-rotation): Doc fix.
daca8ba5 12549 (image-transform-set-resize): Delete.
a32d4040
CY
12550 (image-transform-set-scale, image-transform-fit-to-height)
12551 (image-transform-fit-to-width): Handle image-toggle-display-image
12552 and image-transform-resize directly.
12553
099c39a4 125542011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12555
12556 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12557 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12558 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12559 (doc-view-mode-map): Add bindings for the new functions.
12560
099c39a4 125612011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12562
4d61f28d 12563 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12564 Fix typo in docstring.
12565
3726838a
EZ
125662011-04-08 Eli Zaretskii <eliz@gnu.org>
12567
04f33f1e
EZ
12568 * files.el (file-size-human-readable): Produce one digit after
12569 decimal, like "ls -lh" does.
12570
12571 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12572 the file size representation.
12573
3726838a
EZ
12574 * simple.el (list-processes): If async subprocesses are not
12575 available, error out with a clear error message.
12576
cbb59342
CY
125772011-04-08 Chong Yidong <cyd@stupidchicken.com>
12578
12579 * help.el (help-form-show): New function, to be called from C.
12580 Put help-form output in a buffer named differently than *Help*.
12581
e3971c44
EZ
125822011-04-08 Eli Zaretskii <eliz@gnu.org>
12583
12584 * files.el (file-size-human-readable): New function.
12585
12586 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12587 computing the representation inline. Don't require `cl'.
12588
12544bbe
GM
125892011-04-08 Glenn Morris <rgm@gnu.org>
12590
a1de6c6a
GM
12591 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12592
3c4671f4
GM
12593 * net/browse-url.el (browse-url-firefox):
12594 Test system-type, not system-configuration.
12595
b605679c
GM
12596 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12597 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12598 Use log-edit-empty-buffer-p. (Bug#7598)
12599
56442f0c
GM
12600 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12601 (rlogin-mode-map): Initialize in the defvar.
12602 (rlogin): Use ignore-errors.
12603
12544bbe
GM
12604 * replace.el (occur-mode-map): Some fixes for menu items.
12605
eb237b0f
AH
126062011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12607
12608 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12609
7d668f2c
CY
126102011-04-06 Chong Yidong <cyd@stupidchicken.com>
12611
e67a13ab
CY
12612 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12613 issuing unused warnings.
12614
12615 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12616 macro directly.
12617
7d668f2c
CY
12618 * simple.el: Lisp reimplement of list-processes. Based on an
12619 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12620 (process-menu-mode): New major mode.
12621 (list-processes--refresh, list-processes):
12622 (process-menu-visit-buffer): New functions.
12623
12624 * files.el (save-buffers-kill-emacs): Don't assume any return
12625 value of list-processes, which is undocumented anyway.
12626
a83ec3c9
CY
126272011-04-06 Chong Yidong <cyd@stupidchicken.com>
12628
12629 * emacs-lisp/tabulated-list.el: New file.
12630
e91a96fe
CY
12631 * emacs-lisp/package.el: Use Tabulated List mode.
12632 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12633 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12634 table format using Tabulated List mode variables.
12635 (package--push): New macro, replacing package-list-maybe-add.
12636 (package-menu--generate): Use package--push. Renamed from
12637 package--generate-package-list.
12638 (package-menu-refresh, list-packages): Use it.
daca8ba5 12639 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12640 Return insertion data instead of inserting it directly.
099c39a4
JB
12641 (package-menu-describe-package, package-menu-execute):
12642 Use tabulated-list-get-id.
e91a96fe
CY
12643 (package-menu-mark-delete, package-menu-mark-install)
12644 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12645 (package-menu-mark-obsolete-for-deletion):
12646 Use tabulated-list-put-tag.
e91a96fe
CY
12647 (package--list-packages, package-menu-revert)
12648 (package-menu-get-package, package-menu-get-version)
12649 (package-menu-sort-by-column): Functions deleted.
12650 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12651 (package-menu--status-predicate, package-menu--version-predicate)
12652 (package-menu--name-predicate)
12653 (package-menu--description-predicate): Handle arguments in the
12654 Tabulated List format.
12655 (package-list-packages-no-fetch): Call list-packages.
12656
3e214b50
JB
126572011-04-06 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12660 (after-find-file): Don't bind it.
3e214b50
JB
12661 (revert-buffer-in-progress-p): New variable.
12662 (revert-buffer): Bind it.
12663 Pass nil for `after-find-file-from-revert-buffer'.
12664
12665 * saveplace.el (save-place-find-file-hook): Use new variable
12666 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12667
3f0f1700
GM
126682011-04-06 Glenn Morris <rgm@gnu.org>
12669
c0274801
GM
12670 * Makefile.in (AUTOGEN_VCS): New variable.
12671 (autoloads): Use $AUTOGEN_VCS.
12672
3f0f1700
GM
12673 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12674 * calendar/calendar.el (calendar-mode-map):
12675 Check for toolkit scroll bars. (Bug#8305)
12676
41ea9e48
CY
126772011-04-05 Chong Yidong <cyd@stupidchicken.com>
12678
12679 * minibuffer.el (completion-in-region--postch)
12680 (completion-in-region-mode): Remove unnecessary messages.
12681
6194c800
JB
126822011-04-05 Juanma Barranquero <lekktu@gmail.com>
12683
33256f14
JB
12684 * font-lock.el (font-lock-refresh-defaults):
12685 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12686 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12687
6194c800
JB
12688 * info.el (Info-directory-list, Info-read-node-name-2)
12689 (Info-split-parameter-string): Doc fixes.
12690 (Info-virtual-nodes): Reflow docstring.
12691 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12692 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12693 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12694 Fix typos in docstrings.
12695 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12696 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12697 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12698 (Info-restore-desktop-buffer): Mark unused parameters.
12699 (Info-directory-find-file, Info-directory-find-node)
12700 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12701 (Info-virtual-index-find-node, Info-apropos-find-file)
12702 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12703 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12704 (Info-virtual-index): Remove unused local variable `nodename'.
12705
b87a8200 127062011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12707
b87a8200
DD
12708 * net/rcirc.el: Update my e-mail address.
12709 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12710
3b2ff876
CY
127112011-04-05 Chong Yidong <cyd@stupidchicken.com>
12712
12713 * startup.el (command-line): Save the cursor's theme-face
12714 directly, instead of using face-override-spec.
12715
12716 * custom.el (load-theme): Minor optimization in assigning faces.
12717
8d17e7ca
JB
127182011-04-04 Juanma Barranquero <lekktu@gmail.com>
12719
12720 * help-fns.el (describe-variable): Complete all variables having
12721 documentation, including keywords.
12722 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12723
2fbc1934
JB
127242011-04-04 Juanma Barranquero <lekktu@gmail.com>
12725
12726 Convert to lexical-binding.
12727
12728 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12729 (bs--get-marked-string, bs--get-modified-string)
12730 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12731 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12732 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12733
12734 * ehelp.el (electric-help-execute-extended)
12735 (electric-help-ctrl-x-prefix):
12736 * hexl.el (hexl-revert-buffer-function):
12737 * linum.el (linum-after-change, linum-after-scroll):
12738 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12739
12740 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12741
74f50695
DU
127422011-04-04 Daiki Ueno <ueno@unixuser.org>
12743
12744 * epa-dired.el:
12745 * epa-mail.el:
12746 * epa-hook.el:
12747 * epa-file.el:
12748 * epa.el:
12749 * epg.el: Use lexical binding.
12750
c11325f7
CY
127512011-04-03 Chong Yidong <cyd@stupidchicken.com>
12752
0d9e9a12
CY
12753 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12754
c11325f7 12755 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12756 dictionary case for flyspell-mark-duplications-exceptions.
12757 Use regexp matching for languages.
c11325f7
CY
12758 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12759 default dictionary (Bug#7926).
12760
da91b5f2
CY
127612011-04-02 Chong Yidong <cyd@stupidchicken.com>
12762
099c39a4
JB
12763 * emacs-lisp/package.el (package--with-work-buffer):
12764 Recognize https URLs.
da91b5f2 12765
099c39a4
JB
12766 * net/network-stream.el: Move from gnus/proto-stream.el.
12767 Change prefix to network-stream throughout.
da91b5f2
CY
12768 (open-protocol-stream): Merge into open-network-stream, leaving
12769 open-protocol-stream as an alias. Handle nil BUFFER args.
12770
12771 * subr.el (open-network-stream): Move to net/network-stream.el.
12772
afa8e9f6
GM
127732011-04-02 Glenn Morris <rgm@gnu.org>
12774
1d2e369d
GM
12775 * find-dired.el (find-exec-terminator): New option.
12776 (find-ls-option): Test for -ls support.
12777 (find-ls-subdir-switches): Test for -b in find-ls-option.
12778 (find-dired, find-grep-dired): Doc fixes.
12779 (find-dired): Use find-exec-terminator.
12780
8abb7da8 12781 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12782 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12783 (find-name-arg): Remove purecopy.
8abb7da8 12784
f3ca7378
GM
12785 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12786 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12787 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12788 accordingly. Don't add the null-device if not needed.
12789
afa8e9f6
GM
12790 * files.el (save-some-buffers): Doc fix.
12791
35eae264
EZ
127922011-04-02 Eli Zaretskii <eliz@gnu.org>
12793
12794 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12795
26b51db5
JB
127962011-04-01 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12799 Use `dolist' rather than `mapcar'.
12800
7200d79c
SM
128012011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12802
03408648 12803 Add lexical binding.
7200d79c 12804
03408648
SM
12805 * subr.el (apply-partially): Use new closures rather than CL.
12806 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12807 (dolist, dotimes): Use slightly different expansion for lexical code.
12808 (functionp): Move to C.
12809 (letrec): New macro.
12810 (with-wrapper-hook): Use it and apply-partially instead of CL.
12811 (eval-after-load): Preserve lexical-binding.
12812 (save-window-excursion, with-output-to-temp-buffer): Turn them
12813 into macros.
7200d79c 12814
03408648
SM
12815 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12816
12817 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12818 than the arglist.
12819 (help-add-fundoc-usage): Don't add `Not documented'.
12820 (help-function-arglist): Handle closures, subroutines, and new
12821 byte-code-functions.
12822 (help-make-usage): Remove leading underscores.
12823 (describe-function-1): Handle closures.
12824 (describe-variable): Use special-variable-p for completion.
12825
12826 * files.el (lexical-binding): Declare safe.
f488fb65 12827
03408648
SM
12828 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12829 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12830 (pcase): Add `let' pattern.
12831 Change memoization so it actually works.
12832 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12833 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12834 <let>: New case.
f488fb65 12835
03408648
SM
12836 * emacs-lisp/macroexp.el: Use lexical binding.
12837 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12838 Don't convert ' to #' without checking that it's indeed quoting
12839 a lambda.
12840
12841 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12842 Use eval-sexp-add-defvars.
03408648
SM
12843 (eval-sexp-add-defvars): New fun.
12844
12845 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12846
12847 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12848 Don't autoload.
12849 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12850 than the internal `byte-compile-lambda'.
12851 (defmethod): Don't hide code under quotes.
12852 (eieio-defmethod): New `code' argument.
12853
12854 * emacs-lisp/eieio-comp.el: Remove.
12855
12856 * emacs-lisp/edebug.el (edebug-eval-defun)
12857 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12858 (edebug-toggle): Avoid `eval'.
12859
12860 * emacs-lisp/disass.el (disassemble-internal): Handle new
12861 `closure' objects.
12862 (disassemble-1): Handle new byte codes.
12863
12864 * emacs-lisp/cl.el (pushnew): Silence warning.
12865
12866 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12867 (cl-byte-compile-throw): Remove.
12868 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12869
12870 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12871 closures.
12872
12873 * emacs-lisp/cconv.el: New file.
12874
12875 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12876 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12877 (byte-compile-initial-macro-environment):
12878 Handle declare-function here.
12879 (byte-compile--lexical-environment): New var.
12880 (byte-stack-ref, byte-stack-set, byte-discardN)
12881 (byte-discardN-preserve-tos): New lap codes.
12882 (byte-interactive-p): Don't use any more.
12883 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12884 New macros.
12885 (byte-compile-lapcode): Use them and handle new lap codes.
12886 (byte-compile-obsolete): Remove.
12887 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12888 (byte-compile-arglist-warn): Check late def of inlinable funs.
12889 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12890 since they should have been expanded by now.
12891 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12892 (byte-compile-from-buffer): Remove unused second arg.
12893 (byte-compile-preprocess): New function.
12894 (byte-compile-toplevel-file-form): New function to distinguish
12895 file-form calls from outside from file-form calls from hunk-handlers.
12896 (byte-compile-file-form): Simplify.
12897 (byte-compile-file-form-defsubst): Remove.
12898 (byte-compile-file-form-defmumble): Simplify now that
12899 byte-compile-lambda always returns a byte-code-function.
12900 (byte-compile): Preprocess.
12901 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12902 Remove, not used any more.
12903 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12904 (byte-compile-make-args-desc): New funs.
12905 (byte-compile-lambda): Handle lexical functions. Always return
12906 a byte-code-function.
12907 (byte-compile-reserved-constants): New var, to make up room for
12908 closed-over variables.
12909 (byte-compile-constants-vector): Obey it.
12910 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12911 (byte-compile-macroexpand-declare-function): New function.
12912 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12913 byte-code-functions.
12914 (byte-compile-form): Check obsolescence here.
12915 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12916 (byte-compile-variable-ref): Remove.
12917 (byte-compile-dynamic-variable-op): New fun.
12918 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12919 (byte-compile-variable-set): New funs.
12920 (byte-compile-discard): Add 2 args.
12921 (byte-compile-stack-ref, byte-compile-stack-set)
12922 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12923 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12924 macroexpand-all instead.
12925 (byte-compile-quote-form): Remove.
12926 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12927 (byte-compile-bind, byte-compile-unbind): New funs.
12928 (byte-compile-let): Handle let* and lexical binding.
12929 (byte-compile-let*): Remove.
12930 (byte-compile-catch, byte-compile-unwind-protect)
12931 (byte-compile-track-mouse, byte-compile-condition-case):
12932 Handle a new :fun-body form, used for lexical scoping.
12933 (byte-compile-save-window-excursion)
12934 (byte-compile-with-output-to-temp-buffer): Remove.
12935 (byte-compile-defun): Simplify.
12936 (byte-compile-stack-adjustment): New fun.
12937 (byte-compile-out): Use it.
12938 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12939
12940 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12941 handler any more.
12942
12943 * emacs-lisp/byte-opt.el: Use lexical binding.
12944 (byte-inline-lapcode): Remove (to bytecomp).
12945 (byte-compile-inline-expand): Pay attention to inlining to/from
12946 lexically bound code.
12947 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12948 any more.
12949 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12950 any more and don't call compiler-macros.
12951 (byte-compile-splice-in-already-compiled-code): Remove.
12952 (byte-code): Don't inline any more.
12953 (disassemble-offset): Receive `bytes' as argument rather than via
12954 dynamic scoping.
12955 (byte-compile-tag-number): Declare before first use.
12956 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12957 `return' even if make-spliceable.
12958 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12959 obsolete interactive-p.
12960 (byte-optimize-lapcode): Optimize new lap-codes.
12961 Don't trip up on new form of `byte-constant' lap code.
12962
12963 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12964
12965 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12966
12967 * custom.el (custom-initialize-default, custom-declare-variable):
12968 Use `defvar'.
12969
12970 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12971 New variables.
12972 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12973 (COMPILE_FIRST): Add macroexp and cconv.
12974 * makefile.w32-in: Mirror changes in Makefile.in.
12975
12976 * vc/cvs-status.el:
12977 * vc/diff-mode.el:
12978 * vc/log-edit.el:
12979 * vc/log-view.el:
12980 * vc/smerge-mode.el:
12981 * textmodes/bibtex-style.el:
12982 * textmodes/css.el:
12983 * startup.el:
12984 * uniquify.el:
da91b5f2
CY
12985 * minibuffer.el:
12986 * newcomment.el:
12987 * reveal.el:
12988 * server.el:
12989 * mpc.el:
12990 * emacs-lisp/smie.el:
12991 * doc-view.el:
12992 * dired.el:
03408648
SM
12993 * abbrev.el: Use lexical binding.
12994
0f0c1f27
EZ
129952011-04-01 Eli Zaretskii <eliz@gnu.org>
12996
12997 * info.el (info-display-manual): New function.
12998
c82b2579
SM
129992011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13002
221ddf68
TH
130032011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13004
13005 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13006 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13007
cba6e77e
GM
130082011-03-31 Glenn Morris <rgm@gnu.org>
13009
e040639f
GM
13010 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13011
cba6e77e
GM
13012 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13013
6d0f1c9e
CS
130142011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13015
13016 * progmodes/python.el (python-default-interpreter)
13017 (python-python-command-args, python-jython-command-args)
13018 (python-which-shell, python-which-args, python-which-bufname)
13019 (python-file-queue, python-comint-output-filter-function)
13020 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13021 variables and functions.
13022
3e2d70fd
SM
130232011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13026 (completion-in-region-mode): New minor mode.
13027 (completion-in-region): Use it.
13028 (completion-in-region--data, completion-in-region-mode-map): New vars.
13029 (completion-in-region--postch): New function.
13030 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13031 New vars.
13032 (completion--capf-wrapper): New function.
13033 (completion-at-point): Use it to track well-behavedness of
13034 hook functions.
13035 (completion-help-at-point): New command.
13036
f3e4086c
JM
130372011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13038
13039 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13040 syntax class to search for whitespace on a single line
13041 (Message-ID: <4D938140.4030905@redhat.com>).
13042
eb7ffc14
LL
130432011-03-30 Leo Liu <sdl.web@gmail.com>
13044
13045 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13046 New commands.
13047 (edit-abbrevs-map): Bind them here.
13048 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13049
d806ab68
KM
130502011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13051
13052 * allout.el (allout-hide-by-annotation, allout-flag-region):
13053 Reduce possibility of overlay leakage by making them volatile.
13054
13055 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13056 hash is not shared between buffers. Mode initialization is
13057 responsible for giving it a useful starting value.
13058 (allout-item-span): Reduce possibility of overlay leakage by
13059 making them volatile.
13060 (allout-widgets-count-buttons-in-region): Add diagnostic function
13061 for tracking down button overlay leaks.
13062
ea622834
LL
130632011-03-29 Leo Liu <sdl.web@gmail.com>
13064
13065 * ido.el (ido-read-internal): Use the default history var
13066 minibuffer-history if no HISTORY is specified.
13067
b62f8267
G
130682011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13069
03408648
SM
13070 * net/imap.el (imap-shell-open, imap-process-connection-type):
13071 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13072 Kerberos, SSL, other subprocesses.
13073
947b6566
LL
130742011-03-28 Leo Liu <sdl.web@gmail.com>
13075
13076 * abbrev.el (abbrev-table-empty-p): New function.
13077 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13078 nonempty ones. (Bug#5937)
13079
5ffb62aa
JD
130802011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13081
13082 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13083
7a097943
LL
130842011-03-27 Leo Liu <sdl.web@gmail.com>
13085
13086 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13087 for foreground and background colors.
13088 (ansi-color-make-color-map): Adapt.
13089
c5b40130
LL
130902011-03-25 Leo Liu <sdl.web@gmail.com>
13091
1f48f7d2
LL
13092 * midnight.el (midnight-time-float): Remove. Note it calculates
13093 the microsecond component incorrectly and seconds-to-time does the
13094 same job.
625897ec 13095 Remove redundant (require 'timer).
1f48f7d2 13096
c5b40130
LL
13097 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13098 (ido-completions): Remove unused arguments. (Bug#8329)
13099
d86d2721
SM
131002011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * minibuffer.el (completion--flush-all-sorted-completions):
13103 Remove itself from hook.
13104 (completion-at-point): Let the functions perform the completion
13105 immediately and return nil or t.
13106 * comint.el (comint-dynamic-complete-functions): Now identical to
13107 completion-at-point-functions.
13108 (comint-dynamic-list-input-ring): Remove unused var `index'.
13109 (comint--match-partial-filename, comint--unquote&expand-filename):
13110 New funs, split from comint-match-partial-filename.
13111 (comint-dynamic-complete): Use completion-at-point.
13112 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13113
e8974c48
DA
131142011-03-24 Drew Adams <drew.adams@oracle.com>
13115
13116 * thingatpt.el: Support `defun'.
13117
def71b5e
LL
131182011-03-23 Leo Liu <sdl.web@gmail.com>
13119
cb5af48e
LL
13120 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13121
def71b5e
LL
13122 * help-mode.el (help-mode-finish): Tweak regexp.
13123
927c53e7
GM
131242011-03-23 Glenn Morris <rgm@gnu.org>
13125
18d05bed
GM
13126 * eshell/esh-opt.el (eshell-eval-using-options):
13127 Do not bind unused local variable `eshell-option-stub'.
13128
927c53e7
GM
13129 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13130
9d0da923
JB
131312011-03-22 Juanma Barranquero <lekktu@gmail.com>
13132
13133 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13134 keymap variable in `with-no-warnings' to avoid a warning when the
13135 keymap has been already `defconst'ed.
13136
4b978a67
LL
131372011-03-22 Leo Liu <sdl.web@gmail.com>
13138
13139 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13140 encode all chars in abbrevs; otherwise use emacs-mule or
13141 utf-8-emacs. (Bug#8308)
13142
5fd62452
JB
131432011-03-22 Juanma Barranquero <lekktu@gmail.com>
13144
0b1596c6
JB
13145 * simple.el (backward-delete-char-untabify):
13146 Avoid warning about using `delete-backward-char'.
13147
5fd62452
JB
13148 * image.el (image-type-file-name-regexps): Make it variable.
13149 `imagemagick-register-types' modifies it, and the user may want
13150 to add new extensions for known image types.
13151 (imagemagick-register-types): Throw error if not using ImageMagick.
13152
0b4e93f1
LL
131532011-03-22 Leo Liu <sdl.web@gmail.com>
13154
13155 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13156 located before rcirc-prompt-end-marker.
13157 (rcirc-complete): Error if point is not after rcirc prompt.
13158 Handle the case when table is nil.
9882e214 13159 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13160
fccee4ab
CY
131612011-03-22 Chong Yidong <cyd@stupidchicken.com>
13162
13163 * custom.el (custom--inhibit-theme-enable): Make it affect only
13164 custom-theme-set-variables and custom-theme-set-faces.
13165 (provide-theme): Ignore custom--inhibit-theme-enable.
13166 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13167 (custom-enabling-themes): Delete variable.
d86d2721
SM
13168 (enable-theme): Accept only loaded themes as arguments.
13169 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13170 (custom-enabled-themes): Forbid themes from setting this.
13171 Eliminate use of custom-enabling-themes.
13172 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13173
af896da6
LL
131742011-03-21 Leo Liu <sdl.web@gmail.com>
13175
13176 * ido.el (ido-read-internal): Add ido-selected to history instead
13177 of user input.
13178
78f64af0
SM
131792011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * subr.el (deferred-action-list, deferred-action-function):
13182 Mark obsolete.
13183
b16ac1ec
LL
131842011-03-21 Leo Liu <sdl.web@gmail.com>
13185
810f7698
LL
13186 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13187 change on 2011-02-13 (bug#8309).
13188
b16ac1ec
LL
13189 * minibuffer.el (read-file-name-function): Change default value.
13190 (read-file-name--defaults): Rename from read-file-name-defaults.
13191 (read-file-name-default): Rename from read-file-name.
13192 (read-file-name): Call read-file-name-function.
13193
4e05e67e
GM
131942011-03-21 Glenn Morris <rgm@gnu.org>
13195
13196 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13197 Doc fixes.
13198
4359915b
CY
131992011-03-21 Chong Yidong <cyd@stupidchicken.com>
13200
13201 * cus-theme.el: Add missing provide statement.
13202 (customize-create-theme): Extract theme value correctly.
13203 (custom-theme-visit-theme): Autoload.
13204 (customize-create-theme): Prompt before inserting default faces.
13205
1fe275ee
JB
132062011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13207
13208 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13209 units and musical notes.
13210
cd394be1 132112011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13212
13213 * ido.el (ido-read-internal): Use completing-read-default.
13214 (ido-completing-read): Fix compatibility with completing-read.
13215
7d476bde
CO
132162011-03-20 Christian Ohler <ohler@gnu.org>
13217
13218 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13219 (ert-delete-all-tests): Use `called-interactively-p' rather than
13220 `interactive-p'.
13221 (ert--make-xrefs-region): Respect END.
13222
fe0fb33e
CY
132232011-03-19 Chong Yidong <cyd@stupidchicken.com>
13224
ff854b0b
CY
13225 * dired-aux.el (dired-create-directory): Signal an error if the
13226 directory already exists (Bug#8246).
13227
fe0fb33e
CY
13228 * facemenu.el (list-colors-display): Call list-faces-display
13229 inside with-help-window.
13230 (list-colors-print): Use display property to align the final
13231 column, instead of checking window-width.
13232
576bce32
EZ
132332011-03-19 Eli Zaretskii <eliz@gnu.org>
13234
4d61f28d 13235 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13236 windows-nt systems.
13237 (emerge-protect-metachars): Quote correctly for ms-dos and
13238 windows-nt systems.
13239
89c41d68 132402011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13241
13242 * info.el (info-initialize): Replace all uses of `:' with
13243 path-separator for compatibility with non-Unix systems.
13244 Cache quoting of path-separator. (Bug#8258)
13245
b14e3e21 132462011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13247
13248 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13249 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13250 (mouse-avoidance-mode): Fix typos in docstrings.
13251
4525ce3e
CY
132522011-03-19 Chong Yidong <cyd@stupidchicken.com>
13253
13254 * startup.el (package-subdirectory-regexp): Move from package.el.
13255 Omit \\` and \\', and let callers add them.
13256
13257 * emacs-lisp/package.el (package-strip-version)
13258 (package-load-all-descriptors): Add \\` and \\' to
13259 package-subdirectory-regexp before using it.
13260 (package-untar-buffer): New arg DIR; ensure that file untars only
13261 into this expected directory. Remove superfluous delete-region.
13262 (package-unpack): Caller changed.
13263 (package-tar-file-info): Use package-subdirectory-regexp.
13264
a904a09a 132652011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13266
a904a09a
SM
13267 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13268 diff-mode-shared-map (bug#8284).
13269 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13270
132712011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13272
13273 * calendar/time-date.el (format-seconds): Use assoc instead of
13274 assoc-string, since assoc-string doesn't exist in XEmacs.
13275
171fc304
JB
132762011-03-17 Juanma Barranquero <lekktu@gmail.com>
13277
13278 * custom.el (custom-known-themes): Reflow docstring.
13279 (custom-theme-load-path): Fix typo in docstring.
13280 (load-theme): Fix typo in error message.
13281 (custom-available-themes, custom-variable-theme-value):
13282 Use `let', not `let*'.
13283
d71990a1
JB
132842011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13285
13286 * calc/README: Mention inclusion of musical notes.
13287
13288 * calc/calc-units.el (calc-lu-quant): Rename from
13289 `calc-logunits-quantity'.
13290 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13291 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13292 (calc-db): Rename from `calc-dblevel'.
13293 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13294 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13295 (calc-np): Rename from `calc-nplevel'.
13296 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13297 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13298 (calc-lu-plus): Rename from `calc-logunits-add'.
13299 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13300 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13301 (calc-lu-minus): Rename from `calc-logunits-sub'.
13302 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13303 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13304 (calc-lu-times): Rename from `calc-logunits-mul'.
13305 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13306 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13307 (calc-lu-divide): Rename from `calc-logunits-div'.
13308 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13309 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13310
13311 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13312 functions being autoloaded.
13313
13314 * calc/calc.el (calc-lu-power-reference): Rename from
13315 `calc-logunits-power-reference'.
13316 (calc-lu-field-reference): Rename from
13317 `calc-logunits-field-reference'.
13318
7a71b18d
GM
13319 * calc/calc-help.el (calc-l-prefix-help):
13320 Mention musical note functions.
d71990a1 13321
40c2934b
SM
133222011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * minibuffer.el (completion-all-sorted-completions):
13325 Use :completion-cycle-penalty text property if present.
13326
b0911414
KM
133272011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13328
13329 * allout.el (allout-yank-processing): Adjust for new rebulleting
13330 regime so bullet being yanked is used without prompting the user
13331 for a choice.
13332
8a05b668
JB
133332011-03-16 Juanma Barranquero <lekktu@gmail.com>
13334
13335 * startup.el (command-line): Warn the user that _emacs is deprecated.
13336
5ba5fb81
JB
133372011-03-16 Juanma Barranquero <lekktu@gmail.com>
13338
13339 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13340 (delphi-verbose, delphi-comment-face, delphi-string-face)
13341 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13342 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13343 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13344 (delphi-new-comment-line, delphi-font-lock-defaults)
13345 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13346 Fix typos in docstrings.
13347
2dab465b
KM
133482011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13349
5ba5fb81 13350 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13351 Invert the roles of character and string values for INSTEAD, so a
13352 string is used for the more common case of a defaulting prompt.
13353
0adf5618
SM
133542011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * progmodes/ruby-mode.el (ruby-backward-sexp):
13357 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13358 * play/gamegrid.el (gamegrid-make-face):
13359 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13360 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13361 * notifications.el (notifications-notify):
13362 * net/xesam.el (xesam-search-engines):
13363 * net/quickurl.el (quickurl-list-insert):
13364 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13365
d72700e5
CY
133662011-03-15 Chong Yidong <cyd@stupidchicken.com>
13367
13368 * startup.el (command-line): Update package subdirectory regexp.
13369
49c5410a
SM
133702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13371
c6eee9aa
SM
13372 * allout.el (allout-abbreviate-flattened-numbering)
13373 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13374
49c5410a
SM
13375 * subr.el (read-char-choice): Only show the cursor after the prompt,
13376 not after the answer.
13377
047b2bb9
KR
133782011-03-15 Kevin Ryde <user42@zip.com.au>
13379
13380 * help-fns.el (variable-at-point): Skip leading quotes, if any
13381 (bug#8253).
13382
0a57d256
SM
133832011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13386 warning message.
13387
77c992bc
MA
133882011-03-14 Michael Albinus <michael.albinus@gmx.de>
13389
13390 * shell.el (shell): When called interactively, offer to change the
13391 shell file name on remote hosts.
13392
eebc475d
TZ
133932011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13394
13395 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13396 integration for LDAP parameters. The host, base, user or binddn,
13397 and secret tokens can be specified in a netrc file, for instance.
13398 This is optional because an `auth-source' parameter must be
13399 specified in the search attributes.
13400
9d05d1ba
JB
134012011-03-13 Juanma Barranquero <lekktu@gmail.com>
13402
13403 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13404
09d9db2c
GM
134052011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13408 into declaration. Remove redundant and harmful binding.
13409
134102011-03-12 Eli Zaretskii <eliz@gnu.org>
13411
13412 * files.el (file-ownership-preserved-p): Pass `integer' as an
13413 explicit 2nd argument to `file-attributes'. If the file's owner
13414 is the Administrators group on Windows, and the current user is
13415 Administrator, consider that a match.
13416
13417 * server.el (server-ensure-safe-dir): Consider server directory
13418 safe on MS-Windows if its owner is the Administrators group while
13419 the current Emacs user is Administrator. Use `=' to compare
13420 numerical UIDs, since they could be integers or floats.
13421
219bd536
JB
134222011-03-12 Juanma Barranquero <lekktu@gmail.com>
13423
13424 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13425
f3afd36b
MA
134262011-03-12 Michael Albinus <michael.albinus@gmx.de>
13427
13428 Sync with Tramp 2.2.1.
13429
13430 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13431
13432 * net/trampver.el: Update release number.
13433
3aaaa6f1
SM
134342011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13435
94642599
SM
13436 * progmodes/compile.el (compilation--previous-directory): Fix up
13437 various nil/dead-marker mismatches (bug#8014).
13438 (compilation-directory-properties, compilation-error-properties):
13439 Don't call it at a position past the one we're about to change.
13440
3aaaa6f1
SM
13441 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13442 Disable obsolescence warnings in the file that declares it.
13443
14239447
KM
134442011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13445
099c39a4
JB
13446 * allout-widgets.el (allout-widgets-tally):
13447 Initialize allout-widgets-tally as a hash table rather than nil to
13448 prevent mode-line redisplay warnings. Also, clarify the module
13449 description and fix a comment typo.
14239447 13450
135e287c
JB
134512011-03-11 Juanma Barranquero <lekktu@gmail.com>
13452
13453 * help-fns.el (describe-variable): Don't complete keywords.
13454 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13455
ffbf300e
CY
134562011-03-10 Chong Yidong <cyd@stupidchicken.com>
13457
ba08b241
CY
13458 * emacs-lisp/package.el (package-version-join): Impose a standard
13459 string representation for pre/alpha/beta version lists.
13460 (package-unpack-single): Standardize the directory name by passing
13461 it through package-version-join.
13462 (package-strip-rcs-id): Accept any version string that does not
13463 signal an error in version-to-list.
ffbf300e 13464
f346fd6b
MA
134652011-03-10 Michael Albinus <michael.albinus@gmx.de>
13466
13467 * simple.el (delete-trailing-whitespace): Return nil for the
13468 benefit of `write-file-functions'.
13469
ccb55d27
GM
134702011-03-10 Glenn Morris <rgm@gnu.org>
13471
5ceaac0c
GM
13472 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13473
02da65ff
GM
13474 * vc/vc-git.el (vc-git-program): New option.
13475 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13476 (vc-git--call): Use it.
13477
b2f603cc
GM
13478 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13479
5772caab
GM
13480 * cus-edit.el (Custom-newline): If no button at point, look
13481 for a subgroup button at start-of-line. (Bug#2298)
13482
ccb55d27
GM
13483 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13484
ec6ecaed
JD
134852011-03-10 Julien Danjou <julien@danjou.info>
13486
13487 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13488 `cursor-type' is nil.
13489
9d5aa01d
JB
134902011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13491
13492 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13493
b6a5875b
KM
134942011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13495
7a71b18d 13496 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13497 preserves the existing header prefix, rebulleting it if necessary,
13498 rather than replacing it. This is necessary for proper operation
13499 of cooperative addons like allout-widgets.
1154d12e
JB
13500 (allout-make-topic-prefix, allout-rebullet-heading):
13501 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13502 value as alternate bullet to be used, instead of prompting the user
13503 for a bullet character.
b6a5875b 13504
ee545c35
MA
135052011-03-09 Michael Albinus <michael.albinus@gmx.de>
13506
d86d2721
SM
13507 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13508 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13509 `tramp-default-port'.
13510
c47971d7
DD
135112011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13512
13513 * net/rcirc.el (rcirc-handler-001): Remove useless
13514 with-rcirc-process-buffer.
13515 (rcirc-check-auth-status): Swap arguments to string-match.
13516
13522cb4
GM
135172011-03-09 Glenn Morris <rgm@gnu.org>
13518
0be6f4f1
GM
13519 * shell.el (shell-mode):
13520 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13521
13522cb4
GM
13522 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13523 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13524
515de2e3
CY
135252011-03-08 Chong Yidong <cyd@stupidchicken.com>
13526
13527 * emacs-lisp/package.el (package-refresh-contents)
13528 (package-menu-execute): Use condition-case-no-debug.
13529
b511b994
MA
135302011-03-08 Michael Albinus <michael.albinus@gmx.de>
13531
13532 * simple.el (shell-command-to-string): Use `process-file'.
13533
13534 * emacs-lisp/package.el (package-tar-file-info): Handle also
13535 remote files.
13536
d86d2721
SM
13537 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13538 Use `equal' for upload base check.
b511b994 13539
25bbfb31
AM
135402011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13541
13542 * textmodes/texinfo.el (texinfo-environments):
13543 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13544
be996521
GM
135452011-03-08 Glenn Morris <rgm@gnu.org>
13546
e9c8529f
GM
13547 * cus-start.el (cursor-in-non-selected-windows):
13548 Fix :set quoting oddness. (Bug#8192)
13549
be996521
GM
13550 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13551 in some setf expressions. (Bug#2159)
13552
2bb5649e
CY
135532011-03-08 Chong Yidong <cyd@stupidchicken.com>
13554
13555 * custom.el (custom-available-themes): Return themes in
13556 alphabetical order.
13557
33383987 13558See ChangeLog.15 for earlier changes.
e3d51b27
MR
13559
13560;; Local Variables:
13561;; coding: utf-8
e3d51b27
MR
13562;; End:
13563
acaf905b 13564 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13565
13566 This file is part of GNU Emacs.
13567
13568 GNU Emacs is free software: you can redistribute it and/or modify
13569 it under the terms of the GNU General Public License as published by
13570 the Free Software Foundation, either version 3 of the License, or
13571 (at your option) any later version.
13572
13573 GNU Emacs is distributed in the hope that it will be useful,
13574 but WITHOUT ANY WARRANTY; without even the implied warranty of
13575 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13576 GNU General Public License for more details.
13577
13578 You should have received a copy of the GNU General Public License
13579 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.