lisp/progmodes/idlw-shell.el: Cleanup after 2012-05-04T05:14:14Z!cyd@gnu.org.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b499d8d0
JB
12012-05-09 Juanma Barranquero <lekktu@gmail.com>
2
4824146a
JB
3 * progmodes/idlw-shell.el (specs): Remove reference to deleted
4 variable `idlwave-shell-activate-alt-keybindings' and simplify.
5
b499d8d0
JB
6 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7
ad89bb83
GM
82012-05-08 Glenn Morris <rgm@gnu.org>
9
10 * files.el (auto-mode-alist): Treat ".make" like ".mk".
11
8bba5a75
SM
122012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13
49ed9c8e
SM
14 * vc/log-edit.el: Add GNU coding standards highlighting.
15 (log-edit-font-lock-gnu-style)
16 (log-edit-font-lock-gnu-keywords): New vars.
17 (log-edit-font-lock-keywords): New fun.
18 (log-edit-mode): Don't fold case in font-lock.
19 (log-edit-font-lock-keywords): Do not assume case-folding.
20
07d00b56
SM
21 * imenu.el: Misc cleanup. Make docstrings out of comments.
22 Use lexical-binding.
23 (imenu--index-alist, imenu--last-menubar-index-alist)
24 (imenu-menubar-modified-tick): Use defvar-local.
25 (imenu--split-menu): Remove unused var.
26 (imenu--cleanup-seen): Declare as global.
27 (imenu--cleanup): Use dolist.
28
8bba5a75
SM
29 * subr.el (defvar-local): Add debug spec and doc-string position.
30
5075bdb5
GM
312012-05-08 Glenn Morris <rgm@gnu.org>
32
c052c904
GM
33 * lisp/language/burmese.el, language/cham.el, language/czech.el:
34 * language/english.el, language/georgian.el, language/greek.el:
35 * language/japanese.el, language/khmer.el, language/korean.el:
36 * language/lao.el, language/misc-lang.el, language/romanian.el:
37 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
38 * language/thai.el, language/utf-8-lang.el:
39 Remove no-byte-compile setting.
40
5075bdb5
GM
41 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
42
06f679a7
AH
432012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
44
45 * progmodes/make-mode.el (makefile-browse):
46 Remove unnecessary interactive. (Bug#11324)
47
03794570
GM
482012-05-07 Glenn Morris <rgm@gnu.org>
49
af8630f4
GM
50 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
51
03794570
GM
52 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
53
f0809a9d
SM
542012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
55
28be5ce7
SM
56 * loadup.el: Preload newcomment.el.
57 * newcomment.el: Move autoload-only code to toplevel.
58
f0809a9d
SM
59 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
60 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
61 Handle new :right-align column property.
62 (tabulated-list-print-col): Idem, plus use `display' text-property to
63 try and preserve alignment for variable pitch fonts.
64
1241b724
CY
652012-05-07 Chong Yidong <cyd@gnu.org>
66
67 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
68 (tabulated-list-use-header-line): New var.
69 (tabulated-list-init-header): Use it.
70 (tabulated-list-print-fake-header): New function.
71 (tabulated-list-print): Use it.
72 (tabulated-list-sort-button-map): Add non-header-line commands.
73 (tabulated-list-init-header): Add column name property to basic
74 labels as well.
75 (tabulated-list-col-sort): Handle non-header-line button case.
76 (tabulated-list--sort-by-column-name): Fix a corner case.
77
f0809a9d
SM
78 * buff-menu.el (list-buffers--refresh):
79 Handle Buffer-menu-use-header-line.
1241b724 80
e5f9458f
CY
812012-05-06 Chong Yidong <cyd@gnu.org>
82
83 * buff-menu.el: Convert to Tabulated List mode.
84 (Buffer-menu-buffer+size-width): Make obsolete.
85 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
86 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
87 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
88 documentation into docstring of buffer-menu.
89 (Buffer-menu-toggle-files-only): Add an informative message.
90 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
91 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
92 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
93 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
94 (Buffer-menu-execute, Buffer-menu-select)
95 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
96 (Buffer-menu-bury): Use Tabulated List machinery.
97 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
98 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 99 Delete.
e5f9458f
CY
100 (list-buffers--refresh): New function.
101 (list-buffers-noselect): Use it.
102 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
103 (Buffer-menu--pretty-file-name): New helper functions.
104
105 * loadup.el: Preload tabulated-list.
106
107 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
108 tabulated-list-sort-column.
109 (tabulated-list-init-header): Add the initial aligning space even
110 if tabulated-list-padding is zero.
111
e129292c
CS
1122012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
113
114 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
115 whose cdr is not a cons cell correctly (bug#11038).
116
6632d361
CY
1172012-05-06 Chong Yidong <cyd@gnu.org>
118
e129292c
CS
119 * emacs-lisp/tabulated-list.el (tabulated-list-format):
120 Accept additional plist in column descriptors.
6632d361
CY
121 (tabulated-list-init-header): Obey it.
122 (tabulated-list-get-entry): New function.
123 (tabulated-list-put-tag): Use it. Use string-width instead of
124 length.
125 (tabulated-list--column-number): New function.
126 (tabulated-list-print): Use it.
e129292c
CS
127 (tabulated-list-print-col): New function.
128 Set `tabulated-list-column-name' property on each column's text.
6632d361 129 (tabulated-list-print-entry): Use it.
e129292c
CS
130 (tabulated-list-delete-entry, tabulated-list-set-col):
131 New functions.
6632d361
CY
132 (tabulated-list-sort-column): New command (Bug#11337).
133
3cc99f68
CY
134 * buff-menu.el (list-buffers): Move C-x C-b binding from
135 buff-menu.el to bindings.el.
136
137 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
138 :advertised-binding feature.
139
52b61776
TN
1402012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
141
142 * progmodes/compile.el (compilation-internal-error-properties):
143 Calculate start position correctly when end-col is set but
144 end-line is not (Bug#11382).
145
ebfe2597
WJ
1462012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
147
148 * man.el (Man-unindent): Use text-property-default-nonsticky to
149 prevent untabify from inheriting face properties (Bug#11408).
150
a43f98b3
GM
1512012-05-05 Glenn Morris <rgm@gnu.org>
152
48176e8b
GM
153 * calendar/cal-html.el: Optionally include holidays in the output.
154 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
155 (cal-html-holidays): New option.
156 (cal-html-css-default): Add holiday entry.
157 (holiday-in-range): Autoload it.
158 (cal-html-htmlify-entry): Add optional class argument.
159 (cal-html-htmlify-list): Add optional holidays argument.
160 (cal-html-insert-agenda-days): Include holidays in the output.
161 (cal-html-one-month): Maybe include holidays.
162
a43f98b3
GM
163 * calendar/holidays.el (holiday-in-range):
164 Move here from cal-tex-list-holidays.
165 * calendar/cal-tex.el (cal-tex-list-holidays):
166 Make it an obsolete alias for holiday-in-range. Update all callers.
167
fef9d149 1682012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
169
170 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
171 Nextstep.
172
248da2f4
RW
1732012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
174
175 * files.el (file-auto-mode-skip): New var.
176 (set-auto-mode-1): Use it.
177
f95e9344
SM
1782012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
179
df96ab1e
SM
180 * repeat.el: Use lexical-binding.
181 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
182 (repeat-undo-count): Remove.
183 (repeat):
184 * progmodes/octave-mod.el (octave-abbrev-start):
185 * progmodes/f90.el (f90-abbrev-start):
186 * face-remap.el (text-scale-adjust):
187 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
188
5342bb06
SM
189 * emacs-lisp/pcase.el (pcase--let*): New function.
190 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
191 a bit more.
192 (pcase--split-pred): Be more clever about ruling out overlap between
193 a predicate and some constant pattern.
194 (pcase--q1): Use `null' instead of (eq foo nil).
195
f95e9344
SM
196 * subr.el (setq-local, defvar-local): New macros.
197 (kbd): Redefine as an alias.
198 (with-selected-window): Leave unrelated frames alone.
199 (set-temporary-overlay-map): New function.
200
71873e2b
SM
2012012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * subr.el (user-error): New function.
204 * window.el (switch-to-buffer):
205 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
206 (smerge-match-conflict):
207 * simple.el (previous-matching-history-element)
208 (next-matching-history-element, goto-history-element, undo-more)
209 (undo-start):
210 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
211 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
212 (next-file, tags-loop-scan, list-tags, complete-tag):
213 * progmodes/compile.el (compilation-loop):
214 * mouse.el (mouse-minibuffer-check):
215 * man.el (Man-bgproc-sentinel, Man-goto-page):
216 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
217 (Info-history-forward, Info-follow-reference, Info-menu)
218 (Info-extract-menu-item, Info-extract-menu-counting)
219 (Info-forward-node, Info-backward-node, Info-next-menu-item)
220 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
221 (Info-next-reference, Info-prev-reference, Info-index)
222 (Info-index-next, Info-follow-nearest-node)
223 (Info-copy-current-node-name):
224 * imenu.el (imenu--make-index-alist)
225 (imenu-default-create-index-function, imenu-add-to-menubar):
226 * files.el (basic-save-buffer, recover-file):
227 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
228 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
229 (checkdoc-message-text, checkdoc-defun):
230 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
231 * cus-edit.el (customize-changed-options, customize-rogue)
232 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
233 (custom-variable-mark-to-reset-standard)
234 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
235 (custom-file):
236 * completion.el (check-completion-length):
237 * comint.el (comint-search-arg)
238 (comint-previous-matching-input-string-position)
239 (comint-previous-matching-input)
240 (comint-replace-by-expanded-history-before-point, comint-send-input)
241 (comint-copy-old-input, comint-backward-matching-input)
242 (comint-goto-process-mark, comint-set-process-mark):
243 * calendar/calendar.el (calendar-cursor-to-date): Use it.
244 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
245
8a61ee22
SM
2462012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
247
66408d1e
SM
248 * dabbrev.el (dabbrev--ignore-case-p): New function.
249 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
250 Use it.
251
8a61ee22
SM
252 * files.el (automount-dir-prefix): Mark as obsolete.
253
3c74813a
GM
2542012-05-04 Glenn Morris <rgm@gnu.org>
255
256 * patcomp.el, play/bruce.el: Move to obsolete/.
257
0bfcf5c5
PE
2582012-05-04 Paul Eggert <eggert@cs.ucla.edu>
259
260 Fix minor Y10k bugs.
261 * arc-mode.el (archive-unixdate):
262 * autoinsert.el (auto-insert-alist):
263 * calc/calc-forms.el (math-this-year):
264 * emacs-lisp/copyright.el (copyright-current-year)
265 (copyright-update-year, copyright):
266 * tar-mode.el (tar-clip-time-string):
267 * time.el (display-time-update):
268 Don't assume years have 4 digits.
269
78f3273a
CY
2702012-05-04 Chong Yidong <cyd@gnu.org>
271
272 * dos-w32.el (file-name-buffer-file-type-alist)
273 (direct-print-region-use-command-dot-com):
274 * ffap.el (ffap-menu-regexp):
275 * find-file.el (ff-special-constructs):
276 * follow.el (follow-debug):
277 * forms.el (forms--debug):
278 * iswitchb.el (iswitchb-all-frames):
279 * ido.el (ido-all-frames):
280 * emacs-lisp/timer.el (timer-max-repeats):
281 * mail/feedmail.el (feedmail-mail-send-hook)
282 (feedmail-mail-send-hook-queued):
283 * mail/footnote.el (footnote-signature-separator):
284 * mail/mailabbrev.el (mail-alias-separator-string)
285 (mail-abbrev-mode-regexp):
286 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
287 * progmodes/idlwave.el (idlwave-libinfo-file)
288 (idlwave-default-completion-case-is-down)
289 (idlwave-library-routines): Convert defvars to defcustoms.
290
291 * mail/rmail.el (rmail-decode-mime-charset):
292 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
293 (idlwave-shell-fix-inserted-breaks)
294 (idlwave-shell-activate-alt-keybindings)
295 (idlwave-shell-use-breakpoint-glyph):
296 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
297
f7ae6719
SM
2982012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
301
47086495
WS
3022012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
303
304 * progmodes/verilog-mode.el (font-lock-keywords):
305 Fix mis-highligting auto. Reported by Craig Barner.
306 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
307 defines from global name space. Reported by Dan Dever.
308 (verilog-auto-reset, verilog-auto-reset-widths)
309 (verilog-auto-tieoff): Support using unbased numbers for
310 AUTORESET and AUTOTIEOFF.
311 (verilog-submit-bug-report): Update variable list.
312 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
313 parenthesis from not matching. Reported by Michael Rytting.
314 (verilog-auto-template-lint): Fix hash error when linting modules
315 with no used templates.
316 (verilog-warn, verilog-warn-error)
317 (verilog-warn-fatal): When non-interactive report multiple
318 warnings before exiting. Suggested by Brad Dobbie.
319 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
320 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
321 to report unused template errors. Reported by Brad Dobbie.
322 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
323 nets, bug438. Reported by Vns Blore.
324 (verilog-auto-inout-module, verilog-auto-reg)
325 (verilog-read-decls, verilog-read-sub-decls-sig)
326 (verilog-signals-edit-wire-reg, verilog-signals-with):
327 Fix passing of Verilog data types in ANSI input/output ports
328 such as "output logic" into the AUTOs. Special case "wire" and
329 "reg" for backwards compatibility presuming Verilog 2001.
330 (verilog-auto-ascii-enum): Add "auto enum" as alias.
331 (verilog-preprocess): Fix replication of preprocess output.
332 Reported by Brad Dobbie.
333 (verilog-auto-inst-interfaced-ports):
334 Create verilog-auto-inst-interfaced-ports, bug429.
335 Reported by Julian Gorfajn.
336 (verilog-after-save-font-hook)
337 (verilog-before-save-font-hook): New variable.
338 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
339 (verilog-save-font-mods): Wrap disabling fontification, reported
340 by David Rogoff.
341 (verilog-do-indent, verilog-pretty-declarations-auto)
342 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
343 Reported by Pierre-David Pfister.
344 (verilog-set-auto-endcomments): Fix endtask auto comments outside
345 of class declarations, bug292. Reported by Kevin Heilman.
346 (verilog-read-decls): Fix 'parameter type' not appearing in
347 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
348 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
349 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
350 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
351 Reported by David Kravitz.
352
3532012-05-03 Michael McNamara <mac@mail.brushroad.com>
354
355 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
356 assignment with tests in ifs and for loops.
357 (verilog-extended-complete-re, verilog-complete-reg): Change so
358 that DPI inport functions don't look like fuction declarations.
359 (verilog-pretty-expr): Don't line up assignment
360 operations to the test and increment in if and for loops
361 (verilog-extended-complete-re, verilog-complete-reg): Change so
362 that DPI inport functions don't look like fuction declarations
363
2e51d4b5
KH
3642012-05-03 Kenichi Handa <handa@m17n.org>
365
366 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
367 decoding, and show a warning message without signalling an error
368 (Bug#11282).
369
2bd785a2
SM
3702012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * emacs-lisp/bytecomp.el
373 (byte-compile-file-form-custom-declare-variable): Compile all elements,
374 since cconv.el might have introduced :fun-body, internal-make-closure,
375 and friends for bytecomp to handle (bug#11391).
376 * custom.el (defcustom): Avoid ((λ ..) ..).
377
99d27583
SM
3782012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
381
55a71479
JB
3822012-05-02 Juanma Barranquero <lekktu@gmail.com>
383
384 * notifications.el (dbus-debug):
385 * term/linux.el (gpm-mouse-enable):
386 * term/screen.el (xterm-register-default-colors): Declare.
387
7b97c764
CY
3882012-05-02 Chong Yidong <cyd@gnu.org>
389
2bc356d7
CY
390 * cus-start.el (gc-cons-percentage, exec-suffixes)
391 (dos-display-scancodes, dos-hyper-key, dos-super-key)
392 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
393 (make-cursor-line-fully-visible, void-text-area-pointer)
394 (font-list-limit): Add customization data.
395
7b97c764
CY
396 * allout.el (allout-exposure-change-functions)
397 (allout-structure-added-functions)
398 (allout-structure-deleted-functions)
399 (allout-structure-shifted-functions): Rename abnormal hooks from
400 *-hook, and convert to defcustoms.
5d3385a0
JB
401 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
402 Convert to defcustoms.
7b97c764
CY
403 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
404
405 * allout-widgets.el: Hook callers changed.
406
90207a15 4072012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
408
409 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
410 the yanked message in preference to the default value of
411 buffer-file-coding-system.
412
90207a15 4132012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 414
5d3385a0
JB
415 * window.el (display-buffer--action-function-custom-type):
416 Fix entry.
d9558cad 417
90207a15 4182012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
419
420 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
421
d80ac57b
GM
4222012-05-01 Glenn Morris <rgm@gnu.org>
423
976f7668
GM
424 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
425
beb83b5a
GM
426 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
427
d80ac57b
GM
428 * cus-edit.el (custom-variable-documentation): Simplify with format.
429
b593d6a9
AH
4302012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
431 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * simple.el (suggest-key-bindings, execute-extended-command):
434 Move from keyboard.c.
435
782fbf2a
CY
4362012-05-01 Chong Yidong <cyd@gnu.org>
437
438 * follow.el: Eliminate advice.
439 (set-process-filter, process-filter, sit-for): Advice deleted.
440 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
441 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
442 Vars deleted.
782fbf2a
CY
443 (follow-auto): Use a :set function.
444 (follow-mode): Rewritten. Don't advise process filters.
445 (follow-switch-to-current-buffer-all, follow-scroll-up)
446 (follow-scroll-down): Assume follow-mode is bound.
447 (follow-comint-scroll-to-bottom)
448 (follow-align-compilation-windows): New functions.
449 (follow--window-sorter): New function.
450 (follow-all-followers): Use it to explicitly sort windows by their
451 positions; don't make assumptions about next-window order.
452 (follow-windows-start-end, follow-delete-other-windows-and-split)
453 (follow-calc-win-start): Doc fix.
454 (follow-windows-aligned-p, follow-select-if-visible): Don't call
455 vertical-motion unnecessarily.
456 (follow-adjust-window): New function.
457 (follow-post-command-hook): Use it.
458 (follow-call-set-process-filter, follow-call-process-filter)
459 (follow-intercept-process-output, follow-tidy-process-filter-alist)
460 (follow-stop-intercept-process-output, follow-generic-filter):
461 Functions deleted.
462 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
463 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
464 New functions, replacing advice on scroll-bar-* commands.
87233a14 465 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
466
467 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
468 (comint-postoutput-scroll-to-bottom): Use it.
469 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 470
290af740
GM
4712012-05-01 Glenn Morris <rgm@gnu.org>
472
473 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
474 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
475 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
476 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
477 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
478 Remove no-byte-compile setting.
479
6eac8dc9
SM
4802012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * minibuffer.el (completion-table-with-quoting): Fix compatibility
483 all-completions code to not return a number in the last cdr.
484
9cc7819c
LL
4852012-04-30 Leo Liu <sdl.web@gmail.com>
486
487 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
488 read-only error.
489
c93b886f
CY
4902012-04-29 Chong Yidong <cyd@gnu.org>
491
492 * follow.el (follow-calc-win-end): Rewrite to handle partial
493 screen lines correctly (Bug#8390).
494 (follow-avoid-tail-recenter): Minor cleanup.
495
8b6c19f4
SM
4962012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 Avoid the obsolete `assoc' package.
499 * speedbar.el (speedbar-refresh): Avoid adelete.
500 (speedbar-file-lists): Simplify and avoid aput.
501 * man.el (Man--sections, Man--refpages): New vars, replacing
502 Man-sections-alist and Man-refpages-alist.
503 (Man-build-section-alist, Man-build-references-alist):
504 Use them; avoid aput.
505 (Man--last-section, Man--last-refpage): New vars.
506 (Man-follow-manual-reference): Use them.
507 Use the `default' arg of completing-read.
508 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
509
c5bb7569
CY
5102012-04-27 Chong Yidong <cyd@gnu.org>
511
d1d2e2e8
CY
512 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
513
15cd8efd
CY
514 * startup.el (x-apply-session-resources): New function.
515
516 * term/ns-win.el (ns-initialize-window-system):
517 * term/w32-win.el (w32-initialize-window-system):
518 * term/x-win.el (x-initialize-window-system): Use it to properly
519 set menu-bar-mode and other vars from X resources, even if the
520 initial frame is not a window-system frame (Bug#2299).
521
c5bb7569
CY
522 * subr.el (read-key): Avoid running filter function when setting
523 up temporary tool bar entries (Bug#9922).
524
a8e7d6d7 5252012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
526
527 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
528 (Bug#11344)
529
a8e7d6d7 5302012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
531
532 * select.el (xselect--encode-string): New function, split from
533 xselect-convert-to-string.
534 (xselect-convert-to-string): Use it.
535 (xselect-convert-to-filename, xselect-convert-to-os)
536 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
537 returned strings are properly encoded (Bug#11315).
538
a8e7d6d7 5392012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
540
541 * simple.el (delete-active-region): Move to killing custom group.
542
a8e7d6d7 5432012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
544
545 * progmodes/which-func.el (which-func-current): Quote %
546 characters for mode-line processing.
547
578c1d4b 5482012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
549
550 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
551 reaching eob (Bug#11286).
552
a8e7d6d7 5532012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
554
555 * progmodes/gdb-mi.el (gdb-control-level): New variable.
556 (gdb): Make it buffer-local and init to zero.
557 (gdb-control-commands-regexp): New variable.
558 (gdb-send): Don't wrap in "-interpreter-exec console" if
559 gdb-control-level is positive. Increment gdb-control-level
560 whenever the command matches gdb-control-commands-regexp, and
561 decrement it each time the command is "end". (Bug#11279)
562
a8e7d6d7 5632012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
564
565 * window.el (adjust-window-trailing-edge, enlarge-window)
566 (shrink-window, window-resize):
567 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
568 windows (Bug#11276).
569
b3608390
CY
5702012-04-27 Chong Yidong <cyd@gnu.org>
571
572 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 573 fix "missing prefix" warning. All callers changed.
b3608390 574
797e6e88
SM
5752012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * emacs-lisp/assoc.el: Move to obsolete/.
578
e95a67dc
SM
5792012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
580
657c21e4 581 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
582
583 * term/ns-win.el (ns-define-service):
584 * progmodes/pascal.el (pascal-goto-defun):
585 * progmodes/js.el (js--read-tab):
586 * progmodes/etags.el (tags-lazy-completion-table):
587 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
588 * emacs-lisp/ewoc.el (ewoc--wrap):
589 * emacs-lisp/assoc.el (aput, adelete, amake):
590 * doc-view.el (doc-view-convert-current-doc):
591 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
592
cb3e7ae0
CY
5932012-04-26 Chong Yidong <cyd@gnu.org>
594
dce04f7f
CY
595 * image.el (image-type-from-buffer): Only return supported image
596 type (Bug#9045).
597
cb3e7ae0
CY
598 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
599 value, for symmetry with diff-end-of-hunk.
600 (diff-split-hunk, diff-find-source-location)
601 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
602 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
603 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
604 compute the relevant hunk or file properly (Bug#6005).
605 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
606
0d42eb3e
SM
6072012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * vc/vc-mtn.el:
610 * vc/vc-hg.el:
611 * vc/vc-git.el:
612 * vc/vc-dir.el:
613 * vc/vc-cvs.el:
614 * vc/vc-bzr.el:
615 * vc/vc-arch.el:
616 * vc/vc.el: Replace lexical-let by lexical-binding.
617 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
618 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
619 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
620
f08ae1c9
CY
6212012-04-26 Chong Yidong <cyd@gnu.org>
622
8b71081d
CY
623 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
624 (diff-mode-shared-map): Bind it to / and [remap undo].
625
f08ae1c9
CY
626 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
627 (ediff-window-setup-function): Use it as the default, to set up
628 windows based on whether the current frame is graphical (Bug#2138).
629 (ediff-choose-window-setup-function-automatically): Make obsolete.
630
631 * vc/ediff-init.el: Always define ediff-pixel-width/height.
632
ef24141c
SM
6332012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
634
cc356a5d
SM
635 * ffap.el: Remove old code for obsolete package.
636 (ffap-complete-as-file-p): Remove.
637
b4ff4f1f
SM
638 Use completion-table-with-quoting for comint and pcomplete.
639 * comint.el (comint--unquote&requote-argument)
640 (comint--unquote-argument, comint--requote-argument): New functions.
641 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
642 (comint-quote-filename): Use regexp-opt-charset.
643 (comint--common-suffix, comint--common-quoted-suffix)
644 (comint--table-subvert): Remove.
645 (comint-unquote-function, comint-requote-function): New vars.
646 (comint--complete-file-name-data): Use them with
647 completion-table-with-quoting.
648 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
649 * pcomplete.el (pcomplete-arg-quote-list)
650 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
651 (pcomplete-unquote-argument-function): Default to non-nil.
652 (pcomplete-unquote-argument): Simplify.
653 (pcomplete--common-quoted-suffix): Remove.
654 (pcomplete-requote-argument-function): New var.
655 (pcomplete--common-suffix): New function.
656 (pcomplete-completions-at-point): Use completion-table-with-quoting
657 and completion-table-subvert.
658
79c4eeb4
SM
659 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
660 (minibuffer--double-dollars): Preserve properties.
661 (completion--sifn-requote): New function.
662 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
663
ef24141c
SM
664 * minibuffer.el: Add support for completion of quoted/escaped data.
665 (completion-table-with-quoting, completion-table-subvert): New funs.
666 (completion--twq-try, completion--twq-all): New functions.
667 (completion--nth-completion): New function.
668 (completion-try-completion, completion-all-completions): Use it.
669
784e7d6e
LL
6702012-04-25 Leo Liu <sdl.web@gmail.com>
671
dd2ac746
SM
672 * progmodes/python.el (python-pdbtrack-get-source-buffer):
673 Use compilation-message if available to find real filename.
784e7d6e 674
07875ee7
CY
6752012-04-25 Chong Yidong <cyd@gnu.org>
676
677 * vc/diff-mode.el (diff-setup-whitespace): New function.
678 (diff-mode): Use it.
679
680 * vc/diff.el (diff-sentinel):
681 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
682 Whitespace mode variables based on diff style (Bug#8612).
683
5055880d
LL
6842012-04-25 Leo Liu <sdl.web@gmail.com>
685
daf75653
LL
686 * progmodes/python.el (python-send-region): Add suffix .py to the
687 temp file.
688
5055880d
LL
689 * files.el (auto-mode-alist): Use javascript-mode instead.
690
db9b177b
AH
6912012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
692
ef24141c 693 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
694
695 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 696 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 697 references, see Bug#9.
ef24141c 698 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 699 when receiving a fault reply.
ef24141c 700 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
701
702 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 703 (soap-inspect-simple-type): New function.
db9b177b 704
ef24141c 705 * soap-client.el (soap-simple-type): New struct.
db9b177b 706 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
707 (soap-decode-basic-type, soap-encode-basic-type):
708 support unsignedInt and double basic types.
db9b177b 709 (soap-resolve-references-for-simple-type)
ef24141c
SM
710 (soap-parse-simple-type, soap-encode-simple-type): New function.
711 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
712
713 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
714 (soap-default-soapenc-types): Add integer, byte and anyURI types.
715 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
716 the local name of "soapenc:Array".
717 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
718 decoding integer, byte and anyURI xsd types.
719
1fc6097b
CY
7202012-04-25 Chong Yidong <cyd@gnu.org>
721
722 * cus-edit.el (custom-buffer-create-internal): Update header text.
723
afc6df87
EZ
7242012-04-25 Eli Zaretskii <eliz@gnu.org>
725
726 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
727 settings on 'system-type', not on 'window-system'. On MS-Windows,
728 set interactive-mode on in GDB.
729
dfbd787f
SM
7302012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
733 (ruby-syntax-propertize-regexp): Remove.
734 (ruby-syntax-propertize-function): Split regexp into chunks.
735 Match following code directly.
736
85222d44
DG
7372012-04-24 Dmitry Gutov <dgutov@yandex.ru>
738
51a8ea2a
DG
739 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
740 (ruby-syntax-propertize-regexp): New function.
741 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
742 by a special keyword.
743
85222d44
DG
744 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
745 (ruby-syntax-general-delimiters-goto-beg)
746 (ruby-syntax-propertize-general-delimiters): New functions.
747 (ruby-syntax-propertize-function): Use them to handle GDL.
748 (ruby-font-lock-keywords): Move old handling of GDL...
749 (ruby-font-lock-syntactic-keywords): .. to here.
750 (ruby-calculate-indent): Adjust indentation for GDL.
751
b613912b
MA
7522012-04-24 Michael Albinus <michael.albinus@gmx.de>
753
b5380639
MA
754 * notifications.el (top): Remove unneeded declarations.
755 (notifications-specification-version): Change to "1.2".
e43042fe 756 (notifications-interface, notifications-notify-method)
b613912b
MA
757 (notifications-close-notification-method): Fix docstring.
758 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
759 (notifications-notify): Add :action-items, :resident and
760 :transient hints. Change "image_data" to "image-data" and
761 "image_path" to "image-path".
b613912b
MA
762 (notifications-get-capabilities): New defun.
763
257440aa
LL
7642012-04-24 Leo Liu <sdl.web@gmail.com>
765
766 * progmodes/python.el: Move hideshow setup to the end.
767
b1bac16e
MR
7682012-04-24 Martin Rudalics <rudalics@gmx.at>
769
770 * window.el (handle-select-window): Clear echo area since this is
771 no more done by read_char (Bug#11304).
772
d81bd059
SM
7732012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
776 and `/ M' to filter-derived-mode.
777 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
778 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
779 (ibuffer-mark-by-mode): Use default rather than initial-input.
780 (ibuffer-filter-by-derived-mode): Autoload and require-match.
781
c4cf6d91
IA
7822012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
783
784 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
785 (ibuffer-filter-by-derived-mode): New filter.
786 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
787
7511ded8
CY
7882012-04-23 Andreas Politz <politza@fh-trier.de>
789
790 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
791
775c916b
CY
7922012-04-23 Chong Yidong <cyd@gnu.org>
793
794 * cus-edit.el (customize-apropos, customize-apropos-options):
795 Disable matching of non-option variables (Bug#11176).
796 (customize-option, customize-option-other-window)
797 (customize-changed-options): Doc fix.
798 (customize-apropos-options, customize-apropos-faces)
799 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
800
801 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 802 Fix word list splitting (Bug#11132).
46c71e23
CY
803 (apropos-symbol, apropos-keybinding, apropos-label)
804 (apropos-property, apropos-function-button)
805 (apropos-variable-button, apropos-misc-button): New faces.
806 (apropos-symbol-face, apropos-keybinding-face)
807 (apropos-label-face, apropos-property-face, apropos-match-face):
808 Variables removed (Bug#8396).
809 (apropos-library-button, apropos-format-plist, apropos-print)
810 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 811
2df41f9c
MA
8122012-04-23 Michael Albinus <michael.albinus@gmx.de>
813
814 * net/xesam.el (xesam-mode-map): Use let-bound map in
815 initialization. (Bug#11292)
816
da00640a
AM
8172012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
818
819 Preserve ispell session localwords when switching back to
820 original buffer.
821
822 * ispell.el (ispell-buffer-session-localwords): New buffer-local
823 variable to hold buffer session localwords.
824 (ispell-kill-ispell): add option 'clear to delete session
825 localwords.
826 (ispell-command-loop, ispell-change-dictionary)
827 (ispell-buffer-local-words): Preserve session localwords when
828 needed.
829
830 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
831 Preserve session localwords when needed.
832
f621ccf5
AM
8332012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
834
835 * ispell.el (ispell-insert-word) Remove unneeded function using
836 obsolete `translation-table-for-input'.
ef24141c
SM
837 (ispell-word, ispell-process-line, ispell-complete-word):
838 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 839
c2d1019e
CY
8402012-04-22 Chong Yidong <cyd@gnu.org>
841
842 * cus-edit.el (custom-variable-menu)
843 (custom-variable-reset-saved, custom-face-menu)
844 (custom-face-reset-saved): If there is no saved value, make the
845 "reset-saved" operation bring back the default (Bug#9509).
846 (custom-face-state): Properly detect themed faces.
847
eeddc531
CY
848 * faces.el (face-spec-set): Stop supporting deprecated form of
849 third arg.
850
dcbf5805
MA
8512012-04-22 Michael Albinus <michael.albinus@gmx.de>
852
853 Move functions from C to Lisp. Make non-blocking method calls
854 the default. Implement further D-Bus standard interfaces.
855
ef24141c
SM
856 * net/dbus.el (dbus-message-internal): Declare function.
857 Remove unneeded function declarations.
dcbf5805
MA
858 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
859 (dbus-message-type-method-return, dbus-message-type-error)
860 (dbus-message-type-signal): Declare variables. Remove local
861 definitions.
862 (dbus-interface-dbus, dbus-interface-peer)
863 (dbus-interface-introspectable, dbus-interface-properties)
864 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
865 Adapt docstring.
866 (dbus-interface-objectmanager): New defconst.
867 (dbus-call-method, dbus-call-method-asynchronously)
868 (dbus-send-signal, dbus-method-return-internal)
869 (dbus-method-error-internal, dbus-register-service)
870 (dbus-register-signal, dbus-register-method): New defuns, moved
871 from dbusbind.c
872 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
873 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
874 New defuns.
dcbf5805
MA
875 (dbus-call-method-non-blocking): Make it an obsolete function.
876 (dbus-unregister-object, dbus-unregister-service)
877 (dbus-handle-event, dbus-register-property)
878 (dbus-property-handler): Obey the new structure of
879 `bus-registered-objects'.
880 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
881 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
882 Use `dbus-call-method'.
883
cf20dee0
CY
8842012-04-22 Chong Yidong <cyd@gnu.org>
885
886 * cus-edit.el (custom-commands, custom-reset-menu)
887 (Custom-reset-standard): Tweak labels.
888 (custom-reset-button-menu): Change default to t.
889 (custom-buffer-create-internal): For the custom-reset-button-menu
890 case, put the revert button first.
891 (custom-group-subtitle): New face.
892 (custom-group-value-create): Align docstring to a specific column.
893
894 * wid-edit.el (widget-documentation-link-add): Don't handle
895 indentation in this function.
896 (widget-documentation-string-indent-to): New function.
897 (widget-documentation-string-value-create): Use it.
898
899 * autorevert.el (auto-revert):
900 * epg-config.el (epg):
901 * ibuffer.el (ibuffer):
902 * mpc.el (mpc):
903 * ses.el (ses):
904 * eshell/eshell.el (eshell):
905 * net/ange-ftp.el (ange-ftp):
906 * progmodes/ebnf2ps.el (postscript):
907 * progmodes/flymake.el (flymake):
908 * progmodes/prolog.el (prolog):
909 * progmodes/verilog-mode.el (verilog-mode):
910 * progmodes/which-func.el (which-func):
911 * term/xterm.el (xterm):
912 * textmodes/picture.el (picture):
913 * textmodes/tildify.el (tildify):
914 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
915 customization buffers.
916
583e23bd
AM
9172012-04-22 Alan Mackenzie <acm@muc.de>
918
919 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
920 Adding a ) can hide the resulting (..) from searches. Fix it.
921 Bound the backward search to the position of the existing (.
922
7dd51bf1
JB
9232012-04-21 Juanma Barranquero <lekktu@gmail.com>
924
925 * progmodes/verilog-mode.el (verilog-mode): Check whether
926 which-func-modes is t before adding verilog-mode.
927 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
928
d64a438f
LL
9292012-04-21 Leo Liu <sdl.web@gmail.com>
930
7dd51bf1 931 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 932
081e8d65
MV
9332012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
934
935 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
936 filling of the last column of a table (Bug#5635).
937 (woman-find-next-control-line): New arg, specifying an additional
938 regexp component for the control line.
939 (woman2-roff-buffer): Use it.
940 (woman-break-table): New function.
941 (woman2-TS): Use it.
942
9432012-04-21 Chong Yidong <cyd@gnu.org>
944
945 * woman.el (woman-set-buffer-display-table, woman-decode-region)
946 (woman-horizontal-escapes, woman-negative-vertical-space)
947 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
948 (WoMan-warn-ignored): Use ?\s instead of ?\ .
949
ed571ccb
SM
9502012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * minibuffer.el (completion-file-name-table): Complete user names.
953
39773899
LL
9542012-04-20 Leo Liu <sdl.web@gmail.com>
955
956 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
957 and pcase-let*.
958
de6ff46d
CY
9592012-04-20 Chong Yidong <cyd@gnu.org>
960
961 * server.el (server-execute): Respect initial-buffer-choice if it
962 is a string and there are no files to open (Bug#2825).
963 (server-create-window-system-frame, server-create-tty-frame):
964 Don't switch buffers here.
2d0e8e61
CY
965 (server-process-filter): Only try to open a window system frame if
966 compiled with graphical support (Bug#8314).
de6ff46d 967
54071013
DN
9682012-04-20 Dan Nicolaescu <dann@gnu.org>
969
970 * battery.el (battery-echo-area-format): Display remaining time
971 for sysfs backend too (Bug#11269).
972 (battery-linux-sysfs): Fix conditional for the charge.
973
f30d612a
CY
9742012-04-20 Chong Yidong <cyd@gnu.org>
975
c07a4c0b 976 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
977 (gdb-inferior-io--init-proc): New function.
978 (gdb-init-1): Use it.
979 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
980 responsible for allocating a new pty and hooking it to gdb when
981 the old pty gets an EIO due to process exit.
982 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
983 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
984 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
985
2116e93c
EZ
9862012-04-20 Eli Zaretskii <eliz@gnu.org>
987
988 * window.el (window-min-size, window-sizable, window-min-delta)
989 (window-max-delta, window--resizable, window-resizable)
990 (window-total-size, window-full-height-p, window-full-width-p)
991 (window-in-direction, window--resize-mini-window, window-resize)
992 (window--resize-child-windows-normal)
993 (window--resize-child-windows, window--resize-siblings)
994 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 995 (enlarge-window, shrink-window): Doc fixes.
2116e93c 996
c07a4c0b 9972012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 998
ef24141c
SM
999 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
1000 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
1001 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
1002 pty process (Bug#11273).
1003 (gdb-update): New arg to suppress talking to the gdb process.
1004 (gdb-done-or-error): Use it.
1005 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
1006 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
1007 sentinel not being called.
1008
1009 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
1010
d02766ab
CY
1011 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
1012
c07a4c0b 10132012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1014
1015 * net/network-stream.el (open-network-stream): Doc fix.
1016
c07a4c0b 10172012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
1018
1019 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
1020
c07a4c0b 10212012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
1022
1023 Ensure searching for keywords is case sensitive.
1024
1025 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
1026 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
1027 (c-defun-name, c-mark-function, c-cpp-define-name)
1028 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 1029 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 1030
ef24141c
SM
1031 * progmodes/cc-mode.el (c-font-lock-fontify-region):
1032 Bind case-fold-search to nil.
f0f6bc35 1033
c07a4c0b 10342012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
1035
1036 * mail/sendmail.el (mail-bury): Call return action with the right
1037 Rmail buffer (Bug#11242).
1038
9a864fa2
CY
1039 * server.el (server-process-filter): Handle corner case where both
1040 tty and nowait options are present (Bug#11102).
1041
539aa513
EZ
10422012-04-20 Eli Zaretskii <eliz@gnu.org>
1043
1044 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
1045 (top level): Put into the executable the ident-style '$Id:' tag on
1046 windows-nt as well.
539aa513 1047
cfc7d5da
SM
10482012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * electric.el (electric-indent-post-self-insert-function): Check that
1051 electric-indent-mode is enabled in current buffer.
1052
5b01685c
JB
10532012-04-19 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * imenu.el (imenu-progress-message): Restore; it is "used" in
1056 erc/erc-imenu.el and net/snmp-mode.el.
1057
4d6769e1
JB
10582012-04-19 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * avoid.el (mouse-avoidance-mode): Mark unused arg.
1061 (mouse-avoidance-nudge-mouse): Remove unused binding.
1062
1063 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
1064
1065 * descr-text.el (describe-char):
1066 * progmodes/python.el (python-describe-symbol):
1067 Don't call `toggle-read-only', set `buffer-read-only'.
1068
1069 * imenu.el (imenu-default-goto-function): Mark unused args.
1070 (imenu-progress-message): Remove obsolete macro; all callers changed.
1071
1072 * subr.el (keymap-canonicalize): Remove unused binding.
1073 (read-passwd): Mark unused arg.
1074
1075 * tutorial.el (tutorial--display-changes): Remove unused binding.
1076 (tutorial--save-tutorial-to): Remove unused variable.
1077
1078 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
1079 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
1080 (package-generate-autoloads, package-menu--generate)
1081 (package-menu--find-upgrades): Remove unused bindings.
1082
1083 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
1084 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
1085 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
1086 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
1087 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
1088 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
1089 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
1090 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
1091 (cua-delete-char-rectangle): Mark unused args.
1092 (cua-align-rectangle): Remove unused binding.
1093
1094 * mail/rmail.el (compilation--message->loc)
1095 (epa--find-coding-system-for-mime-charset): Declare.
1096
1097 * net/dbus.el (dbus-register-service): Declare.
1098 (dbus-name-owner-changed-handler): Remove unused binding.
1099
1100 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
1101 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
1102 (nxml-scan-backward-within): Mark unused arg.
1103 (nxml-dynamic-markup-word): Remove unused binding.
1104
1105 * mouse.el (mouse-menu-major-mode-map):
1106 * emacs-lisp/authors.el (authors-scan-change-log)
1107 (authors-add-to-author-list):
1108 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
1109 * emacs-lisp/smie.el (smie-auto-fill):
1110 * mail/sendmail.el (mail-bury):
1111 * mail/unrmail.el (unrmail):
1112 * net/tls.el (open-tls-stream):
1113 * textmodes/picture.el (picture-mouse-set-point):
1114 Remove unused bindings.
1115
8c8fc5df
MA
11162012-04-19 Michael Albinus <michael.albinus@gmx.de>
1117
1118 * net/tramp.el (tramp-action-password): Let-bind
1119 `enable-recursive-minibuffers' to t.
1120
a77b0ac9
SS
11212012-04-18 Sam Steingold <sds@gnu.org>
1122
1123 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
1124 instead of 'string to accommodate values like [f11].
1125 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
1126 * progmodes/gdb-mi.el: Likewise.
1127
12a106a9
LL
11282012-04-18 Leo Liu <sdl.web@gmail.com>
1129
1130 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
1131 current buffer.
1132 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
1133 LOCAL is nil.
1134
bc6494ef
CY
11352012-04-18 Chong Yidong <cyd@gnu.org>
1136
1137 * simple.el (line-move): Use forward-line if in batch mode
1138 (Bug#11053).
1139
c09c46b2
CS
11402012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
1141
1142 * files.el (after-find-file): Do not try to add a final newline if
1143 the buffer is read-only (Bug#11156).
1144
5f6530ea
RS
11452012-04-17 Richard Stallman <rms@gnu.org>
1146
1147 * mail/rmail.el (rmail-start-mail):
1148 Pass (rmail-mail-return...) for the return-action.
1149 Pass (rmail-yank-current-message...) for the yank-action.
1150 (rmail-yank-current-message): New function.
1151 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
1152 (rmail-reply): Likewise.
1153 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
1154
1155 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 1156 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
1157 buffer, not newbuf.
1158
197b6f3c
JB
11592012-04-17 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * server.el (server-ensure-safe-dir): Simplify.
1162
2311d8e5 11632012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 1164
2311d8e5
GM
1165 * emacs-lisp/smie.el: Provide smarter auto-filling.
1166 (smie-auto-fill): New function.
1167 (smie-setup): Use it.
98fb480e 1168
2311d8e5
GM
1169 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
1170
11712012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
1172
1173 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
1174 (comment-indent): Use it.
1175
2311d8e5 11762012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
1177
1178 * ses.el: The overall change is to add cell renaming, that is
1179 setting fancy names for cell symbols other than name matching
1180 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 1181 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 1182 (ses-create-cell-variable): New defun.
2311d8e5 1183 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
1184 (ses-relocate-formula): Relocate formulas only for cells the
1185 symbols of which are not renamed, i.e. symbols whose names do not
1186 match regexp "\\`[A-Z]+[0-9]+\\'".
1187 (ses-relocate-all): Relocate values only for cells the symbols of
1188 which are not renamed.
1189 (ses-load): Create cells variables as the (ses-cell ...) are read,
1190 in order to check row col consistency with cell symbol name only
1191 for cells that are not renamed.
1192 (ses-replace-name-in-formula): New defun.
1193 (ses-rename-cell): New defun.
4bdf2ad2 1194
fc72b15c
PO
11952012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
1196
1197 * progmodes/perl-mode.el (perl-indent-parens-as-block):
1198 New option (bug#11118).
1199 (perl-calculate-indent): Respect it.
1200
12e10e61
GM
12012012-04-17 Glenn Morris <rgm@gnu.org>
1202
1203 * dired-aux.el (dired-mark-read-string): Doc fix.
1204
30009afd
DA
12052012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1206
1207 * dired-aux.el (dired-mark-read-string): Offer optional completion.
1208 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
1209
41f03f4d
GM
12102012-04-17 Glenn Morris <rgm@gnu.org>
1211
1212 * mouse.el (mouse-drag-track):
1213 * speedbar.el (speedbar-frame-mode):
1214 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
1215
f45f90f3
LL
12162012-04-16 Leo Liu <sdl.web@gmail.com>
1217
1218 * progmodes/python.el: Trivial cleanup.
1219
94ee8db5
GM
12202012-04-16 Glenn Morris <rgm@gnu.org>
1221
121b8917
GM
1222 * vc/vc.el (vc-string-prefix-p):
1223 * vc/pcvs-util.el (cvs-string-prefix-p):
1224 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
1225 * mpc.el (mpc-string-prefix-p):
1226 Make all of these into obsolete aliases for string-prefix-p.
1227 Update callers.
1228 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
1229
1197ecfa
GM
1230 * textmodes/two-column.el: Move custom options to the start.
1231 (frame-width): Remove compat definition.
1232 (2C-associate-buffer, 2C-dissociate):
1233 Use with-current-buffer rather than save-excursion.
1234 (2C-dissociate): Force a mode-line update.
1235 (2C-autoscroll): Use ignore-errors.
1236
099e7202
GM
1237 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
1238 Autoload trivia.
1239
bf350d6a
GM
1240 * emacs-lisp/cl-extra.el (*random-state*):
1241 Remove unnecessary declaration.
1242
0e829eab
GM
1243 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
1244
e3ad7552
GM
1245 * play/cookie1.el (cookie-snarf):
1246 Give an explicit error if input file cannot be read.
1247
68892d27
GM
1248 * play/yow.el (yow-file): Use expand-file-name rather than concat.
1249
20f0c46d
GM
1250 * progmodes/perl-mode.el (c-macro-expand):
1251 Remove unnecessary autoload (it is in loaddefs.el).
1252
5a0978ce
GM
1253 * textmodes/picture.el (picture-desired-column)
1254 (picture-update-desired-column): Convert comments to doc-strings.
1255 (picture-substitute): Remove function.
1256 (picture-mode-map): Initialize in the defvar.
1257
6b955486
GM
1258 * woman.el: Remove eval-after-load for tar-mode.
1259 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
1260 (woman-tar-extract-file): Autoload it.
1261
94ee8db5
GM
1262 * frame.el (automatic-hscrolling): Make this alias obsolete.
1263
177eca34
AM
12642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1265
1266 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 1267 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
1268 (ispell-dictionary-base-alist): Revert to original XEmacs
1269 friendly version for default. [:alpha:] will be added in
1270 `ispell-set-spellchecker-params' if needed
177eca34 1271
c505aaeb
CY
12722012-04-16 Chong Yidong <cyd@gnu.org>
1273
1274 * image.el (imagemagick--extension-regexp): New variable.
1275 (imagemagick-register-types): Use it.
1276 (imagemagick-types-inhibit): Add :set function. Allow new value
1277 of t to inhibit all types.
1278
1279 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
1280 so we can preload it.
1281
1282 * loadup.el (fboundp): Preload regexp-opt, needed by
1283 imagemagick-register-types.
1284
60efac0f
CY
12852012-04-15 Chong Yidong <cyd@gnu.org>
1286
1287 * frame.el (scrolling): Remove nearly unused customization group.
1288
1289 * scroll-all.el (scroll-all-mode): Move to windows group.
1290
5dd1713e
CY
12912012-04-15 Chong Yidong <cyd@gnu.org>
1292
1293 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
1294
e6fd457e
CY
12952012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 1298 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 1299
e153c136
GM
13002012-04-15 Glenn Morris <rgm@gnu.org>
1301
1302 * simple.el (process-file-side-effects): Doc fix.
1303
e6fd457e 13042012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1305
1306 * international/mule-cmds.el (set-language-environment): Doc fix.
1307
3603c3b1
JB
13082012-04-14 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * server.el (server-auth-key, server-generate-key): Doc fixes.
1311 (server-get-auth-key): Doc fix. Use `string-match-p'.
1312 (server-start): Reflow docstring.
1313
e6de100c
LI
13142012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1315
1316 * server.el (server-generate-key): `called-interactively-p'
1317 requires a parameter.
1318
29734c21
MN
13192012-04-14 Michal Nazarewicz <mina86@mina86.com>
1320
1321 * server.el (server-auth-key): New variable.
75f1671a 1322 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1323 (server-start): Use the new variable and functions to allow
1324 setting a permanent server key (bug#9423).
1325
d65c9521
LL
13262012-04-14 Leo Liu <sdl.web@gmail.com>
1327
1328 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1329
5ae255c7
PE
13302012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 Spelling fixes.
1333 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1334 Emacs uses American spelling.
1335
d5e6342e
JB
13362012-04-14 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1339 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1340 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1341 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1342
ab036cd7
SM
13432012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * progmodes/which-func.el (which-func-modes): Change default.
1346
35dc09a1 13472012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1348
1349 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1350 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1351
35dc09a1 13522012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1353
1354 * custom.el (custom-theme-set-variables): Doc fix.
1355
35dc09a1 13562012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1357
1358 * international/mule.el (set-auto-coding-for-load): Doc fix.
1359
35dc09a1 13602012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1361
35dc09a1
GM
1362 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1363 imenu work again for Objective C Mode. Correct the *-index values,
1364 these having been disturbed by a previous change in 2011-08.
57f845ee 1365
0de3da9f
AM
1366 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1367 Correct two search limits.
1368
35dc09a1 13692012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1370
1371 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1372
35dc09a1 13732012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1374
1375 * international/characters.el: Fix sorting.
1376
35dc09a1 13772012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1378
1379 * international/characters.el: Add more missing Latin case pairs.
1380
35dc09a1 13812012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1382
1383 * files.el (dir-locals-set-class-variables): Doc fix.
1384
35dc09a1 13852012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1386
3f1b5bf8
EZ
1387 * international/characters.el: Add set-case-syntax-pair call for
1388 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1389 counterpart. (Bug#11209)
1390
9f847f41
EZ
1391 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1392
35dc09a1 13932012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1394
1395 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1396
35dc09a1 13972012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1398
35dc09a1
GM
1399 * textmodes/ispell.el (ispell-dictionary-base-alist):
1400 Add data for Hebrew.
e2627d21 1401
35dc09a1 14022012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1403
35dc09a1
GM
1404 * net/rcirc.el (rcirc-cmd-quit):
1405 Revert 2012-03-18 change (Bug#11192).
5c14e333 1406
35dc09a1 14072012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1408
1409 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1410
35dc09a1 14112012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1412
4517fe3a
SM
1413 * minibuffer.el (completion-in-region-mode-map):
1414 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1415
b472a594
VD
14162012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1417
1418 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1419
09b95ce3
MY
14202012-04-13 Masatake YAMATO <yamato@redhat.com>
1421
1422 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1423 to allow `C-M-f' and `C-M-b' to move to the nearest path
1424 separator (bug#9511).
1425
4b63a9ca
LI
14262012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1427
1428 * avoid.el: Require cl when compiling. And also move the
1429 `provide' to the end.
1430
7b55b8bf
TV
14312012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1432
1433 * avoid.el (mouse-avoidance-banish-position): New variable.
1434 (mouse-avoidance-banish-destination): Use it (bug#10165).
1435
adedaa1f
LL
14362012-04-13 Leo Liu <sdl.web@gmail.com>
1437
1438 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1439
70e74021
KB
14402012-04-13 Ken Brown <kbrown@cornell.edu>
1441
1442 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1443 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1444 (browse-url-filename-alist): For the same reason, don't modify
1445 file:// URLs on Cygwin.
1446
e75e89ba
SM
14472012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1450 the region on shift if the binding is already shifted (bug#11221).
1451
82f289a4
GM
14522012-04-12 Glenn Morris <rgm@gnu.org>
1453
1454 * mail/mailpost.el: Move to obsolete/.
1455
d333dc4c
DA
14562012-04-12 Drew Adams <drew.adams@oracle.com>
1457
1458 * imenu.el (imenu--generic-function): Ignore invisible definitions
1459 (bug#10123).
1460
0d15b5ba
VD
14612012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1462
1463 * hexl.el (hexl-bits): New variable.
1464 (hexl-options): Mention the variable in the doc string.
75f1671a 1465 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1466 (hexl-mode): Mention the new variable.
75f1671a
JB
1467 (hexl-mode, hexl-current-address, hexl-current-address):
1468 Use the displen.
0d15b5ba
VD
1469 (hexl-ascii-start-column): New function.
1470 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1471 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1472
64a440db
AM
14732012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1474
1475 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1476 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1477 the encoding, as expected by hunspell.
1478
6decb6c2
SM
14792012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * battery.el (battery--linux-sysfs-regexp): New const.
1482 (battery-status-function): Use it. Remove yeeloong special case.
1483 (battery-yeeloong-sysfs): Remove.
1484 (battery-echo-area-format): Remove yeeloong special case.
1485
088be6fb
SM
14862012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1487
6622e416
SM
1488 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1489 Reported by Noah Friedman.
1490
088be6fb
SM
1491 * subr.el (read-passwd): Use read-string.
1492
b49f886e
LMI
14932012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1494
1495 * vcursor.el (vcursor-move): Increase the priority of the overlay
1496 (bug#9663).
1497
a63067fc
DD
14982012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1499
1500 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1501 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1502
ac3cf14a
WS
15032012-04-11 William Stevenson <yhvh2000@gmail.com>
1504
1505 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1506 define-minor-mode (bug#10760).
1507
c4fc691b 15082012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1509
4d6769e1 1510 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1511 that directories matching `grep-find-ignored-files' won't be
1512 pruned (bug#10351).
1513
af23e2e5
CY
15142012-04-11 Chong Yidong <cyd@gnu.org>
1515
1516 * startup.el (command-line): Remove support for long-obsolete
1517 variable font-lock-face-attributes.
1518
ab7ce8c1
GM
15192012-04-11 Glenn Morris <rgm@gnu.org>
1520
1521 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1522
de8c03dc
SM
15232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * window.el (window--state-get-1): Obey window-point-insertion-type.
1526
050cc68b
LB
15272012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1528
1529 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1530 to previous function when point is on the first character of a
75f1671a 1531 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1532
a38c310c
GM
15332012-04-11 Glenn Morris <rgm@gnu.org>
1534
effed0c2
GM
1535 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1536 not just file-errors.
1537
a38c310c
GM
1538 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1539 (vc-bzr-sha1): Use internal sha1.
1540
0221e323
SM
15412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1544
43956923
SG
15452012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1546
1547 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1548 that start in the middle of the line (bug#10496).
1549
6a8c9eaf
DN
15502012-04-10 Dan Nicolaescu <dann@gnu.org>
1551
1552 * battery.el (battery-linux-proc-acpi): Only one battery is
1553 discharged at a time, but that seems to confuse battery.el when
1554 computing `rate-type' for the battery not being discharged
1555 (bug#10332).
1556
1930bf5d
SM
15572012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1558
2a718f6f
SM
1559 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1560
599430d0
SM
1561 * international/quail.el: Use dolist and simplify.
1562 (quail-define-package, quail-update-keyboard-layout)
1563 (quail-define-rules): Use dolist.
1564 (quail-insert-kbd-layout, quail-get-translation): CSE.
1565
a2754b6c
SM
1566 * tmm.el: Use dolist, remove left over hook.
1567 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1568 Use dolist.
1569 (calendar-load-hook): Don't mess with it.
1570
1930bf5d
SM
1571 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1572 Use derived-mode-p. Run the diff asynchronously.
1573
9f67961c
LMI
15742012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1575
1576 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1577
2a8ce227
JB
15782012-04-10 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1581 (list-dynamic-libraries--loaded): New function.
1582 (list-dynamic-libraries--refresh): Use it.
1583
8f33b5f8
NW
15842012-04-10 Nathan Weizenbaum <nweiz@google.com>
1585
1930bf5d
SM
1586 * progmodes/python.el (python-fill-paragraph):
1587 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1588 disabled (bug#7018).
1589
b12f0439
L
15902012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
1591
1930bf5d 1592 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1593 DOS/MS Windows for the Baltic languages. There are still plenty
1594 of texts written in this encoding/codepage (bug#6519).
b12f0439 1595
57c3bd01
GM
15962012-04-10 Glenn Morris <rgm@gnu.org>
1597
1598 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1599 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1600
6c3eab30
FA
16012012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1602
1930bf5d 1603 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1604 next-line "n" and previous-line "p" in order to make recentf more
1605 consistent with ibuffer, dired or org-mode (bug#9387).
1606
24d78a88
LMI
16072012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
bc72b5d9
LMI
1609 * image.el (put-image): Return the overlay created instead of the
1610 optional input string (bug#7834). Note that this may break code
1611 that is (for some reason or other) depending on `put-image'
1612 returning the string.
1613
bd2dba5a
LMI
1614 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1615
74beb59f
LMI
1616 * simple.el (zap-to-char): Allow zapping using input methods
1617 (bug#1580).
1618
24d78a88
LMI
1619 * textmodes/fill.el (fill-region): Leave point and mark where they
1620 were before filling (bug#5399).
1621
263f20cd
GM
16222012-04-09 Glenn Morris <rgm@gnu.org>
1623
1624 * version.el (emacs-bzr-get-version):
1625 Handle lightweight checkouts of local branches.
1626
58d1f797
AS
16272012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1628
263f20cd 1629 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1630
b4d3bc10
CY
16312012-04-09 Chong Yidong <cyd@gnu.org>
1632
1633 * custom.el (custom-variable-p): Return nil for non-symbol
1634 arguments instead of signaling an error.
1635 (user-variable-p): Obsolete alias for custom-variable-p.
1636
1637 * apropos.el (apropos-variable):
1638 * files-x.el (read-file-local-variable):
1639 * simple.el (set-variable):
1640 * woman.el (woman-mini-help):
1641 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1642
fd06db5d
GM
16432012-04-09 Glenn Morris <rgm@gnu.org>
1644
e5fcdb5e
GM
1645 * startup.el (normal-top-level): Don't look for leim-list.el
1646 in places where it will not be found. (Bug#910)
1647
fd06db5d
GM
1648 * international/mule-cmds.el (set-default-coding-systems):
1649 * files.el (normal-mode):
1650 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1651 This function was removed with ucs-tables.el in 2008.
1652
b39bb7e1
EZ
16532012-04-08 Eli Zaretskii <eliz@gnu.org>
1654
1655 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1656 ispell-encoding8-command to "-i", without a trailing space.
1657 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1658 separate command-line arguments, to specify the encoding, since
1659 that's how hunspell expects it.
1660
5c5b8e23
GM
16612012-04-08 Glenn Morris <rgm@gnu.org>
1662
1663 * loadup.el: Load bindings before cus-start.
1664 This reduces somewhat the number of "rogue" settings in emacs -Q.
1665
a1ed8b05
GM
16662012-04-07 Glenn Morris <rgm@gnu.org>
1667
1668 * version.el (emacs-bzr-get-version): New function.
dfae128a 1669 (emacs-bzr-version): New variable.
a1ed8b05
GM
1670 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1671 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1672
b142f158
EZ
16732012-04-07 Eli Zaretskii <eliz@gnu.org>
1674
dfae128a
GM
1675 * international/uni-bidi.el, international/uni-category.el:
1676 * international/uni-combining.el, international/uni-decimal.el:
1677 * international/uni-decomposition.el, international/uni-digit.el:
1678 * international/uni-lowercase.el, international/uni-mirrored.el:
1679 * international/uni-name.el, international/uni-numeric.el:
1680 * international/uni-titlecase.el, international/uni-uppercase.el:
1681 Update for Unicode 6.1.
b142f158 1682
9078ead6
EZ
16832012-04-07 Eli Zaretskii <eliz@gnu.org>
1684
1685 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1686
f23d2c7d
LMI
16872012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1688
1689 * window.el (shrink-window): Mention the `window-min-height'
1690 variable in the doc string.
1691
0a0a3573
BG
16922012-04-05 Bastien Guerry <bzg@altern.org>
1693
1694 * color.el (color-lighten-name): Fix typo.
1695
e5248ac9
SM
16962012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * server.el (server--on-display-p): New function.
1699 (server--on-display-p): Use it.
1700
b4243e22
GV
17012012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1702
1703 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1704 (bug#11145).
1705
305d9f44
SM
17062012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * comint.el (comint--common-quoted-suffix): Check string boundary
1709 before comparing (bug#11158).
1710 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1711
3d439cd1
CY
17122012-04-04 Chong Yidong <cyd@gnu.org>
1713
321cc491
CY
1714 * minibuffer.el (completion-extra-properties): Doc fix.
1715
3d439cd1
CY
1716 * subr.el (delayed-warnings-hook): Doc fix.
1717
2d562c0f
DU
17182012-04-04 Daiki Ueno <ueno@unixuser.org>
1719
1720 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1721 selection (Bug#11159).
1722 (epa-insert-keys): Inform that the default public key will be
1723 exported if no key is selected.
1724
4443f204
RS
17252012-04-04 Richard Stallman <rms@gnu.org>
1726
1727 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1728
529c06b6
CY
17292012-04-03 Chong Yidong <cyd@gnu.org>
1730
1731 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1732 mail-insert-file, not its obsolete alias mail-attach-file.
1733
66b907dc
MA
17342012-04-03 Michael Albinus <michael.albinus@gmx.de>
1735
1736 * notifications.el (notifications-notify): Fix docstring.
1737
c0ea195d
GM
17382012-04-02 Glenn Morris <rgm@gnu.org>
1739
1740 * emacs-lisp/authors.el (authors-aliases): Another addition.
1741
5ca64e00
MA
17422012-04-02 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1745 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1746 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1747
42ee526b
CY
17482012-04-01 Chong Yidong <cyd@gnu.org>
1749
1750 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1751 Handle root directory properly.
1752 (copy-directory): Caller changed.
1753
1754 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1755 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1756
0b021094
GM
17572012-03-31 Glenn Morris <rgm@gnu.org>
1758
40f86458
GM
1759 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1760
7019c177
GM
1761 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1762
a1daddd6
GM
1763 * calendar/calendar.el (calendar-window-list)
1764 (calendar-hide-window): Restore. (Bug#11140)
1765 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1766
0b021094
GM
1767 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1768
40311efc
TV
17692012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1770
1771 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1772 Check if file is a symlink (Bug#10489).
1773
1774 * files.el (copy-directory): Likewise.
1775
5319014e
CY
17762012-03-30 Chong Yidong <cyd@gnu.org>
1777
1778 * image.el (imagemagick-types-inhibit)
1779 (imagemagick-register-types): Doc fix.
1780
935d1290
AM
17812012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1782
ef24141c
SM
1783 * ispell.el (ispell-get-extended-character-mode):
1784 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1785 and treats ~word as ordinary words in pipe mode.
935d1290 1786
61c6e8fd
GM
17872012-03-30 Glenn Morris <rgm@gnu.org>
1788
1789 * tutorial.el (help-with-tutorial): Ensure local variables don't
1790 happen to make the buffer read-only. (Bug#11127)
1791
81fdff00
SM
17922012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1795 (perl-calculate-indent): Return `noindent' in strings.
1796
6e7a6ec0
SS
17972012-03-28 Sam Steingold <sds@gnu.org>
1798
1799 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1800 instead of the broken adhockery which does not prevent calendar
1801 buffers from being displayed at random after exit.
1802 (calendar-window-list, calendar-hide-window): Remove the broken
1803 adhockery.
1804
fee88ca0
GM
18052012-03-28 Glenn Morris <rgm@gnu.org>
1806
1807 * replace.el (query-replace-map): Doc fix.
1808
38de3354
AS
18092012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1810
1811 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1812 contents. (Bug#11109)
1813
b973155e
SM
18142012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1817 (bug#11077).
1818 (avl-tree--check, avl-tree--check-node): New funs.
1819
dcb6e7b3
MR
18202012-03-27 Martin Rudalics <rudalics@gmx.at>
1821
1822 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1823 (switch-to-prev-buffer, switch-to-next-buffer):
1824 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1825 showing a buffer already is done on the same frame.
1826
b4fa35fa
GM
18272012-03-27 Glenn Morris <rgm@gnu.org>
1828
1829 * startup.el (mail-host-address): Doc fix.
1830
f9210e18
SM
18312012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1834 than 197 variables.
1835
c0bf7753
AF
18362012-03-26 Ami Fischman <ami@fischman.org>
1837
1838 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1839
33da7b16
GM
18402012-03-26 Glenn Morris <rgm@gnu.org>
1841
02243d9d
GM
1842 * files.el (save-buffers-kill-emacs): Doc fix.
1843
33da7b16
GM
1844 * startup.el (normal-top-level, command-line, command-line-1):
1845 Give them doc strings.
1846
e5a69fd0
EZ
18472012-03-25 Eli Zaretskii <eliz@gnu.org>
1848
1849 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1850 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1851
9a69676a
CY
18522012-03-25 Chong Yidong <cyd@gnu.org>
1853
4125cb8b
CY
1854 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1855 theme if it was previously enabled before (Bug#11031).
1856
dd470960
CY
1857 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1858 spec with custom-face-get-current-spec if its :shown-value is not
1859 determined yet (Bug#9337).
4125cb8b 1860 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1861
9a69676a
CY
1862 * button.el (button-at): Minor addition to docstring.
1863
6e7e90fa
SL
18642012-03-24 Simon Leinen <simon.leinen@gmail.com>
1865
1866 * vc/vc.el (vc-merge): Fix a prompt.
1867
f06e2758
CY
18682012-03-24 Chong Yidong <cyd@gnu.org>
1869
1870 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1871 point (Bug#9623).
1872
6e7e90fa
SL
1873 * button.el (button-at): Minor addition to docstring.
1874
b9d0879b
SM
18752012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * newcomment.el (comment-choose-indent): No space after BOL.
1878
e71cebb3
SS
18792012-03-22 Sam Steingold <sds@gnu.org>
1880
1881 * window.el (switch-to-prev-buffer): Revert last patch because the
1882 bug turned out to be an advertised feature (Elisp manual 28.14).
1883
335aff35
GM
18842012-03-22 Glenn Morris <rgm@gnu.org>
1885
1886 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1887 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1888
c676576a
LMI
18892012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1890
1891 * net/network-stream.el (network-stream-open-starttls): Make error
1892 message under Windows be less misleading.
1893
126f3d39
LW
18942012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1895
1896 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1897 understands (bug#9942).
1898
64fee311
CY
18992012-03-22 Chong Yidong <cyd@gnu.org>
1900
1901 * simple.el (end-of-visible-line): Handle return value of
1902 next-single-property-change properly (Bug#9371).
1903
a640d29a
KH
19042012-03-22 Kenichi Handa <handa@m17n.org>
1905
1906 * international/quail.el (quail-insert-kbd-layout): Fix previous
1907 change. To avoid unwanted bidi reordering, use
1908 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1909
39675016
DG
19102012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1911
1912 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1913 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1914 (ruby-beginning-of-indent): Be more careful with the difference
1915 between word-boundary and symbol boundary.
1916 (ruby-mode-syntax-table): Make : a symbol constituent.
1917
0a6934fc 19182012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1919
3d008e4f
SM
1920 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1921
0a6934fc
SM
19222012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1923
af67c9d7
SM
1924 * progmodes/etags.el (tags-completion-at-point-function):
1925 Improve last fix.
1926
1acad97c
SM
1927 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1928
e298b5da
SS
19292012-03-21 Sam Steingold <sds@gnu.org>
1930
1931 * progmodes/etags.el (tags-completion-at-point-function):
1932 Avoid the error when point is inside the pattern.
1933
91d82a70
JY
19342012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1935
1936 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1937 line (Bug#10855).
1938
69188b79
CY
19392012-03-21 Drew Adams <drew.adams@oracle.com>
1940
1941 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1942
99fc91fe
AK
19432012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1944
1945 * ido.el (ido-set-current-directory, ido-read-internal)
1946 (ido-choose-completion-string, ido-completion-help): Handle nil
1947 value of ido-completion-buffer (Bug#11008).
1948
087bbb4c
SS
19492012-03-21 Sam Steingold <sds@gnu.org>
1950
1951 * window.el (switch-to-prev-buffer): Do not switch to a visible
1952 window previous buffer, just like with the frame previous buffers.
1953
fb5b8aca
CY
19542012-03-21 Chong Yidong <cyd@gnu.org>
1955
1956 * faces.el (make-face, make-empty-face, copy-face):
1957 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1958 Doc fixes.
1959
dc9924b8
SM
19602012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1963 (widget-complete): Remove broken use of it.
1964
f0bcceb9
CY
19652012-03-20 Chong Yidong <cyd@gnu.org>
1966
dc9924b8
SM
1967 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1968 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1969 characters.
1970
ee52ebf3
TH
19712012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1972
1973 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1974 to draw rectangles, not squares. (Regression introduced by revno
1975 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1976
4c5779ab
CY
19772012-03-18 Chong Yidong <cyd@gnu.org>
1978
1979 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1980 it is not yet defined (for temacs).
1981
15360934
LL
19822012-03-18 Leo Liu <sdl.web@gmail.com>
1983
dc9924b8 1984 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1985
d9a8eb66
EZ
19862012-03-17 Eli Zaretskii <eliz@gnu.org>
1987
1988 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1989 (ispell-choices-win-default-height, ispell-silently-savep)
1990 (ispell-dictionary-alist, ispell-encoding8-command)
1991 (ispell-check-version, ispell-aspell-find-dictionary)
1992 (ispell-valid-dictionary-list, ispell-words-keyword)
1993 (ispell-get-word, ispell-internal-change-dictionary)
1994 (ispell-region, ispell-skip-region-list)
1995 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1996 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1997 (ispell-message-text-end, ispell-message)
1998 (ispell-buffer-local-parsing): Doc fix.
1999
f02ff80d
J
20002012-03-13 Jambunathan K <kjambunathan@gmail.com>
2001
2002 * htmlfontify.el: Add support for code block fontification for ODT
2003 export (Bug #9914).
2004 (hfy-optimisations): Define new option
2005 `body-text-only'
2006 (hfy-fontify-buffer): Honor above setting.
2007 (hfy-begin-span, hfy-end-span): New routines factored out form
2008 `hfy-fontify-buffer'.
2009 (hfy-begin-span-handler, hfy-end-span-handler): New variables
2010 that permit insertion of custom tags.
2011 (hfy-fontify-buffer): Use above handlers.
2012 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
2013 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 2014 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 2015 over multiple runs. This is made possible by having the caller let
f02ff80d
J
2016 bind a special variable `hfy-user-sheet-assoc'.
2017 (htmlfontify-string): New defun.
2018 (hfy-compile-face-map): Make sure that the last char in the
2019 buffer is correctly fontified.
2020 (hfy-face-resolve-face): Whitespace only change.
2021
9ac7a13f
EZ
20222012-03-17 Eli Zaretskii <eliz@gnu.org>
2023
2024 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
2025 message more clear.
2026
e2b5bdd7
LL
20272012-03-16 Leo Liu <sdl.web@gmail.com>
2028
2029 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
2030
2e492df3
AM
20312012-03-16 Alan Mackenzie <acm@muc.de>
2032
2033 Further optimise the handling of large macros.
2034
2035 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
2036 limit to a call of `c-literal-limits'.
2037 (c-determine-+ve-limit): New function.
dc9924b8
SM
2038 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
2039 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
2040 In CASE 5B, restrict a search limit to 500.
2041 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
2042
2043 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
2044 Restrict macro bounds to +-500 from after-change's BEG END.
2045
50e94f0c
LL
20462012-03-16 Leo Liu <sdl.web@gmail.com>
2047
2048 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
2049
6f09f6ed
AH
20502012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
2051
2052 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 2053 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 2054
c7e73d51
GM
20552012-03-16 Glenn Morris <rgm@gnu.org>
2056
da986230
GM
2057 * view.el (view-buffer, view-buffer-other-window)
2058 (view-buffer-other-frame): Doc fixes re special mode-class.
2059
0835f01e
GM
2060 * subr.el (eval-after-load): If named feature is provided not from
2061 a file, run after-load forms. (Bug#10946)
2062
c7e73d51
GM
2063 * calendar/calendar.el (calendar-insert-at-column):
2064 Handle non-unit-width characters a bit better. (Bug#10978)
2065
3f2eafd1
CY
20662012-03-15 Chong Yidong <cyd@gnu.org>
2067
2068 * emacs-lisp/ring.el (ring-extend): New function.
2069 (ring-insert+extend): Extend the ring correctly (Bug#11019).
2070
2071 * comint.el (comint-read-input-ring)
2072 (comint-add-to-input-history): Grow comint-input-ring lazily.
2073
103af3fe
SM
20742012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2075
663b1677
SM
2076 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2077 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
2078
103af3fe
SM
2079 * imenu.el: Fix multiple inheritance breakage (bug#9199).
2080 (imenu-add-to-menubar): Don't add a redundant index.
2081 (imenu-update-menubar): Handle a dynamically composed keymap.
2082
899cb7cb
KY
20832012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2084
2085 * mail/sendmail.el (mail-encode-header):
2086 Bind rfc2047-encode-encoded-words to nil.
2087
3809f91d
GM
20882012-03-13 Glenn Morris <rgm@gnu.org>
2089
2090 * calendar/calendar.el (calendar-string-spread):
2091 Handle non-unit-width characters a bit better. (Bug#10978)
2092
9e345a01
LL
20932012-03-13 Leo Liu <sdl.web@gmail.com>
2094
2095 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
2096 directory and file as argument (Bug#10822).
2097
4a07df36
KS
20982012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2099
2100 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
2101 For dynamically generated code, follow $PC.
2102 (gdb-disassembly-handler-custom): Handle no function name case.
2103
4aaa9356
TL
21042012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
2105
2106 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
2107 * emulation/ws-mode.el (ws-query-replace):
2108 * sort.el (sort-regexp-fields):
2109 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
2110
225979da
SM
21112012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * dabbrev.el: Fix cycle completion order (bug#10963).
2114 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
2115 (dabbrev-completion): Don't use an obarray; provide
2116 a cycle-sort-function.
2117
e2f1fdab
LL
21182012-03-12 Leo Liu <sdl.web@gmail.com>
2119
dc9924b8 2120 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
2121 (kill-do-not-save-duplicates): Doc fix.
2122
b19490ed
SM
21232012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * dabbrev.el: Fix cycle completion (bug#10963).
2126 Use lexical binding and wrap to 80 columns.
2127 (dabbrev-completion): Delay computing the list of completions.
2128
4b05d722
KH
21292012-03-12 Kenichi Handa <handa@m17n.org>
2130
2131 * international/quail.el (quail-insert-kbd-layout): Surround each
2132 row by LRO and PDF instead of inserting many LRMs. Pad the left
2133 and right of each non-spacing marks. Insert invisible space
2134 between lower and upper characters to prevent composition.
2135
dbbc2e69
SM
21362012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * minibuffer.el (minibuffer-complete): Don't get confused when the
2139 function is run twice via different commands (bug#10958).
2140 (complete-with-action): Fix docstring.
2141
292112ed
CY
21422012-03-12 Chong Yidong <cyd@gnu.org>
2143
5d1ac394
CY
2144 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
2145 (nxml-completion-at-point-function): New function.
2146 (nxml-mode): Use it.
2147 (nxml-bind-meta-tab-to-complete-flag): Default to t.
2148
292112ed
CY
2149 * emacs-lisp/package.el (package-unpack, package-unpack-single):
2150 Load generated autoloads file before byte compiling (Bug#10970).
2151 (package--make-autoloads-and-compile): New helper fun.
2152
4098f8f7
CS
21532012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
2154
2155 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
2156
8f754691
MA
21572012-03-11 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * autorevert.el (auto-revert-handler): Ensure, that
2160 file-readable-p is applied only for local files or in
2161 auto-revert-tail-mode.
2162
e29ab36b
AS
21632012-03-11 Andreas Schwab <schwab@linux-m68k.org>
2164
dbbc2e69
SM
2165 * server.el (server-eval-at): Handle non-tcp connections.
2166 Decode result string.
ad0bf5b6 2167
e29ab36b
AS
2168 * server.el (server-msg-size): New constant.
2169 (server-reply-print): New function.
2170 (server-eval-and-print): Use it.
2171 (server-eval-at): Use server-quote-arg and server-unquote-arg.
2172 Handle -print-nonl.
2173
de5939ba
CS
21742012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2175
2176 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
2177 (Bug#10987).
2178
0c93eabf
CY
21792012-03-11 Chong Yidong <cyd@gnu.org>
2180
397a688f
CY
2181 * simple.el (goto-line): Doc fix (Bug#9938).
2182
2cc775f9
CY
2183 * subr.el (save-window-excursion): Doc fix (Bug#9979).
2184
0c93eabf
CY
2185 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
2186 when finished (Bug#10963).
2187
c491fa41
MR
21882012-03-11 Martin Rudalics <rudalics@gmx.at>
2189
2190 * window.el (split-window-below): Fix bug in case where
2191 split-window-keep-point is nil (Bug#10971).
2192
300e8fa5
JL
21932012-03-11 Juri Linkov <juri@jurta.org>
2194
2195 * replace.el (replace-highlight): Set isearch-word to nil
2196 unconditionally. (Bug#10887)
2197
dbf6c5a1
EZ
21982012-03-10 Eli Zaretskii <eliz@gnu.org>
2199
2200 * net/mairix.el (mairix-replace-invalid-chars): Rename from
2201 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 2202 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
2203 (mairix-widget-create-query): Add usage information about mairix
2204 search forms: negating words, searching for substrings, etc.
2205
b9e501de
JP
22062012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
2207
2208 * international/fontset.el (font-encoding-alist): Add an entry for
2209 ksx1001 (Bug#5667).
2210
92795c91
RS
22112012-03-10 Richard Stallman <rms@gnu.org>
2212
1694e6c1
RS
2213 * mail/sendmail.el (mail-encode-header):
2214 Set rfc2047-encode-encoded-words.
2215
607e8555
RS
2216 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
2217
de3bc99a
RS
2218 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
2219 view buffer means not swapped.
2220 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
2221 (rmail-write-region-annotate): Error if real text has disappeared.
2222
92795c91
RS
2223 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
2224
699bd04e
CY
22252012-03-10 Chong Yidong <cyd@gnu.org>
2226
2227 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
2228 * emulation/cua-base.el (cua--init-keymaps):
2229 Add delete-forward-char to remappings (Bug#9666).
699bd04e 2230
570a1714
MR
22312012-03-10 Martin Rudalics <rudalics@gmx.at>
2232
dbbc2e69
SM
2233 * speedbar.el (speedbar-unhighlight-one-tag-line):
2234 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 2235
82dcf4e4
CY
22362012-03-10 Chong Yidong <cyd@gnu.org>
2237
7a2c7ca7
CY
2238 * minibuffer.el (completion-in-region, completion-help-at-point):
2239 Give the completion field overlay a high priority (Bug#6830).
2240
82dcf4e4
CY
2241 * dired.el (dired-goto-file): Recognize absolute file name
2242 listings (Bug#7126).
2243 (dired-goto-file-1): New helper function.
2244 (dired-toggle-read-only): Inhibit warnings.
2245
052e28ac
MA
22462012-03-09 Michael Albinus <michael.albinus@gmx.de>
2247
75f1671a 2248 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
2249 there are no properties.
2250
95d5e396
LL
22512012-03-09 Leo Liu <sdl.web@gmail.com>
2252
2253 * savehist.el (savehist-printable): Stricter check for string
2254 value (Bug#10937).
2255
3f018d6d
EZ
22562012-03-09 Eli Zaretskii <eliz@gnu.org>
2257
dbbc2e69
SM
2258 * mail/smtpmail.el (smtpmail-send-it):
2259 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
2260 valid mbox format.
2261
f7fd3d79
GM
22622012-03-09 Glenn Morris <rgm@gnu.org>
2263
2264 * files.el (dir-locals-find-file):
2265 Don't check result is regular, readable.
2266 (dir-locals-read-from-file): Demote errors.
2267
6ff6e72f
EZ
22682012-03-08 Eli Zaretskii <eliz@gnu.org>
2269
dbbc2e69
SM
2270 * international/quail.el (quail-insert-kbd-layout):
2271 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
2272 layout cell, to prevent their reordering by bidi display engine.
2273 For details, see the discussion in
2274 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
2275
9cec7834
AM
22762012-03-08 Alan Mackenzie <acm@muc.de>
2277
2278 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
2279 the starting position; make it extend the marked region when
2280 invoked repeatedly - all under appropriate circumstances.
2281 Fixes bugs #5525, #10906.
2282
9a40b8d4
GM
22832012-03-08 Glenn Morris <rgm@gnu.org>
2284
2285 * files.el (locate-dominating-file, dir-locals-find-file):
2286 Undo 2012-03-06 change.
2287
7a08ed35
EZ
22882012-03-07 Eli Zaretskii <eliz@gnu.org>
2289
dbbc2e69
SM
2290 * international/quail.el (quail-help):
2291 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
2292 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
2293 for the reason.
2294
5aca4f71 22952012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
2296
2297 Avoid superfluous registering of signals. (Bug#10807)
2298
2299 * notifications.el (notifications-on-action-object)
2300 (notifications-on-close-object): New defvars.
2301 (notifications-on-action-signal, notifications-on-closed-signal):
2302 Unregister the signal if not needed any longer.
2303 (notifications-notify): Register `notifications-action-signal' or
2304 `notifications-closed-signal', if :on-action or :on-close has been
2305 passed as argument.
2306
78e8b10a
CY
23072012-03-07 Chong Yidong <cyd@gnu.org>
2308
2309 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2310 non-X platforms.
2311
69481eb8
GM
23122012-03-06 Glenn Morris <rgm@gnu.org>
2313
2314 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2315 (x-disown-selection-internal, x-get-selection-internal):
2316 Doc fix (add arglist signatures). (Bug#10783)
2317
133b8e11
KS
23182012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2319
2320 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2321 Handle breakpoints with no "type".
2322
99a83064
GM
23232012-03-06 Glenn Morris <rgm@gnu.org>
2324
2325 * files.el (locate-dominating-file): Add optional predicate argument.
2326 (dir-locals-find-file): Make use of above change.
2327
17798e78
TTN
23282012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2329
2330 * info.el (Info-insert-dir): Also try "dir.gz".
2331
eb182446
GM
23322012-03-06 Glenn Morris <rgm@gnu.org>
2333
8f2114ee
GM
2334 * files.el (dir-locals-find-file):
2335 Ignore non-readable or non-regular files. (Bug#10928)
2336
eb182446
GM
2337 * files.el (locate-dominating-file): Doc fix.
2338
24679323
AS
23392012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2340
2341 * calendar/calendar.el (calendar-set-mode-line):
2342 `getenv' returns a string. (Bug#10951)
2343
01d972a9
LL
23442012-03-05 Leo Liu <sdl.web@gmail.com>
2345
109aa8a9
LL
2346 * simple.el (backward-delete-char-untabify): Constrain point to
2347 field (Bug#10939).
2348
01d972a9
LL
2349 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2350
10607bea
CY
23512012-03-05 Chong Yidong <cyd@gnu.org>
2352
2353 * simple.el (count-words): If called from Lisp, return the word
2354 count, for symmetry with `count-lines'. Arglist changed.
2355 (count-words--message): Args changed. Consolidate counting code
2356 from count-words and count-words-region.
2357 (count-words-region): Caller changed.
2358 (count-lines-region): Make it an obsolete alias.
2359
5dd11cfe
TH
23602012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2361
2362 * saveplace.el (save-place-to-alist)
2363 (save-place-ignore-files-regexp): Allow value nil to disable this
2364 feature.
2365
c349f4e6
CY
23662012-03-04 Chong Yidong <cyd@gnu.org>
2367
2368 * faces.el (face-spec-reset-face): For the default face, reset the
2369 attributes to default values (Bug#10748).
2370
e627be4c
LMI
23712012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372
2373 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2374 previous patch: Check `message-send-mail-function', and not the
2375 default function (bug#10897).
2376
ebeabff4
MA
23772012-03-04 Michael Albinus <michael.albinus@gmx.de>
2378
a41a6cf4
MA
2379 * notifications.el (notifications-on-action-signal)
2380 (notifications-on-closed-signal): Check for unique service name of
2381 incoming event. Fix error in removing entry.
ebeabff4 2382 (top): Register for signals with wildcard service name.
a41a6cf4 2383 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2384
c1ca42b4
CY
23852012-03-04 Chong Yidong <cyd@gnu.org>
2386
dc9924b8 2387 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2388
ea16568d
GM
23892012-03-04 Glenn Morris <rgm@gnu.org>
2390
2391 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2392 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2393 (expand-abbrev, define-abbrev-table): Doc fixes.
2394
fbae4637
LMI
23952012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2396
2397 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2398 `message-default-send-mail-function' and not `send-mail-function'
2399 when doing the prompting for `sendmail-query-once' before sending
2400 in Message buffers (bug#10897).
2401
a1e7225c
LMI
2402 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2403 This is inconsistent with all the other stream functions, which leave
2404 the setting up to the higher levels (if so wanted) (bug#10931).
2405
56d093a9
AM
24062012-03-02 Alan Mackenzie <acm@muc.de>
2407
2408 Depessimize the handling of very large macros.
2409
2410 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2411 (c-macro-cache-syntactic): New variables to implement a one
2412 element macro cache.
2413 (c-invalidate-macro-cache): New function.
2414 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2415 Adapt to use the new cache.
2416 (c-state-safe-place): Use better the cache of safe positions.
2417 (c-state-semi-nonlit-pos-cache)
2418 (c-state-semi-nonlit-pos-cache-limit):
2419 New variables for...
2420 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2421 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2422 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2423 Use c-state-semi-safe-place.
56d093a9 2424
dbbc2e69
SM
2425 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2426 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2427
817e5c3d
MA
24282012-03-02 Michael Albinus <michael.albinus@gmx.de>
2429
dbbc2e69
SM
2430 * jka-compr.el (jka-compr-call-process):
2431 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2432 not remote.
2433
a032a702
MA
24342012-03-01 Michael Albinus <michael.albinus@gmx.de>
2435
2436 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2437 access of FILE2, if FILE1 does not exist.
2438
99a54f21
MA
2439 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2440 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2441
2442 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2443 Add "PAGER=" to `process-environment'.
2444
f6561e1f
MM
24452012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2446
2447 * progmodes/sql.el: Bug fix
2448 (sql-get-login-ext): Save login values in globals.
2449 (sql-get-login): Use new version of `sql-get-login-ext'.
2450 (sql-interactive-mode): Set global `sql-connection' to nil.
2451 (sql-connect): Set global values for connection.
2452 (sql-product-interactive): Save global values as buffer local.
2453
2d44d9cc
LL
24542012-02-29 Leo Liu <sdl.web@gmail.com>
2455
2456 * abbrev.el (define-abbrevs): Reset sys to nil.
2457
96b49301 24582012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2459
bf7f9bc5
JB
2460 * files.el (file-equal-p): Rename from `files-equal-p'.
2461 Return nil when one or both files don't exist.
96b49301 2462 (file-subdir-of-p): Now only top directory must exists,
2463 return nil if it doesn't.
bf7f9bc5
JB
2464 (copy-directory): No need to test with `file-subdir-of-p' after
2465 creating dir.
2466 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2467 to `file-equal-p'.
96b49301 2468
44e97401
GM
24692012-02-28 Glenn Morris <rgm@gnu.org>
2470
2471 * shell.el (shell-mode):
2472 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2473 * play/landmark.el (landmark-font-lock-face-O):
2474 * play/handwrite.el (handwrite):
2475 * play/gomoku.el (gomoku-O):
2476 * net/browse-url.el (browse-url-browser-display):
2477 * international/mule.el (define-charset):
2478 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2479 * filesets.el (filesets-find-file-delay):
2480 * eshell/em-xtra.el (eshell-xtra):
2481 * eshell/em-unix.el (eshell-grep):
2482 * emulation/viper.el (viper-mode):
2483 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2484 * emacs-lisp/easymenu.el (easy-menu-define):
2485 * calendar/timeclock.el (timeclock-use-display-time):
2486 * bs.el (bs-mode):
2487 * bookmark.el (bookmark-save-flag):
2488 Doc fix (standardize possessive apostrophe usage).
2489
c98c6276
CY
24902012-02-27 Chong Yidong <cyd@gnu.org>
2491
bf7f9bc5
JB
2492 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2493 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2494
c98c6276
CY
2495 * font-lock.el (font-lock-specified-p): Rename from
2496 font-lock-spec-present. Callers changed.
2497
9c62cd04 24982012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2499
bf7f9bc5
JB
2500 * emacs-lisp/package.el (package-compute-transaction):
2501 Handle holding a package version to t in package-load-list.
8ac9e529 2502
530739c9
MA
25032012-02-26 Michael Albinus <michael.albinus@gmx.de>
2504
2505 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2506 (tramp-get-inode, tramp-get-device): Use cached values.
2507
487915d7
AM
25082012-02-26 Alan Mackenzie <acm@muc.de>
2509
2510 Check there is a font-lock specification before doing initial
2511 fontification.
2512
2513 * font-core.el (font-lock-mode): Move the conditional from
2514 :after-hook to font-lock-initial-fontify.
2515 (font-lock-default-function): Move the check for a specification
2516 to font-lock-spec-present.
2517
dc9924b8 2518 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2519 (font-lock-spec-present): New function.
2520
4fd96557
JB
25212012-02-26 Jim Blandy <jimb@red-bean.com>
2522
2523 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2524 (gdb-send): Apply it to the operand of the '-interpreter-exec
2525 console' command, so that we can pass arguments with (say) quotes
2526 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2527
9a4888c0
CY
25282012-02-26 Chong Yidong <cyd@gnu.org>
2529
07498861
CY
2530 * help-fns.el (describe-function-1): Clarify description of
2531 remapping (Bug#10844).
2532
9a4888c0
CY
2533 * files.el (files-equal-p): Doc fix.
2534 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2535 and quit the loop once a mismatch is found.
2536
ea8fb88d
JB
25372012-02-25 Juanma Barranquero <lekktu@gmail.com>
2538
2539 * bs.el (bs--show-with-configuration): Don't throw an error
2540 if the window cannot be split; otherwise, subsequent calls to
2541 bs-show fail, restoring a stale window config. (Bug#10882)
2542
525795c1
JD
25432012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2544
2545 * term/ns-win.el (global-map): Bind ns-drag-file to
2546 ns-find-file (Bug#5855, Bug#10050).
2547
f008086f
AS
25482012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2549
2550 * calendar/parse-time.el (parse-time-string): Allow extractor to
2551 return nil.
2552
a3fcfa99
MA
25532012-02-25 Michael Albinus <michael.albinus@gmx.de>
2554
91027d08
JB
2555 * net/tramp.el (tramp-file-name-for-operation):
2556 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2557
2558 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2559 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2560 Add COPY-CONTENTS argument.
a3fcfa99 2561
67b0de11
CY
25622012-02-25 Chong Yidong <cyd@gnu.org>
2563
2564 Add custom groups for VC backends, for consistency with vc-bzr.
2565
2566 * vc/vc-arch.el (vc-arch):
2567 * vc/vc-cvs.el (vc-cvs):
2568 * vc/vc-git.el (vc-git):
2569 * vc/vc-hg.el (vc-hg):
2570 * vc/vc-mtn.el (vc-mtn):
2571 * vc/vc-rcs.el (vc-rcs):
2572 * vc/vc-sccs.el (vc-sccs):
2573 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2574 All relevant defcustoms reassigned.
2575
3c9dfce6
CY
25762012-02-25 Chong Yidong <cyd@gnu.org>
2577
1339bf43
CY
2578 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2579
3c9dfce6
CY
2580 * term/x-win.el (x-initialize-window-system): Reduce default for
2581 x-selection-timeout to 5 seconds (Bug#8869).
2582
25b2e303 25832012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2584
ec70a47d
GM
2585 * files.el (files-equal-p, file-subdir-of-p): New functions.
2586 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2587 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2588 * dired-aux.el (dired-copy-file-recursive): Same.
2589 (dired-create-files): Modify destination when source is equal to
2590 dest when copying files.
53a46cd0 2591 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2592
914260cd
MA
25932012-02-24 Michael Albinus <michael.albinus@gmx.de>
2594
2595 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2596 (Bug#10874)
2597
2cb228f7
AM
25982012-02-23 Alan Mackenzie <acm@muc.de>
2599
2600 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2601 parameter "after-hook:" to allow the expansion to run code after
2602 the execution of the mode hooks.
2603
2604 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2605 from font-lock-mode-internal.
2cb228f7 2606
91027d08 2607 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2608 :after-hook.
2609
8f0fde21
SM
26102012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2611
3e88618b
SM
2612 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2613 (completion--cache-all-sorted-completions): New function.
2614 (completion-all-sorted-completions): Use it.
2615 (completion--do-completion, minibuffer-force-complete):
2616 Use it to re-instate the flush hook.
2617
8f0fde21
SM
2618 * icomplete.el (icomplete-completions): Replace last fix with a better
2619 one (bug#10850).
2620
8e911f6f
DG
26212012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2622
2623 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2624 when it might call us back infinitely (bug#10797).
2625
49fe4321
GM
26262012-02-23 Glenn Morris <rgm@gnu.org>
2627
2628 * minibuffer.el (completion-category-overrides): Doc fix.
2629
b291b572
SM
26302012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2633 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2634
31a9ef2e
GM
26352012-02-23 Glenn Morris <rgm@gnu.org>
2636
5e6e6794 2637 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2638 (authors-obsolete-files-regexps, authors-ignored-files)
2639 (authors-ambiguous-files, authors-renamed-files-alist):
2640 Add more entries.
2641
0bd1e074
JL
26422012-02-23 Juri Linkov <juri@jurta.org>
2643
2644 * isearch.el (isearch-occur): Sync interactive spec with occur's
2645 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2646
b617673c
JL
2647 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2648
19e9789e
JL
26492012-02-22 Juri Linkov <juri@jurta.org>
2650
2651 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2652 (ucs-insert): Doc fix. Check for hex digits in the string.
2653 Don't display `nil' in the error message. (Bug#10857)
2654
f41ce09d
AM
26552012-02-22 Alan Mackenzie <acm@muc.de>
2656
7a71b18d 2657 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2658
ac2eceee
GM
26592012-02-22 Glenn Morris <rgm@gnu.org>
2660
2661 * ffap.el (ffap-c-path):
2662 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2663
abd1f678
CY
26642012-02-22 Chong Yidong <cyd@gnu.org>
2665
2666 * custom.el (load-theme): Doc fix.
2667
f25aef2e
GM
26682012-02-22 Glenn Morris <rgm@gnu.org>
2669
2670 * dired-x.el (dired-guess-shell-alist-default):
2671 Remove escape sequences from nroff output. (Bug#172)
2672
5f8dc2ca
GM
26732012-02-21 Glenn Morris <rgm@gnu.org>
2674
6ff86ec4
GM
2675 * vc/emerge.el (emerge-defvar-local):
2676 Set `permanent-local' property rather than unused `preserved'.
2677
be3223a3 2678 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2679 (picture-mode-map): Use it. (Bug#10860)
2680 (picture-mode): Doc fix.
2681
3fe58f4f
JB
26822012-02-21 Juanma Barranquero <lekktu@gmail.com>
2683
2684 * newcomment.el (uncomment-region-default): Remove unused binding.
2685
f9a998c3
GM
26862012-02-21 Glenn Morris <rgm@gnu.org>
2687
2688 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2689 (picture-self-insert, picture-tab-chars): Doc fix.
2690 (picture-mode-map): Fix C-a, C-e.
2691
c6029348
GM
26922012-02-20 Glenn Morris <rgm@gnu.org>
2693
2694 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2695
ab1ce9d7
LL
26962012-02-20 Leo Liu <sdl.web@gmail.com>
2697
2698 * icomplete.el (icomplete-completions): Check FROM arg before
2699 passing to substring (Bug#10850).
2700
0fd40f89
CY
27012012-02-19 Chong Yidong <cyd@gnu.org>
2702
2703 * comint.el: Require ansi-color.
2704 (comint-output-filter-functions): Add ansi-color-process-output.
2705
2706 * ansi-color.el: Don't set comint-output-filter-functions; it is
2707 now in the initial value defined in comint.el.
2708 (ansi-color-apply-face-function): New variable.
2709 (ansi-color-apply-on-region): Use it.
2710 (ansi-color-apply-overlay-face): New function.
2711
2712 * shell.el (shell): No need to require ansi-color.
2713 (shell-mode): Use ansi-color-apply-face-function to highlight
2714 color escapes using font-lock-face property (Bug#10835).
2715
20af2394
CY
27162012-02-19 Chong Yidong <cyd@gnu.org>
2717
2718 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2719 mode-line formats (Bug#10839).
2720
e23a3fbe
GM
27212012-02-18 Glenn Morris <rgm@gnu.org>
2722
b474519e
GM
2723 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2724
2725 * mail/undigest.el (unforward-rmail-message): Doc fix.
2726
e23a3fbe
GM
2727 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2728
57939ff4
EZ
27292012-02-18 Eli Zaretskii <eliz@gnu.org>
2730
2731 * international/characters.el (script-list): Sync with the latest
2732 Unicode Character Database.
2733
0c23686e
AS
27342012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2735
2736 * international/titdic-cnv.el: Remove duplicate coding tag.
2737 * language/cham.el: Likewise.
2738 * language/tai-viet.el: Likewise.
2739
6818b449
GM
27402012-02-18 Glenn Morris <rgm@gnu.org>
2741
2742 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2743 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2744 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2745 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2746 * calendar/holidays.el (holiday-bahai-holidays)
2747 (calendar-holidays, list-holidays):
2748 Use utf-8 Bahá'í in doc-strings, menus, etc.
2749
0311a3fc
TH
27502012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2751
2752 * saveplace.el (save-place-ignore-files-regexp): New variable
2753 allowing for excluding files from saving their location of point.
2754 The default value matches the temporary commit message editing
2755 files from Git, SVN, Bazaar, and Mercurial.
2756 (save-place-to-alist): Use it.
2757
eb864a71
LM
27582012-02-17 Lawrence Mitchell <wence@gmx.li>
2759 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * newcomment.el (uncomment-region-default): Don't leave extra space
2762 when an arg is provided (bug#8150).
2763
ee0ce425
TZ
27642012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2765
eb864a71 2766 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2767
95ddf442
GM
27682012-02-17 Glenn Morris <rgm@gnu.org>
2769
2770 * net/socks.el: Require network-stream. (Bug#10599)
2771
48dd1e39 27722012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2773
2774 * international/charprop.el:
2775 * international/uni-name.el:
2776 * international/uni-old-name.el:
2777 * international/uni-comment.el: Regenerate.
2778
d68cd087
GM
27792012-02-16 Glenn Morris <rgm@gnu.org>
2780
2781 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2782 Interactively in calendar buffer, give an error if not on a date.
2783
13932042
GM
27842012-02-15 Glenn Morris <rgm@gnu.org>
2785
2786 * shell.el (shell-delimiter-argument-list):
2787 Revert 2011-02-17 change. (Bug#8027)
2788
c3a70e2b
CY
27892012-02-15 Chong Yidong <cyd@gnu.org>
2790
60236b0d
CY
2791 * minibuffer.el (completion-at-point-functions): Doc fix.
2792
c3a70e2b
CY
2793 * custom.el (defcustom): Doc fix; note use of defvar.
2794
9f26dc24
GM
27952012-02-15 Glenn Morris <rgm@gnu.org>
2796
2797 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2798 Doc fixes.
2799
6546b134
GM
28002012-02-14 Glenn Morris <rgm@gnu.org>
2801
2802 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2803
d29b2b4c
LI
28042012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2805
2806 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2807 way the ports list is computed.
835bdcba
LI
2808 (smtpmail-query-smtp-server): Prompt the user for a port number if
2809 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2810
08dcdbc9
TZ
28112012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2812
2813 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2814
2605051a
GM
28152012-02-13 Glenn Morris <rgm@gnu.org>
2816
2817 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2818
7ee99f32
TZ
28192012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2820
2821 * net/gnutls.el (gnutls-trustfiles): New variable.
2822 (gnutls-negotiate): Use it.
2823
5f0af64f
LI
28242012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2825
2826 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2827 does its stuff if Gnus is running.
2828
c14fcc95
AM
28292012-02-13 Alan Mackenzie <acm@muc.de>
2830
2831 Fix a loop in c-set-fl-decl-start.
2832
7a71b18d 2833 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2834 c-backward-syntactic-ws actually moves backwards.
2835
142b4d90
LL
28362012-02-13 Leo Liu <sdl.web@gmail.com>
2837
2838 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2839 beginning so that all \C-o chars are removed.
2840
fa9958a6
TZ
28412012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2842
dc9924b8 2843 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2844
0bc5886a
AM
28452012-02-12 Alan Mackenzie <acm@muc.de>
2846
2847 Fix infinite loop with long macros.
4d6769e1 2848 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2849
d4bd55e7
CY
28502012-02-12 Chong Yidong <cyd@gnu.org>
2851
2852 * window.el (display-buffer): Doc fix (Bug#10785).
2853
66f3fe22
GM
28542012-02-12 Glenn Morris <rgm@gnu.org>
2855
bd7da63e
GM
2856 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2857 (x-disown-selection-internal, x-get-selection-internal):
2858 Sync docs with the xselect.c versions.
2859
66f3fe22
GM
2860 * allout-widgets.el: Add missing license notice.
2861
3e0d2fa7
GM
28622012-02-11 Glenn Morris <rgm@gnu.org>
2863
cfecdf09
GM
2864 * select.el (x-get-selection-internal, x-own-selection-internal)
2865 (x-disown-selection-internal):
2866 * x-dnd.el (x-get-selection-internal): Update declarations.
2867
6d216d7f
GM
2868 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2869
2bed3f04
GM
2870 * window.el (window-sides-slots):
2871 * tool-bar.el (tool-bar-position):
2872 * term/xterm.el (xterm-extra-capabilities):
2873 * ses.el (ses-self-reference-early-detection):
2874 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2875 (verilog-auto-wire-type)
2876 (verilog-auto-delete-trailing-whitespace)
2877 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2878 (verilog-auto-tieoff-declaration):
2879 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2880 (sql-oracle-statement-starters, sql-oracle-scan-on):
2881 * progmodes/prolog.el (prolog-align-comments-flag)
2882 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2883 (prolog-left-indent-regexp, prolog-paren-indent-p)
2884 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2885 (prolog-types, prolog-mode-specificators)
2886 (prolog-determinism-specificators, prolog-directives)
2887 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2888 (prolog-electric-dot-flag)
2889 (prolog-electric-dot-full-predicate-template)
2890 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2891 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2892 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2893 (prolog-program-switches, prolog-prompt-regexp)
2894 (prolog-debug-on-string, prolog-debug-off-string)
2895 (prolog-trace-on-string, prolog-trace-off-string)
2896 (prolog-zip-on-string, prolog-zip-off-string)
2897 (prolog-use-standard-consult-compile-method-flag)
2898 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2899 (prolog-imenu-max-lines, prolog-info-predicate-index)
2900 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2901 (prolog-char-quote-workaround):
2902 * progmodes/cc-vars.el (c-defun-tactic):
2903 * net/tramp.el (tramp-encoding-command-interactive)
2904 (tramp-local-end-of-line):
2905 * net/soap-client.el (soap-client):
2906 * net/netrc.el (netrc-file):
2907 * net/gnutls.el (gnutls):
2908 * minibuffer.el (completion-category-overrides)
2909 (completion-cycle-threshold)
2910 (completion-pcm-complete-word-inserts-delimiters):
2911 * man.el (Man-name-local-regexp):
2912 * mail/feedmail.el (feedmail-display-full-frame):
2913 * international/characters.el (glyphless-char-display-control):
2914 * eshell/em-ls.el (eshell-ls-date-format):
2915 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2916 (lisp-lambda-list-keyword-parameter-indentation)
2917 (lisp-lambda-list-keyword-parameter-alignment):
2918 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2919 * dired-x.el (dired-omit-verbose):
2920 * cus-theme.el (custom-theme-allow-multiple-selections):
2921 * calc/calc.el (calc-highlight-selections-with-faces)
2922 (calc-lu-field-reference, calc-lu-power-reference)
2923 (calc-note-threshold):
2924 * battery.el (battery-mode-line-limit):
2925 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2926 (archive-7z-update):
2927 * allout.el (allout-prefixed-keybindings)
2928 (allout-unprefixed-keybindings)
2929 (allout-inhibit-auto-fill-on-headline)
2930 (allout-flattened-numbering-abbreviation):
2931 * allout-widgets.el (allout-widgets-auto-activation)
2932 (allout-widgets-icons-dark-subdir)
2933 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2934 (allout-widgets-theme-dark-background)
2935 (allout-widgets-theme-light-background)
2936 (allout-widgets-item-image-properties-emacs)
2937 (allout-widgets-item-image-properties-xemacs)
2938 (allout-widgets-run-unit-tests-on-load)
2939 (allout-widgets-time-decoration-activity)
2940 (allout-widgets-hook-error-post-time)
2941 (allout-widgets-track-decoration):
2942 Add missing :version tags to new defcustoms and defgroups.
2943
5fec1b8e
GM
2944 * progmodes/sql.el (sql-ansi-statement-starters)
2945 (sql-oracle-statement-starters): Add custom type.
2946
3e0d2fa7
GM
2947 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2948 (prolog-system-version): Give it a type.
2949
90b671e2
EZ
29502012-02-11 Eli Zaretskii <eliz@gnu.org>
2951
2952 * term/pc-win.el (x-select-text, x-selection-owner-p)
2953 (x-own-selection-internal, x-disown-selection-internal)
2954 (x-get-selection-internal): Sync doc strings and argument lists
2955 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2956
5eac0c02
LL
29572012-02-11 Leo Liu <sdl.web@gmail.com>
2958
2959 * progmodes/python.el (python-end-of-statement): Fix infinite
2960 loop. (Bug#10788)
2961
f82cb659
GM
29622012-02-10 Glenn Morris <rgm@gnu.org>
2963
2964 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2965 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2966
cc26d239
LI
29672012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2968
2969 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2970 about SMTP before checking the From header.
2971
91027d08 2972 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2973 into own function for reuse by emacsbug.el.
2974
1be3ca5a
LL
29752012-02-10 Leo Liu <sdl.web@gmail.com>
2976
2977 * subr.el (condition-case-unless-debug): Rename from
2978 condition-case-no-debug. All callers changed.
2979 (with-demoted-errors): Fix caller.
2980
2981 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2982 * nxml/rng-valid.el (rng-do-some-validation):
2983 * emacs-lisp/package.el (package-refresh-contents)
2984 (package-menu-execute):
2985 * desktop.el (desktop-create-buffer):
91027d08 2986 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2987
b011fbfe
GM
29882012-02-10 Glenn Morris <rgm@gnu.org>
2989
b2096d72
GM
2990 * textmodes/bibtex.el:
2991 Add missing :version tags for new/changed defcustoms.
2992
b011fbfe
GM
2993 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2994
4c7e65bf
LI
29952012-02-09 Lars Ingebrigtsen <larsi@rusty>
2996
2997 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2998 (smtpmail-via-smtp): Use it, or fall back on the From address.
2999 (smtpmail-send-it): Ditto.
3000
f3934f6f
SM
30012012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3004 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
3005 (byte-compile-tmp-var): New const.
3006 (byte-compile-defvar): Use it to minimize .elc size.
3007 Just use `defvar' rather than simulate it (bug#10761).
3008
a075a2c5
GM
30092012-02-09 Glenn Morris <rgm@gnu.org>
3010
cf3aa21b
GM
3011 * files.el (rename-uniquely): Doc fix. (Bug#3806)
3012
354998cd
GM
3013 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
3014 Add :version tags.
3015
dc9924b8
SM
3016 * progmodes/compile.el (compilation-error-screen-columns)
3017 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 3018
dab3703d
GM
3019 * vc/log-view.el (log-view-toggle-entry-display):
3020 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
3021
3f88cd72
GM
3022 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
3023 (report-emacs-bug-can-use-xdg-email):
3024 (report-emacs-bug-insert-to-mailer): Doc fixes.
3025 (report-emacs-bug): Message fix.
3026
d95b247d
GM
3027 * net/browse-url.el (browse-url-can-use-xdg-open)
3028 (browse-url-xdg-open): Doc fixes.
3029
a075a2c5
GM
3030 * electric.el (electric-indent-mode, electric-pair-mode)
3031 (electric-layout-rules, electric-layout-mode): Doc fixes.
3032 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
3033
ffb6157e
MR
30342012-02-08 Martin Rudalics <rudalics@gmx.at>
3035
3036 * server.el (server-unselect-display): Don't inadvertently kill
3037 the current buffer. (Bug#10729)
3038
e1ac4066
GM
30392012-02-08 Glenn Morris <rgm@gnu.org>
3040
34e8a2da
GM
3041 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
3042 (sql-list-table): Doc fixes.
3043
b4ac6e8c
GM
3044 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
3045 Comment out (does nothing).
3046
e1ac4066
GM
3047 * completion.el (dynamic-completion-mode):
3048 * dirtrack.el (dirtrack-debug-mode):
3049 * electric.el (electric-layout-mode):
3050 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
3051 * face-remap.el (text-scale-mode, buffer-face-mode):
3052 * iimage.el (iimage-mode):
3053 * image-mode.el (image-transform-mode):
3054 * minibuffer.el (completion-in-region-mode):
3055 * scroll-lock.el (scroll-lock-mode):
3056 * simple.el (next-error-follow-minor-mode):
3057 * tar-mode.el (tar-subfile-mode):
3058 * tooltip.el (tooltip-mode):
3059 * vcursor.el (vcursor-use-vcursor-map):
3060 * wid-browse.el (widget-minor-mode):
3061 * emulation/tpu-edt.el (tpu-edt-mode):
3062 * emulation/tpu-extras.el (tpu-cursor-free-mode):
3063 * international/iso-ascii.el (iso-ascii-mode):
3064 * language/thai-util.el (thai-word-mode):
3065 * mail/supercite.el (sc-minor-mode):
3066 * net/goto-addr.el (goto-address-mode):
3067 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
3068 * progmodes/cwarn.el (cwarn-mode):
3069 * progmodes/flymake.el (flymake-mode):
3070 * progmodes/glasses.el (glasses-mode):
3071 * progmodes/hideshow.el (hs-minor-mode):
3072 * progmodes/pascal.el (pascal-outline-mode):
3073 * textmodes/enriched.el (enriched-mode):
3074 * vc/smerge-mode.el (smerge-mode):
3075 Doc fixes (minor mode argument).
3076
5e0d957f
EZ
30772012-02-07 Eli Zaretskii <eliz@gnu.org>
3078
3079 * ls-lisp.el (ls-lisp-sanitize): New function.
3080 (ls-lisp-insert-directory): Use it to fix or remove any elements
3081 in file-alist with missing attributes. (Bug#4673)
3082
98d7371e
AM
30832012-02-07 Alan Mackenzie <acm@muc.de>
3084
3085 Fix spurious recognition of c-in-knr-argdecl.
3086
3087 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
3088 putative K&R region.
3089
667ced3a
AM
30902012-02-07 Alan Mackenzie <acm@muc.de>
3091
eb864a71
LM
3092 * progmodes/cc-engine.el (c-forward-objc-directive):
3093 Prevent looping in "#pragma mark @implementation".
667ced3a 3094
5b77774d
MA
30952012-02-07 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * notifications.el (notifications-on-closed-signal): Make `reason'
3098 optional. (Bug#10744)
3099
af008560
GM
31002012-02-07 Glenn Morris <rgm@gnu.org>
3101
60d47423
GM
3102 * emacs-lisp/easy-mmode.el (define-minor-mode):
3103 Doc fixes for the macro and the mode it defines.
3104
dd605cc4
GM
3105 * image.el (imagemagick-types-inhibit): Doc fix.
3106
af008560
GM
3107 * cus-start.el (imagemagick-render-type): Add it.
3108
5cc59a37
LI
31092012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3110
4d6769e1
JB
3111 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
3112 Set the default at load time, too, so that `font-lock-fontify-buffer'
3113 can be called without setting up the entire mode first. This fixes
3114 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 3115
9a6dd747
CY
31162012-02-06 Chong Yidong <cyd@gnu.org>
3117
2d16b285
CY
3118 * simple.el (list-processes--refresh): Delete exited processes
3119 (Bug#8094).
3120
171e9b6e
CY
3121 * comint.el (comint-next-prompt): next-single-char-property-change
3122 and prev-single-char-property-change never return nil (Bug#8657).
3123
9a6dd747
CY
3124 * custom.el (defcustom): Doc fix (Bug#9711).
3125
aa4589a7
CY
31262012-02-05 Chong Yidong <cyd@gnu.org>
3127
5c2a252f
CY
3128 * cus-edit.el (custom-variable-reset-backup): Quote the value
3129 before storing it in the customized-value property (Bug#6712).
4aab9006 3130 (custom-display): Add a customization type tag.
983b9602 3131 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 3132
aa4589a7
CY
3133 * wid-edit.el (widget-field-value-get): New optional arg to
3134 suppress trailing whitespace truncation.
3135 (character): Use it (Bug#2689).
3136
1ff980ae
AS
31372012-02-05 Andreas Schwab <schwab@linux-m68k.org>
3138
3139 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
3140 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
3141
03988c98
CY
31422012-02-05 Chong Yidong <cyd@gnu.org>
3143
eeb6cc88
CY
3144 * cus-edit.el (custom-variable-value-create): For mismatched
3145 types, show the current value (Bug#7600).
3146
03988c98
CY
3147 * custom.el (defcustom): Doc fix.
3148
f8cdeef0
GM
31492012-02-05 Glenn Morris <rgm@gnu.org>
3150
3151 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
3152
0696d255
JB
31532012-02-05 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
3156 (pp-buffer): Use `ignore-errors', `looking-at-p'.
3157 (pp-last-sexp): Use `looking-at-p'.
3158
34c99998
GM
31592012-02-04 Glenn Morris <rgm@gnu.org>
3160
8f05da42
GM
3161 * files.el (revert-buffer):
3162 Doc fix (mention revert-buffer-in-progress-p).
3163
f160676e
GM
3164 * emacs-lisp/ert-x.el (ert-simulate-command):
3165 Check deferred-action-list (which is obsolete) is bound.
3166
c7291ad9
GM
3167 * subr.el (with-wrapper-hook): Doc fixes.
3168
34c99998
GM
3169 * simple.el (filter-buffer-substring-functions)
3170 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
3171
6283a7d3
LL
31722012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
3173
3174 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
3175 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
3176
e96e3013
LL
31772012-02-04 Leo Liu <sdl.web@gmail.com>
3178
3179 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
3180
8ded50f2
GM
31812012-02-04 Glenn Morris <rgm@gnu.org>
3182
82ff1d13
GM
3183 * image.el (image-extension-data): Add obsolete alias.
3184
987a0a16
GM
3185 * isearch.el (isearch-update): Doc fix.
3186
ea32ef46
GM
3187 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
3188
8ded50f2
GM
3189 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
3190
eea14f31
GM
31912012-02-03 Glenn Morris <rgm@gnu.org>
3192
3193 * image.el (image-animated-p): Doc fix. Use image-animated-types.
3194 (image-animate-timeout): Doc fix.
3195
3196 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
3197
12f381b7
GM
31982012-02-02 Glenn Morris <rgm@gnu.org>
3199
953cebf5
GM
3200 * server.el (server-auth-dir): Doc fix.
3201 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
3202
12f381b7
GM
3203 * subr.el (run-mode-hooks): Doc fix.
3204
953a8c3b
JL
32052012-02-02 Juri Linkov <juri@jurta.org>
3206
3207 * image-mode.el (image-toggle-display-image): Remove tautological
3208 `major-mode' from the `derived-mode-p' test.
3209
c5d3843c
KH
32102012-02-02 Kenichi Handa <handa@m17n.org>
3211
9f6e692e 3212 * composite.el (compose-region): Cancel previous change.
c5d3843c 3213
159462d4 32142012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
3215
3216 * composite.el (compose-region, compose-string): Signal error for
3217 a null string component (Bug#6988).
3218
9f562668
CY
32192012-02-01 Chong Yidong <cyd@gnu.org>
3220
e2cef717
CY
3221 * view.el (view-buffer-other-window, view-buffer-other-frame):
3222 Handle special modes like view-buffer (Bug#10650).
3223 (view-buffer): Simplify.
3224
9f562668
CY
3225 * frame.el (set-frame-font): Tweak meaning of third argument.
3226
9f6e692e
JB
3227 * dynamic-setting.el (font-setting-change-default-font):
3228 Use set-frame-font (Bug#9982).
9f562668 3229
781acb9f
GM
32302012-02-01 Glenn Morris <rgm@gnu.org>
3231
6035be52
GM
3232 * progmodes/compile.el (compilation-internal-error-properties):
3233 Respect compilation-first-column in the "*compilation*" buffer.
3234
781acb9f
GM
3235 * emacs-lisp/easy-mmode.el (define-minor-mode):
3236 Relax :variable's test for a named function.
3237
abbceb00
AM
32382012-01-31 Alan Mackenzie <acm@muc.de>
3239
3240 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
3241 off by one error.
3242
fce3fdeb
CY
32432012-01-31 Chong Yidong <cyd@gnu.org>
3244
3245 * frame.el (set-frame-font): New arg ALL-FRAMES.
3246
3247 * menu-bar.el (menu-set-font): Use set-frame-font.
3248
3249 * faces.el (face-spec-reset-face): Don't apply unspecified
3250 attribute values to the default face.
3251
47893581
JB
32522012-01-31 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * progmodes/cwarn.el (cwarn): Remove dead link.
3255 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
3256 Remove * from defcustom docstrings.
3257 (turn-on-cwarn-mode): Make obsolete.
3258 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
3259 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
3260
e58e988a
GM
32612012-01-31 Glenn Morris <rgm@gnu.org>
3262
60dc2671 3263 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 3264 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 3265 Allow named functions to be used as the cdr of :variable.
e58e988a 3266
7a3f511d
GM
32672012-01-30 Glenn Morris <rgm@gnu.org>
3268
3269 * emacs-lisp/authors.el (authors-fixed-entries):
3270 Remove reference to deleted file rnewspost.el.
3271
cb882333
JB
32722012-01-29 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * window.el (window-with-parameter): Remove unused variable `windows'.
3275 (window--side-check): Remove unused variable `code'.
3276 (window--resize-siblings): Remove unused variable `first'.
3277 (adjust-window-trailing-edge): Remove unused variable `failed'.
3278 (window-deletable-p, window--delete): Remove unused variable `buffer'.
3279 Use `let', not `let*'.
3280 (balance-windows-2): Remove unused variable `found'.
3281 (window--state-put-2): Remove unused variable `splits'.
3282 (window-state-put): Remove unused variable `selected'.
3283 (same-window-p): Use `string-match-p'.
3284 (display-buffer-assq-regexp): Remove unused variable `value'.
3285 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3286 Mark argument ALIST as ignored.
3287 (pop-to-buffer): Remove unused variable `old-window'.
3288
907201af
EZ
32892012-01-29 Eli Zaretskii <eliz@gnu.org>
3290
3291 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
3292 and .lzma compressed files.
3293
ea162670
CY
32942012-01-29 Chong Yidong <cyd@gnu.org>
3295
5b95ee8a
CY
3296 * frame.el (window-system-default-frame-alist): Doc fix.
3297
ea162670
CY
3298 * dynamic-setting.el (font-setting-change-default-font): Don't
3299 change the default face if SET-FONT argument is non-nil (Bug#9982).
3300
d6e6f4b1
SB
33012012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3302
3303 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3304
0f29fa41 33052012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3306
3307 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3308 breakpoints in files outside current directory (Bug#6098).
3309
db174434
CY
33102012-01-29 Chong Yidong <cyd@gnu.org>
3311
6b25e4e2
SE
3312 * progmodes/python.el: Require ansi-color at top-level.
3313
6df6ae42
JB
3314 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3315 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3316 (lisp-mode-abbrev-table): Add doc.
3317 (lisp-mode-variables): Don't set local-abbrev-table.
3318 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3319
e70ee681
RW
33202012-01-28 Roland Winkler <winkler@gnu.org>
3321
3322 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3323
ace88aa2
RW
33242012-01-28 Roland Winkler <winkler@gnu.org>
3325
3326 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3327 (bibtex-set-dialect): Use it. Either set global values of
3328 dialect-dependent variables or bind these variables buffer-locally
3329 (Bug#10254).
3330 (bibtex-mode): Call bibtex-set-dialect via
3331 hack-local-variables-hook.
eb864a71
LM
3332 (bibtex-dialect): Update docstring.
3333 Add safe-local-variable predicate.
ace88aa2
RW
3334 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3335 bibtex-set-dialect.
3336 (bibtex-mode-map): Define menu for each dialect.
3337 (bibtex-entry): Fix docstring.
3338
93376c5b
CY
33392012-01-28 Chong Yidong <cyd@gnu.org>
3340
3341 * eshell/esh-arg.el (eshell-quote-argument): New function.
3342
3343 * eshell/esh-ext.el (eshell-invoke-batch-file):
3344 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3345 first arg to eshell-parse-command (Bug#10523).
3346
4372494f
DA
33472012-01-28 Drew Adams <drew.adams@oracle.com>
3348
3349 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3350 `default-directory' is non-nil.
3351
4d4ec1f8
EZ
33522012-01-28 Eli Zaretskii <eliz@gnu.org>
3353
3354 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3355 line that displays system-configuration-options. (Bug#9924)
3356
7c188927
DA
33572012-01-28 Drew Adams <drew.adams@oracle.com>
3358
3359 * descr-text.el (describe-char): Show information about POS, in
3360 addition to information about the character at POS. Improve and
3361 update the doc string. Change "code point" to "code point in
3362 charset", to avoid confusion with the character's Unicode code
3363 point shown above that. (Bug#10129)
3364
e0da685a
EZ
33652012-01-28 Eli Zaretskii <eliz@gnu.org>
3366
3367 * descr-text.el (describe-char): Show the raw character, not only
3368 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3369 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3370 for the reasons.
3371
70550acf
PH
33722012-01-28 Phil Hagelberg <phil@hagelb.org>
3373
eb864a71
LM
3374 * emacs-lisp/package.el (package-install):
3375 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3376
0ce8e868
CY
33772012-01-28 Chong Yidong <cyd@gnu.org>
3378
cb882333
JB
3379 * emacs-lisp/package.el (package-maybe-load-descriptor):
3380 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3381 (package-maybe-load-descriptor): Use it.
3382 (package-download-transaction): Fully load required packages
3383 inside the loop, so that `require' calls work (Bug#10593).
3384 (package-install): No need to call package-initialize now.
3385
2e7f3bea
CY
33862012-01-28 Chong Yidong <cyd@gnu.org>
3387
6e9bad14
CY
3388 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3389
f823b8ca
CY
3390 * tooltip.el (tooltip-mode): Doc fix.
3391 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3392
2680c309
CY
3393 * frame.el (set-cursor-color): Doc fix (Bug#352).
3394
d7a9e63b
CY
3395 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3396 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3397
2e7f3bea
CY
3398 * cus-edit.el (custom-buffer-create-internal): Fix search button
3399 action (Bug#10542).
2ae01800 3400 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3401
fc4f7a23
EW
34022012-01-27 Eduard Wiebe <usenet@pusto.de>
3403
3404 * dired.el (dired-mark-files-regexp):
3405 Include any subdirectory components. (Bug#10445)
3406
7dd37071
ML
34072012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3408
3409 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3410 Handle [host]:port syntax. (Bug#10533)
3411
a268160b
AH
34122012-01-27 Alex Harsanyi <harsanyi@mac.com>
3413
3414 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3415
e43273ef
GM
34162012-01-26 Glenn Morris <rgm@gnu.org>
3417
3418 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3419 * term.el (term-raw-escape-map): Use Control-X-prefix.
3420 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3421
1edf595d
MR
34222012-01-25 Martin Rudalics <rudalics@gmx.at>
3423
3424 * window.el (window-state-get, window--state-get-1): Don't deal
3425 with fixed-sizeness of windows. Simplify code.
3426
fa8eafef
JC
34272012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3428
6df6ae42
JB
3429 * window.el (window--state-get-1, window--state-put-2):
3430 Don't save and restore the mark.
fa8eafef 3431
0b21c100
CY
34322012-01-25 Chong Yidong <cyd@gnu.org>
3433
3434 * custom.el (custom-variable-p): Doc fix.
3435
5ae1a6c8
GM
34362012-01-25 Glenn Morris <rgm@gnu.org>
3437
40047858
GM
3438 * dired.el (dired-goto-file): Handle some of the more common
3439 characters that `ls -b' escapes. (Bug#10596)
3440
5ddce96c
GM
3441 * progmodes/compile.el (compilation-next-error-function):
3442 Respect compilation-first-column in the "*compilation*" buffer.
3443 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3444
5ae1a6c8
GM
3445 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3446
b559f1a9
GM
34472012-01-24 Glenn Morris <rgm@gnu.org>
3448
3449 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3450
6725d21a
JD
34512012-01-24 Julien Danjou <julien@danjou.info>
3452
3453 * color.el (color-rgb-to-hsl): Fix value computing.
3454 (color-hue-to-rgb): New function.
3455 (color-hsl-to-rgb): New function.
3456 (color-clamp, color-saturate-hsl, color-saturate-name)
3457 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3458 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3459
70df4bbe
GM
34602012-01-24 Glenn Morris <rgm@gnu.org>
3461
3462 * vc/vc-rcs.el (vc-rcs-create-tag):
3463 * vc/vc-sccs.el (vc-sccs-create-tag):
3464 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3465
802a2ae2
ML
34662012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3467
3468 * eshell/esh-util.el (eshell-read-hosts-file):
3469 Skip comment lines. (Bug#10549)
3470
d7128bb1
ML
3471 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3472
d1a5c3b4
JB
34732012-01-23 Juanma Barranquero <lekktu@gmail.com>
3474
2724d9c7
JB
3475 * subr.el (display-delayed-warnings): Doc fix.
3476 (collapse-delayed-warnings): New function to collapse identical
3477 adjacent warnings.
3478 (delayed-warnings-hook): Add it.
d1a5c3b4 3479
a5509865
MA
34802012-01-22 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3483
3484 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3485 properties, when "login-as" is set.
3486
3487 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3488 (tramp-default-user-alist): Don't add "pscp".
3489 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3490 property "login-as", if set. (Bug#10530)
3491
cc6d5805
MA
34922012-01-21 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3495 "plink1" and "psftp". (Bug#10530)
3496
34972012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3498
3499 * international/mule-cmds.el (prefer-coding-system): Show a
3500 warning message if the default value of file-name-coding-system
3501 was not changed.
3502
f0960428
JC
35032012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3504
cb882333
JB
3505 * windmove.el (windmove-reference-loc):
3506 Fix windmove-reference-loc miscalculation.
f0960428 3507
dd6f2a63
JB
35082012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3509
3510 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3511 default unit.
3512
7b447e9b
GM
35132012-01-21 Glenn Morris <rgm@gnu.org>
3514
117a9ea1
GM
3515 * international/mule.el (auto-coding-alist): Add .tbz.
3516
7b447e9b
GM
3517 * files.el (local-enable-local-variables): Doc fix.
3518 (inhibit-local-variables-regexps): Rename from
3519 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3520 Doc fix. Add some extensions from auto-coding-alist.
3521 (inhibit-local-variables-suffixes):
3522 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3523 (inhibit-local-variables-p):
3524 New function, extracted from set-auto-mode-1.
3525 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3526 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3527 (hack-local-variables): Doc fix. Make the mode-only case
3528 respect enable-local-variables and friends.
3529 Respect inhibit-local-variables-regexps for file-locals, but
3530 not for directory-locals.
3531 (set-visited-file-name):
3532 Take account of inhibit-local-variables-regexps.
3533 Whether it applies may change as the file name is changed.
3534 * jka-cmpr-hook.el (jka-compr-install):
3535 * jka-compr.el (jka-compr-uninstall):
3536 Update for inhibit-first-line-modes-suffixes name change.
3537
dd6e3cdd
MR
35382012-01-20 Martin Rudalics <rudalics@gmx.at>
3539
3540 * help-macro.el (make-help-screen): Temporarily restore original
3541 binding for minor-mode-map-alist (Bug#10454).
3542
0d0deb38
JD
35432012-01-19 Julien Danjou <julien@danjou.info>
3544
3545 * color.el (color-name-to-rgb): Use the white color to find the max
3546 color component value and return correctly computed values.
3547 (color-name-to-rgb): Add missing float conversion for max value.
3548
34a02f46
MR
35492012-01-19 Martin Rudalics <rudalics@gmx.at>
3550
3551 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3552 special state value for window-persistent-parameters.
3553 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3554 (window--state-put-2): Reset all window parameters to nil before
3555 assigning values of persistent parameters.
3556
606c44c4
AM
35572012-01-18 Alan Mackenzie <acm@muc.de>
3558
3559 Eliminate sluggishness and hangs in fontification of "semicolon
3560 deserts".
3561
cb882333
JB
3562 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3563 Change value 10000 -> 3000.
606c44c4
AM
3564 (c-state-safe-place): Reformulate so it doesn't stack up an
3565 infinite number of wrong entries in c-state-nonlit-pos-cache.
3566 (c-determine-limit-get-base, c-determine-limit): New functions to
3567 determine backward search limits disregarding literals.
3568 (c-find-decl-spots): Amend commenting.
3569 (c-cheap-inside-bracelist-p): New function which detects "={".
3570
3571 * progmodes/cc-fonts.el
3572 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3573 backward search.
3574 (c-font-lock-declarations): Fix an occurrence of point being
3575 undefined. Check additionally for point being in a bracelist or
3576 near a macro invocation without a semicolon so as to avoid a
3577 fruitless time consuming search for a declarator. Give a more
3578 precise search limit for declarators using the new
3579 c-determine-limit.
3580
f3860cea
GM
35812012-01-18 Glenn Morris <rgm@gnu.org>
3582
3583 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3584 (set-auto-mode): Doc fixes.
3585
1db03b16
GM
35862012-01-17 Glenn Morris <rgm@gnu.org>
3587
0e6038be
GM
3588 * isearch.el (search-nonincremental-instead): Fix doc typo.
3589
1db03b16
GM
3590 * dired.el (dired-insert-directory): Handle newlines in directory name.
3591 (dired-build-subdir-alist): Unescape newlines in directory name.
3592
4cb0aa75
MA
35932012-01-17 Michael Albinus <michael.albinus@gmx.de>
3594
3595 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3596 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3597 (tramp-action-terminal): Use it. (Bug#10530)
3598
1d00653d
SM
35992012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3602
6a6ee00d
MR
36032012-01-16 Martin Rudalics <rudalics@gmx.at>
3604
3605 * window.el (window-state-ignored-parameters): Remove variable.
3606 (window--state-get-1): Rename argument MARKERS to IGNORE.
3607 Handle persistent window parameters. Make copy of clone-of
3608 parameter only if requested. (Bug#10348)
3609 (window--state-put-2): Install a window parameter only if it has
3610 a non-nil value or an existing parameter shall be overwritten.
3611
97912def
MA
36122012-01-15 Michael Albinus <michael.albinus@gmx.de>
3613
3614 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3615
688070a5
EZ
36162012-01-14 Eli Zaretskii <eliz@gnu.org>
3617
3618 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3619 don't pass the (nil) value of `upnode' to string-match.
3620
301afadc
CY
36212012-01-14 Chong Yidong <cyd@gnu.org>
3622
3623 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3624 Fix values recognized by the cursorBlink resource.
301afadc 3625
9e5788aa
PE
36262012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3627
3628 * epg.el (epg--make-temp-file): Avoid permission race condition
3629 when running on old Emacs versions (bug#10403).
3630
3cdb7f5a
GM
36312012-01-14 Glenn Morris <rgm@gnu.org>
3632
3633 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3634
8c82b1b4
AM
36352012-01-13 Alan Mackenzie <acm@muc.de>
3636
3637 Fix filling for when filladapt mode is enabled.
3638
3639 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3640 c-mask-paragraph, pass in `fill-paragraph' rather than
3641 `fill-region-as-paragraph'. (This is a reversion of a previous
3642 change.)
eb864a71
LM
3643 * progmodes/cc-mode.el (c-basic-common-init):
3644 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3645
e517eda4
GM
36462012-01-13 Glenn Morris <rgm@gnu.org>
3647
1498536e
GM
3648 * dired.el (dired-switches-escape-p): New function.
3649 (dired-insert-directory): Use dired-switches-escape-p.
3650 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3651
e517eda4
GM
3652 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3653
328f984d
GM
36542012-01-12 Glenn Morris <rgm@gnu.org>
3655
3656 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3657 changes in adaptive-fill-regexp. (Bug#10276)
3658
2cc769a8
AM
36592012-01-11 Alan Mackenzie <acm@muc.de>
3660
3661 Fix Emacs bug #10463 - put `widen's around the critical spots.
3662
1d00653d 3663 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3664 widen around each invocation of c-state-pp-to-literal. Remove an
3665 unused let variable.
3666
e52c37fa
GM
36672012-01-11 Glenn Morris <rgm@gnu.org>
3668
3669 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3670 Doc fix.
e52c37fa 3671
96f8741e
CY
36722012-01-10 Chong Yidong <cyd@gnu.org>
3673
1d00653d
SM
3674 * net/network-stream.el (network-stream-open-starttls):
3675 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3676 response to the capability command.
3677
b09a806e
GM
36782012-01-10 Glenn Morris <rgm@gnu.org>
3679
3680 * mail/unrmail.el (unrmail): Tweak previous change.
3681
7655cb66
CY
36822012-01-09 Chong Yidong <cyd@gnu.org>
3683
3684 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3685
9d5a8f0b
AM
36862012-01-08 Alan Mackenzie <acm@muc.de>
3687
3688 Optimise font locking in long enum definitions.
3689
3690 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3691 arm to a cond form to handle enums.
3692 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3693 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3694
9a0115ab 36952012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3696
3697 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3698 (Bug#10401)
6bb72cbd 3699
f186bb95
LMI
37002012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
29232a68
LMI
3702 * faces.el (set-face-attribute): Clarify the meaning of the nil
3703 frame (bug#10294).
3704
4e5d086d
LMI
3705 * subr.el (with-selected-frame): Mention that the selected frame
3706 is restored (bug#9980).
3707
8e66aebe
LMI
3708 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3709 (bug#9759).
3710
cd394be1 3711 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3712 (password-read): Don't autoload unused function.
3713
adf4e762
JB
37142012-01-07 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * progmodes/which-func.el (which-func-mode): Turn into a
3717 non-interactive function and mark as obsolete (bug#10428).
3718
89bd9ccd
CY
37192012-01-06 Chong Yidong <cyd@gnu.org>
3720
3721 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3722 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3723 functions, along with 1 and -1.
3724
4afee9d5
EZ
37252012-01-06 Eli Zaretskii <eliz@gnu.org>
3726
3727 * time.el (display-time-load-average)
3728 (display-time-default-load-average): Doc fixes. See the thread
3729 starting at
3730 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3731 for the details.
3732
536aea70
GM
37332012-01-06 Glenn Morris <rgm@gnu.org>
3734
665ae865
GM
3735 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3736 has no messages. (Bug#10377)
3737
c869783d
GM
3738 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3739 than Info-edit. (Bug#10385)
3740
2bb4227e
GM
3741 * time.el (display-time-load-average, display-time-next-load-average):
3742 Doc fixes.
3743
7d5944b9
GM
3744 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3745 local setting of buffer-read-only to the input buffer. (Bug#10419)
3746
536aea70
GM
3747 * calendar/calendar.el (calendar-mode):
3748 Locally set scroll-margin to 0. (Bug#10379)
3749
7dccca16
UM
37502012-01-06 Ulrich Mueller <ulm@gentoo.org>
3751
3752 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3753
afbb7930
GM
37542012-01-05 Glenn Morris <rgm@gnu.org>
3755
3756 * eshell/em-unix.el (diff-no-select): Autoload it.
3757 (eshell/diff): Use diff-no-select. (Bug#10420)
3758
04482335
CY
37592012-01-05 Chong Yidong <cyd@gnu.org>
3760
7baca3bc
CY
3761 * shell.el (shell-dynamic-complete-functions): Revert last change.
3762 (shell-command-completion-function): New function.
3763 (shell-completion-vars): Use it to implement
3764 shell-completion-execonly (Bug#10417).
3765
04482335
CY
3766 * custom.el (enable-theme): Don't set custom-safe-themes.
3767
1d00653d
SM
3768 * cus-theme.el (custom-theme-merge-theme):
3769 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3770
bb5aa5d6
MM
37712012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3772
3773 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3774 first prompt in `sql-interacive-mode'.
3775 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3776 keywords.
6df6ae42 3777 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3778 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3779 context of original buffer. Invoke `sql-login-hook'.
3780
a7183d7c
EZ
37812012-01-04 Eli Zaretskii <eliz@gnu.org>
3782
3783 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3784 letters in cite-prefix.
3785
a1eacd1e
LMI
37862012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3787
3788 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3789
787cdb34
CY
37902012-01-03 Chong Yidong <cyd@gnu.org>
3791
1d00653d
SM
3792 * shell.el (shell-dynamic-complete-functions):
3793 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3794 comint-filename-completion first (Bug#10417).
3795
30710442
RS
37962012-01-02 Richard Stallman <rms@gnu.org>
3797
3798 * battery.el (battery-status-function):
3799 Detect when to use battery-yeeloong-sysfs.
3800 (battery-echo-area-format): Add string for Yeeloong.
3801 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3802 (battery-yeeloong-sysfs): New function.
3803
f75bfc33
CY
38042012-01-02 Chong Yidong <cyd@gnu.org>
3805
3806 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3807 (dirtrack): Merge code for handling relative filenames in prompt
3808 from shell-dir-cookie-watcher.
3809 (dirtrack-debug-message): New arg to avoid excess format calls.
3810
3811 * shell.el (shell-dir-cookie-re): Variable deleted.
3812 (shell-dir-cookie-watcher): Function deleted.
3813 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3814 with dirtrack-mode.
3815
651e947e
EZ
38162012-01-01 Eli Zaretskii <eliz@gnu.org>
3817
1d00653d
SM
3818 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3819 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3820 libgnutls-26.dll.
3821
94d4c7dc
AS
38222011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3823
3824 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3825
8d43f3cd
EZ
38262011-12-31 Eli Zaretskii <eliz@gnu.org>
3827
3828 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3829 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3830
98c8795a
MA
38312011-12-29 Michael Albinus <michael.albinus@gmx.de>
3832
3833 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3834 also for alternative shells.
3835 (tramp-open-connection-setup-interactive-shell): Check, whether
3836 the shell is a busybox.
3837 (tramp-send-command): Don't suppress multiple prompts for
3838 busyboxes, it hurts.
3839
51281b32
CY
38402011-12-28 Chong Yidong <cyd@gnu.org>
3841
3842 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3843 (gdb-get-source-file): Move mode line update to
3844 gdb-get-source-file (Bug#10087).
3845
2170cb53
CY
38462011-12-25 Chong Yidong <cyd@gnu.org>
3847
3848 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3849 gud-gdb-marker-filter without taking it as an argument.
3850 (gud-gdb-run-command-fetch-lines): Caller changed.
3851 (gud-gdb-completion-function): New variable.
3852 (gud-gdb-completion-at-point): Use it.
3853 (gud-gdb-completions-1): Split from gud-gdb-completions.
3854
3855 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3856 function as separate arguments.
3857 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3858 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3859 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3860 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3861 (gdb-stopped, def-gdb-auto-update-trigger)
3862 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3863 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3864 Callers changed.
2170cb53
CY
3865 (gud-gdbmi-completions): New function.
3866 (gdb): Use it for generating the completion table.
3867
be8b11bb
AM
38682011-12-24 Alan Mackenzie <acm@muc.de>
3869
3870 Introduce a mechanism to widen the region used in context font
1d00653d 3871 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3872
1d00653d
SM
3873 * progmodes/cc-langs.el (c-before-font-lock-functions):
3874 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3875 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3876 functions to be run just before context (etc.) font locking.
3877
3878 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3879 New, functionality extracted from
be8b11bb 3880 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3881 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3882 (c-after-change): Set c-in-after-change-fontification.
3883 (c-set-fl-decl-start): Rejig its interface, so it can be called
3884 from both after-change and context fontifying.
b81d40f0
JB
3885 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3886 New functions.
3887 (c-standard-font-lock-fontify-region-function): New variable.
3888 (c-font-lock-fontify-region): New function.
be8b11bb 3889
341cf6ac
JL
38902011-12-24 Juri Linkov <juri@jurta.org>
3891
3892 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3893 (Bug#10348)
3894
bffcee0a
MA
38952011-12-23 Michael Albinus <michael.albinus@gmx.de>
3896
3897 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3898 existence of source file. (Bug#10325)
3899
cb5e207c
AM
39002011-12-23 Alan Mackenzie <acm@muc.de>
3901
3902 Fix unstable fontification inside templates.
3903
b81d40f0
JB
3904 * progmodes/cc-langs.el (c-before-font-lock-functions):
3905 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3906 additionally has c-set-fl-decl-start. The other languages (apart
3907 from AWK) have that as a single entry.
3908
b81d40f0
JB
3909 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3910 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3911 c-set-fl-decl-start.
3912
b81d40f0
JB
3913 * progmodes/cc-mode.el (c-common-init, c-after-change):
3914 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3915 (c-set-fl-decl-start): New function, extracted from
3916 c-font-lock-enclosing-decls and enhanced.
3917
60ff536c
JB
39182011-12-23 Juanma Barranquero <lekktu@gmail.com>
3919
3920 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3921
1c4757d6
JL
39222011-12-22 Juri Linkov <juri@jurta.org>
3923
3924 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3925
d031f2c7
CY
39262011-12-22 Chong Yidong <cyd@gnu.org>
3927
3928 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3929
bace743a
DA
39302011-12-21 Drew Adams <drew.adams@oracle.com>
3931
3932 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3933
728a1f2b
JC
39342011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3935
3936 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3937
0d373f73
TZ
39382011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3939
fec0aaa4
TZ
3940 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3941 highlighting and support. Fix up comments for capitalization.
3942 (cfengine-mode-debug): New var.
3943 (cfengine3-mode): Change the modeline indicator to "CFE3".
3944 (cfengine3-font-lock-keywords): Improve defun highlighting.
3945 (cfengine2-actions): Rename from `cfengine-actions'.
3946 (cfengine2-font-lock-keywords): Rename from
3947 `cfengine-font-lock-keywords'.
3948 (cfengine2-imenu-expression): Rename from
3949 `cfengine-imenu-expression'.
3950 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3951 (cfengine2-beginning-of-defun): Rename from
3952 `cfengine-beginning-of-defun'.
3953 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3954 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3955 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3956 modeline indicator to "CFE2".
3957 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3958 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3959
bc86f573
CY
39602011-12-21 Chong Yidong <cyd@gnu.org>
3961
3962 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3963 filename argument.
3964
d45ba96b
MR
39652011-12-20 Martin Rudalics <rudalics@gmx.at>
3966
3967 * window.el (window-normalize-buffer-to-display): Remove.
3968 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3969
a6198c90
CY
39702011-12-19 Chong Yidong <cyd@gnu.org>
3971
3972 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3973 Don't signal an error in a predicate function; return non-nil.
3974 (vc-dir-mark-file): Move the error here.
3975 (vc-dir-mark-unmark): If acting on the region, keep going if one
3976 of the entries cannot be marked/unmarked.
3977 (vc-dir-mark-all-files): If current entry is a directory, mark
3978 only child files, as documented.
3979
34c5fb55
VB
39802011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3981
3982 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3983 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3984 addition.
3985
c803b2b7
JD
39862011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3987
3988 * term/ns-win.el (ns-get-selection-internal)
3989 (ns-store-selection-internal): Declare.
1154d12e
JB
3990 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3991 Declare as obsolete.
3992 (ns-get-pasteboard, ns-paste-secondary):
3993 Use ns-get-selection-internal.
3994 (ns-set-pasteboard, ns-copy-including-secondary):
3995 Use ns-store-selection-internal.
c803b2b7 3996
9cff91f8 39972011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3998
3999 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 4000 (vc-deduce-fileset): Doc fix.
99a289d9 4001
f16c898a
AS
40022011-12-16 Andreas Schwab <schwab@linux-m68k.org>
4003
4004 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
4005
763237c4
SS
40062011-12-13 Sam Steingold <sds@gnu.org>
4007
4008 * man.el (Man-getpage-in-background): When running under a
4009 window-system, ignore $MANWIDTH and $COLUMNS.
4010
5fc1c122
KH
40112011-12-15 Kenichi Handa <handa@m17n.org>
4012
4013 * language/ethio-util.el: Change coding tag to utf-8-emacs.
4014 (setup-ethiopic-environment-internal): Comment out key-binding for
4015 ethio-toggle-punctuation.
4016
13d49cbb
AM
40172011-12-13 Alan Mackenzie <acm@muc.de>
4018
898169a2
AM
4019 Add the switch statement to AWK Mode.
4020
7a71b18d 4021 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
4022 "default" to the keywords regexp.
4023
7a71b18d 4024 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 4025 expression as the rest.
1d00653d
SM
4026 (c-nonlabel-token-key): Allow string literals for AWK.
4027 Refactor for the other modes.
898169a2 4028
13d49cbb 4029 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 4030 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
4031 routines. Limit backward searching in c-font-lock-enclosing.decl.
4032
4033 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
4034 pp-state and literal type in addition to the limits.
1d00653d 4035 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 4036 (c-state-literal-at): Use the above new defun.
1d00653d
SM
4037 (c-slow-in-literal, c-fast-in-literal): Remove.
4038 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
4039
4040 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
4041 being in a literal. Add a limit for backward searching.
4042
4043 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
4044 c-slow-in-literal.
4045
15e0efc7
SM
40462011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4047
4048 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
4049
454592a6
MR
40502011-12-13 Martin Rudalics <rudalics@gmx.at>
4051
4052 * window.el (delete-other-windows): Use correct frame in call to
4053 window-with-parameter.
4054
87393f26
DP
40552011-12-12 Daniel Pfeiffer <occitan@t-online.de>
4056
4057 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
4058 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
4059 (makefile-gmake-statements, makefile-makepp-statements):
4060 Use it and add new makepp keywords.
4061 (makefile-makepp-font-lock-keywords): Add new patterns.
4062 (makefile-match-function-end): Match new [...] and [[...]].
4063
11636b22
JB
40642011-12-11 Juanma Barranquero <lekktu@gmail.com>
4065
4066 * ses.el (ses-call-printer-return, ses-cell-property-get)
4067 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
4068 (ses-create-cell-variable, ses-reset-header-string)
4069 (ses-cell-set-formula, ses-repair-cell-reference-all)
4070 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
4071 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
4072 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
4073 (ses-aset-with-undo, ses-load, ses-truncate-cell)
4074 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
4075 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
4076 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
4077 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
4078 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
4079 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
4080 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
4081 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
4082
cf018193
VB
40832011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
4084
4085 * ses.el: The overall change is to add cell renaming, that is
4086 setting fancy names for cell symbols other than name matching
4087 "\\`[A-Z]+[0-9]+\\'" regexp .
4088 (ses-create-cell-variable): New defun.
4089 (ses-relocate-formula): Relocate formulas only for cells the
4090 symbols of which are not renamed, i.e. symbols whose names do not
4091 match regexp "\\`[A-Z]+[0-9]+\\'".
4092 (ses-relocate-all): Relocate values only for cells the symbols of
4093 which are not renamed.
4094 (ses-load): Create cells variables as the (ses-cell ...) are read,
4095 in order to check row col consistency with cell symbol name only
4096 for cells that are not renamed.
4097 (ses-replace-name-in-formula): New defun.
4098 (ses-rename-cell): New defun.
4099
ee957461
CY
41002011-12-11 Chong Yidong <cyd@gnu.org>
4101
4102 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
4103 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
4104
9a9e9ef0
MR
41052011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
4106
4107 * window.el (other-window): Fix docstring.
4108
92a8eba5
EZ
41092011-12-10 Eli Zaretskii <eliz@gnu.org>
4110
4111 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
4112 `from' or `to' address before taking its substring.
4113 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
4114 encoded name is chopped in the middle of the encoded string, and
4115 thus displayed encoded.
4116
e152e577
JB
41172011-12-10 Juanma Barranquero <lekktu@gmail.com>
4118
4119 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
4120
e5d84bfe
EZ
41212011-12-10 Eli Zaretskii <eliz@gnu.org>
4122
4123 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
4124 to use texinfo-update-node and commands that call it if the
4125 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 4126 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
4127 (texinfo-all-menus-update, texinfo-master-menu)
4128 (texinfo-update-node, texinfo-every-node-update)
4129 (texinfo-multiple-files-update): Doc fix. Warn against updating
4130 all the @node lines.
4131 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
4132 argument is numeric. Explain better in the doc string what the
4133 function really does.
4134 (texinfo-insert-master-menu-list): Improve the error message
4135 displayed if there's no menu in the Top node.
4136 (Bug#2975) See also this thread:
e5d84bfe
EZ
4137 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
4138
1d84e9bb
MG
41392011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
4140
4141 * speedbar.el (speedbar-supported-extension-expressions):
4142 Add .adb and .ads, commonly used for Ada source code (bug#10256).
4143
382c953b
JB
41442011-12-09 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * printing.el (pr-mode-alist):
4147 * simple.el (filter-buffer-substring-functions)
4148 (completion-list-insert-choice-function):
4149 * window.el (window-with-parameter, window-atom-root)
4150 (window-sides-slots, window-size-fixed, window-min-delta)
4151 (window-max-delta, window--resize-mini-window)
4152 (window--resize-child-windows-normal, window-tree)
4153 (delete-other-windows, quit-window, split-window)
4154 (display-buffer-record-window, special-display-buffer-names)
4155 (special-display-regexps, special-display-popup-frame)
4156 (same-window-p, split-window-sensibly)
4157 (display-buffer-overriding-action, display-buffer-alist)
4158 (display-buffer-base-action, display-buffer, switch-to-buffer)
4159 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
4160 (fit-window-to-buffer, recenter-positions)
4161 (mouse-autoselect-window-state, mouse-autoselect-window-select):
4162 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
4163 and remove unneeded backslashes in docstrings.
4164
39c9faef
SM
41652011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4166
98449af8
SM
4167 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
4168
39c9faef
SM
4169 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
4170 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
4171 end in ".mk".
4172 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
4173 when reading the makefile (bug#10116).
4174
86ed9fdc
SM
41752011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
4178 (bug#10116).
4179
5580f89d
GM
41802011-12-06 Glenn Morris <rgm@gnu.org>
4181
4182 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
4183
28d3917c
CY
41842011-12-06 Chong Yidong <cyd@gnu.org>
4185
4186 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
4187
a98edce9
JB
41882011-12-06 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * textmodes/table.el (table-shorten-cell): Fix typo.
4191
e65adfac
CG
41922011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
4193
4194 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
4195
71cc0b74
EZ
41962011-12-05 Eli Zaretskii <eliz@gnu.org>
4197
4198 * descr-text.el (describe-char): Fix display of strong
4199 right-to-left characters and directional embeddings and overrides.
4200
4201 * simple.el (what-cursor-position): Fix display of codepoints of
4202 strong right-to-left characters.
4203
315bc30d
CY
42042011-12-05 Chong Yidong <cyd@gnu.org>
4205
4206 * faces.el (read-color): Doc fix.
4207
58a70b94
GM
42082011-12-05 Glenn Morris <rgm@gnu.org>
4209
4210 * align.el (align--set-marker): Add doc-string.
4211 Don't try to move something that is not a marker. (Bug#10216)
4212
5158face
GM
42132011-12-04 Glenn Morris <rgm@gnu.org>
4214
4215 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
4216 overly zealous deletion of trailing whitespace.
4217
520fca41
JB
42182011-12-04 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * server.el (server-delete-client): On Windows, do not try to delete
4221 the only terminal.
4222 (server-process-filter): On Windows, treat requests for a tty frame as
4223 if they were for a GUI frame if the running server is in GUI mode.
4224
5e605a2e
GM
42252011-12-03 Glenn Morris <rgm@gnu.org>
4226
4227 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
4228
5c3fe83f
SM
42292011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
4230
6f5e57e7
SM
4231 * electric.el: Streamline electric-indent's hook.
4232 (electric-indent-chars): Revert to simple list.
4233 (electric-indent-functions): New var.
4234 (electric-indent-post-self-insert-function): Use it.
4235
5c3fe83f
SM
4236 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
4237 there's no inferior buffer (bug#10196).
4238 (prolog-consult-compile): Don't use toggle-read-only.
4239
6bdac736
MA
42402011-12-02 Michael Albinus <michael.albinus@gmx.de>
4241
4242 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
4243 interrupt. (Bug#10187)
4244
6131ba7f
SM
42452011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4246
99c79fee
SM
4247 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
4248 (bug#9160).
4249
6131ba7f
SM
4250 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
4251 (bug#10191).
4252
cb0a02ea
JL
42532011-12-02 Juri Linkov <juri@jurta.org>
4254
4255 * info.el (Info-search): Display "end of manual" when Isearch
4256 reaches the end of single-file Info manual. (Bug#9918)
4257
66e0570c
EZ
42582011-12-02 Eli Zaretskii <eliz@gnu.org>
4259
4260 * isearch.el (isearch-message-prefix): Run the input method part
4261 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
4262
02b16839
JL
42632011-12-02 Juri Linkov <juri@jurta.org>
4264
4265 * isearch.el (isearch-occur): Use `word-search-regexp' for
4266 `isearch-word'.
4267 (isearch-search-and-update): Add condition for `isearch-word' and
4268 call `word-search-regexp'. (Bug#10145)
4269
0b950688
GM
42702011-12-01 Glenn Morris <rgm@gnu.org>
4271
4272 * eshell/em-hist.el (eshell-hist-initialize):
4273 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 4274 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 4275
9505c3c7
SM
42762011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
4279
1bbe96b2 42802011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 4281
a1beca85
SM
4282 * progmodes/verilog-mode.el (verilog-pretty-expr):
4283 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
4284 verilog, such as += *= and the like.
4285 (verilog-assignment-operator-re): Regular expression to find the
4286 assigment operator in a verilog assignment.
4287 (verilog-assignment-operation-re): Regular expression to find an
4288 assignment statement for pretty-expr.
4289 (verilog-in-attribute-p): Query returns true if point is in an
4290 attribute context; used to skip these for expression line up from
4291 pretty-expr.
4292 (verilog-in-parameter-p): Query returns true if point is in an
4293 parameter definition context; used to skip these for expression
4294 line up from pretty-expr.
4295 (verilog-in-parenthesis-p): Query returns true if point is in a
4296 parenthetical expression, specifically ( ) but not [ ] or { };
4297 used by pretty-expr.
4298 (verilog-just-one-space): If there is no space, don't add one.
4299 (verilog-get-lineup-indent-2): Specifically skip just attribute
4300 contexts for expression lineup, rather than skipping all
4301 parenthetical expressions.
4302 (verilog-calculate-indent): Fix comment, and fix indent.
4303 (verilog-do-indent): Indent declarations in lists (suggested by
4304 Joachim Lechner).
4305 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4306 skeleton items.
4307 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4308 by Alain Mellan).
4309
1bbe96b2 43102011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4311
4312 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4313 parameters with embedded comments. Reported by Ray Stevens.
4314 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4315 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4316 Reported by Tim Holt.
4317 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4318 instantiated by upper module causing wrong expansion until AUTOed a
4319 second time. Reported by K C Buckenmaier.
4320 (verilog-diff-auto): Fix showing .* as a difference when
4321 `verilog-auto-star-save' off. Reported by Dan Dever.
4322 (verilog-auto-reset, verilog-read-always-signals)
4323 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4324 temporary signals in reset list if
4325 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4326 style to each signal's assignment type, bug381.
4327 Reported by Thomas Esposito.
6288f0ca
WS
4328 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4329 (verilog-uvm-statement-re): Support UVM indentation and
4330 highlighting, with old OVM keywords only.
a1beca85 4331 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4332 Support AUTOTIEOFF creating non-wire data types.
4333 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4334 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4335 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4336 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4337 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4338 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4339 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4340 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4341 non-numeric vector width. Reported by Alex Reed.
4342 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4343 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4344 (verilog-auto-delete-trailing-whitespace):
4345 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4346 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4347 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4348 Fix verilog-scan-cache corruption when running user AUTO expansion
4349 hooks that call indentation routines.
4350 (verilog-simplify-range-expression): Fix typo ignoring lower case
4351 identifiers.
4352 (verilog-delete-auto): Fix delete-autos to also remove user created
4353 automatics, as long as they start with AUTO.
4354 (verilog-batch-diff-auto, verilog-diff-auto)
4355 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4356 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4357 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4358 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4359 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4360 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4361 is disabled and its cache will get corrupt, causing AUTOS not to
4362 expand. Instead use only -quick functions.
4363 (verilog-scan-region): Fix scanning over escaped quotes.
4364 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4365 (verilog-re-search-backward-quick)
4366 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4367 related functions now ignore strings, to fix misparsing of strings
4368 with magic comments embedded in them.
a1beca85
SM
4369 (verilog-read-auto-template):
4370 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4371 Reported by Brad Dobbie.
4372 (verilog-read-auto-template):
4373 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4374 Reported by Brad Dobbie.
6288f0ca
WS
4375 (verilog-auto-inst, verilog-auto-inst-param)
4376 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4377 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4378 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4379 debugging templates without merge conflicts, bug357.
4380 Reported by Brad Dobbie.
4381 (verilog-read-auto-template):
4382 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4383 Reported by Brad Dobbie.
4384 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4385 abbrevs so user won't be asked to save.
4386 (verilog-read-auto-lisp-present): Fix to start at beginning of
4387 buffer in case called outside of verilog-auto.
4388 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4389 to "X-2". Reported by Matthew Myers.
4390 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4391 all inputs from module templates. Reported by Leith Johnson.
4392 (verilog-module-inside-filename-p): Fix locating programs as with
4393 modules.
4394 (verilog-auto-inst-port): Fix vl-width expressions when using
4395 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4396 (verilog-decls-get-regs, verilog-decls-get-signals,
4397 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4398 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4399 verilog-read-decls): Combine reg and wire structures into one var
4400 structure to represent SystemVerilog concepts.
4401 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4402 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4403 (verilog-auto-wire-type, verilog-insert-definition):
4404 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4405 SystemVerilog "logic" keyword instead of "wire"/"reg".
4406 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4407 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4408 ifdef or generate if so there's not a driver conflict).
4409 Reported by Matthew Myers.
4410 (verilog-auto-declare-nettype, verilog-insert-definition):
4411 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4412 `default_nettype none. Reported by Julian Gorfajn.
4413 (verilog-read-always-signals-recurse, verilog-read-decls)
4414 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4415 malformed end statement, bug325. Reported by Joshua Wise and
4416 Andrew Drake.
4417 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4418 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4419 when expanding .* in interfaces, bug320.
4420 Reported by Pierre-David Pfister.
6288f0ca 4421 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4422 name and open parenthesis, bug317.
4423 Reported by Pierre-David Pfister.
6288f0ca
WS
4424 (verilog-simplify-range-expression): Fix simplification of
4425 multiplications inside AUTOWIRE connections, bug303.
4426 (verilog-auto-inst-port): Support parameter expansion in
4427 multidimensional arrays.
4428 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4429 after "assert property". Reported by Julian Gorfajn.
4430 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4431 with multiplication, bug303.
4432 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4433 Reported by Jan Frode Lonnum.
4434
1bbe96b2
GM
44352011-11-30 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4438 (hfy-shell-file-name, hfy-shell):
4439 * international/fontset.el (x-decompose-font-name): Fix typos.
4440
44412011-11-29 Ken Brown <kbrown@cornell.edu>
4442
4443 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4444 (gdb-version): Remove defvar.
4445 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4446 (gdb-gud-context-command, gdb-non-stop-handler)
4447 (gdb-current-context-command, gdb-stopped): Use it.
4448 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4449 (gdb-non-stop-handler): Don't enable pretty-printing here.
4450 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4451 non-stop mode. Use the following.
4452 (gdb-check-target-async): New defun.
4453 (gud-watch, gdb-stopped): Fix whitespace.
4454 (gdb-get-source-file): Don't try to display the source file if
4455 `gdb-main-file' is nil.
4456
44572011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * align.el: Try to generate fewer markers (bug#10047).
4460 (align--set-marker): New macro.
4461 (align-region): Use it.
4462
c935221f
SM
44632011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4466
e70b5064
CY
44672011-11-29 Chong Yidong <cyd@gnu.org>
4468
4469 * indent.el (indent-for-tab-command, indent-according-to-mode):
4470 Doc fix.
4471 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4472
f3af92b7
MA
44732011-11-29 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4476 aware of remote file names. (Bug#10124)
4477
ed472be9
CY
44782011-11-29 Chong Yidong <cyd@gnu.org>
4479
4480 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4481
24510c22
SM
44822011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * files.el (find-file): Don't use force-same-window (bug#10144).
4485 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4486 use pop-to-buffer if the selected window can't be used.
4487 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4488
c60c3703
EZ
44892011-11-28 Eli Zaretskii <eliz@gnu.org>
4490
4491 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4492 special-mode-map.
4493
e95def75
CY
44942011-11-28 Chong Yidong <cyd@gnu.org>
4495
4496 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4497
c3f1c606
NR
44982011-11-27 Nick Roberts <nickrob@snap.net.nz>
4499
4500 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4501 gdb-get-source-file-list on gdb-create-source-file-list.
4502
00db469c
EZ
45032011-11-26 Eli Zaretskii <eliz@gnu.org>
4504
4505 * whitespace.el (whitespace-newline): Use a different foreground
4506 color for 16-color light-background displays.
4507
4ad3bc2a
CY
45082011-11-24 Chong Yidong <cyd@gnu.org>
4509
4510 * window.el (display-buffer--special-action): Doc fix.
4511
e9fce1ac
JB
45122011-11-25 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4515 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4516 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4517 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4518 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4519 (avl-tree-stack-first):
4520 * emacs-lisp/cconv.el (cconv--analyse-use):
4521 * net/gnutls.el (gnutls-negotiate): Fix typos.
4522
cb825e5d
GM
45232011-11-24 Glenn Morris <rgm@gnu.org>
4524
3adbe224
GM
4525 * lpr.el (lpr-windows-system, lpr-lp-system):
4526 * mail/binhex.el (binhex-begin-line):
4527 * progmodes/grep.el (grep-history, grep-find-history):
4528 * textmodes/flyspell.el:
4529 * vc/pcvs-defs.el (cvs-global-menu):
4530 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4531 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4532 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4533
321decc8
GM
4534 * net/tls.el: Fix case of "GnuTLS".
4535
420b63ad
GM
4536 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4537
cb825e5d
GM
4538 * version.el (emacs-build-system): Give it a doc-string.
4539
a0649f08
JL
45402011-11-24 Juri Linkov <juri@jurta.org>
4541
4542 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4543
c0bc0fd4
GM
45442011-11-24 Glenn Morris <rgm@gnu.org>
4545
4546 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4547 if called on a non-mime message just toggle the headers. (Bug#8006)
4548
20db1522
JB
45492011-11-24 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4552 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4553 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4554 (allout-rebullet-heading, allout-open-sibtopic)
4555 (allout-toggle-current-subtree-encryption)
4556 (allout-toggle-subtree-encryption, allout-encrypt-string)
4557 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4558 (allout-distinctive-bullets-string, allout-auto-activation):
4559 * window.el (window-normalize-buffer-to-display):
4560 * progmodes/verilog-mode.el (verilog-batch-indent):
4561 * textmodes/bibtex.el (bibtex-field-braces-opt)
4562 (bibtex-field-strings-opt):
4563 * vc/cvs-status.el (cvs-tree-merge):
4564 Fix typos.
4565
7262a87c
MA
45662011-11-23 Michael Albinus <michael.albinus@gmx.de>
4567
4568 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4569 `non-essential' to t, in order to avoid remote connections.
4570
283430a1
EZ
45712011-11-23 Eli Zaretskii <eliz@gnu.org>
4572
a1beca85
SM
4573 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4574 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4575 case-insensitively.
4576
d2992a38
ML
45772011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4578
4579 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4580
50419064
GM
45812011-11-23 Glenn Morris <rgm@gnu.org>
4582
da94eca1
GM
4583 * paths.el (rmail-file-name): Reformat the doc-string so that it
4584 is picked up.
4585
9aac4de2
GM
4586 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4587 (rmail-auto-file): Ignore case in the "special" field names,
4588 as mail-fetch-field does for all others.
4589
8038d2d2
GM
4590 * mail/rmail.el (rmail-forward):
4591 * mail/rmailkwd.el (rmail-set-label):
4592 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4593 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4594
f3fe222a
GM
4595 * mail/rmail.el (rmail-current-message): Doc fix.
4596
50419064
GM
4597 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4598
28109f49
SM
45992011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4602
394c65f1
GM
46032011-11-22 Glenn Morris <rgm@gnu.org>
4604
4605 * mail/rmailmm.el (test-rmail-mime-handler)
4606 (test-rmail-mime-bulk-handler)
4607 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4608
f2a0aa3a
JL
46092011-11-21 Juri Linkov <juri@jurta.org>
4610
1154d12e
JB
4611 * calc/calc.el (calc-read-key-sequence):
4612 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4613
9c34a344
LMI
46142011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4615
4616 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4617 Tell the caller that the next line needs recomputation, even
4618 though it doesn't start a sexp (bug#10094).
4619
f04a3be9
SM
46202011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4623
7978747f
SM
46242011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4625
f04a3be9
SM
4626 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4627 Use force-same-window.
7978747f 4628
fe7a3057
JB
46292011-11-20 Juanma Barranquero <lekktu@gmail.com>
4630
4631 * descr-text.el (describe-char-unicode-data):
4632 * json.el (json-string-escape):
4633 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4634 (Footnote-unicode, Footnote-style-p):
4635 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4636
24901d61
CY
46372011-11-20 Chong Yidong <cyd@gnu.org>
4638
4639 * window.el (replace-buffer-in-windows): Restore interactive spec.
4640
bac7ff22
SM
46412011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4642
24f3d7b9
SM
4643 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4644
bac7ff22
SM
4645 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4646 (byte-compile-global-not-obsolete-vars): New var.
4647 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4648 Use it.
4649 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4650
cd1181db
JB
46512011-11-20 Juanma Barranquero <lekktu@gmail.com>
4652
4653 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4654 * progmodes/pascal.el (electric-pascal-equal):
4655 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4656 * xml.el (xml-substitute-special): Fix typos.
4657
7fb18e9e
GM
46582011-11-20 Glenn Morris <rgm@gnu.org>
4659
4660 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4661 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4662 Doc fixes.
4663 (rmail-decode-mime-charset): Mark as obsolete.
4664
4665 * mail/rmailsum.el (rmail-message-regexp-p-1):
4666 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4667 Before using mime functions, check they are set. (Bug#10077)
4668
d5a6b3ba
JL
46692011-11-19 Juri Linkov <juri@jurta.org>
4670
4671 * info.el (Info-finder-find-node): Use `package--builtins' instead
4672 of `package-alist'. Use node names formed by the pattern "Keyword "
4673 and the keyword name.
4674
e981b61f
AS
46752011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4676
1d00653d 4677 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4678
3ffbc301
JL
46792011-11-19 Juri Linkov <juri@jurta.org>
4680
4681 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4682 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4683 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4684 `old-history', `old-history-forward'. Add let-binding
4685 `window-selected'. Remove calls to `kill-buffer',
4686 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4687 before calling `Info-find-node', so `Info-find-node-2' will reread
4688 the Info file. Restore window positions only when `window-selected'
4689 is non-nil.
4690
30c62133
JL
46912011-11-19 Juri Linkov <juri@jurta.org>
4692
4693 * isearch.el (isearch-lazy-highlight-new-loop):
4694 Remove condition `(not isearch-error)'. (Bug#9918)
4695
4696 * misearch.el (multi-isearch-search-fun): Add condition
4697 `(not bound)' to ignore lazy-highlighting search.
4698 Add the search-failed message "end of multi" when the end of
4699 multi-sequence is reached. Uncapitalize the search-failed
4700 message "Repeat for next buffer".
4701
4702 * info.el (Info-search): Add the search-failed message
4703 "end of the manual" when the end of the manual is reached
4704 in Isearch mode.
4705
645ca9cf
JL
47062011-11-19 Juri Linkov <juri@jurta.org>
4707
4708 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4709 Use non-destructive `remove' instead of `delete' because
4710 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4711 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4712
df754f66
JL
47132011-11-19 Juri Linkov <juri@jurta.org>
4714
4715 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4716 to nil instead of binding `search-ring' and `regexp-search-ring'.
4717 (Bug#9185)
4718
0e23d96a
EZ
47192011-11-19 Eli Zaretskii <eliz@gnu.org>
4720
4721 * simple.el (line-move): Force movement by logical lines for any
4722 hscrolled window, not only when auto-hscroll-mode is on.
4723 (line-move-visual): Update doc string to that effect. (Bug#10076)
4724
8a6ccb66
AS
47252011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4726
4727 * language/european.el (macintosh): Define as alias for mac-roman.
4728
49ae5b39
EZ
47292011-11-19 Eli Zaretskii <eliz@gnu.org>
4730
4731 * mail/rmailmm.el (rmail-mime-display-header)
4732 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4733 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4734 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4735 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4736 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4737 of a raw aref.
4738 (rmail-mime-entity-segment): To get past the tagline, move forward
4739 2 more lines, to account for the 2 empty lines that precede and
4740 follow the line with the buttons.
4741 (rmail-mime-update-tagline): Move one more line, to get past the
4742 empty line that follows the buttons in the tagline. (Bug#9520)
4743
c56cad4a
MR
47442011-11-19 Martin Rudalics <rudalics@gmx.at>
4745
4746 * window.el (window-max-delta-1, window-min-delta-1)
4747 (window-min-size-1, window-state-get-1, window-state-put-1)
4748 (window-state-put-2): Use "window--" prefix.
4749
cbe71af3
SM
47502011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4751
2ad52c60
SM
4752 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4753 (smie-warning-count): New var.
4754 (smie-set-prec2tab): Use it.
4755 (smie-bnf->prec2): Improve warnings. Add docstring.
4756 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4757 (smie-bnf--set-class): New function.
4758 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4759 corner case.
4760
6944dbc1
SM
4761 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4762 (compilation-error-properties, compilation-move-to-column):
4763 Handle compilation-first-column while in the target buffer.
4764
c400c4d7
SM
4765 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4766 Don't hardcode point-min==1.
4767
6dbe3e96
SM
4768 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4769 (eshell-rewrite-for-command): Remove workaround.
4770 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4771 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4772 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4773
cbe71af3
SM
4774 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4775
a8e1496d
GM
47762011-11-17 Glenn Morris <rgm@gnu.org>
4777
4778 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4779 Ignore buffer-local generated-autoload-file if it is the same
4780 as the global value. (Bug#10049)
4781
df85d315
JB
47822011-11-17 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4785 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4786 (reftex-toc-previous-heading, reftex-toc-max-level)
4787 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4788 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4789 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4790 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4791 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4792 (reftex-toc-rename-label, reftex-toc-visit-location)
4793 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4794 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4795 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4796 leaving "*toc*" only for references to the buffer.
4797
a0c2d0ae
MR
47982011-11-17 Martin Rudalics <rudalics@gmx.at>
4799
4800 * window.el (window-resize, delete-window, split-window):
4801 Replace window-splits by window-combination-resize.
1d00653d 4802 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4803
35c0bac8
GM
48042011-11-17 Glenn Morris <rgm@gnu.org>
4805
4806 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4807 Make bash entry derive from sh entry, not shell entry.
4808
d0c8fc8a
MA
48092011-11-16 Michael Albinus <michael.albinus@gmx.de>
4810
d0c8fc8a
MA
4811 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4812 properties of linked files. (Bug#9879)
4813
7262a87c
MA
4814 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4815 local file name.
4816
7877f373
JB
48172011-11-16 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * menu-bar.el (menu-bar-file-menu):
4820 * printing.el (pr-ps-utility):
4821 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4822 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4823 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4824 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4825 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4826 (icalendar--convert-cyclic-to-ical)
4827 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4828 (icalendar--convert-ical-to-diary)
4829 (icalendar--convert-recurring-to-diary)
4830 (icalendar--convert-non-recurring-all-day-to-diary)
4831 (icalendar-import-format-sample):
4832 * progmodes/idlw-shell.el (idlwave-shell-mode):
4833 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4834 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4835 (vhdl-ps-print-init): Fix typos.
4836
10649b82
KM
48372011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4838
9d0cfcd6
GM
4839 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4840 FSF and collapse date sequence, obscure author/maintainer email address
4841 better, remove extra version line, track relocation of author's webpage.
10649b82 4842
9d0cfcd6
GM
4843 * progmodes/python.el (python-pdbtrack-input-prompt)
4844 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4845 regular python pdb prompts. Adjustments shamelessly taken exactly as
4846 suggested in EmacsWiki page (tiny change):
4847 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4848
58179cce
JB
48492011-11-16 Juanma Barranquero <lekktu@gmail.com>
4850
4851 * expand.el (expand-pos, expand-index, expand-point):
4852 Remove redundant info from docstring.
4853 (expand-add-abbrevs): Doc fix.
4854 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4855 (expand-sample-perl-mode-expand-list): Fix typos.
4856
4857 * net/dbus.el (dbus-event-member-name):
4858 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4859 * term/pc-win.el (msdos-create-frame-with-faces):
4860 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4861
b6f67890
MR
48622011-11-16 Martin Rudalics <rudalics@gmx.at>
4863
4864 * window.el (split-window, window-state-get-1)
4865 (window-state-put-1, window-state-put-2): Rename occurrences of
4866 window-nest to window-combination-limit.
1d00653d 4867 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4868
ce7ddba0
CY
48692011-11-16 Chong Yidong <cyd@gnu.org>
4870
4871 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4872 regexp (Bug#10033).
4873
3ae704f4
SM
48742011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4877 `completing-read' will remove *Completions* and will preserve
4878 current-buffer for us.
4879 (tmm-add-prompt): Users of *Completions* will always (re)set its
4880 major mode.
4881 (tmm-old-comp-map): Remove.
4882
6ad1cdde
GM
48832011-11-16 Glenn Morris <rgm@gnu.org>
4884
4885 * mail/rmailedit.el: Require rmailmm when compiling.
4886 (rmail-old-mime-state): New declaration.
4887 (rmail-edit-current-message): If editing a mime message,
4888 edit the "raw" message from the mbox buffer.
4889 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4890
d20faa20
GM
48912011-11-15 Glenn Morris <rgm@gnu.org>
4892
4893 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4894 which wasn't being used. Add optional arg to force given state.
4895 (rmail-mime): Add optional arg to force given state.
4896
c7015153
JB
48972011-11-15 Juanma Barranquero <lekktu@gmail.com>
4898
4899 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4900 * frame.el (display-mm-dimensions-alist):
4901 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4902 (outline-move-subtree-down):
4903 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4904 (newsticker--treeview-do-get-node):
4905 * net/quickurl.el (quickurl-list-buffer-name):
4906 * progmodes/dcl-mode.el (dcl-mode):
4907 * progmodes/gdb-mi.el (gdb-mapcar*):
4908 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4909
45261b50
GM
49102011-11-15 Glenn Morris <rgm@gnu.org>
4911
4912 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4913 in a boolean sense, so just make it a boolean, and fix the doc.
4914 (rmail-show-mime-function, rmail-mime-feature)
4915 (rmail-require-mime-maybe): Doc fixes.
4916 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4917
4918 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4919
0d26e0b6
JB
49202011-11-15 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4923 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4924 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4925 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4926
447f30f6
GM
49272011-11-15 Glenn Morris <rgm@gnu.org>
4928
672b871d
GM
4929 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4930 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4931 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4932 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4933 (rmail-mime, rmail-show-mime): Doc fixes.
4934
f6aa5bb1
GM
4935 * term/ns-win.el (mode-line-frame-identification):
4936 Leave it alone. (Bug#10051)
4937
947cd66b
GM
4938 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4939
447f30f6
GM
4940 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4941 Handle empty buffers. (Bug#9978)
4942
0b381c7e
JB
49432011-11-14 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * international/mule.el (define-charset):
4946 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4947 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4948 * progmodes/verilog-mode.el (verilog-backward-token):
4949 * textmodes/ispell.el (lookup-words):
4950 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4951
71e027ac
GM
49522011-11-14 Glenn Morris <rgm@gnu.org>
4953
56632ce4
GM
4954 * progmodes/executable.el
4955 (executable-make-buffer-file-executable-if-script-p):
4956 Handle file-modes returning nil.
4957
40500957
GM
4958 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4959 message - not necessary, and causes problems. (Bug#9831)
4960
071c2340
GM
4961 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4962
d3cfca60
GM
4963 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4964
71e027ac
GM
4965 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4966 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4967 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4968
89d61221
MR
49692011-11-12 Martin Rudalics <rudalics@gmx.at>
4970
4971 * window.el (window-resize, delete-window): Use window-splits
4972 variable instead of function.
4973 (window-state-get-1, window-state-put-2, window-state-put):
4974 Don't deal with windows' splits status.
4975
98282f6f
GM
49762011-11-12 Glenn Morris <rgm@gnu.org>
4977
4978 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4979 (apropos-documentation): Doc fixes.
4980
40a8bdf6
JB
49812011-11-11 Juanma Barranquero <lekktu@gmail.com>
4982
4983 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4984 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4985
65bd19ff
SM
49862011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * electric.el (electric-indent-post-self-insert-function): Make it
4989 possible for a char to only indent in some circumstances.
4990 (electric-indent-mode): Simplify.
4991
54f9154c
MR
49922011-11-11 Martin Rudalics <rudalics@gmx.at>
4993
4994 * window.el (windows-with-parameter): Remove unused function.
4995 (windows-at-side): Rename to window-at-side-list.
4996 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4997 (window-side-check, window-size-ignore, window-size-fixed-1)
4998 (window-in-direction-2): Prefix with "window--".
4999 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 5000
68cbc58b
GM
50012011-11-11 Glenn Morris <rgm@gnu.org>
5002
5003 * subr.el (eval-after-load): If FILE is already loaded,
5004 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
5005
b2621720
GM
50062011-11-10 Glenn Morris <rgm@gnu.org>
5007
9a4de110
GM
5008 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
5009 Call svn via vc-svn-command rather than vc-do-command.
5010 (vc-svn-command): Add --non-interactive. (Bug#9993)
5011 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
5012
b2621720
GM
5013 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5014 Add toggle-read-only. (Bug#7292)
5015 * files.el (toggle-read-only): Mention that it should only
5016 be used interactively. (Bug#10006)
5017
1dce7193
SM
50182011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5019
d9ac1a1e
SM
5020 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5021 Adjust regexp for OCaml warnings.
5022
0c325082
SM
5023 * electric.el (electric-pair-post-self-insert-function): Let user
5024 turn it off buffer-locally (bug#9932).
5025
90132c14
SM
5026 * progmodes/python.el (python-beginning-of-statement):
5027 Rewrite (bug#2703).
5028
1dce7193
SM
5029 * progmodes/compile.el: Better handle TABs (bug#9749).
5030 (compilation-internal-error-properties)
5031 (compilation-next-error-function): Obey the target buffer's
5032 compilation-error-screen-columns.
5033
c4e7c63a
JB
50342011-11-09 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * progmodes/meta-mode.el: Remove obsolete comments.
5037 (meta-right-comment-regexp, meta-ignore-comment-regexp):
5038 Fix typos in docstrings.
5039
2cffd681
MR
50402011-11-09 Martin Rudalics <rudalics@gmx.at>
5041
5042 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 5043 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
5044 (window--resizable): New function. Make all callers of
5045 window-resizable call window--resizable instead.
5046 (window-resizable): Rewrite in terms of window--resizable.
5047
0edcba87
GM
50482011-11-08 Glenn Morris <rgm@gnu.org>
5049
5050 * progmodes/delphi.el (delphi-mode-syntax-table):
5051 Let define-derived-mode define a proper syntax table. (Bug#9994)
5052
4b0d61e3
SM
50532011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * window.el: Stay away from defsubst.
5056 (window-list-no-nils): Remove.
5057 (window-state-get-1, window-state-get): Use backquote instead.
5058
cd394be1 50592011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 5060
4b0d61e3 5061 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 5062 Fix incorrect use of default argument in `completing-read'.
5063
e1c2c6f2
MR
50642011-11-08 Martin Rudalics <rudalics@gmx.at>
5065
5066 * window.el (display-buffer-function, special-display-function):
5067 Mention display-buffer-record-window but do not mention
5068 help-setup parameter in doc-strings.
b3f4a882 5069 (window-min-delta): Fix doc-string typo.
e1c2c6f2 5070
105216ed
CY
50712011-11-08 Chong Yidong <cyd@gnu.org>
5072
5073 * window.el (window-total-height, window-total-width): Doc fix.
5074 (window-body-size): Move from C.
5075 (window-body-height, window-body-width): Move to C.
5076
0a9f9ab5
SM
50772011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * window.el: Make special-display like display-buffer-alist (bug#9532).
5080 (display-buffer--special-action): New function, morphed
5081 from display-buffer--special.
5082 (display-buffer): Use it to handle special-display-buffers at higher
5083 priority (just after display-buffer-alist).
5084 (display-buffer-fallback-action, display-buffer--other-frame-action)
5085 (pop-to-buffer-same-window): Remove display-buffer--special.
5086
a769dd15
GM
50872011-11-07 Glenn Morris <rgm@gnu.org>
5088
5089 * calendar/cal-menu.el (cal-menu-set-date-title):
5090 Do nothing if not in a calendar. (Bug#9976)
5091
05a61ee3
SM
50922011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * files.el (find-file): Always use selected-window.
5095
be7f5545
MR
50962011-11-07 Martin Rudalics <rudalics@gmx.at>
5097
5098 * window.el (window-combinations): Make WINDOW argument
5099 mandatory. Rewrite doc-string.
5100 (walk-window-subtree, window-atom-check, window-min-delta)
5101 (window-max-delta, window--resize-this-window)
5102 (window--resize-root-window-vertically, window-tree)
5103 (balance-windows, window-state-put): Rewrite doc-strings as to
5104 not mention the term "subwindow".
5105 (window--resize-subwindows-skip-p): Rename to
5106 window--resize-child-windows-skip-p.
5107 (window--resize-subwindows-normal): Rename to
5108 window--resize-child-windows-normal.
5109 (window--resize-subwindows): Rename to
5110 window--resize-child-windows.
5111 (window-or-subwindow-p): Rename to window--in-subtree-p.
5112
3c6702ef
ML
51132011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5114
5115 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
5116 Ensure that mbox format messages end in two newlines (Bug#9974).
5117
49745b39
CY
51182011-11-06 Chong Yidong <cyd@gnu.org>
5119
5120 * window.el (window-combination-p): Function deleted; its
5121 side-effect is not used in any existing code.
5122 (window-combinations, window-combined-p): Call window-*-child
5123 directly.
5124
24300f5f
CY
51252011-11-05 Chong Yidong <cyd@gnu.org>
5126
5127 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
5128 (window-size-ignore, window-state-get): Callers changed.
5129 (window-normalize-window): Rename from window-normalize-any-window.
5130 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 5131 (window-normalize-live-window): Delete.
447f16b8
CY
5132 (window-combination-p, window-combined-p, window-combinations)
5133 (walk-window-subtree, window-atom-root, window-min-size)
5134 (window-sizable, window-sizable-p, window-size-fixed-p)
5135 (window-min-delta, window-max-delta, window-resizable)
5136 (window-resizable-p, window-full-height-p, window-full-width-p)
5137 (window-current-scroll-bars, window-point-1, set-window-point-1)
5138 (window-at-side-p, window-in-direction, window-resize)
5139 (adjust-window-trailing-edge, maximize-window, minimize-window)
5140 (window-deletable-p, delete-window, delete-other-windows)
5141 (record-window-buffer, unrecord-window-buffer)
5142 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
5143 (quit-window, split-window, window-state-put)
5144 (set-window-text-height, fit-window-to-buffer)
5145 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 5146
89bd5ee1
EZ
51472011-11-04 Eli Zaretskii <eliz@gnu.org>
5148
53479029
EZ
5149 * mail/rmail.el (rmail-simplified-subject): Decode subject with
5150 rfc2047-decode-string.
5151 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
5152 warnings.
5153
89bd5ee1
EZ
5154 * window.el (window-body-height, window-body-width): Mention in
5155 the doc string that the return values are in frame's canonical
5156 units. (Bug#9949)
5157
bd17fdee
AM
51582011-11-03 Alan Mackenzie <acm@muc.de>
5159
5160 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
5161 change in cc-engine.el.
5162
acc825c5
SM
51632011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * window.el (switch-to-buffer): Use `force-same-window' interactively.
5166
1885e5b8
MR
51672011-11-02 Martin Rudalics <rudalics@gmx.at>
5168
5169 * window.el (quit-window): Call unrecord-window-buffer after
5170 showing another buffer in the window. (Bug#9937)
acc825c5 5171 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 5172
ebe06da9
JB
51732011-11-02 Juanma Barranquero <lekktu@gmail.com>
5174
5175 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
5176 Accept status with more than 9 shelves. (Bug#9935)
5177 Reported by Colin D Bennett <colin@gibibit.com>.
5178
4ee88440
MR
51792011-11-01 Martin Rudalics <rudalics@gmx.at>
5180
5181 * help.el (with-help-window): Don't reference
5182 temp-buffer-show-specifiers in doc-string.
5183
08e1d82c
AS
51842011-10-31 Andreas Schwab <schwab@linux-m68k.org>
5185
5186 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
5187 menu-item.
5188
84bd6e9e
VJL
51892011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5190
5191 * whitespace.el: New version 13.2.2.
5192 (whitespace-newline-mode): Disable properly. Reported by Sarah
5193 <EmacsWiki>.
5194
dba0634a
UJ
51952011-10-30 Ulf Jasper <ulf.jasper@web.de>
5196
5197 * net/newst-treeview.el: Remove "Time-stamp".
5198 (newsticker--group-manage-orphan-feeds): Do not call
5199 newsticker--treeview-tree-update.
db22a3c2
JB
5200 (newsticker-treeview-update, newsticker-treeview):
5201 Call newsticker--treeview-tree-update if necessary.
dba0634a 5202
3d8daefe
MR
52032011-10-30 Martin Rudalics <rudalics@gmx.at>
5204
5205 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
5206 (window-iso-combinations): Remove "iso-" infix.
5207 Suggested by Chong Yidong.
3d8daefe
MR
5208 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
5209 (window-max-delta-1, window-resize, window--resize-siblings)
5210 (window--resize-this-window, adjust-window-trailing-edge)
5211 (split-window, balance-windows-1)
5212 (shrink-window-if-larger-than-buffer):
5213 * calendar/calendar.el (calendar-generate-window):
db22a3c2 5214 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 5215
1bc4c3ae
SM
52162011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
5219 in place (bug#9907).
5220 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
5221 (eshell-rewrite-if-command, eshell-rewrite-for-command)
5222 (eshell-structure-basic-command, eshell-rewrite-while-command)
5223 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
5224 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
5225 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
5226 (eshell-do-pipelines-synchronously, eshell-eval-command):
5227 Use backquotes and prefer setq to set.
5228 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
5229 (eshell-macrop): Use functionp.
c1e2f5fa 5230 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 5231
30b65d9c
CY
52322011-10-30 Chong Yidong <cyd@gnu.org>
5233
5234 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
5235 instead of set-mark (Bug#9810).
5236
2d197ffb
CY
52372011-10-30 Chong Yidong <cyd@gnu.org>
5238
5239 * window.el (split-window-below, split-window-right): Rename from
5240 split-window-above-each-other and split-window-side-by-side
5241 respectively. All callers changed.
5242 (split-window-sensibly, split-window-sensibly): Use them.
5243 (split-window-keep-point): Doc fix.
5244
5245 * isearch.el: Add isearch-scroll property to split-window-below
5246 and split-window-right.
5247
5248 * follow.el (follow-mode):
5249 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
5250 * progmodes/ada-xref.el (ada-gdb-application):
5251 * emulation/vip.el (vip-buffer-in-two-windows):
5252 * image-dired.el (image-dired-dired-with-window-configuration):
5253 * dired-x.el (dired-do-find-marked-files):
5254 * dired.el (dired-pop-to-buffer):
5255 * bs.el (bs--show-with-configuration):
5256 * vc/emerge.el (emerge-setup-windows):
5257 * textmodes/two-column.el (2C-two-columns):
5258 * textmodes/reftex-toc.el (reftex-toc):
5259 * progmodes/gdb-mi.el (gdb-setup-windows):
5260 * progmodes/fortran.el (fortran-window-create):
5261 * net/newst-treeview.el (newsticker--treeview-window-init):
5262 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
5263 * emulation/tpu-edt.el (tpu-gold-map):
5264 * emulation/crisp.el (crisp-mode-map):
5265 * calendar/calendar.el (calendar-basic-setup): Callers changed.
5266
38bb2ca8
CY
52672011-10-29 Chong Yidong <cyd@gnu.org>
5268
aa4de341
CY
5269 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
5270
e1eb5385
CY
5271 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
5272
5d2ece3c
CY
5273 * textmodes/flyspell.el (flyspell-word): Fix char offset for
5274 forged Ispell output (Bug#7904).
5275
38bb2ca8
CY
5276 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
5277
d0af9f77
SM
52782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5279
5280 * doc-view.el: Avoid ugly errors about not finding nil.
5281 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5282 (doc-view-dvipdf-program, doc-view-unoconv-program)
5283 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
5284 Avoid nil or absolute file name as default value.
5285 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
5286
52bedd34
AM
52872011-10-28 Alan Mackenzie <acm@muc.de>
5288
db22a3c2 5289 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 5290
7e43cfa5
AM
52912011-10-28 Alan Mackenzie <acm@muc.de>
5292
5293 Amend the handling of c-beginning/end-of-defun in nested declaration
5294 scopes.
5295
52bedd34
AM
5296 * progmodes/cc-vars.el (c-defun-tactic): Move here from
5297 cc-langs.el. Change it to a defcustom.
7e43cfa5 5298
52bedd34
AM
5299 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
5300 cc-vars.el.
7e43cfa5 5301
d0af9f77
SM
5302 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5303 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5304
52bedd34 5305 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5306 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5307 (c-widen-to-enclosing-decl-scope): New function.
5308 (c-while-widening-to-decl-block): New macro.
5309 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5310 outward for defun boundaries, and correspondingly change symbol
5311 `respect-enclosure' to `go-outward'.
5312 (c-declaration-limits): Change algorithm to report only the "innermost"
5313 defun's boundaries.
5314
1a2ce9ee
DD
53152011-10-28 Deniz Dogan <deniz@dogan.se>
5316
5317 * net/rcirc.el (rcirc-mode): Use hard newlines.
5318
bc97a826
AM
53192011-10-28 Alan Mackenzie <acm@muc.de>
5320
5321 Amend to indent and fontify macros "which include their own semicolon"
5322 correctly, using the "virtual semicolon" mechanism.
5323
52bedd34 5324 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5325
d0af9f77 5326 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5327 Recode to scan one line at a time rather than having \n and \r
58179cce 5328 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5329 (c-forward-label): Amend for virtual semicolons.
58179cce 5330 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5331
52bedd34
AM
5332 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5333 of the new C macros.
bc97a826 5334
52bedd34 5335 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5336 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5337 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5338 (c-opt-cpp-macro-define): Make into a full language variable.
5339 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5340 AWK Mode (including \n, \r) removed, no longer needed.
5341
d0af9f77
SM
5342 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5343 Invoke c-make-macro-with-semi-re.
bc97a826 5344
52bedd34
AM
5345 * progmodes/cc-vars.el (c-macro-with-semi-re):
5346 (c-macro-names-with-semicolon): New variables.
58179cce 5347 (c-make-macro-with-semi-re): New function.
bc97a826 5348
7a6c0941
SM
53492011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * vc/log-edit.el: Fill empty field rather than adding new one.
5352 (log-edit-add-field): New function.
5353 (log-edit-insert-changelog): Use it.
5354
b0c4cdcf
ML
53552011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5356
5357 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5358
ee1f1da9
SM
53592011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5362 (gdb--check-interpreter): New function.
5363 (gdb): Use it.
5364
51bc5f8b
GM
53652011-10-27 Glenn Morris <rgm@gnu.org>
5366
416a2c45
GM
5367 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5368 (least-positive-float, least-negative-float)
5369 (least-positive-normalized-float, least-negative-normalized-float)
5370 (float-epsilon, float-negative-epsilon):
5371 Remove unnecessary declarations.
5372
5373 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5374 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5375 (least-positive-float, least-negative-float)
5376 (least-positive-normalized-float, least-negative-normalized-float)
5377 (float-epsilon, float-negative-epsilon): Add doc-strings,
5378 based on those in cl.texi.
5379
51bc5f8b
GM
5380 * files.el (set-visited-file-name): If the major-mode changed,
5381 reload the local variables. (Bug#9796)
5382
15de15c6
CY
53832011-10-27 Chong Yidong <cyd@gnu.org>
5384
5385 * subr.el (change-major-mode-after-body-hook): New hook.
5386 (run-mode-hooks): Run it.
5387
ee1f1da9
SM
5388 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5389 Use change-major-mode-before-body-hook.
15de15c6
CY
5390
5391 * simple.el (fundamental-mode):
5392 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5393 change introducing fundamental-mode-hook.
5394
5430d399
JB
53952011-10-26 Juanma Barranquero <lekktu@gmail.com>
5396
acc825c5 5397 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5398
ad74a69e
MA
53992011-10-26 Michael Albinus <michael.albinus@gmx.de>
5400
5401 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5402 tramp.el explicitly. (Bug#7583)
ad74a69e 5403
71d4c2a5
SM
54042011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * progmodes/octave-mod.el:
5407 * progmodes/octave-inf.el: Update maintainer.
5408
b1f6fa26
CY
54092011-10-26 Chong Yidong <cyd@gnu.org>
5410
5411 * subr.el (with-wrapper-hook): Rewrite doc.
5412
3f04efd6
MA
54132011-10-25 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5416 filenames "/method:foo:". (Bug#9793)
3f04efd6 5417
410488d3
SM
54182011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5421 (bug#9865).
5422
c1ebb47e
GM
54232011-10-24 Glenn Morris <rgm@gnu.org>
5424
5425 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5426
7f5c46c7
MA
54272011-10-24 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * notifications.el: Add the requirement of a running D-Bus session
5430 bus to the Commentary.
5431
db2440b6
JL
54322011-10-24 Juri Linkov <juri@jurta.org>
5433
5434 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5435 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5436 (Bug#9364)
5437
feecf435
JL
54382011-10-24 Juri Linkov <juri@jurta.org>
5439
5440 * info.el (Info-following-node-name-re): Add newline to the list
5441 of allowed characters for leading space. (Bug#9824)
5442
a3839de2
SM
54432011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5444
acc825c5
SM
5445 * progmodes/octave-inf.el (inferior-octave-mode-map):
5446 Fix C-c C-h binding.
a3839de2
SM
5447 * progmodes/octave-mod.el (octave-help): Remove.
5448
09388e76
MA
54492011-10-23 Michael Albinus <michael.albinus@gmx.de>
5450
5451 Sync with Tramp 2.2.3.
5452
5453 * net/tramp-cache.el (top): Pacify byte-compiler using
5454 `init-file-user' and `site-run-file'.
5455
5456 * net/trampver.el: Update release number.
5457
86c60681
CY
54582011-10-23 Chong Yidong <cyd@gnu.org>
5459
5460 * files.el (toggle-read-only): Remove obsolete comment about
5461 version control.
5462
5463 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5464 for toggle-read-only. Note that this hasn't called vc-next-action
5465 since 2008-05-02, though it wasn't documented at the time.
5466
a3839de2
SM
5467 * vc/ediff-init.el (ediff-toggle-read-only-function):
5468 Use toggle-read-only.
86c60681 5469
cd5495ff
AM
54702011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5471
5472 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5473 of c-parse-state.
5474
00b77525 5475 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5476 correct faulty logical expression.
cd5495ff
AM
5477 (c-parse-state-state, c-record-parse-state-state):
5478 (c-replay-parse-state-state): New defvar/defuns.
5479 (c-debug-parse-state): Use new functions.
5480
42ee24ed
MR
54812011-10-22 Martin Rudalics <rudalics@gmx.at>
5482
5483 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5484 last fix. Use window-in-direction correctly.
42ee24ed 5485
a7dee7e7
CY
54862011-10-21 Chong Yidong <cyd@gnu.org>
5487
5488 * progmodes/idlwave.el (idlwave-mode):
5489 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5490 require-final-newline; that's done in prog-mode.
5491 Suggested by Stefan Monnier.
a7dee7e7 5492
e07b9a6d
MR
54932011-10-21 Martin Rudalics <rudalics@gmx.at>
5494
5495 * mouse.el (mouse-drag-window-above)
5496 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5497 (mouse-drag-mode-line-1, mouse-drag-header-line)
5498 (mouse-drag-vertical-line-rightward-window): Remove.
5499 (mouse-drag-line): New function.
5500 (mouse-drag-mode-line, mouse-drag-header-line)
5501 (mouse-drag-vertical-line): Call mouse-drag-line.
5502 * window.el (window-at-side-p, windows-at-side): New functions.
5503
7e1361d9
UM
55042011-10-21 Ulrich Mueller <ulm@gentoo.org>
5505
5506 * tar-mode.el (tar-grind-file-mode):
5507 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5508
30fcaf3a
CY
55092011-10-21 Chong Yidong <cyd@gnu.org>
5510
5511 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5512 * progmodes/vera-mode.el (vera-mode):
5513 Use mode-require-final-newline.
30fcaf3a 5514
516eddb0
GM
55152011-10-20 Glenn Morris <rgm@gnu.org>
5516
db22a3c2 5517 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5518
10d5f513
CS
55192011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5520
5521 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5522
ac6c8639
CY
55232011-10-20 Chong Yidong <cyd@gnu.org>
5524
5525 * emulation/cua-base.el (cua-mode):
5526 * mail/footnote.el (footnote-mode):
5527 * mail/mailabbrev.el (mail-abbrevs-mode):
5528 * net/xesam.el (xesam-minor-mode):
5529 * progmodes/bug-reference.el (bug-reference-mode):
5530 * progmodes/cap-words.el (capitalized-words-mode):
5531 * progmodes/compile.el (compilation-minor-mode)
5532 (compilation-shell-minor-mode):
5533 * progmodes/gud.el (gud-tooltip-mode):
5534 * progmodes/hideif.el (hide-ifdef-mode):
5535 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5536 * progmodes/subword.el (subword-mode):
5537 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5538 * progmodes/which-func.el (which-function-mode):
5539 * term/tvi970.el (tvi970-set-keypad-mode):
5540 * term/vt100.el (vt100-wide-mode):
5541 * textmodes/flyspell.el (flyspell-mode):
5542 * textmodes/ispell.el (ispell-minor-mode):
5543 * textmodes/nroff-mode.el (nroff-electric-mode):
5544 * textmodes/paragraphs.el (use-hard-newlines):
5545 * textmodes/refill.el (refill-mode):
5546 * textmodes/reftex.el (reftex-mode):
5547 * textmodes/rst.el (rst-minor-mode):
5548 * textmodes/sgml-mode.el (html-autoview-mode)
5549 (sgml-electric-tag-pair-mode):
5550 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5551 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5552 * emulation/crisp.el (crisp-mode):
5553 * emacs-lisp/eldoc.el (eldoc-mode):
5554 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5555 minor mode behavior.
5556
aa42ab43
JL
55572011-10-19 Juri Linkov <juri@jurta.org>
5558
5559 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5560 the list of hard-coded chars with escape-glyph face.
5561
89400f1d
SM
55622011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5565
305c07f6
MA
55662011-10-19 Michael Albinus <michael.albinus@gmx.de>
5567
5568 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5569 running process.
5570
13754b54
GM
55712011-10-19 Glenn Morris <rgm@gnu.org>
5572
5573 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5574 Ignore ignored files. (Bug#9726)
5575
06e21633
CY
55762011-10-19 Chong Yidong <cyd@gnu.org>
5577
5578 Doc fix for minor modes, stating that an omitted argument enables
5579 the mode unconditionally when called from Lisp.
5580
5581 * abbrev.el (abbrev-mode):
5582 * allout.el (allout-mode):
5583 * autoinsert.el (auto-insert-mode):
5584 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5585 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5586 (global-auto-revert-mode):
5587 * battery.el (display-battery-mode):
5588 * composite.el (global-auto-composition-mode)
5589 (auto-composition-mode):
5590 * delsel.el (delete-selection-mode):
5591 * desktop.el (desktop-save-mode):
5592 * dired-x.el (dired-omit-mode):
5593 * dirtrack.el (dirtrack-mode):
5594 * doc-view.el (doc-view-minor-mode):
5595 * double.el (double-mode):
5596 * electric.el (electric-indent-mode, electric-pair-mode):
5597 * emacs-lock.el (emacs-lock-mode):
5598 * epa-hook.el (auto-encryption-mode):
5599 * follow.el (follow-mode):
5600 * font-core.el (font-lock-mode):
5601 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5602 * help.el (temp-buffer-resize-mode):
5603 * hilit-chg.el (highlight-changes-mode)
5604 (highlight-changes-visible-mode):
5605 * hi-lock.el (hi-lock-mode):
5606 * hl-line.el (hl-line-mode, global-hl-line-mode):
5607 * icomplete.el (icomplete-mode):
5608 * ido.el (ido-everywhere):
5609 * image-file.el (auto-image-file-mode):
5610 * image-mode.el (image-minor-mode):
5611 * iswitchb.el (iswitchb-mode):
5612 * jka-cmpr-hook.el (auto-compression-mode):
5613 * linum.el (linum-mode):
5614 * longlines.el (longlines-mode):
5615 * master.el (master-mode):
5616 * mb-depth.el (minibuffer-depth-indicate-mode):
5617 * menu-bar.el (menu-bar-mode):
5618 * minibuf-eldef.el (minibuffer-electric-default-mode):
5619 * mouse-sel.el (mouse-sel-mode):
5620 * msb.el (msb-mode):
5621 * mwheel.el (mouse-wheel-mode):
5622 * outline.el (outline-minor-mode):
5623 * paren.el (show-paren-mode):
5624 * recentf.el (recentf-mode):
5625 * reveal.el (reveal-mode, global-reveal-mode):
5626 * rfn-eshadow.el (file-name-shadow-mode):
5627 * ruler-mode.el (ruler-mode):
5628 * savehist.el (savehist-mode):
5629 * scroll-all.el (scroll-all-mode):
5630 * scroll-bar.el (scroll-bar-mode):
5631 * server.el (server-mode):
5632 * shell.el (shell-dirtrack-mode):
5633 * simple.el (auto-fill-mode, transient-mark-mode)
5634 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5635 (line-number-mode, column-number-mode, size-indication-mode)
5636 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5637 * strokes.el (strokes-mode):
5638 * time.el (display-time-mode):
5639 * t-mouse.el (gpm-mouse-mode):
5640 * tool-bar.el (tool-bar-mode):
5641 * tooltip.el (tooltip-mode):
5642 * type-break.el (type-break-mode-line-message-mode)
5643 (type-break-query-mode):
5644 * view.el (view-mode):
5645 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5646 (global-whitespace-mode, global-whitespace-newline-mode):
5647 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5648
a3839de2
SM
5649 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5650 Fix autogenerated docstring.
06e21633 5651
5214e501
JL
56522011-10-19 Juri Linkov <juri@jurta.org>
5653
5654 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5655 by checking environment variables "DESKTOP_SESSION" and
5656 "XDG_CURRENT_DESKTOP". (Bug#9779)
5657
195f8db9
JL
56582011-10-19 Juri Linkov <juri@jurta.org>
5659
5660 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5661 (browse-url-chromium-program, browse-url-chromium-arguments):
5662 New defcustoms.
5663 (browse-url-default-browser): Check for `browse-url-chromium' and
5664 call `browse-url-chromium-program'.
5665 (browse-url-chromium): New command. (Bug#9779)
5666
343a34ff
JB
56672011-10-18 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * facemenu.el (list-colors-duplicates): On Windows, detect more
5670 duplicates by assuming that only colors matching "^System" are
5671 special "system colors". (Bug#9722)
5672
6978a151
SM
56732011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5676 to distinguish the author from the committer.
5677
6a80b297
MA
56782011-10-18 Michael Albinus <michael.albinus@gmx.de>
5679
5680 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5681
b31a5677
JK
56822011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5683
5684 * international/mule.el (sgml-html-meta-auto-coding-function):
5685 Add support for detecting encoding in HTML5 specified only as
5686 <meta charset="UTF-8">. Implementation just makes http-equiv and
5687 content-type parts from HTML4 encoding string optional. (Bug#9716)
5688
80c6d77f
GM
56892011-10-18 Glenn Morris <rgm@gnu.org>
5690
5691 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5692
08b0fee8
CY
56932011-10-18 Chong Yidong <cyd@gnu.org>
5694
5695 * faces.el (cursor): Doc fix.
5696
67e729a5
CY
56972011-10-17 Chong Yidong <cyd@gnu.org>
5698
5699 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5700
343a34ff 57012011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5702
5703 * dirtrack.el (dirtrack): Support shell buffers with path
5704 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5705
0bc06380
TZ
57062011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5707
5708 * json.el: Bump version to 1.3 and note change in History.
5709 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5710
8b79f3e0
SM
57112011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5a7c536b
SM
5713 * comint.el (comint-insert-input, comint-send-input)
5714 (comint-get-old-input-default, comint-backward-matching-input)
5715 (comint-next-prompt): Use nil instead of `input' for field property of
5716 past user input (bug#114).
5717
96a8a0df
SM
5718 * minibuffer.el (completion--replace): Inherit surrounding properties
5719 (bug#114).
5720 (minibuffer-complete-and-exit): Use it.
5721
8b79f3e0
SM
5722 * comint.el (comint--table-subvert): Quote the all-completions output
5723 (bug#9160).
5724
b8f7ff0d
MR
57252011-10-17 Martin Rudalics <rudalics@gmx.at>
5726
8b79f3e0 5727 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5728
b8f7ff0d 5729 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5730 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5731 entries and separate them from frame entries.
5732
c235b555
GM
57332011-10-15 Glenn Morris <rgm@gnu.org>
5734
5735 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5736 Doc fixes.
5737
6bbfa6e1
CY
57382011-10-15 Chong Yidong <cyd@stupidchicken.com>
5739
8b79f3e0
SM
5740 * net/network-stream.el (network-stream-open-starttls):
5741 Improve detection of failure due to lack of TLS support.
ec5c990d 5742
6bbfa6e1
CY
5743 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5744 putting the input text in front and in bold.
5745
98488977
SM
57462011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5747
3d1337be
SM
5748 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5749
ee0b45e4
SM
5750 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5751 empty buffer.
5752
98488977
SM
5753 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5754 unread-command-events rather than pushing yet-another event.
5755
186f4720
EZ
57562011-10-14 Eli Zaretskii <eliz@gnu.org>
5757
5758 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5759 the explanation of the possible choices. Make the options passed
5760 to completing-read shorter.
5761
8b7a997c
AM
57622011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5763
5764 * textmodes/flyspell.el (flyspell-large-region): Make sure
5765 extended character mode is used if defined (Bug#1339).
5766
12587bbb
EZ
57672011-10-13 Eli Zaretskii <eliz@gnu.org>
5768
5769 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5770 character info for LRE, LRO, RLE, and RLO characters by appending
5771 an invisible PDF.
12587bbb 5772
bad41229
SM
57732011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5776 even in case of error; add debug spec; simplify data flow.
5777 (with-timeout-handler): Remove.
5778
28dbc92f
MA
57792011-10-12 Michael Albinus <michael.albinus@gmx.de>
5780
5781 Fix Bug#6019, Bug#9315.
5782
5783 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5784 complete `buffer-file-name', the local file name part could look
5785 remotely (for example on VMS).
5786
5787 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5788 `tramp-run-real-handler'.
5789 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5790 already quoted by '"'.
5791
5792 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5793 Let `file-name-handler-alist' be nil, the local file name part
5794 could look remotely (for example on VMS).
5795
e1b0b23a
SM
57962011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5799 from here...
5800 (flyspell-post-command-hook): ...to here.
5801
a120bde9
SM
58022011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5805 if not needed.
5806 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5807 using completion. Protect against "slow" callers.
5808 Remove the "message hack".
5809
7ce7717b
JL
58102011-10-11 Juri Linkov <juri@jurta.org>
5811
5812 * isearch.el (isearch-lazy-highlight-word): New variable.
5813 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5814 Use it. (Bug#9727)
5815
c02ee9d6
GM
58162011-10-11 Glenn Morris <rgm@gnu.org>
5817
5818 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5819 like f90-previous-statement does.
5820
93e616fd 58212011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5822
1f190e73 5823 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5824 only in interactive use, to avoid error.
5825
af7b6078
SM
58262011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * minibuffer.el (completion-file-name-table): Fix last change,
5829 i.e. ignore normal errors but not the other ones.
5830
0563dae9
MR
58312011-10-10 Martin Rudalics <rudalics@gmx.at>
5832
5833 * window.el (special-display-buffer-names)
5834 (special-display-regexps): Remove some remnants of earlier
5835 changes from doc-strings.
366ca7f3
MR
5836 (quit-windows-on): New function.
5837
5838 * vc/vc.el (vc-revert, vc-rollback):
5839 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5840 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5841 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5842
49677495
MR
58432011-10-09 Martin Rudalics <rudalics@gmx.at>
5844
5845 * window.el (frame-auto-hide-function): Add version tag.
5846 (Bug#9699)
5847
56f2d1e1
MA
58482011-10-09 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5851 condition.
5852
112a6592
LL
58532011-10-09 Leo Liu <sdl.web@gmail.com>
5854
5855 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5856 (Bug#9701)
5857
0812589b
GM
58582011-10-08 Glenn Morris <rgm@gnu.org>
5859
5860 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5861 before the first code statement zero indent. (Bug#9690)
5862
b2b0776e
CY
58632011-10-08 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * simple.el (count-words-region): Always count in the region.
5866 Report the number of lines and characters too.
5867 (count-words): New command, which counts in the buffer if the
5868 region is inactive, as count-words-region used to.
5869 (count-words--message): New function. Handle plurals.
5870 (count-lines-region): Make it an alias for count-words-region.
5871
5872 * bindings.el (esc-map): Replace count-lines-region with
5873 count-words-region.
5874
c557cd6b
MR
58752011-10-08 Martin Rudalics <rudalics@gmx.at>
5876
5877 * window.el (window--delete): Delete dedicated frame
5878 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5879 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5880
61a57ef4 58812011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5882
3a7d293b 5883 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5884
c3833279
CY
58852011-10-07 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * bindings.el ([M-left],[M-right]): Bind to left-word and
5888 right-word respectively.
5889
21ce8245
GM
58902011-10-07 Glenn Morris <rgm@gnu.org>
5891
5892 * cus-start.el (debug-on-quit): Fix custom type.
5893
6d823bb2
LMI
58942011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5895
0181e193
LMI
5896 * subr.el (define-key-after): Clarify that the function is not
5897 useful for non-menu keymaps.
5898
6d823bb2
LMI
5899 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5900
8e3459ce 59012011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5902
21ce8245 5903 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5904 in current minibuffer (Fix bug with recursive minibuffers).
5905
a1c2d21e
CY
59062011-10-06 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * progmodes/gdb-mi.el (gdb): Doc fix.
5909
5a4cf282
MR
59102011-10-05 Martin Rudalics <rudalics@gmx.at>
5911
5912 * window.el (frame-auto-hide-function): New option replacing
5913 frame-auto-delete. Suggested by Stefan Monnier.
5914 (window--delete): Call frame-auto-hide-function instead of
5915 investigating frame-auto-delete.
c96111ea
MR
5916 (window-point-1, set-window-point-1): New functions.
5917 (window-in-direction, record-window-buffer, window-state-get-1)
5918 (display-buffer-record-window): Use window-point-1 instead of
5919 window-point.
5920 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5921
9854542e
SM
59222011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5925
8943cfb0
GM
59262011-10-05 Glenn Morris <rgm@gnu.org>
5927
5928 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5929 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5930
647ab967
LL
59312011-10-05 Leo Liu <sdl.web@gmail.com>
5932
5933 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5934 works with buffer object.
5935
3ddfbced
SM
59362011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * mpc.el (mpc-tool-bar-map): Add labels.
5939
bdfa5dd2
GM
59402011-10-04 Glenn Morris <rgm@gnu.org>
5941
5942 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5943
0e2070b5
MR
59442011-10-04 Martin Rudalics <rudalics@gmx.at>
5945
5946 * window.el (window--delete): New function.
5947 (frame-auto-delete): Resuscitate option.
5948 (bury-buffer, replace-buffer-in-windows)
5949 (quit-window): Rewrite using window--delete.
5950 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5951 Pass display-buffer-mark-dedicated to window--display-buffer-2
5952 (Bug#9639).
5953
3dc61a09
SM
59542011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5955
915a9b64
SM
5956 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5957 returns a list (bug#9554). Add remote file name completion.
5958 * comint.el (comint--table-subvert): Curry and get quote&unquote
5959 functions as arguments.
5960 (comint--complete-file-name-data): Adjust call accordingly.
5961 * pcomplete.el (pcomplete--table-subvert): Remove.
5962 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5963
3dc61a09
SM
5964 * minibuffer.el (completion-table-case-fold): Use currying.
5965 (completion--styles-type, completion--cycling-threshold-type):
5966 New constants.
5967 (completion-styles, completion-category-overrides)
5968 (completion-cycle-threshold): Use them.
5969 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5970 completion-table-case-fold.
5971
8ea0a993
SB
59722011-10-03 Stephen Berman <stephen.berman@gmx.net>
5973
5974 * minibuffer.el (completion-category-overrides): Fix type of styles
5975 and add more user friendly tags (bug#9660).
5976
8c24b7f6
SM
59772011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5980 (mule-input-method-string): New widget.
5981 (default-input-method, language-info-custom-alist): Use it.
5982
428fe61a
SM
59832011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5984
32c1fffd
SM
5985 * pcomplete.el: Require comint.
5986 (pcomplete--common-suffix): Remove.
5987 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5988 (pcomplete--table-subvert): Sync with comint--table-subvert.
5989 (pcomplete--entries): Use comint-completion-file-name-table.
5990 * comint.el (comint-unquote-filename): Simplify.
5991 (comint-completion-file-name-table): New function (bug#9616).
5992 (comint--complete-file-name-data): Use it.
5993
428fe61a
SM
5994 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5995 (pcmpl-gnu-tar-buffer): Remove.
5996 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5997 around. Make sure pcomplete-suffix-list is only changed temporarily.
5998 Don't look inside the tar's file if it's too large.
428fe61a 5999
04c52e2f
CY
60002011-10-01 Chong Yidong <cyd@stupidchicken.com>
6001
ce3cefcc
CY
6002 * cus-edit.el (custom-mode-map):
6003 * epa.el (epa-key-list-mode-map):
6004 * man.el (Man-mode-map):
6005 * startup.el (splash-screen-keymap):
6006 * simple.el (special-mode-map): Use scroll-up-command and
6007 scroll-down-command.
6008
6009 * progmodes/idlw-help.el (idlwave-help-mode-map):
6010 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
6011 * net/newst-plainview.el (newsticker-mode-map):
6012 * emulation/ws-mode.el (wordstar-mode-map):
6013 * emulation/vi.el (vi-com-map):
6014 * calc/calc-graph.el (calc-graph-show-dumb):
6015 * term/sun.el (terminal-init-sun):
6016 * term/ns-win.el (global-map):
6017 * progmodes/grep.el (grep-mode-map):
6018 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
6019 * mail/rmail.el (rmail-mode-map):
6020 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
6021
04c52e2f
CY
6022 * custom.el (custom-safe-themes, load-theme): Treat value of t for
6023 custom-safe-themes as special.
6024
79adf8c8
JD
60252011-10-01 Julien Danjou <julien@danjou.info>
6026
6027 * notifications.el (notifications-notify): Fix docstring.
6028
63bd50d3
PS
60292011-10-01 Per Starbäck <per@starback.se>
6030
6031 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
6032
199e4c7e
MR
60332011-09-30 Martin Rudalics <rudalics@gmx.at>
6034
6035 * startup.el (command-line-1): Fix last fix by inserting
6036 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 6037 (Bug#9605) and (Bug#9636)
199e4c7e 6038
fe5f08dd
EZ
60392011-09-29 Eli Zaretskii <eliz@gnu.org>
6040
6041 * simple.el (line-move): If auto-hscroll-mode is disabled and the
6042 window is hscrolled, move by logical lines. (Bug#9607)
6043 (line-move-visual): Update the doc string to the above effect.
6044
b5516bbd
MR
60452011-09-29 Martin Rudalics <rudalics@gmx.at>
6046
ccee00c0
MR
6047 * window.el (display-buffer-record-window): When WINDOW is the
6048 selected window use `point' instead of `window-point'. (Bug#9626)
6049
b5516bbd
MR
6050 * startup.el (command-line-1): Use insert-before-markers when
6051 inserting initial-scratch-message. (Bug#9605)
ccee00c0 6052
b5516bbd
MR
6053 * help.el (help-window): Remove variable.
6054
52aa0014
GM
60552011-09-29 Glenn Morris <rgm@gnu.org>
6056
6057 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
6058
df9a7357
JB
60592011-09-29 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * descr-text.el (describe-char-categories): Accept category
6062 descriptions more than one line long.
6063
a8406c20
SM
60642011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6065
88d9610c
SM
6066 * simple.el (delete-trailing-whitespace): Fix last change.
6067
a5daf810
SM
6068 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6069 Don't confuse "y => 3" as the beginning of a `y' operation.
6070
a8406c20
SM
6071 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
6072 object has more than 4 slots (bug#9613).
6073
a239d4e9
JB
60742011-09-28 Juanma Barranquero <lekktu@gmail.com>
6075
6076 * subr.el (with-output-to-temp-buffer):
6077 * net/quickurl.el (quickurl, quickurl-browse-url):
6078 Fix typos in docstrings.
6079
693fbdb6
EZ
60802011-09-27 Eli Zaretskii <eliz@gnu.org>
6081
6082 * minibuffer.el (completion-styles)
6083 (completion-category-overrides): Cross reference each other in doc
6084 strings.
6085
8b457e28
GM
60862011-09-27 Glenn Morris <rgm@gnu.org>
6087
6088 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
6089 to split-string. (Bug#9606)
6090
85a16208
LMI
60912011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6092
6093 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
6094 (bug#9615).
6095
502f9ebd
CY
60962011-09-27 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * emacs-lisp/package.el (list-packages): Fix echo area message.
6099
7690bdea
LL
61002011-09-27 Leo Liu <sdl.web@gmail.com>
6101
6102 * ido.el (ido-read-internal): Accept cons cell HIST arg.
6103
e2ee6f30
MA
61042011-09-25 Michael Albinus <michael.albinus@gmx.de>
6105
6106 * net/dbus.el (dbus-unregister-object): Don't release services for
6107 registered signals. (Bug#9581)
6108
f3f98342
TZ
61092011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6110
6111 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
6112 function that picks between cfengine 2 and 3 support
6113 automatically. Update docs accordingly.
6114
dd7aa8dd
KH
61152011-09-22 Kenichi Handa <handa@m17n.org>
6116
6117 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
6118 ZERO.
6119 (indian-itrans-v5-table-for-tamil): New variable.
6120 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
6121
3f2b07f8
KM
61222011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
6123
6124 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
6125 that's true if the current command involved collapsing of text.
6126 It's reset to false at the beginning of the next command.
6127 (allout-post-command-business): Move the cursor to the beginning
6128 of entry if the cursor is hidden and collapsing activity just
6129 happened.
6130
371d6a61
CY
61312011-09-24 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
6134 tracking (Bug#9541).
6135
2ac2721a
UJ
61362011-09-24 Ulf Jasper <ulf.jasper@web.de>
6137
6138 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
6139 (newsticker-show-news): Automatically load html rendering package
6140 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
6141 because w3m-fill-column is let-bound" and the error "Symbol's value
6142 as variable is void: w3m-fill-column".
2ac2721a 6143
fac7ae53
MA
61442011-09-24 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
6147 Release services only if they are defined. (Bug#9581)
6148
e08b633b
RS
61492011-09-23 Richard Stallman <rms@gnu.org>
6150
e488d29c
RS
6151 * textmodes/paragraphs.el (forward-sentence): For backwards case,
6152 distinguish start of paragraph from start of its text.
6153
19c38752
RS
6154 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
6155
e08b633b
RS
6156 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
6157 (rmail-generate-viewer-buffer): Put that hook on view buffer.
6158 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
6159
0a39f27e
AS
61602011-09-23 Andreas Schwab <schwab@linux-m68k.org>
6161
6162 * international/mule-diag.el (mule-diag): Insert a newline after
6163 each fontset description.
6164
db4e950d
SM
61652011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * simple.el (delete-trailing-whitespace):
6168 Document last change; simplify.
6169
eca3f3ea
PW
61702011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
6171
d68e189a
PW
6172 * simple.el (delete-trailing-whitespace): Also delete
6173 extra newlines at the end of the buffer.
6174
eca3f3ea
PW
6175 * textmodes/picture.el: Make motion commands obey shift-select-mode.
6176 (picture-newline): Use forward-line so as to ignore fields.
6177
01c157cc
SM
61782011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * subr.el (with-wrapper-hook): Fix edebug spec.
6181
022de23e
LMI
61822011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
6184 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
6185 (bug#4538).
6186
91683089
MA
61872011-09-23 Michael Albinus <michael.albinus@gmx.de>
6188
eca3f3ea
PW
6189 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6190 Fix nasty bug using wrong cached values.
91683089 6191
5bdd6fa4
AM
61922011-09-23 Alan Mackenzie <acm@muc.de>
6193
6194 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
6195
97adfb97
CY
61962011-09-23 Chong Yidong <cyd@stupidchicken.com>
6197
6198 * window.el (pop-to-buffer): Ensure right window is selected if we
6199 chose another frame.
6200
d4ef2b50
EZ
62012011-09-22 Eli Zaretskii <eliz@gnu.org>
6202
6203 * simple.el (what-cursor-position): Use get-char-property-change
6204 and next-single-char-property-change, to be able to show display
6205 properties that come from overlays as well as text properties.
6206
72258fe5
CY
62072011-09-22 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
6210
6211 * cmuscheme.el (run-scheme, switch-to-scheme):
6212 * cus-edit.el (customize-group, custom-buffer-create)
6213 (customize-browse):
6214 * info.el (info):
6215 * shell.el (shell):
6216 * mail/sendmail.el (mail):
6217 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
6218
8f098516
RS
62192011-09-22 Richard Stallman <rms@gnu.org>
6220
6221 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
6222 move back only to line beg, don't move back over blank lines.
6223
e74f1bb6
MA
62242011-09-22 Michael Albinus <michael.albinus@gmx.de>
6225
6226 * files.el (copy-directory): Set directory attributes only in case
6227 they could be retrieved from the source directory. (Bug#9565)
6228
bfeef8b6
DK
62292011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
6230
6231 * progmodes/hideshow.el (hs-looking-at-block-start-p)
6232 (hs-find-block-beginning, hs-hide-level-recursive):
6233 Ignore strings as well as comments. (Bug#9502)
6234
7e423bb8
AS
62352011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
6236
6237 * progmodes/sql.el (sql-comint-postgres):
6238 Convert port number to a string. (Bug#9566)
6239
b4d72fcf
MR
62402011-09-22 Martin Rudalics <rudalics@gmx.at>
6241
6242 * window.el (quit-window): Undedicate window when switching to
6243 previous buffer. Reported by Thierry Volpiatto
6244 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
6245 (special-display-popup-frame): When popping up a new frame reset
6246 its previous buffers to nil. Simplify code.
b4d72fcf 6247
a7b88dc6
MA
62482011-09-21 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
6251 and process filter, as done also in `shell-command'.
6252
cf4eacfd
MR
62532011-09-21 Martin Rudalics <rudalics@gmx.at>
6254
eca3f3ea 6255 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
6256 Call set-window-start with NOFORCE argument t.
6257 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
6258 (quit-window): Reword doc-string. Handle new format of
6259 quit-restore parameter. Don't delete window if it has a
6260 previous buffer we can show instead of the present one.
6261 (display-buffer-record-window): Rewrite using a new format for
6262 the quit-restore window parameter
6263 (special-display-popup-frame, display-buffer-same-window)
6264 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6265 (display-buffer-pop-up-window, display-buffer-use-some-window):
6266 Adapt symbol passed to display-buffer-record-window.
6267 * help.el (help-window-setup): Handle new format of quit-restore
6268 parameter.
6269
8d28cb95
SM
62702011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6271
94ab793f
SM
6272 * faces.el (face-list): Fix docstring (bug#9564).
6273
8d28cb95
SM
6274 * window.el (display-buffer--action-function-custom-type):
6275 Don't include internal functions in the Custom interface.
6276
3820edeb
JL
62772011-09-20 Juri Linkov <juri@jurta.org>
6278
6279 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
6280 (Info-forward-node, Info-backward-node, Info-next-preorder)
6281 (Info-last-preorder): Use it. (Bug#9528)
6282
5147931d
JL
62832011-09-20 Juri Linkov <juri@jurta.org>
6284
6285 * info.el (Info-last-preorder): Visit last menu item only when
6286 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
6287
cf499a1a
JD
62882011-09-20 Julien Danjou <julien@danjou.info>
6289
6290 * password-cache.el (password-cache-remove): Remove entries even if the
6291 value is nil, so that password with a nil value (negative caching) is
6292 possible to invalidate.
6293
f84e2fe2
LM
62942011-09-20 Lawrence Mitchell <wence@gmx.li>
6295
6296 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
6297 all whitespace around breakpoint. (Bug#9553)
6298 (f90-find-breakpoint): Only break at whitespace inside a comment.
6299
78054a46
SM
63002011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * minibuffer.el (completion-file-name-table): Keep track of errors.
6303 (completion-table-with-predicate): Handle the case where pred1 is nil.
6304 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6305
345083b2
SM
63062011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6307
e24e27be
SM
6308 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6309 (debugger-return-value): Signal an error if the debugging context does
6310 not await any return value.
6311
345083b2
SM
6312 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6313 * image-mode.el (image-toggle-display-text)
6314 (image-toggle-display-image): Stay away from evil `intangible'.
6315
08d355e3
LL
63162011-09-19 Leo Liu <sdl.web@gmail.com>
6317
6318 * replace.el (occur-revert-arguments): Make it permanent-local.
6319 (occur-mode): Don't call font-lock-defontify.
6320
f01da43f
CY
63212011-09-19 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * net/ldap.el (ldap-search-internal): Don't push empty search
6324 result (Bug#9508).
6325
b6072fa6
SM
63262011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6329
443d6696
MA
63302011-09-19 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6333 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6334
7cc6e154
JL
63352011-09-18 Juri Linkov <juri@jurta.org>
6336
6337 * buff-menu.el (Buffer-menu-mode-map):
6338 * dired.el (dired-mode-map):
6339 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6340 (lisp-interaction-mode-map):
6341 * emacs-lisp/package.el (package-menu-mode-map):
6342 * epa.el (epa-key-list-mode-map):
6343 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6344 (menu-bar-options-menu):
6345 * outline.el (outline-mode-menu-bar-map):
6346 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6347 * vc/vc-dir.el (vc-dir-menu-map):
6348 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6349 Capitalize non-function content words in menu item strings.
6350
6351 * dired.el (dired-mode-map): Add menu item for
6352 `image-dired-dired-toggle-marked-thumbs'.
6353
80302a81
JL
63542011-09-18 Juri Linkov <juri@jurta.org>
6355
6356 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6357 to `isearch-case-fold-search' and restore its original value
6358 after the `isearch-mode' call.
6359
46c5cf66
JL
63602011-09-18 Juri Linkov <juri@jurta.org>
6361
6362 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6363 because `zgrep' returns 1 for successful matches (bug#9226).
6364
d18b513b
JL
63652011-09-18 Juri Linkov <juri@jurta.org>
6366
6367 * info.el (Info-extract-menu-node-name): Check the second match
6368 for empty string (second test-case of bug#9528).
6369 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6370 intermediate nodes to the history (first test-case of bug#9528).
6371
72753f87
JL
63722011-09-18 Juri Linkov <juri@jurta.org>
6373
6374 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6375 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6376
c9384295
JL
63772011-09-18 Juri Linkov <juri@jurta.org>
6378
1154d12e
JB
6379 * info.el (Info-file-supports-index-cookies):
6380 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6381 outputs one more line for long file names (bug#4142).
c9384295 6382
d473dce8
CY
63832011-09-18 Chong Yidong <cyd@stupidchicken.com>
6384
6385 * newcomment.el (comment-normalize-vars): If prompting for
6386 comment-start, set comment-start-skip too (Bug#8424).
6387
2176854d
JB
63882011-09-18 Johan Bockgård <bojohan@gnu.org>
6389
6390 * icomplete.el: Fix previous fix of Bug#5849.
6391 (icomplete-mode): Don't set completion-show-inline-help.
6392 (icomplete-minibuffer-setup): Set completion-show-inline-help
6393 locally during icompletion.
6394
3aace4e4
CY
63952011-09-18 Chong Yidong <cyd@stupidchicken.com>
6396
c940224f
CY
6397 * woman.el (woman2-process-escapes): Don't delete unrecognized
6398 escapes (Bug#7843).
6399
3aace4e4
CY
6400 * files.el (inhibit-first-line-modes-regexps): Add image files.
6401 (hack-local-variables-prop-line): Return nil for malformed
6402 prop-lines (Bug#9044).
6403
710dec63
MA
64042011-09-18 Michael Albinus <michael.albinus@gmx.de>
6405
6406 * net/tramp.el (top): Don't require 'shell.
6407 (tramp-methods): Fix docstring.
6408 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6409 Return complete remote file name. Handle "smb" case.
6410 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6411 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6412
6413 * net/tramp-compat.el (top): Require 'shell.
6414
6415 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6416 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6417 `tramp-current-host'.
6418 (tramp-get-remote-tmpdir): Remove.
6419
6420 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6421 `tramp-tmpdir' entries.
6422 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6423 (tramp-smb-handle-file-attributes): Ignore errors.
6424 (tramp-smb-wait-for-output): Check also for process end.
6425
5d5ac8ec
LMI
64262011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6427
6428 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6429 when sending QUIT (bug#9312).
6430
8c0f49f0
CY
64312011-09-17 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6434 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6435 occur-mode-display-occurrence.
6436 (occur-edit-mode): Add usage message.
6437 (occur-cease-edit): New command.
6438 (occur-after-change-function): Use text properties to find the
6439 position of the prefix text.
6440 (occur-engine): Set stickiness of prefix text properties.
6441
8f1383f7
GM
64422011-09-17 Glenn Morris <rgm@gnu.org>
6443
6444 * progmodes/etags.el (complete-tag):
6445 Fix call to completion-in-region. (Bug#9526)
6446
744ba0e3
JL
64472011-09-17 Juri Linkov <juri@jurta.org>
6448
6449 * textmodes/ispell.el (ispell-word): Add to the error message
6450 the word, ispell program name and current dictionary (bug#9121).
6451 (ispell-tex-arg-end): Capitalize "error" in the error message.
6452
d9bbf400
AS
64532011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6454
6455 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6456 check. (Bug#4251)
6457
8da11505
JL
64582011-09-17 Juri Linkov <juri@jurta.org>
6459
6460 * window.el (window-safe-min-height, window-safe-min-width):
6461 Fix typos (followup to bug#9522).
6462
a91adc7e
SJ
64632011-09-17 Sven Joachim <svenjoac@gmx.de>
6464
6465 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6466
064f328a
EZ
64672011-09-16 Eli Zaretskii <eliz@gnu.org>
6468
6469 * simple.el (line-move): If goal-column is set, move by logical
6470 lines, not by display lines. (Bug#971)
6471 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6472 to reflect the above change.
6473
e69df516
SM
64742011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * image.el (imagemagick-register-types): Use regexp-opt.
6477
cbb0f9ab
CY
64782011-09-15 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * window.el (display-buffer-base-action): Rename from
6481 display-buffer-default-action. Make default value empty.
6482 (display-buffer-overriding-action): Convert to defvar.
6483 (display-buffer-fallback-action): New var.
6484
25322144
CY
64852011-09-15 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6488 declaration.
6489 (package--add-to-archive-contents): If there is a duplicate entry
6490 with an older version, remove it.
6491 (package-menu-mark-delete, package-menu-mark-install)
6492 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6493 (package-menu-mark-obsolete-for-deletion):
6494 Use package-menu-get-status instead of a regexp search.
25322144
CY
6495 (package-menu-get-status): Use tabulated-list-entry.
6496 (package-menu-mark-upgrades): New command.
d770725a 6497 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6498 (package-menu-execute): Do installation before deletion.
6499 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6500 instead of checking major-mode.
6501 (package-menu--find-upgrades): New function.
6502
7520339c
LMI
65032011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6504
6505 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6506 passwords in the log buffer.
65a046c4
LMI
6507 (smtpmail-process-filter): Update the process marker so that the
6508 "broken by peer" status message is inserted in the right place.
7520339c 6509
d3c30954
SM
65102011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6511
3fe48822
SM
6512 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6513 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6514 bibtex-completion-at-point-function.
6515 (bibtex-completion-at-point-function): Use them.
6516
1b8b3954
SM
6517 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6518
d3c30954
SM
6519 * mpc.el (mpc-constraints-tag-lookup): New function.
6520 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6521 also to browser "album|playlist".
6522
72779976
JL
65232011-09-14 Juri Linkov <juri@jurta.org>
6524
6525 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6526 (isearch-edit-string): Use length of `isearch-string' when
6527 `isearch-fail-pos' returns nil.
6528 (isearch-message): Remove duplicate code and call
6529 `isearch-fail-pos' with arg `t'.
6530
a0bf2bcd
CY
65312011-09-14 Chong Yidong <cyd@stupidchicken.com>
6532
17bb0a2d
CY
6533 * replace.el (occur-mode-goto-occurrence): Don't force using other
6534 window (Bug#9499).
6535
a0bf2bcd
CY
6536 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6537
f678e0b6
MR
65382011-09-14 Martin Rudalics <rudalics@gmx.at>
6539
6540 * window.el (display-buffer-window): Remove.
6541 (display-buffer-record-window): Use help-setup window parameter
6542 instead of variable display-buffer-window.
6543 (display-buffer-function, special-display-buffer-names)
6544 (special-display-function): Mention help-setup parameter instead
6545 of display-buffer-window in doc-string.
d3c30954
SM
6546 * help.el (help-window-setup): New argument help-window.
6547 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6548 Reword some messages.
6549 (with-help-window): Pass window used for displaying the buffer
6550 to help-window-setup. Don't set display-buffer-window.
6551
8e39b2e8
GM
65522011-09-13 Glenn Morris <rgm@gnu.org>
6553
6554 * emacs-lisp/debug.el (debugger-make-xrefs):
6555 Preserve point. (Bug#9462)
6556
85e9c04b
CY
65572011-09-13 Chong Yidong <cyd@stupidchicken.com>
6558
6559 * window.el (window-deletable-p): Use next-frame.
6560
1b36ed6a
MR
65612011-09-13 Martin Rudalics <rudalics@gmx.at>
6562
6563 * window.el (window-auto-delete): Remove.
6564 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6565 dedication and previous buffers.
1b36ed6a
MR
6566 (switch-to-prev-buffer): Don't delete window.
6567 (delete-windows-on): Delete a window's frame if and only if the
6568 window is dedicated.
6569 (replace-buffer-in-windows): Delete buffer's window or frame if
6570 and only if window is dedicated.
6571 (quit-window): Handle quit-restore as before last change.
4d61f28d 6572 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6573
ef8ef9fb
CY
65742011-09-13 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * window.el (window-deletable-p): Never delete the last frame on a
6577 given terminal.
6578
b2cba41e
GM
65792011-09-13 Glenn Morris <rgm@gnu.org>
6580
6581 * help.el (describe-key-briefly): Copy previous standard-output change.
6582
51553db6 65832011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6584
6585 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6586
b7556719
GM
65872011-09-13 Glenn Morris <rgm@gnu.org>
6588
6589 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6590 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6591
64b51947
CY
65922011-09-12 Chong Yidong <cyd@stupidchicken.com>
6593
6594 * dired-aux.el (dired-mark-read-string): Don't return default
6595 value on empty input (Bug#9361).
6596 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6597 Omit initial minibuffer contents.
6598 (dired-do-chmod): Signal an error on empty input.
6599 (dired-mark-read-string): Don't return default on empty input.
6600
6601 * files.el (file-modes-symbolic-to-number): Doc fix.
6602
393a301e
SM
66032011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * international/mule-cmds.el (ucs-completions): Remove.
6606 (read-char-by-name): Use complete-with-action instead; add metadata.
6607
fa5660f9
CY
66082011-09-11 Chong Yidong <cyd@stupidchicken.com>
6609
6610 * window.el (display-buffer--action-function-custom-type)
6611 (display-buffer--action-custom-type): New vars.
6612 (display-buffer-alist, display-buffer-default-action)
6613 (display-buffer-overriding-action): Add defcustom types.
6614
4a592f66
CY
6615 * frame.el (delete-other-frames): Doc fix (Bug#276).
6616
73d56dbd
LMI
66172011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6618
6619 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6620
37ac18a3
CY
66212011-09-11 Chong Yidong <cyd@stupidchicken.com>
6622
6623 Change modes that used same-window-* vars to use switch-to-buffer.
6624
6625 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6626 Use switch-to-buffer.
6627
6628 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6629 (customize-browse, custom-buffer-create-other-window):
6630 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6631
6632 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6633 (Info-prev, Info-up, Info-speedbar-goto-node)
6634 (info-display-manual): Use switch-to-buffer.
6635 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6636
6637 * mail/sendmail.el (mail): Use switch-to-buffer.
6638 (mail-recover): Use switch-to-buffer-other-window.
6639
6640 * cmuscheme.el (run-scheme, switch-to-scheme):
6641 * ielm.el (ielm):
6642 * shell.el (shell):
6643 * net/rlogin.el (rlogin):
6644 * net/telnet.el (telnet, rsh):
6645 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6646
10195bd6
AS
66472011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6648
6649 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6650
b322f63a
LMI
66512011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6652
39d7fed6
LMI
6653 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6654 so don't mention it (bug#9301).
ba5a81f1 6655 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6656
ee0e9f11
LMI
6657 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6658 match `x', `w32' and `ns', like the manual says (bug#9029).
6659
0b1c89c1 6660 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6661 (process-kill-buffer-query-function): Mention the buffer name in
6662 the query.
0b1c89c1 6663
77549ea8
LMI
6664 * image-mode.el (image-next-line): The line parameter is mandatory
6665 (bug#9258).
6666
803ef892
LMI
6667 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6668 which can be useful (bug#9301).
6669
12980837
LMI
6670 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6671
91054f8f
LMI
6672 * subr.el (match-string): Mention that the current buffer should
6673 be the same as the search was done in (bug#9282).
6674
b322f63a
LMI
6675 * facemenu.el: Disable the remove-* commands if the mark isn't
6676 active (bug#9162).
6677
3199b96f
CY
66782011-09-10 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6681 of display-buffer.
6682 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6683
6684 * replace.el (occur-mode-goto-occurrence)
6685 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6686 and display-buffer.
6687
6688 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6689 display-buffer.
6690
6691 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6692 special-display and same-window variables.
6693 (mail-other-window): Use switch-to-buffer-other-window.
6694 (mail-other-frame): USe switch-to-buffer-other-frame.
6695
393a301e
SM
6696 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6697 Use display-buffer-other-frame.
3199b96f
CY
6698 (gdb-display-gdb-buffer): Use pop-to-buffer.
6699
6700 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6701
6702 * progmodes/python.el: Don't set same-window-buffer-names.
6703
6704 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6705
6706 * window.el (display-buffer-alist): Add *Python*.
6707
8319e0bf
CY
67082011-09-10 Chong Yidong <cyd@stupidchicken.com>
6709
6710 * window.el (display-buffer-alist): Add entry for buffers
6711 previously handled same-window-*.
6712 (display-buffer-alist, display-buffer-default-action)
6713 (display-buffer-overriding-action): Mark as risky.
6714 (display-buffer-alist): Document action function changes.
6715 (display-buffer--same-window-action)
6716 (display-buffer--other-frame-action): New variables.
6717 (switch-to-buffer, display-buffer-other-frame): Use them.
6718 (display-buffer): Rename reuse-frame entry to reusable-frames.
6719 (display-buffer-reuse-selected-window): Function deleted.
6720 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6721 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6722 (display-buffer-special): New function.
6723 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6724 display-buffer-reuse-or-pop-window. Split off special-display
6725 part into display-buffer-special.
6726 (display-buffer-use-some-window): Don't perform any special
6727 pop-up-frames handling.
6728 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6729 (display-buffer--maybe-same-window): Rename from
0d3ff375 6730 display-buffer-maybe-same-window.
8319e0bf 6731
919a69aa
CY
6732 * info.el: Don't set same-window-regexps.
6733 (info-setup): New function.
6734 (info-other-window, info): Call it.
6735
6736 * cus-edit.el: Don't set same-window-regexps.
6737 (customize-group): New argument.
6738 (customize-group-other-window): Use it.
6739 (customize-face, customize-face-other-window): Likewise.
6740 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6741
8319e0bf
CY
6742 * net/rlogin.el:
6743 * net/telnet.el:
6744 * progmodes/gud.el: Don't set same-window-regexps.
6745
6746 * cmuscheme.el:
6747 * ielm.el:
6748 * shell.el:
6749 * mail/sendmail.el:
6750 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6751
25173000
JL
67522011-09-10 Juri Linkov <juri@jurta.org>
6753
6754 * isearch.el (isearch-edit-string): Remove obsolete mention of
6755 `C-w' (`isearch-yank-word-or-char') from docstring.
6756 (isearch-query-replace): Fix typo in docstring (bug#9466).
6757
056e44ef
JL
67582011-09-10 Juri Linkov <juri@jurta.org>
6759
6760 * paren.el (show-paren-function): Don't show escaped parens.
6761 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6762
c3760c17
EZ
67632011-09-10 Eli Zaretskii <eliz@gnu.org>
6764
6765 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6766 (mm-default-file-encoding): Remove autoload forms, they are
6767 replaced with autoload cookies in mml.el and mm-encode.el.
6768 (mail-add-attachment): New command.
6769 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6770 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6771 the doc string.
6772 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6773
fece895e
RT
67742011-09-10 Reuben Thomas <rrt@sc3d.org>
6775
e69df516
SM
6776 * simple.el (count-words-region): Use buffer if there's no region
6777 (bug#9429).
fece895e 6778
5e68ce4a
JL
67792011-09-09 Juri Linkov <juri@jurta.org>
6780
6781 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6782 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6783 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6784
0a6b9622
AM
67852011-09-09 Alan Mackenzie <acm@muc.de>
6786
6787 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6788 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6789
14a29deb
EZ
67902011-09-09 Eli Zaretskii <eliz@gnu.org>
6791
6792 Fix for Savannah bug#9392.
6793 * simple.el (mail-encode-mml): New defvar.
6794
6795 * mail/rmail.el (mail-encode-mml): Add a defvar.
6796 (rmail-enable-mime-composing): Default to t.
6797 (rmail-forward): Use MIME method of forwarding only if both
6798 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6799 Set mail-encode-mml non-nil if the MIME method was used.
6800
6801 * mail/sendmail.el (mml-to-mime): Add autoload form.
6802 (mail-encode-mml): Add a defvar.
6803 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6804 to nil.
6805 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6806 message through mml-to-mime, and reset mail-encode-mml to nil.
6807
28c45130
GM
68082011-09-09 Glenn Morris <rgm@gnu.org>
6809
6810 * woman.el (woman-if-body): When processing an .el block,
6811 do not delete the next .el block as well. (Bug#9447)
69f4b618 6812 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6813
9b1c252e
MR
68142011-09-08 Martin Rudalics <rudalics@gmx.at>
6815
6816 * window.el (window-deletable-p): Make sure window is live before
6817 invoking window-prev-buffers.
6818
567457e3
LL
68192011-09-08 Leo Liu <sdl.web@gmail.com>
6820
6821 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6822
97f05794
JL
68232011-09-08 Juri Linkov <juri@jurta.org>
6824
6825 * progmodes/compile.el (compilation-environment): Make it
6826 a defcustom (bug#8340).
6827
8b0874b5
MR
68282011-09-08 Martin Rudalics <rudalics@gmx.at>
6829
6830 * window.el (frame-auto-delete): Rename to window-auto-delete.
6831 Make it control auto-deletion of windows and/or frames.
6832 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6833 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6834 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6835 Rewrite handling of case when window/frame can be deleted.
6836 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6837 argument t. (Bug#9456)
8b0874b5 6838
4feb6e73
CY
68392011-09-07 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * help-mode.el (help-mode): Restore autoload.
6842
91ab9c13
JL
68432011-09-07 Juri Linkov <juri@jurta.org>
6844
6845 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6846 `compilation-environment'. Set buffer-local
6847 `compilation-environment' to `thisenv' later after (funcall mode).
6848 (Bug#8340)
6849
6850 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6851 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6852 instead of replacing its value. (Bug#8340)
6853
0527e251
JL
68542011-09-07 Juri Linkov <juri@jurta.org>
6855
6856 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6857 based on text properties put by `grep-filter' instead of matching
6858 escape sequences.
6859 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6860 to the value of `grep-error-screen-columns' (bug#9438).
6861
249f792c
JL
68622011-09-07 Juri Linkov <juri@jurta.org>
6863
6864 * simple.el (next-error-highlight, next-error-highlight-no-select):
6865 Doc fix (bug#9432).
6866
ff7271b9
OT
68672011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6868
6869 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6870 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6871
183fc730
LL
68722011-09-07 Leo Liu <sdl.web@gmail.com>
6873
6874 * net/rcirc.el (rcirc-mode): Conditionally initialize
6875 rcirc-input-ring.
6876
77694924
SM
68772011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * emacs-lisp/find-func.el (find-function-C-source): Only set
6880 find-function-C-source-directory after checking that we found a source
6881 file there (bug#9440).
6882
d809b8eb
AM
68832011-09-06 Alan Mackenzie <acm@muc.de>
6884
6885 * isearch.el (isearch-other-meta-char): Wherever a key list is
6886 unread, "unread" the prefix arg, too. This fixes bug #8901.
6887
453de99f
OG
68882011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6889
6890 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6891
90439906
JL
68922011-09-05 Juri Linkov <juri@jurta.org>
6893
6894 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6895
f62bd846
JL
68962011-09-05 Juri Linkov <juri@jurta.org>
6897
6898 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6899 keeping point where processing of grep matches begins, and
6900 continue to delete remaining escape sequences from the same point.
6901 (grep-filter): Make leading zero optional in "0?1;31m" because
6902 git-grep emits "\033[1;31m" escape sequences unlike expected
6903 "\033[01;31m" as GNU Grep does (bug#9408).
6904 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6905
045820ec
JL
69062011-09-05 Juri Linkov <juri@jurta.org>
6907
6908 * subr.el (y-or-n-p): Capitalize "yes".
6909
f5e29b9b
MA
69102011-09-04 Michael Albinus <michael.albinus@gmx.de>
6911
6912 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6913 `tramp-cache-unload-hook' where appropriate.
6914 (tramp-methods): Rename `tramp-remote-sh' to
6915 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6916 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6917
6918 * net/tramp-sh.el (top): Don't require 'shell.
6919 (tramp-methods): Add `tramp-remote-shell' and
6920 `tramp-remote-shell-args' entries.
6921 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6922 (tramp-sh-handle-shell-command): Remove.
6923 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6924 Use `tramp-remote-shell'.
6925
2784c434
CY
69262011-09-03 Chong Yidong <cyd@stupidchicken.com>
6927
393a301e 6928 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6929 (sendmail-query-once): Save directly to send-mail-function.
6930 Update message-send-mail-function too.
6931
6932 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6933
464cdf56
CS
69342011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6935
6936 * progmodes/python.el (python-mode-map): Use correct function to
6937 start python interpreter from menu-bar (as reported by Geert
6938 Kloosterman).
6939 (inferior-python-mode-map): Fix typo.
393a301e 6940 (python-shell-map): Remove.
464cdf56 6941
d37e5c87
DD
69422011-09-03 Deniz Dogan <deniz@dogan.se>
6943
6944 * net/rcirc.el (rcirc-print): Simplify code for
6945 rcirc-scroll-show-maximum-output. There is no need to walk
6946 through all windows to find the right one.
6947
f3ada0ee
CS
69482011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6949
6950 * help.el (help-return-method): Doc fix.
6951
1f3c99ca
MR
69522011-09-03 Martin Rudalics <rudalics@gmx.at>
6953
6954 * window.el (window-deletable-p): Don't return a non-nil value
6955 when there's a buffer that was shown in the window before.
6956 (Bug#9419)
393a301e
SM
6957 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6958 Set window's previous buffers to nil.
1f3c99ca 6959
a3cf097f
EZ
69602011-09-03 Eli Zaretskii <eliz@gnu.org>
6961
6962 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6963 newline before and after the tag line, so it doesn't interfere
6964 with determining the paragraph direction of bidirectional text.
6965
3d03de90
LL
69662011-09-03 Leo Liu <sdl.web@gmail.com>
6967
6968 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6969
c3313451
CY
69702011-09-02 Chong Yidong <cyd@stupidchicken.com>
6971
393a301e 6972 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6973 (pop-to-buffer): Change interactive spec. Pass second argument
6974 directly to display-buffer.
6975 (display-buffer): Fix interactive spec. Use functionp to
6976 distinguish between a function and a list of functions.
6977
6978 * abbrev.el (edit-abbrevs):
6979 * arc-mode.el (archive-extract):
6980 * autoinsert.el (auto-insert):
6981 * bookmark.el (bookmark-bmenu-list):
6982 * files.el (find-file):
6983 * view.el (view-buffer):
6984 * progmodes/compile.el (compilation-goto-locus):
6985 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6986
89894cd8
CY
69872011-09-02 Chong Yidong <cyd@stupidchicken.com>
6988
6989 * window.el (display-buffer-alist): Doc fix.
6990 (display-buffer): Add docstring. Don't treat
6991 display-buffer-default specially.
6992 (display-buffer-reuse-selected-window)
6993 (display-buffer-same-window, display-buffer-maybe-same-window)
6994 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6995 (display-buffer-pop-up-window)
6996 (display-buffer-reuse-or-pop-window)
6997 (display-buffer-use-some-window): New functions.
6998 (display-buffer-default-action): Use them.
393a301e 6999 (display-buffer-default): Delete.
89894cd8
CY
7000 (pop-to-buffer-1): Fix choice of actions.
7001
ae0bc9fb
SM
70022011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * minibuffer.el (completion--insert-strings): Don't get confused by
7005 completion entries that end with an LF char.
7006
e9d90883
EZ
70072011-09-01 Eli Zaretskii <eliz@gnu.org>
7008
7009 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
7010
437014c8
CY
70112011-09-01 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
7014 (display-buffer-same-window, display-buffer-other-window):
7015 New functions.
437014c8
CY
7016 (pop-to-buffer-1): New function. Use the above.
7017 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 7018 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
7019
7020 * view.el (view-buffer-other-window, view-buffer-other-frame):
7021 Just use pop-to-buffer.
7022
a5e063d5
TV
70232011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7024
7025 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
7026
793d32bb
WH
70272011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
7028
7029 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
7030
d65e4c15
RS
70312011-08-31 Richard Stallman <rms@gnu.org>
7032
7033 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
7034 of the separation of rmail-view-buffer from rmail-buffer.
7035 If you say no to "replace original", the decrypt is in the
7036 view buffer. If you say yes, the decrypt goes into the
7037 rmail buffer also.
7038
f818cd2a
MR
70392011-08-31 Martin Rudalics <rudalics@gmx.at>
7040
7041 * window.el (display-buffer-window): Rewrite doc-string.
7042 (display-buffer-record-window): New function.
7043 (display-buffer-macro-specifiers)
7044 (display-buffer-even-window-sizes, display-buffer-set-height)
7045 (display-buffer-set-width, display-buffer-in-window)
7046 (display-buffer-reuse-window, display-buffer-split-specifiers)
7047 (display-buffer-side-specifiers, display-buffer-split-window-1)
7048 (display-buffer-split-window, display-buffer-split-atom-window)
7049 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7050 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
7051 (display-buffer-other-window-means-other-frame)
7052 (display-buffer-normalize-special)
7053 (display-buffer-normalize-default)
7054 (display-buffer-normalize-argument)
7055 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
7056 (display-buffer-normalize-specifiers, display-buffer-frame)
7057 (display-buffer-same-window, display-buffer-same-frame)
7058 (display-buffer-other-window)
7059 (display-buffer-same-frame-other-window)
7060 (display-buffer-other-frame, pop-to-buffer-same-window)
7061 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
7062 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
7063 (switch-to-buffer-same-frame)
7064 (switch-to-buffer-other-window-same-frame)
7065 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
7066 (display-buffer-alist-set-1, display-buffer-alist-set-2)
7067 (display-buffer-alist-set): Remove.
7068 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
7069 (special-display-regexps, special-display-function):
7070 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
7071 parameter.
7072 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
7073 (special-display-frame-alist, special-display-popup-frame)
7074 (same-window-buffer-names, same-window-regexps, same-window-p)
7075 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7076 (split-window-preferred-function, split-height-threshold)
7077 (split-width-threshold, window-splittable-p)
7078 (split-window-sensibly, window--try-to-split-window)
7079 (window--frame-usable-p, even-window-heights)
7080 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
7081 (window--display-buffer-2, display-buffer-other-frame):
7082 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
7083 (display-buffer-default, display-buffer-assq-regexp): New functions.
7084 (display-buffer-alist): Rewrite doc-string.
7085 (display-buffer-default-action)
7086 (display-buffer-overriding-action): New variables.
7087 (display-buffer, switch-to-buffer): Rewrite.
7088 (pop-to-buffer): Restore Emacs 23 behavior but use
7089 window-normalize-buffer-to-display.
7090 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
7091 Restore Emacs 23 behavior but use
7092 window-normalize-buffer-to-switch-to.
7093 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
7094 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
7095 Rewrite using Emacs 23 options.
f818cd2a 7096
5bc3b51d
MA
70972011-08-31 Michael Albinus <michael.albinus@gmx.de>
7098
7099 * net/tramp.el (tramp-root-regexp): Remove.
7100 (tramp-completion-file-name-regexp-unified)
7101 (tramp-completion-file-name-regexp-separate)
7102 (tramp-completion-file-name-regexp-url): Don't use leading volume
7103 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
7104 (tramp-drop-volume-letter): Simplify definition.
7105 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 7106
b1a4f8e1
SM
71072011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
7110 (bug#9356).
7111
5664fa7b
RT
71122011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
7113
b1a4f8e1 7114 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 7115
9a45d6c3
JL
71162011-08-29 Juri Linkov <juri@jurta.org>
7117
7118 * isearch.el (isearch-done): Don't display message "Mark saved"
7119 when arg `edit' is non-nil to prevent its flicker in the echo area.
7120
fb87e0fb
CY
71212011-08-28 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
7124 obsolete packages for deletion.
7125
09ac1c2a
CS
71262011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
7127
7128 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 7129 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
7130 view-mode from help-mode.
7131 (help-xref-override-view-map): Remove.
7132 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
7133 view-mode is not used anymore.
7134
7a1ff57f
CY
71352011-08-28 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * server.el (server-port): Doc fix.
7138
b9696605
CY
7139 * cus-theme.el (custom-theme-choose-mode): Inherit from
7140 special-mode (Bug#9124).
7141 (custom-theme-choose-mode-map): Add special-mode to parent.
7142
ef8cdf8c
AM
71432011-08-28 Alan Mackenzie <acm@muc.de>
7144
7145 * progmodes/cc-fonts.el
7146 (c-make-font-lock-BO-decl-search-function): New function.
7147 (c-basic-matchers-after - "Fontify the clauses after various
7148 keywords"): Extract the three keyword lists for the 3 erroneous
7149 constructs from the list of four, and use the new function above
7150 in place of an old one.
7151
27de4e20
DD
71522011-08-28 Deniz Dogan <deniz@dogan.se>
7153
7154 * net/rcirc.el (rcirc-insert-prev-input)
7155 (rcirc-insert-next-input): Remove unused argument.
7156
356a3681
SM
71572011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
7160
3fc9b218
AM
71612011-08-27 Alan Mackenzie <acm@muc.de>
7162
7163 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
7164 handle function pointer parameters properly.
7165
538a061c
MR
71662011-08-27 Martin Rudalics <rudalics@gmx.at>
7167
7168 * window.el (display-buffer-reuse-window): Fix case where
7169 selected window was reused with non-nil OTHER-WINDOW argument.
7170 (Bug#9381)
7171
35b1c40c
DD
71722011-08-27 Deniz Dogan <deniz@dogan.se>
7173
7174 * net/rcirc.el (rcirc-check-auth-status): Adding support for
7175 oftc's NickServ messages.
7176
2f6a3e79
GM
71772011-08-27 Glenn Morris <rgm@gnu.org>
7178
7179 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
7180
7254299e
CY
71812011-08-26 Chong Yidong <cyd@stupidchicken.com>
7182
7183 * emacs-lisp/package.el (package-install): Call package-initialize
7184 if called interactively.
7185
f8ccf167
LL
71862011-08-26 Leo Liu <sdl.web@gmail.com>
7187
7188 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
7189
3e8cd5ce
JL
71902011-08-25 Juri Linkov <juri@jurta.org>
7191
7192 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
7193 `search-whitespace-regexp' (bug#9364).
7194
93eb7113
JL
71952011-08-25 Juri Linkov <juri@jurta.org>
7196
7197 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
7198 `regexp-search-ring' to their global values to protect from
7199 updating by `read-from-minibuffer' (bug#9185).
7200
f65d1611
JL
72012011-08-25 Juri Linkov <juri@jurta.org>
7202
7203 * textmodes/ispell.el (ispell-command-loop): Add newline
7204 at the end of the "Use option `i'..." line.
7205
f1cf7a31
JL
72062011-08-25 Juri Linkov <juri@jurta.org>
7207
7208 * battery.el (display-battery-mode): If `battery-status-function'
7209 or `battery-mode-line-format' is nil, display the message and set
7210 `display-battery-mode' to nil (bug#9363).
7211
0c95fcf7
EZ
72122011-08-25 Eli Zaretskii <eliz@gnu.org>
7213
7214 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
7215 bidi-string-mark-left-to-right; they are unnecessary now.
7216
a2ebe600
DD
72172011-08-25 Deniz Dogan <deniz@dogan.se>
7218
7219 * net/quickurl.el: Documentation typo fixes.
7220
e4ed06f1
CY
72212011-08-25 Chong Yidong <cyd@stupidchicken.com>
7222
7223 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
7224
e5f1c99e
GM
72252011-08-25 Glenn Morris <rgm@gnu.org>
7226
b2948976
GM
7227 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7228
e5f1c99e
GM
7229 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
7230 (smtpmail-via-smtp): Handle nil response from smtp.
7231
f22f4808
JL
72322011-08-24 Juri Linkov <juri@jurta.org>
7233
7234 * proced.el (proced-marked): Inherit from `error' instead of
7235 `font-lock-warning-face'.
7236
7237 * ibuffer.el (ibuffer-marked-face): Change default face from
7238 `font-lock-warning-face' to `warning'.
7239 (ibuffer-deletion-face): Change default face from
7240 `font-lock-type-face' to `error'.
7241
7242 * battery.el (battery-update): Use the face `error' instead of
7243 `font-lock-warning-face' (bug#6117).
7244
6a93965e
JL
72452011-08-24 Juri Linkov <juri@jurta.org>
7246
7247 * faces.el (success): Change face color from "Green3" to
7248 "ForestGreen" on light background (bug#9353).
7249
1ed43b09
CY
72502011-08-24 Chong Yidong <cyd@stupidchicken.com>
7251
5664fa7b
RT
7252 * window.el (quit-window): Rename from quit-restore-window.
7253 Use same arglist as old quit-window.
1ed43b09
CY
7254 (frame-auto-delete): Doc fix.
7255
7256 * view.el (view-mode-exit): Use quit-window.
7257
11dcdbb2
JL
72582011-08-24 Juri Linkov <juri@jurta.org>
7259
7260 * isearch.el (isearch-ring-adjust1): Start visiting previous
7261 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
7262 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
7263 for empty search string (when the last search string is reused
7264 automatically) to adjust the isearch ring to the last element and
7265 prepare the correct index for further M-p commands (bug#9185).
7266
de62b4df
KH
72672011-08-24 Kenichi Handa <handa@m17n.org>
7268
7269 * international/ucs-normalize.el: If decomposition property of
7270 CHAR is the default one (i.e. a list of CHAR itself), treat it as
7271 nil.
7272 (nfd, nfkd): Likewise.
7273
963b492b
SM
72742011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
7277 from process filters aren't reliably transmitted to the surrounding
7278 accept-process-output.
7279 (mpc-proc-check): New function.
7280 (mpc-proc-sync): Use it (bug#8293)
7281
93b6b5e1
SM
72822011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
7285 Add compatibility functions (bug#9313).
7286
bca633fb
EZ
72872011-08-23 Eli Zaretskii <eliz@gnu.org>
7288
b177498a
EZ
7289 * cus-start.el (all): Add entry for bidi-paragraph-direction.
7290
6df6ae42 7291 * international/uni-bidi.el: Regenerate.
bca633fb 7292
0902a04e
KH
72932011-08-23 Kenichi Handa <handa@m17n.org>
7294
7295 * international/charprop.el:
7296 * international/uni-bidi.el:
7297 * international/uni-category.el:
7298 * international/uni-combining.el:
7299 * international/uni-comment.el:
7300 * international/uni-decimal.el:
7301 * international/uni-decomposition.el:
7302 * international/uni-digit.el:
7303 * international/uni-lowercase.el:
7304 * international/uni-mirrored.el:
7305 * international/uni-name.el:
7306 * international/uni-numeric.el:
7307 * international/uni-old-name.el:
7308 * international/uni-titlecase.el:
7309 * international/uni-uppercase.el: Regenerate.
7310
3bbf23bc
MR
73112011-08-23 Martin Rudalics <rudalics@gmx.at>
7312
7313 * help.el (help-window-setup): Fix message displayed when other
7314 window is reused. (Bug#9341)
7315
b3fd59bd
SM
73162011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7317
1802e444
SM
7318 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7319 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7320
b3fd59bd
SM
7321 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7322 Mark obsolete.
7323 * shell.el (shell-parse-pcomplete-arguments): New function.
7324 (shell-completion-vars): Use it instead (bug#9160).
7325
4eb61348
SM
73262011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7327
867cab74
SM
7328 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7329 strings and comments (bug#9333).
7330
4eb61348
SM
7331 * emacs-lisp/debug.el (debug-arglist): New function.
7332 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7333 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7334
262a1439
JL
73352011-08-22 Juri Linkov <juri@jurta.org>
7336
56ee679c
JL
7337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7338 Revert regexp that highlights output switches to its old
7339 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7340
262a1439
JL
7341 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7342 to check for empty output (bug#9226).
7343
f13f86fb
CY
73442011-08-22 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7347 symbol-constituent as the default, as that stops font-lock from
7348 working properly (Bug#8843).
7349
c65c9622
LMI
73502011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7351
7352 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7353 `coding-system-for-*' around the process open call to avoid
7354 auth-source side effects.
e7f2c178 7355 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7356 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7357 probe hangs.
c65c9622 7358
23a8a5ab
CY
73592011-08-21 Chong Yidong <cyd@stupidchicken.com>
7360
ff98b2dd
CY
7361 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7362
23a8a5ab
CY
7363 * emacs-lisp/find-func.el (find-function-noselect): New arg
7364 lisp-only.
7365
7366 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7367 signal an error for built-in functions (Bug#6664).
7368
f5e3c598
LMI
73692011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7370
7371 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7372 (smtpmail-try-auth-methods): Use it.
7373
a3f2468a
CY
73742011-08-21 Chong Yidong <cyd@stupidchicken.com>
7375
2c34e8da
CY
7376 * font-lock.el (font-lock-fontify-region)
7377 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7378 (font-lock-default-unfontify-buffer)
7379 (font-lock-default-fontify-region)
7380 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7381
b3fd59bd
SM
7382 * progmodes/compile.el (compilation-error-properties):
7383 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7384 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7385 `ant' regexp.
ee31aabc 7386
a3f2468a
CY
7387 * net/browse-url.el (browse-url-firefox): Don't call
7388 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7389
8e999f70
GM
73902011-08-20 Glenn Morris <rgm@gnu.org>
7391
c21a496a
GM
7392 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7393
59ee0542
GM
7394 * tutorial.el (tutorial--default-keys): Update some default bindings.
7395
8e999f70
GM
7396 * files.el (hack-local-variables): Fully ignore case for "mode:".
7397
e3715033
AM
73982011-08-20 Alan Mackenzie <acm@muc.de>
7399
7400 Resolve invalid use of a regexp in regexp-opt.
7401
4d61f28d
JB
7402 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7403 detection for a java annotation.
e3715033 7404
4d61f28d 7405 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7406 detection for a java annotation.
7407
4d61f28d
JB
7408 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7409 handling for java.
e3715033
AM
7410 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7411
04ed2e9c
CY
74122011-08-20 Chong Yidong <cyd@stupidchicken.com>
7413
7414 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7415 (Bug#9274).
7416
826cee64
AM
74172011-08-20 Alan Mackenzie <acm@muc.de>
7418
58179cce 7419 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7420 such a construct. Mainly for when jit-lock etc. starts a chunk
7421 here.
7422
58179cce 7423 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7424 variable.
58179cce 7425 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7426 c-make-font-lock-search-function.
7427 (c-make-font-lock-search-function): Use the above function.
7428 (c-make-font-lock-context-search-function): New function.
7429 (c-cpp-matchers): Enhance the preprocessor expression case with
7430 the above function
7431 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7432 which takes an expression.
7433
7434 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7435
13009bd8
MR
74362011-08-20 Martin Rudalics <rudalics@gmx.at>
7437
7438 * window.el (display-buffer-reuse-window)
7439 (display-buffer-pop-up-window): Don't reuse or split a side
7440 window.
7441
9234ff7f
GM
74422011-08-19 Glenn Morris <rgm@gnu.org>
7443
7444 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7445 Downcase "Mode:". (Bug#9331)
9234ff7f 7446
f635daa1
CY
74472011-08-18 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * international/characters.el: Add L and R categories.
7450
7451 * subr.el (bidi-string-mark-left-to-right): Rename from
7452 string-mark-left-to-right. Use category search.
7453
7454 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7455
bc987f8b
JL
74562011-08-18 Juri Linkov <juri@jurta.org>
7457
7458 * faces.el (error, warning, success): New faces with definitions
7459 copied from old default values of `font-lock-warning-face',
7460 `compilation-warning', `compilation-info' (bug#6117).
7461
7462 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7463
7464 * progmodes/compile.el (compilation-error): Inherit from `error'.
7465 (compilation-warning): Inherit from `warning'.
7466 (compilation-info): Inherit from `success'.
7467
7468 * dired.el (dired-marked): Inherit from `warning'.
7469 (dired-flagged): Inherit from `error'.
7470
57173b96
LMI
74712011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7472
3e79eb87
LMI
7473 * mail/smtpmail.el (auth-source): Require to avoid problems with
7474 binding variables (bug#9298). Also clean up some unused
7475 autoloads.
7476
b3fd59bd
SM
7477 * net/network-stream.el (network-stream-open-starttls):
7478 Support using starttls.el without using gnutls-cli.
57173b96 7479
02b404de
JL
74802011-08-17 Juri Linkov <juri@jurta.org>
7481
7482 * progmodes/grep.el (rgrep): Handle the case when
7483 `grep-find-command' is a cons cell (bug#9278).
7484
8c9177f2
MR
74852011-08-17 Martin Rudalics <rudalics@gmx.at>
7486
7487 * window.el (display-buffer-pop-up-frame): Run frame creation
7488 function with BUFFER current (as special-display-popup-frame
7489 does). Reported by Drew Adams.
7490
3644a0ab
DU
74912011-08-17 Daiki Ueno <ueno@unixuser.org>
7492
7493 * epa-mail.el: Simplify GnuPG group expansion using
7494 epg-expand-group.
7495 (epa-mail-group-alist, epa-mail-group-modtime)
7496 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7497 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7498 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7499 Remove.
7500
5e617bc2 75012011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7502
7503 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7504
9c4aeabf
AM
75052011-08-16 Alan Mackenzie <acm@muc.de>
7506
7507 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7508 Correct, to avoid the inside of macros.
7509
3a99bf64
RS
75102011-08-16 Richard Stallman <rms@gnu.org>
7511
04963aa8
RS
7512 * epa-mail.el: Handle GnuPG group definitions.
7513 (epa-mail-group-alist, epa-mail-group-modtime)
7514 (epa-mail-gnupg-conf-file): New variables.
7515 (epa-mail-parse-groups, epa-mail-sync-groups)
7516 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7517 (epa-mail-expand-recipients): New functions.
7518 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7519
177549d0
RS
7520 * mail/rmail.el (rmail-epa-decrypt): New command.
7521
fe38beef
RS
7522 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7523 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7524 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7525 (epa-decrypt-armor-in-region): Make error message clearer.
7526
934eacb9
SM
75272011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7530 and "a2b" to "ab" for `prefix'.
7531
d024fb4e
CY
75322011-08-14 Chong Yidong <cyd@stupidchicken.com>
7533
7534 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7535 filter groups.
de148fee
CY
7536 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7537 Fourquet (Bug#8804).
d024fb4e 7538
62f1ca49
JB
75392011-08-12 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * startup.el (argi): Declare as global variable (bug#9275).
7542
9ccaaa4b
CY
75432011-08-12 Chong Yidong <cyd@stupidchicken.com>
7544
7545 * subr.el (string-mark-left-to-right): Search the entire string
7546 for RTL script, not just the terminating character. Doc fix.
7547
a3dae87a
SM
75482011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7549
6cd18349
SM
7550 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7551 New function.
7552 (js--regexp-literal, js-syntax-propertize-function): Remove.
7553 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7554 (js-mode-map): Don't rebind electric keys.
7555 (js-insert-and-indent): Remove.
7556 (js-mode): Setup electric-layout and electric-indent instead.
7557
a3dae87a
SM
7558 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7559
9d5cb631
DU
75602011-08-12 Daiki Ueno <ueno@unixuser.org>
7561
7562 * epa.el (epa-progress-callback-function): Fix the logic of
7563 displaying progress.
7564 * epa-file.el (epa-file-insert-file-contents): Make progress
7565 display more user-friendly.
7566 (epa-file-write-region): Ditto.
7567
3e26a4a2
CY
75682011-08-10 Chong Yidong <cyd@stupidchicken.com>
7569
7570 * subr.el (string-mark-left-to-right): New function.
7571
7572 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7573 Use string-mark-left-to-right.
7574 (list-buffers-noselect): Caller changed.
7575
a3dae87a
SM
7576 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7577 Use string-mark-left-to-right.
3e26a4a2
CY
7578 (tabulated-list-print): Recenter after moving point.
7579
ac8cf6e6
JL
75802011-08-10 Juri Linkov <juri@jurta.org>
7581
7582 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7583 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7584 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7585
8d96c9a4
CY
75862011-08-09 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7589 (Bug#7554).
7590
7be1c708 75912011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7592
7593 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7594 character. (Bug#6594)
7595
37e11a63
CY
75962011-08-08 Chong Yidong <cyd@stupidchicken.com>
7597
839dde57
CY
7598 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7599 (image-dired--with-db-file): New macro.
7600 (image-dired-write-tags, image-dired-remove-tag)
7601 (image-dired-create-gallery-lists, image-dired-write-comments)
7602 (image-dired-get-comment, image-dired-mark-tagged-files)
7603 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7604 (image-dired-gallery-generate): Use insert-file-contents.
7605
37e11a63
CY
7606 * time.el (display-time-world-list, display-time-world-display):
7607 * time-stamp.el (time-stamp-string):
7608 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7609 set-time-zone-rule (Bug#7337).
7610
0b4946c4
DU
76112011-08-08 Daiki Ueno <ueno@unixuser.org>
7612
7613 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7614 (epg-error-to-string, epg-errors-to-string): New function.
7615 (epg-wait-for-completion): Reverse errors list.
7616 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7617 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7618 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7619 (epg-sign-keys, epg-generate-key-from-file)
7620 (epg-generate-key-from-string): Format errors by using
7621 epg-errors-to-string (bug#9255).
7622 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7623
75bfc667
JL
76242011-08-07 Juri Linkov <juri@jurta.org>
7625
7626 * faces.el (list-faces-display): Remove extra angle bracket
7627 from `help-mode-map'.
7628
7629 * info.el (Info-history-toc-nodes): Doc fix.
7630
7631 * longlines.el (longlines-mode): Doc fix.
7632
673e08bb
SM
76332011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7634
4640dd88
SM
7635 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7636 of statements and in a few more cases (bug#9183).
7637
673e08bb
SM
7638 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7639 New functions.
7640 (cl-transform-lambda): Use them (bug#9239).
7641
89b3f019
MR
76422011-08-05 Martin Rudalics <rudalics@gmx.at>
7643
7644 * window.el (display-buffer-same-window)
7645 (display-buffer-same-frame, display-buffer-other-window)
7646 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7647 (pop-to-buffer-other-window)
7648 (pop-to-buffer-same-frame-other-window)
7649 (pop-to-buffer-other-frame): Make them defuns.
7650 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7651
640c8776
SM
76522011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * subr.el (make-composed-keymap): Move from C. Change calling
7655 convention, and improve docstring to bring attention to a subtle point.
7656 * minibuffer.el (completing-read-default): Adjust accordingly.
7657
63648a95
MA
76582011-08-03 Michael Albinus <michael.albinus@gmx.de>
7659
7660 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7661 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7662
7663 * net/trampver.el: Update release number.
7664
b796c9b7
SM
76652011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7668 "in" (bug#9190).
7669
2239d7d5
LMI
76702011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7671
e07dd7c3
LMI
7672 * mail/sendmail.el (sendmail-query-once): Restore the current
7673 buffer after querying (bug#9074).
7674
0e6a2bd7
LMI
7675 * dired.el (dired-flagged): Use different faces for marked and
7676 flagged files (bug#6117).
7677
ce887515
LMI
7678 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7679 (bug#4433).
7680
92f2affc
LMI
7681 * ido.el (ido-mode): Switch off the message if called
7682 non-interactively.
7683
57d5aff0
LMI
7684 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7685 before 587, since it appears that that's more likely to work for
7686 more people.
7687
98cd6c18 7688 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7689 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7690 exist.
7691
b96dec83
LMI
7692 * info.el: Remove the `Info-beginning-of-buffer' function
7693 (bug#8325).
7694
b796c9b7
SM
7695 * net/network-stream.el (network-stream-open-starttls):
7696 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7697
d90e2ea0
MR
76982011-08-01 Martin Rudalics <rudalics@gmx.at>
7699
7700 * window.el (display-buffer-in-window): Don't set dedicated status
7701 of window here (Bug#9215).
7702 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7703 (display-buffer-pop-up-side-window)
b796c9b7 7704 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7705
cca09170
SM
77062011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7709 before binding generated-autoload-file.
7710
027b979c
DD
77112011-08-01 Deniz Dogan <deniz@dogan.se>
7712
7713 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7714
3c7ee4f3
MA
77152011-07-30 Michael Albinus <michael.albinus@gmx.de>
7716
7717 Sync with Tramp 2.2.2.
7718
7719 * net/trampver.el: Update release number.
7720
2cc8e51a
JL
77212011-07-30 Juri Linkov <juri@jurta.org>
7722
7723 * dired-aux.el (dired-touch-initial): Remove function.
7724 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7725 current time, and `default' to the last modification time of the
7726 current marked file (bug#6887).
7727
a514d856
JM
77282011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7729
7730 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7731 numeric argument to read-number (bug#9163).
a514d856 7732
8a7eddd7
MA
77332011-07-27 Michael Albinus <michael.albinus@gmx.de>
7734
7735 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7736 connection process, it could be nil.
7737
1ddd96f5
LL
77382011-07-27 Leo Liu <sdl.web@gmail.com>
7739
7740 Simplify url handling in rcirc-mode.
7741
7742 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7743 (rcirc-browse-url-at-mouse): Remove.
7744 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7745
b248a85d
AM
77462011-07-26 Alan Mackenzie <acm@muc.de>
7747
7748 Fontify bitfield declarations properly.
7749
7750 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7751 (c-symbol-chars): Now exported as a lang variable.
7752 (c-not-primitive-type-keywords): New lang variable.
7753
7754 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7755 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7756 parsed as a bitfield declaration.
b248a85d 7757
b796c9b7
SM
7758 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7759 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7760 (c-punctuation-in): New function.
7761 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7762 declarations properly.
7763
68575ab0
UJ
77642011-07-26 Ulf Jasper <ulf.jasper@web.de>
7765
7766 * calendar/icalendar.el (icalendar--all-events): Take care of
7767 multiple vcalendars in a single file.
b796c9b7 7768 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7769
0f0a88b9
DD
77702011-07-25 Deniz Dogan <deniz@dogan.se>
7771
7772 * image.el (insert-image): Clarifying docstring.
7773
0b3f36df
MA
77742011-07-24 Michael Albinus <michael.albinus@gmx.de>
7775
7776 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7777 `tramp-send-command-and-check' if there is no error.
7778 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7779
a9901f61
AM
77802011-07-22 Alan Mackenzie <acm@muc.de>
7781
7782 Prevent cc-langs.elc being loaded at run time.
7783
7784 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7785 cc-langs.
7786
4d61f28d 7787 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7788 "(require 'cc-langs)". Quote a form so it will evaluate at
7789 (cc-mode's) compilation time.
7790
11d074b2
MA
77912011-07-22 Michael Albinus <michael.albinus@gmx.de>
7792
7793 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7794 loading. (Bug#9114)
7795
938b94c8
MR
77962011-07-21 Martin Rudalics <rudalics@gmx.at>
7797
7798 * window.el (display-buffer-pop-up-window)
7799 (display-buffer-pop-up-side-window)
7800 (display-buffer-in-side-window): Call display-buffer-set-height
7801 and display-buffer-set-width after setting the new window's
b796c9b7 7802 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7803
bfa4f190
SS
78042011-07-20 Sam Steingold <sds@gnu.org>
7805
7806 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7807 (etags-tags-included-tables): Call `convert-standard-filename' on
7808 the file names contained in TAGS so that windows Emacs can handle
7809 TAGS files created by cygwin ctags.
7810
8ca42262
LMI
78112011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7812
7813 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7814 which apparently didn't work.
7815
5db2afd2 78162011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7817
5db2afd2
RW
7818 * proced.el (proced-send-signal): For *Marked Processes* buffer
7819 put point at beginning of buffer.
7820
92e15d10
SB
78212011-07-19 Stephen Berman <stephen.berman@gmx.net>
7822
7823 * proced.el (proced-format): Make header lines align with the text
7824 (bug#1779).
7825
1bfd59e5
LMI
78262011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7827
7828 * view.el (view-buffer): Allow running in `special' modes if we're
7829 visiting a file (bug#8615).
7830
f5aae37c
MR
78312011-07-19 Martin Rudalics <rudalics@gmx.at>
7832
7833 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7834 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7835 New functions.
f5aae37c
MR
7836 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7837 more accurately.
7838
bf2c1571
AM
78392011-07-18 Alan Mackenzie <acm@muc.de>
7840
7841 Fontify declarators properly when, e.g., a jit-lock chunk begins
7842 inside a declaration.
7843
7844 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7845
b796c9b7
SM
7846 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7847 New function.
bf2c1571
AM
7848 (c-complex-decl-matchers): Insert reference to
7849 c-font-lock-enclosing-decls.
7850
7851 * progmodes/cc-engine.el (c-backward-single-comment):
7852 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7853 to nil around calls to (forward-comment -1).
7854
4e190b80
LMI
78552011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7856
12dc863d
LMI
7857 * image.el (put-image): Doc typo fix.
7858
a762e966
LMI
7859 * progmodes/etags.el (tags-search): Doc typo fix.
7860
4e190b80
LMI
7861 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7862 password if we get errors 550 to 554.
7863
f019fb21
LMI
78642011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7865
b796c9b7 7866 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7867
81746738
LMI
7868 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7869 indentation character (bug#6380).
7870
3ee3a1b5
LMI
7871 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7872
c82f64de
LMI
7873 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7874 to clarify what the problem is (bug#4291).
7875
f019fb21
LMI
7876 * simple.el (current-kill): Clarify what
7877 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7878 (auto-fill-mode): Document `auto-fill-function' in relation to
7879 `auto-fill-mode' (bug#2470).
f019fb21 7880
0794775d
LM
78812011-07-16 Lawrence Mitchell <wence@gmx.li>
7882
7883 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7884 method if slot is read-only (bug#9035).
7885
be39b8cc
MR
78862011-07-16 Martin Rudalics <rudalics@gmx.at>
7887
b796c9b7 7888 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7889 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7890 selected before, see discussion of (Bug#8615), (Bug#6954).
7891 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7892
6ccf7859
GM
78932011-07-15 Glenn Morris <rgm@gnu.org>
7894
7895 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7896 Respect help-form.
6ccf7859 7897
87e86684
LM
78982011-07-09 Lawrence Mitchell <wence@gmx.li>
7899
7900 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7901 (gnutls-negotiate): Use it.
7902
d6066239
LMI
79032011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7904
b796c9b7
SM
7905 * net/gnutls.el (gnutls-negotiate):
7906 Upcase `gnutls-algorithm-priority'.
d6066239 7907
bd23ebc0
GM
79082011-07-15 Glenn Morris <rgm@gnu.org>
7909
c65bca65
GM
7910 * jka-compr.el (jka-compr-verbose): Move from here...
7911 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7912 Add missing :version tag.
7913 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7914
478615cc
LMI
79152011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7916
7b41decb
LMI
7917 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7918 (gnutls-negotiate): Use it.
7919
dbc44fcd
LMI
7920 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7921
06789f97
LMI
7922 * info.el (Info-beginning-of-buffer): New command.
7923 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7924 announcing `b' as the key (bug#8325).
ab896c37 7925 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7926
c39da690
LMI
7927 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7928
3aa5f34b
LMI
7929 * international/mule-cmds.el
7930 (describe-specified-language-support): Make the error message
7931 clearer (bug#8905).
7932
4bf0979f
LMI
7933 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7934
478615cc
LMI
7935 * isearch.el (isearch-barrier): Add a doc string, since it's
7936 mentioned in a function doc string (bug#8678).
7937
75c68aa1
MR
79382011-07-15 Martin Rudalics <rudalics@gmx.at>
7939
7940 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7941 buffer argument (Bug#9083) and self-identifying label argument.
7942
a7c33da2
GM
79432011-07-15 Glenn Morris <rgm@gnu.org>
7944
7945 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7946
2f5c6024
LMI
79472011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7948
7949 * man.el (Man-fontify-manpage): Fix message when formatting the
7950 man page (bug#7929).
7951
0bb23927 79522011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7953
7954 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7955 argument LRM; if non-nil, append an invisible LRM character to the
7956 buffer name.
7957 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7958 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7959 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7960 paragraph direction.
cce4b0a7 7961
621ef9ab
LMI
79622011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7963
d1583c48
LMI
7964 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7965 the man page name (bug#7929).
7966
6a57fb5f
LMI
7967 * image.el (put-image): Mention the `put-image' overlay property
7968 (bug#7834).
7969
d7956b14
LMI
7970 * scroll-bar.el (set-scroll-bar-mode): Mention that
7971 `scroll-bar-mode' lists the values (bug#7772).
7972
5b2d4a66
LMI
7973 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7974 command (bug#7729).
7975
7509a874
LMI
7976 * rect.el (apply-on-rectangle): Return the point after the last
7977 operation.
7978 (string-rectangle): Go to the point after the last operation
7979 (bug#7522).
7980
4fe74b19
LMI
7981 * printing.el (pr-toggle-region): Clarify the documentation
7982 slightly (bug#7493).
7983
b796c9b7
SM
7984 * time.el (display-time-update):
7985 Allow `display-time-mail-function' to return nil (bug#7158).
7986 Fix suggested by Detlev Zundel.
ab283561 7987
fc233c9d
LMI
7988 * vc/diff.el (diff): Clarify the order the file names are read
7989 (bug#7111).
7990
43f5740b
LMI
7991 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7992 the doc string (bug#7015).
7993
f2182a76
LMI
7994 * font-lock.el (font-lock-maximum-decoration): Mention what
7995 numeric levels mean (bug#6935).
7996
621ef9ab
LMI
7997 * startup.el (initial-buffer-choice): Don't mention the `none'
7998 selection, which is against policy.
7999
adc47434
MR
80002011-07-14 Martin Rudalics <rudalics@gmx.at>
8001
b796c9b7
SM
8002 * window.el (display-buffer-normalize-special):
8003 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 8004
7e5bfb8f
EZ
80052011-07-14 Eli Zaretskii <eliz@gnu.org>
8006
8007 * subr.el (version<, version<=, version=): Mention "-CVS" and
8008 "-12345" alpha version numbers.
8009
27fa387a
CY
80102011-07-14 Chong Yidong <cyd@stupidchicken.com>
8011
8012 * bindings.el: Add advertised binding for set-mark-command
8013 (Bug#5772).
8014
8bdfa064
CY
80152011-07-14 Chong Yidong <cyd@stupidchicken.com>
8016
8017 * bindings.el (mode-line-other-buffer):
8018 * bookmark.el (bookmark-bmenu-2-window):
8019 * bs.el (bs-cycle-next, bs-cycle-previous):
8020 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
8021 switch-to-buffer.
8022
8023 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 8024 Delete.
8bdfa064 8025
5eba16a3
JB
80262011-07-14 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * follow.el (follow-debug-message, follow-redisplay):
8029 * jka-cmpr-hook.el (with-auto-compression-mode):
8030 Fix typos in docstrings.
8031
15853710
LMI
80322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8033
a28e4607
LMI
8034 * subr.el (with-silent-modifications): Clarify somewhat what the
8035 macro inhibits (bug#6525).
8036
15853710
LMI
8037 * simple.el (eval-expression): Note what it does if called
8038 interactively (bug#6495).
8039
bee0fcef
CY
80402011-07-13 Chong Yidong <cyd@stupidchicken.com>
8041
b796c9b7
SM
8042 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
8043 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
8044
8045 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8046 Remove switch-to-buffer.
8047
58274504
LMI
80482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8049
bd2fcc8d
LMI
8050 * files.el (make-directory): Clarify that an error will be raised
8051 if there's an error (bug#6397).
8052
0f04b32c
LMI
8053 * startup.el (initial-buffer-choice): Add `none' as a choice
8054 (bug#6234).
8055
465c5fc8
LMI
8056 * subr.el (add-hook): Clarify section about buffer-local hooks
8057 (bug#6218).
8058
58274504
LMI
8059 * dired.el (dired-flagged): Clarify doc string (bug#6117).
8060
bead9a43
JB
80612011-07-13 Juanma Barranquero <lekktu@gmail.com>
8062
8063 * tabify.el (untabify): Preserve the current column so that point
8064 doesn't move (bug#6032).
8065
3af98a7b
LMI
80662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8067
b796c9b7
SM
8068 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
8069 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 8070
6240145a
GM
80712011-07-13 Glenn Morris <rgm@gnu.org>
8072
8073 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
8074 (dired-insert-directory): Give a message the first time
8075 if ls is found not to support --dired.
8076
1d8c2ccc
LMI
80772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8078
8079 * simple.el (toggle-truncate-lines): Clarify what is toggled
8080 (bug#5580). Text by Drew Adams.
8081
5fc4038e
CY
80822011-07-13 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * simple.el (blink-matching-open): Make the error message from the
8085 last change less verbose.
8086
bf6012e5
DN
80872011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8088
8089 * font-lock.el (font-lock-comment-face): Use the high contrast
8090 "yellow" color for font-lock-comment-face on low color terminals
8091 using a dark background color (bug#4221).
8092
343c3b5a
LMI
80932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8094
7e9505c5
LMI
8095 * dired.el (dired-insert-set-properties): Make the doc string
8096 reflect what it does now (bug#5325).
8097
c26fdcf5
LMI
8098 * simple.el (blink-matching-open): Say that we were unable to find
8099 the match within the limit, if we're limited (bug#5122).
8100
bb388cc5
LMI
8101 * international/mule-cmds.el (prefer-coding-system): Add an
8102 example (bug#4869).
8103
343c3b5a
LMI
8104 * progmodes/etags.el (tags-search): Document `file-list-form'
8105 (bug#4731).
8106
2a517d45
LM
81072011-07-13 Lawrence Mitchell <wence@gmx.li>
8108
8109 * net/browse-url.el (browse-url-default-browser)
8110 (browse-url-browser-function): Make the default browser choice a
8111 bit more logical (bug#4300). Also clean up the doc string.
8112
b6c78ef2
JB
81132011-07-13 Juanma Barranquero <lekktu@gmail.com>
8114
8115 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
8116 binary endings (bug#4440).
8117
1c4dd947
LMI
81182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8119
a2014063
LMI
8120 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
8121 which can be pretty annoying (bug#8971).
8122
9c9c2d88
LMI
8123 * jka-compr.el (jka-compr-verbose): New variable, and use
8124 throughout (bug#8971).
8125
1c4dd947
LMI
8126 * info.el (Info-find-file): Fall back on the installation
8127 directory if we can't find the info node anywhere else.
8128
a1c9f41b
SO
81292011-07-13 Sergei Organov <osv@javad.com> (tiny change)
8130
8131 * vc/vc.el (vc-revert-file):
8132 Don't set file time-stamp in the past. (Bug#5181)
8133
536f3d36
LMI
81342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8135
7152b011
LMI
8136 * files.el (after-find-file): Give a better error message when
8137 trying to find a symlink that points to a file that doesn't exist
8138 (bug#4398).
8139
536f3d36
LMI
8140 * progmodes/cc-vars.el: Remove (probably) misleading comment
8141 (bug#4396).
8142
460c0fba
JB
81432011-07-12 Johan Bockgård <bojohan@gnu.org>
8144
8145 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
8146
7a6bda45
CY
81472011-07-12 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * mouse-sel.el: Hack restoring functionality, while keeping
8150 compatibility with 2010-07-03 changes to mouse selection.
8151 (mouse-sel-primary-overlay): New var.
8152 (mouse-sel-selection-alist): Use it.
8153 (mouse-sel-mode): Doc fix; remove points that are default features
8154 of mouse.el.
8155
c79598ef
JB
81562011-07-12 Johan Bockgård <bojohan@gnu.org>
8157
8158 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8159 Fix previous fix (bug#2490).
8160
ff8be6ef
RW
81612011-07-12 Roland Winkler <winkler@gnu.org>
8162
b796c9b7
SM
8163 * textmodes/bibtex.el (bibtex-initialize):
8164 Use pop-to-buffer-same-window.
ff8be6ef
RW
8165 (bibtex-search-entries): Fix interactive call.
8166
296ba3ee
LMI
81672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8168
f5242a02 8169 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
8170 Fontise bytecomp Error lines more correctly (bug#2490).
8171 Fix suggested by Johan Bockgård.
f5242a02 8172
296ba3ee
LMI
8173 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
8174
8175 * dired-x.el (dired-guess-default): Use `delete-dups'.
8176
f69fd0d2
CY
81772011-07-12 Chong Yidong <cyd@stupidchicken.com>
8178
8179 * dired.el (dired-mark-prompt):
8180 * dired-aux.el (dired-read-shell-command): Doc fix.
8181
eab5dc07
LMI
81822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8183
b796c9b7
SM
8184 * mail/sendmail.el (sendmail-query-once):
8185 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
8186 emacs -Q.
8187
8188 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8189
eab5dc07
LMI
8190 * cus-edit.el (custom-file): Take an optional no-error variable.
8191 (customize-save-variable): Set the variable, and give a warning if
8192 running under "emacs -q".
8193
a1e65d42
JB
81942011-07-11 Juanma Barranquero <lekktu@gmail.com>
8195
8196 * loadhist.el (unload-feature-special-hooks):
8197 Add `auto-coding-functions', `fill-nobreak-predicate' and
8198 `find-directory-functions' (bug#5327).
8199
1d52da10
LMI
82002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8201
be958f1d
LMI
8202 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
8203
5bedb26c
LMI
8204 * cus-edit.el (custom-guess-name-alist): -alist variables should
8205 use the `alist' type (bug#3120). Suggested by Drew Adams.
8206
1d52da10
LMI
8207 * printing.el: Add documentation to all the `pr-toggle-' commands.
8208
cd394be1 82092011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
8210
8211 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
8212 backends where it makes sense (bug#2623).
8213
dcc88d8a
LMI
82142011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8215
c3de9feb
LMI
8216 * dired-x.el (dired-guess-default): Remove duplicate shell command
8217 entries (bug#2028).
8a93078b 8218 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 8219 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 8220
dcc88d8a
LMI
8221 * subr.el (remove-duplicates): New conveniency function.
8222
505e3645
LMI
82232011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8224
8225 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
8226 (bug#1526).
8227
82282011-07-10 Martin Rudalics <rudalics@gmx.at>
8229
8230 * window.el (display-buffer-normalize-default): Don't invert
8231 meaning of even-window-heights. Reported by Eli Zaretskii
8232 <eliz@gnu.org>.
8233
455e4fa1
BR
82342011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
8235
8236 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
8237
8e0bc3e9
CY
82382011-07-10 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * window.el (display-buffer): Fix arguments to
8241 display-buffer-reuse-window in last change.
8242
fa7c3228
CY
8243 * faces.el (link): Use a less saturated blue on light backgrounds.
8244
8245 * startup.el (fancy-startup-text, fancy-about-text)
8246 (fancy-startup-tail): Use font-lock faces, for background safety.
8247
c0a7f300
BN
82482011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
8249
b796c9b7
SM
8250 * emulation/viper-cmd.el (viper-change-state-to-vi):
8251 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 8252
4dc2a129
MR
82532011-07-09 Martin Rudalics <rudalics@gmx.at>
8254
8255 * window.el (display-buffer-default-specifiers): Remove.
8256 (display-buffer-macro-specifiers): Remove default specifiers.
8257 (display-buffer-alist): Default to nil.
b796c9b7 8258 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
8259 (display-buffer-pop-up-window): Allow splitting internal
8260 windows. Check whether a live window was created.
8261 (display-buffer-other-window-means-other-frame)
8262 (display-buffer-normalize-arguments): Rename to
8263 display-buffer-normalize-argument and rewrite. Set the
8264 other-window specifier.
8265 (display-buffer-normalize-special): New function.
8266 (display-buffer-normalize-options): Rename to
8267 display-buffer-normalize-default and rewrite.
8268 (display-buffer-normalize-options-inhibit): Remove.
8269 (display-buffer-normalize-specifiers): Rewrite.
8270 (display-buffer): Process other-window specifier and call
8271 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
8272 more faithfully.
b796c9b7 8273 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 8274 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
8275 (display-buffer-in-window, display-buffer-alist-set):
8276 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
8277 <tassilo@member.fsf.org>.
8278
2d43b8c9
LL
82792011-07-09 Leo Liu <sdl.web@gmail.com>
8280
8281 * register.el (insert-register): Restore accidental change on
8282 2011-06-26. (Bug#9028)
8283
7f9b7c53
GM
82842011-07-09 Glenn Morris <rgm@gnu.org>
8285
8286 * subr.el (remq): Handle the empty list. (Bug#9024)
8287
f042cfd8
AS
82882011-07-08 Andreas Schwab <schwab@linux-m68k.org>
8289
8290 * mail/sendmail.el (send-mail-function): No longer delay custom
8291 initialization.
8292 * custom.el (custom-initialize-delay): Doc fix.
8293
856b2f11
SM
82942011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
8297
afae1d68
MA
82982011-07-08 Michael Albinus <michael.albinus@gmx.de>
8299
8300 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8301 human-friendly prompt.
8302
0757af94
SM
83032011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8306 provided by a particular plugin.
8307
d760b731
LMI
83082011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8309
8310 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8311 save customizations (with "emacs -Q"), just set the variable
8312 instead of erroring out.
8313
8314 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8315
cd79ce90
JL
83162011-07-08 Juri Linkov <juri@jurta.org>
8317
8318 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8319 (archive-zip-update-case): Use 7z if found by `executable-find'.
8320 The order of searching the available programs is the same as in
8321 `archive-zip-extract' (bug#8968).
8322
14cc04aa
CY
83232011-07-07 Chong Yidong <cyd@stupidchicken.com>
8324
8325 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8326 (menu-bar-options-menu): Tweak descriptions.
8327
0a1848ec
LMI
83282011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8329
8330 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8331 menu items into verb phrases (bug#1421). Also refill to fit under
8332 80 columns.
8333
f5bd0689
CY
83342011-07-07 Chong Yidong <cyd@stupidchicken.com>
8335
538e85c6
CY
8336 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8337 (Info-read-node-name): Doc fix (Bug#1084).
8338
f5bd0689
CY
8339 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8340 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8341 (end-of-sexp, beginning-of-sexp)
8342 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8343 (forward-symbol, forward-same-syntax, word-at-point)
8344 (sentence-at-point): Doc fix (Bug#1144).
8345
56ec5115
LMI
83462011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8347
f3f8e37f
LMI
8348 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8349 should cover it (bug#1281).
8350
0757af94 8351 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8352
e9fce1ac 8353 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8354 negotiation fails, then possibly try again with a non-encrypted
8355 connection (bug#9017).
8356
56ec5115
LMI
8357 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8358 be used.
8359
c2f9aec8
RS
83602011-07-07 Richard Stallman <rms@gnu.org>
8361
8362 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8363 property, and handle its changed format.
8364 Look for the correct line number.
8365 Use file's line contents (but not past first =) to find
8366 correct line in message.
8367
ef7b981d 83682011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8369
8370 * international/characters.el (build-unicode-category-table):
8371 Delete it.
0757af94 8372 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8373
0757af94 8374 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8375 to src/chartab.c.
8376 (get-char-code-property): Call unicode-property-table-internal to
8377 load a file. Call get-unicode-property-internal where necessary.
8378 (put-char-code-property): Call unicode-property-table-internal to
8379 load a file. Call put-unicode-property-internal where necessary.
8380 put-unicode-property-internal where necessary.
0757af94
SM
8381 (char-code-property-description):
8382 Call unicode-property-table-internal to load a file.
c805dec0
KH
8383
8384 * international/charprop.el:
8385 * international/uni-bidi.el:
8386 * international/uni-category.el:
8387 * international/uni-combining.el:
8388 * international/uni-comment.el:
8389 * international/uni-decimal.el:
8390 * international/uni-decomposition.el:
8391 * international/uni-digit.el:
8392 * international/uni-lowercase.el:
8393 * international/uni-mirrored.el:
8394 * international/uni-name.el:
8395 * international/uni-numeric.el:
8396 * international/uni-old-name.el:
8397 * international/uni-titlecase.el:
8398 * international/uni-uppercase.el: Regenerate.
8399
8400 * loadup.el: Load international/charprop.el before
8401 international/characters.
8402
e14b388a
CY
84032011-07-07 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * window.el (next-buffer, previous-buffer): Signal an error if
8406 called from a minibuffer window.
8407
8408 * bindings.el: Revert 2011-07-04 change.
8409
354cf0ba
RS
84102011-07-06 Richard Stallman <rms@gnu.org>
8411
8412 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8413 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8414 Treat markers like ints.
8415 (rmail-mime-entity): Doc fix.
8416
a48868a7
LMI
84172011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8418
4906cd3d
LMI
8419 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8420 defcustom again for backwards compatibility.
8421
e0457abe
LMI
8422 * simple.el (shell-command-on-region): Fill.
8423
d67f7e1f
LMI
8424 * dired-aux.el (dired-kill-line): Add a doc string.
8425
fe204702
LMI
8426 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8427 to "\\sw\\|\\s_" (bug#358).
8428
a48868a7
LMI
8429 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8430 (dired-unmark-backward): Ditto.
8431 (dired-flag-backup-files): Ditto.
8432
8433 * dired-x.el (dired-mark-sexp): Ditto.
8434
aa8a705c
RS
84352011-07-06 Richard Stallman <rms@gnu.org>
8436
8437 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8438 (rmail-mime-entity): New arg TRUNCATED.
8439 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8440 New functions.
8441 (rmail-mime-save): Warn if entity is truncated.
8442 (rmail-mime-toggle-hidden): Likewise, for showing.
8443 (rmail-mime-process-multipart): Record when an entity is truncated.
8444
a9a936b9
RS
8445 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8446 if ENTITY is a string.
8447
1f2b92cb
LMI
84482011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8449
f4f73198 8450 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8451 of faces when `M-C-x'-ing their definitions (bug#8378).
8452 Also clean up the code slightly.
f4f73198 8453
12b16734 8454 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8455 because that makes the colors go away.
12b16734 8456
f0691d22
LMI
8457 * mail/sendmail.el (send-mail-function): Change the default to
8458 `sendmail-query-once'.
9e87df06 8459 (sendmail-query-once): Add an autoload cookie.
f0691d22 8460
1f2b92cb
LMI
8461 * net/network-stream.el (network-stream-open-starttls): Try using
8462 a plain connection even if the server offered STARTTLS, and we
8463 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8464 capability. This should make smtpmail.el work in slightly more
8465 configurations.
8466
1cdd2a1b
MA
84672011-07-06 Michael Albinus <michael.albinus@gmx.de>
8468
8469 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8470 New defun.
8471 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8472
fbcc67e2
MM
84732011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8474
8475 * progmodes/sql.el: Version 3.0
0757af94 8476 (sql-product-alist): Add product :completion-object,
fbcc67e2 8477 :completion-column, and :statement attributes.
0757af94 8478 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8479 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8480 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8481 ansi keywords.
8482 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8483 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8484 (sql-oracle-show-reserved-words): New function for development.
8485 (sql-product-font-lock): Simplify for source code buffers.
8486 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8487 New functions.
8488 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8489 (sql-mode-map): Add statement movement functions.
8490 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8491 New variable.
fbcc67e2
MM
8492 (sql-statement-regexp, sql-beginning-of-statement)
8493 (sql-end-of-statement, sql-signum): New functions.
0757af94 8494 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8495 (sql-show-sqli-buffer): Bug fix.
8496 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8497 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8498 with sql-interactive-mode.
8499 (sql-save-connection): Save buffer local settings.
0757af94 8500 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8501 (sql-product-interactive): Bug fix.
8502 (sql-preoutput-hold): New variable.
8503 (sql-interactive-remove-continuation-prompt): Bug fixes.
8504 (sql-debug-redirect): New variable.
8505 (sql-str-literal): New function.
8506 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8507 Redesign.
fbcc67e2
MM
8508 (sql-oracle-save-settings, sql-oracle-restore-settings)
8509 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8510 (sql-completion-object, sql-completion-column)
8511 (sql-completion-sqlbuf): New variables.
8512 (sql-build-completions-1, sql-build-completions)
8513 (sql-try-completion): New functions.
8514 (sql-read-table-name): Use them.
8515 (sql-contains-names): New buffer local variable.
8516 (sql-list-all, sql-list-table): Use it.
8517 (sql-oracle-completion-types): New variable.
8518 (sql-oracle-completion-object, sql-sqlite-completion-object)
8519 (sql-postgres-completion-object): New functions.
8520
d4eaeab1
GM
85212011-07-06 Glenn Morris <rgm@gnu.org>
8522
8523 * window.el (pop-to-buffer): Doc fix.
8524
322b7dab 85252011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8526
8527 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8528
322b7dab 85292011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8530
322b7dab 8531 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8532
322b7dab 8533 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8534
605dd5bf
CY
85352011-07-05 Chong Yidong <cyd@stupidchicken.com>
8536
8537 * button.el (button): Inherit from link face. Suggested by Dan
8538 Nicolaescu.
8539
7dbfa719
SM
85402011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8541
3db614b0
SM
8542 * progmodes/gdb-mi.el: Fit in 80 columns.
8543 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8544 switch-to-buffer.
8545
7dbfa719
SM
8546 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8547 if imenu is simply not configured (bug#8941).
8548
919d884a
KM
85492011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8550
8551 * allout.el (allout-post-undo-hook): New allout outline-change
8552 event hook to signal undo activity.
8553 (allout-post-command-business): Run allout-post-undo-hook if an
8554 undo just occurred.
7dbfa719
SM
8555 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8556 * allout-widgets.el (allout-widgets-after-undo-function):
8557 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8558 in the vicinity of an undo.
8559 (allout-widgets-mode): Include allout-widgets-after-undo-function
8560 on the new allout-post-undo-hook.
8561
450a0f09
SM
85622011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8565 Let define-derived-mode define it.
8566 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8567 cycles of abbrev-table inheritance (bug#8998).
8568
2de69e00
RW
85692011-07-05 Roland Winkler <winkler@gnu.org>
8570
8571 * textmodes/bibtex.el: Add support for biblatex.
8572 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8573 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8574 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8575 (bibtex-entry-alist, bibtex-field-alist): New variables.
8576 (bibtex-entry-field-alist): Obsolete alias for
8577 bibtex-BibTeX-entry-alist.
8578 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8579 (bibtex-set-dialect): New command.
8580 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8581 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8582 Bind via bibtex-set-dialect.
2de69e00
RW
8583 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8584 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8585 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8586 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8587 Define via bibtex-set-dialect.
450a0f09
SM
8588 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8589 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8590 (bibtex-vec-push, bibtex-vec-incr): New functions.
8591 (bibtex-format-entry, bibtex-field-list)
8592 (bibtex-print-help-message, bibtex-validate)
8593 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8594
2dcdbdd9
SM
85952011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * progmodes/compile.el (compilation-goto-locus):
8598 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8599 * bs.el (bs-cycle-next, bs-cycle-previous):
8600 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8601 * bindings.el (mode-line-other-buffer):
8602 * autoinsert.el (auto-insert):
8603 * arc-mode.el (archive-extract):
8604 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8605
b27640fe
JB
86062011-07-05 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8609 Fix check of `emacs-lock-unlockable-modes'.
8610 Coerce true values of `emacs-lock--try-unlocking' to t.
8611
53bbe3ad
JB
86122011-07-05 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8615 * emacs-lock.el: New file.
8616
1d3cdbc7
JD
86172011-07-05 Julien Danjou <julien@danjou.info>
8618
8619 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8620 than `boundp' to check if face is set.
8621
9173deec
JB
86222011-07-05 Juanma Barranquero <lekktu@gmail.com>
8623
8624 * register.el (registerv-make):
8625 * window.el (window-min-height): Fix typos in docstrings.
8626
869795d6
JD
86272011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8628
9173deec 8629 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8630 Update doc string.
8631
b768cdcd
JB
86322011-07-04 Juanma Barranquero <lekktu@gmail.com>
8633
8634 * server.el (server-execute): Catch quit and call
8635 `server-return-error' to pass the error back to emacsclient and
8636 close the connection (bug#8942).
8637
13aa217b
KM
86382011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8639
8640 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8641 insecure exception for current topic. Also note that auto-saves
8642 are handled differently.
8643
5d3385a0 8644 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8645 State variables for tracking auto-save inhibition situation.
8646
8647 (allout-write-contents-hook-handler): Rename from
8648 'allout-write-file-hook-handler', and describe how it depends on
8649 write-contents-functions sensitivity to non-nil value to prevent
8650 file write.
8651
8652 (allout-auto-save-hook-handler): Remove. auto-save does not check
8653 this in individual buffers, only in the starting buffer, so this
8654 is not the right way for us to inhibit auto-save in a buffer
8655 according to its condition.
8656
8657 (allout-mode): Use new allout-write-contents-hook-handler, and
8658 only with write-contents-functions. Remove auto-save provisions -
8659 they're implemented elsewhere.
8660
8661 (allout-before-change-handler): If undo is in progress, note that
8662 for attention of allout-post-command-business.
8663
8664 (allout-post-command-business): If the command we're following was
8665 an undo, check for change in the status of encrypted items and
8666 adjust auto-save inhibitions accordingly.
8667
8668 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8669 according to whether there are or aren't any plain-text topics
8670 pending encryption.
8671
2dcdbdd9 8672 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8673 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8674 if there are plain-text topics pending encryption.
13aa217b
KM
8675
8676 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8677 buffer-saved-size and some allout state to not inhibit auto-saves
8678 if there are no longer any plain-text topics pending encryption.
8679
0757af94
SM
8680 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8681 No longer provide for exemption of the current topic.
13aa217b 8682
ac89b32c
JL
86832011-07-04 Juri Linkov <juri@jurta.org>
8684
8685 Add 7z operations to delete and save changed members (bug#8968).
8686 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8687 New defcustoms.
8688 (archive-7z-write-file-member): New function.
8689 (archive-7z-summarize): Fix the number of dashes in the
8690 listing output.
8691
8fa39615
SM
86922011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8695 (bug#8958).
8696
2f11b3f1
CY
86972011-07-04 Chong Yidong <cyd@stupidchicken.com>
8698
d66fef2b
CY
8699 * bindings.el: Ignore next-buffer and previous-buffer in
8700 minibuffer-local-map.
8701
2f11b3f1
CY
8702 * font-lock.el (font-lock-builtin-face): Change light background
8703 color to dark slate blue (Bug#6693).
8704
f932a347
WD
87052011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8706
8707 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8708
c8af70e1
SM
87092011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8712 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8713 Add switch-to-buffer.
8714
f158badc
LMI
87152011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8716
8717 * isearch.el (isearch-search-fun-function): Clarify further the
8718 meaning of the function returned.
8719
6d95bd46
MA
87202011-07-04 Michael Albinus <michael.albinus@gmx.de>
8721
8722 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8723
8724 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8725 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8726 Use it.
8727 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8728 `tramp-default-remote-path' does not exist.
8729 (tramp-send-command-and-read): New optional argument NOERROR.
8730 (tramp-open-connection-setup-interactive-shell)
8731 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8732 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8733 (tramp-process-sentinel): Flush also process' connection property.
8734 (tramp-sh-handle-start-file-process): Do not set process
8735 sentinel. It is done now ...
8736 (tramp-maybe-open-connection): ... here. (Bug#8929)
8737
909e6b67
MK
87382011-07-04 MON KEY <monkey@sandpframing.com>
8739
8740 * play/animate.el (animate-string): Doc fixes and allow changing
8741 the buffer name (bug#5417).
8742
87432011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8744
c8af70e1 8745 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8746
f34755dc
PE
87472011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8748
396cec72
PE
8749 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8750 This is simpler and helps future-proof the code.
8751 (timer-until): Use time-subtract and float-time.
08235028 8752 (timer--time-less-p): Use time-less-p.
f34755dc 8753
56e6cc31
JB
87542011-07-04 Juanma Barranquero <lekktu@gmail.com>
8755
3abb79e5
JB
8756 * type-break.el (timep): Use the value of `float-time' to avoid a
8757 byte-compiler warning.
8758
56e6cc31
JB
8759 * server.el (server-eval-and-print): Return any result, even nil.
8760
7b9430b4
PE
87612011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8762
8763 * type-break.el: Accept time formats that the builtins accept.
8764 (timep, type-break-time-difference): Accept any format that
8765 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8766 This is simpler and helps future-proof the code.
8767 (type-break-time-difference): Round rather than ignoring
8768 subseconds components.
8769
3034e9e7
LMI
87702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8771
8772 * info.el (Info-apropos-matches): Make non-interactive, since it
8773 doesn't seem to do anything useful as a command (bug#8829).
8774
1485f4c0
CY
87752011-07-03 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8778 Move from faces.el.
1485f4c0
CY
8779 (frame-default-terminal-background): New function.
8780
8781 * custom.el (custom-push-theme): Don't record faces in `changed'
8782 theme; this doesn't work correctly for per-frame face settings.
8783 (disable-theme): Use face-set-after-frame-default to reset faces.
8784 (custom--frame-color-default): New function.
8785
9fa3dd45
LMI
87862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8787
c8af70e1 8788 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8789 (bug#8769).
8790
6cbbc20c
KR
87912011-03-29 Kevin Ryde <user42@zip.com.au>
8792
8793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8794 `perl-Test2' extend to match possible "fail #N" rep count
8795 (bug#8377).
8796
c7f98048
LMI
87972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8798
65676592
LMI
8799 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8800 `smtpmail-via-smtp' now returns the error instead of nil.
8801
c7f98048
LMI
8802 * isearch.el (isearch-search-fun-function): Clarify the doc string
8803 (bug#8101).
8804
56e6cc31 88052011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8806
8807 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8808 unnecessary spaces (bug#8987).
8809
2b216704
LMI
88102011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8811
8812 * net/network-stream.el (open-network-stream): Use the
8813 :end-of-capability command thoughout.
8814
88152011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8816
8817 * net/network-stream.el (open-network-stream): Add the
8818 :end-of-capability command parameter, used by pop3.el.
8819
36adf6ce
LMI
88202011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8821
1ca0da0e
LMI
8822 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8823
fc00f69c
LMI
8824 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8825 for list)" (bug#6475).
8826
28fd8759 8827 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8828 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8829 an error (bug#6297).
8830
0dd8b6da
LMI
8831 * man.el (Man-reference-regexp): Allow matching possible
8832 word-wrapped references (bug#6289).
8833
ce1438d6
LMI
8834 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8835 for consistency with the other vc buffers (bug#6197).
8836 (vc-checkin): Ditto.
8837
8838 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8839
36adf6ce
LMI
8840 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8841
e83cc1f7
LMI
88422011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
8a20ca4c
LMI
8844 * custom.el (defcustom): Clarify that :set is only used in the
8845 Customize user interface (bug#6089).
8846
83319045
LMI
8847 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8848 associated with a file, refuse to run instead of erroring out
8849 (bug#6084).
8850
a8392169
LMI
8851 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8852 the doc string, since it appears that using `fill-column' always
8853 controls the width (bug#7845).
8854
e83cc1f7
LMI
8855 * simple.el (shell-command-on-region): Say where the error output
8856 went if `shell-command-default-error-buffer' is set (bug#6857).
8857
e47ca23b
KM
88582011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8859
8860 * allout.el (allout-yank-processing): Adjust cursor position for
8861 backwards-deleted space.
8862
8863 (allout-rebullet-heading): Register changes with
8864 allout-exposure-changed-hook, so the modified topic is properly
8865 decorated.
8866
5cf56143
LMI
88672011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8868
08549772
LMI
8869 * minibuffer.el (completion-in-region): Document PREDICATE
8870 (bug#7136).
8871
48e96771
LMI
8872 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8873 of keyword/argument pairs (bug#6904).
8874
c8af70e1
SM
8875 * replace.el (multi-occur):
8876 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8877
e17d05e2
LMI
88782011-07-02 Drew Adams <drew.adams@oracle.com>
8879
8880 * dired.el (dired-mark-if): Make the message about whether it's
8881 marking or unmarking clearer (bug#8523).
8882
063b0e45
LMI
88832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8884
8885 * disp-table.el (display-table-print-array): New function.
8886 (describe-display-table): Use it to print the vectors more pretty
8887 (Bug#8859).
8888
28545e04
MR
88892011-07-02 Martin Rudalics <rudalics@gmx.at>
8890
8891 * window.el (window-state-get-1): Don't assign clone numbers.
8892 Add clone-of item to list of window parameters.
8893 (window-state-put-2): Don't process clone numbers.
8894 (display-buffer-alist): Fix doc-string.
8895
3349e122
SM
88962011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * subr.el (remq): Don't allocate if it's not needed.
8899 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8900 (keymap--merge-bindings): New functions.
8901 (keymap-canonicalize): Use them to refine the canonicalization.
8902 * minibuffer.el (minibuffer-local-completion-map)
8903 (minibuffer-local-must-match-map): Move initialization from C.
8904 (minibuffer-local-filename-completion-map): Move initialization from C;
8905 don't inherit from anything here.
8906 (minibuffer-local-filename-must-match-map): Make obsolete.
8907 (completing-read-default): Use make-composed-keymap to combine
8908 minibuffer-local-filename-completion-map with either
8909 minibuffer-local-must-match-map or
8910 minibuffer-local-filename-completion-map.
8911
d224ac83
GM
89122011-07-01 Glenn Morris <rgm@gnu.org>
8913
3de63bf8
GM
8914 * type-break.el (type-break-time-sum): Use dolist.
8915
d224ac83
GM
8916 * textmodes/flyspell.el (flyspell-word-search-backward):
8917 Replace CL function.
8918
1a1e3f32
SM
89192011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8920
fe3f64d5
SM
8921 * mouse.el (mouse--strip-first-event): New function.
8922 (function-key-map): Use it to map fringe clicks to normal clicks
8923 by default.
8924
eb604e34
SM
8925 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8926 (vc-bzr-revision-completion-table): Add support for annotate and date.
8927
1a1e3f32
SM
8928 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8929 inherit from parent.
8930
5bd35902
LMI
89312011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8932
ace6c69c 8933 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8934 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8935
191e2bed
LMI
8936 * dired.el (dired-mode): Fix up the doc string as suggested by
8937 Drew Adams (bug#8817).
8938
5bd35902
LMI
8939 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8940 cookie, since the manual says that it should be possible to add
8941 this function to `find-file-hook' (bug#8709).
8942
eee8207a
TZ
89432011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8944
8945 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8946 here. Noted Ted Zlatanov as the maintainer.
8947 (cfengine-common-settings, cfengine-common-syntax): New functions
8948 to set up common things between `cfengine-mode' and
8949 `cfengine3-mode'.
8950 (cfengine3-mode): New mode.
8951 (cfengine3-defuns cfengine3-defuns-regex
8952 (cfengine3-class-selector-regex cfengine3-category-regex)
8953 (cfengine3-vartypes cfengine3-font-lock-keywords)
8954 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8955 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8956
36b148cf
MA
89572011-07-01 Michael Albinus <michael.albinus@gmx.de>
8958
8959 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8960
8961 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8962
0bf4ba9a
MR
89632011-07-01 Martin Rudalics <rudalics@gmx.at>
8964
8965 * window.el (same-window-buffer-names, same-window-regexps)
8966 (same-window-p, special-display-frame-alist)
8967 (special-display-popup-frame, special-display-function)
8968 (special-display-buffer-names, special-display-regexps)
8969 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8970 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8971 (split-window-preferred-function, split-height-threshold)
8972 (split-width-threshold, even-window-heights)
8973 (display-buffer-mark-dedicated, window-splittable-p)
8974 (split-window-sensibly, window-safely-shrinkable-p):
8975 Un-obsolete.
8976 (display-buffer): Don't spread args with function specifier
8977 because special-display-popup-frame won't like it.
8978
35837f51
PE
89792011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8980
d0672f86
PE
8981 Time-stamp simplifications and fixes.
8982 These improve accuracy slightly, and future-proof the code
8983 against some potential changes to current-time format.
8984
b9444d97
PE
8985 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8986 by using time-since and float-time.
8987
0ef923dc
PE
8988 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8989 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8990 + NNN microseconds".
8991
2f81380d
PE
8992 * type-break.el (type-break-time-sum): Rewrite using time-add.
8993
845b5c3e
PE
8994 * play/hanoi.el (hanoi-current-time-float): Remove.
8995 All uses replaced by float-time.
8996
ee6f1be0
PE
8997 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8998 This yields a more-accurate answer.
8999 (rng-time-to-float): Remove; no longer needed.
9000
fe955043
PE
9001 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
9002
5777162a
PE
9003 * calendar/timeclock.el (timeclock-seconds-to-time):
9004 Defalias to seconds-to-time, since they're the same thing.
9005
3103f8b6 9006 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 9007 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
9008 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
9009
0e61a35f
SM
90102011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * window.el (bury-buffer): Don't iconify the only frame.
9013 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
9014 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
9015
ddd63a1e
CY
90162011-07-01 Chong Yidong <cyd@stupidchicken.com>
9017
0e61a35f
SM
9018 * eshell/em-smart.el (eshell-smart-display-navigate-list):
9019 Add mouse-yank-primary.
ddd63a1e 9020
055f4923
TZ
90212011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
9022
9023 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
9024
6a2fb145
SM
90252011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * emacs-lisp/find-func.el (find-library--load-name): New fun.
9028 (find-library-name): Use it to find relative load names when provided
9029 absolute file name (bug#8803).
9030
fd4983f2
LMI
90312011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9032
887d14ad
LMI
9033 * textmodes/flyspell.el (flyspell-word): Consider words that
9034 differ only in case as potential doublons (bug#5687).
9035
c53dc7fc
LMI
9036 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
9037 Remove two rather uninteresting debugging-like messages to make
9038 debbugs.el more silent.
9039
fd4983f2
LMI
9040 * comint.el (comint-password-prompt-regexp): Accept "Response" as
9041 a password-like phrase.
9042
7a71b18d 90432011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
9044
9045 * progmodes/cc-guess.el: New file.
9046
6a2fb145 9047 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
9048
9049 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
9050 derived from `c-basic-common-init'.
9051
9052 * progmodes/cc-mode.el (top-level): Require cc-guess.
9053 (c-basic-common-init): Use `cc-choose-style-for-mode'.
9054
1fa280a3
LM
90552011-06-30 Lawrence Mitchell <wence@gmx.li>
9056
9057 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
9058
e6597158
AM
90592011-06-30 Alan Mackenzie <acm@muc.de>
9060
1fa280a3
LM
9061 * progmodes/cc-engine.el (c-guess-continued-construct):
9062 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
9063 lock is disabled. Name this case as "CASE G".
9064
68ba37fb
KM
90652011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
9066
9067 * allout.el (allout-yank-processing): Fix injection of extra space
9068 between bullet and non-whitespace character in first topic when
9069 pasting, ensuring that the actual spacing in the pasted topic
9070 following the bullet char is preserved. This extra space was
9071 causing pasted encrypted topics to get a decrypted status even
9072 when the content was actually still encrypted. Now the decryption
9073 status from before the paste is preserved.
9074
9075 (allout-flag-region): Set all allout overlays so they evaporate
9076 when reduced to zero length (evanescent), to prevent overlay
9077 leakage.
9078
887a0b34
GM
90792011-06-30 Glenn Morris <rgm@gnu.org>
9080
94b9acce
GM
9081 * w32-fns.el (w32-charset-info-alist): Declare.
9082
1d9b46d4
GM
9083 * find-dired.el (find-grep-options): Simplify.
9084
cc232200
GM
9085 * term/ns-win.el (ns-set-resource): Declare.
9086
28e77c46
GM
9087 * ses.el (row, col): Declare dynamic variables honestly.
9088
887a0b34
GM
9089 * textmodes/reftex-parse.el (index-tags): Declare.
9090
658d8eb8
CY
90912011-06-30 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * cus-edit.el (customize-push-and-save): New function.
9094
9095 * files.el (hack-local-variables-confirm): Use it.
9096
1fa280a3
LM
9097 * custom.el (load-theme): New arg NO-CONFIRM.
9098 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
9099 (custom-enabled-themes): Doc fix.
9100
9101 * cus-theme.el (customize-create-theme)
9102 (custom-theme-merge-theme): Callers to load-theme changed.
9103
bb617717
LMI
91042011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9105
d61bdd5d
LMI
9106 * thingatpt.el (thing-at-point-short-url-regexp): Require that
9107 short URLs have at least one dot in them (bug #7614).
9108
bb617717
LMI
9109 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
9110 nil, because using a pty is apparently too slow (bug #895).
9111
2f31f37a
LMI
91122011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9113
9114 * mail/sendmail.el (sendmail-query-once): New function.
9115 (sendmail-query-once-function): New variable.
9116
3076b24e
GM
91172011-06-29 Glenn Morris <rgm@gnu.org>
9118
faf2a174
GM
9119 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
9120
3076b24e
GM
9121 * ses.el (top-level): Require cl when compiling.
9122 (ses-set-localvars): Fix error statement.
9123 Call it at compile time to silence a storm of warnings.
9124
5386012d
MR
91252011-06-29 Martin Rudalics <rudalics@gmx.at>
9126
9127 * window.el (normalize-live-buffer): Rename to
9128 window-normalize-buffer.
9129 (normalize-live-frame): Rename to window-normalize-frame.
9130 (normalize-any-window): Rename to window-normalize-any-window.
9131 (normalize-live-window): Rename to window-normalize-live-window.
9132 (make-window-atom): Rename to window-make-atom.
9133 (window-resize-reset): Rename to window--resize-reset.
9134 (window-resize-reset-1): Rename to window--resize-reset-1.
9135 (resize-mini-window): Rename to window--resize-mini-window.
9136 (resize-subwindows-skip-p): Rename to
9137 window--resize-subwindows-skip-p.
9138 (resize-subwindows-normal): Rename to
9139 window--resize-subwindows-normal.
9140 (resize-subwindows): Rename to window--resize-subwindows.
9141 (resize-other-windows): Rename to window--resize-siblings.
9142 (resize-this-window): Rename to window--resize-this-window.
9143 (resize-root-window): Rename to window--resize-root-window.
9144 (resize-root-window-vertically): Rename to
9145 window--resize-root-window-vertically.
9146 (normalize-buffer-to-display): Rename to
9147 window-normalize-buffer-to-display.
9148 (normalize-buffer-to-switch-to): Rename to
9149 window-normalize-buffer-to-switch-to.
9150 Correspondingly update all callers of the functions listed
9151 above.
9152 (display-buffer-alist, display-buffer-normalize-arguments)
9153 (display-buffer-normalize-options, display-buffer)
9154 (display-buffer-alist-set): Use "function" instead of
9155 "fun-with-args".
9156
1176868d
CY
91572011-06-28 Chong Yidong <cyd@stupidchicken.com>
9158
9159 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
9160 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
9161 debbugs.gnu.org. Mention acknowledgment email.
9162
20a7a65f
LMI
91632011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9164
9165 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
9166 buffer multibyteness, since it shouldn't matter.
9167
5f45cca5
MR
91682011-06-28 Martin Rudalics <rudalics@gmx.at>
9169
9170 * window.el (display-buffer-in-side-window): Handle dedicated
9171 windows as in display-buffer-reuse-window.
9172 (display-buffer-normalize-alist): Use value of override
9173 specifier.
9174 (display-buffer-normalize-specifiers): Use value of
9175 other-window-means-other-frame specifier.
9176 (display-buffer-alist): Rewrite some texts in widgets.
9177 (display-buffer): Spread arguments when calling function
9178 specified by fun-with-args.
9179
ad85fe1f
DD
91802011-06-28 Deniz Dogan <deniz@dogan.se>
9181
1fa280a3
LM
9182 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9183 Unnest `let'.
da68c4c8 9184
ad85fe1f
DD
9185 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
9186 selectors (Bug#5732).
ec49bd31 9187 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 9188
a08cc025
JA
91892011-06-27 Jari Aalto <jari.aalto@cante.net>
9190
9191 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
9192 (eshell-ls-date-format): New defcustom.
9193 (eshell-ls-file): Use it.
9194
e2b551c5
SM
91952011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * help-fns.el (describe-variable): Fix message for terminal-local vars.
9198
8982b231
KY
91992011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
9202 (ange-ftp-make-tmp-name): New arg.
9203 (ange-ftp-file-local-copy): Use it.
9204
36c9fa27
J
92052011-06-27 Jambunathan K <kjambunathan@gmail.com>
9206
9207 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
9208 no-conversion (Bug#8870).
9209
d68443dc
MR
92102011-06-27 Martin Rudalics <rudalics@gmx.at>
9211
9212 * window.el (window-right, window-left, window-child)
9213 (window-child-count, window-last-child)
9214 (window-iso-combination-p, walk-window-tree-1)
9215 (window-atom-check-1, window-tree-1, delete-window)
9216 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
9217 new naming conventions - window-vchild, window-hchild,
9218 window-next and window-prev are now called window-top-child,
9219 window-left-child, window-next-sibling and window-prev-sibling
9220 respectively.
d615d6d2
MR
9221 (resize-window-reset): Rename to window-resize-reset.
9222 (resize-window-reset-1): Rename to window-resize-reset-1.
9223 (resize-window): Rename to window-resize.
9224 (window-min-height, window-min-width)
9225 (resize-mini-window, resize-this-window, resize-root-window)
9226 (resize-root-window-vertically, adjust-window-trailing-edge)
9227 (enlarge-window, shrink-window, maximize-window)
9228 (minimize-window, delete-window, quit-restore-window)
9229 (split-window, balance-windows, balance-windows-area-adjust)
9230 (balance-windows-area, window-state-put-2)
9231 (display-buffer-even-window-sizes, display-buffer-set-height)
9232 (display-buffer-set-width, set-window-text-height)
9233 (fit-window-to-buffer): Rename all "resize-window" prefixed
9234 calls to use the "window-resize" prefix convention.
9235 (display-buffer-alist): Fix symbol for label specifier.
9236 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
9237 corresponding specifier.
9238 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 9239
b6458526
VB
92402011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9241
9242 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
9243 convention.
9244 (ses-call-printer): Does not pass an empty string to formatter when the
9245 cell is empty to keep from barking printer Calc math-format-value.
9246
d31fd9ac
RS
92472011-06-27 Richard Stallman <rms@gnu.org>
9248
43d5bf84
RS
9249 * battery.el (battery-mode-line-limit): New variable.
9250 (battery-update): Handle it.
9251
d31fd9ac
RS
9252 * mail/rmailmm.el (rmail-mime-process-multipart):
9253 Handle truncated messages.
9254
819a6054
GM
92552011-06-27 Glenn Morris <rgm@gnu.org>
9256
9257 * progmodes/flymake.el (flymake-err-line-patterns):
9258 Allow for column numbers in the ant/javac pattern. (Bug#8866)
9259
cedc73f2
VB
92602011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
9261
819a6054 9262 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
9263 (ses--clean-!, ses--clean-_): New functions.
9264 (ses-range): Add configurability of readout order, and conversion
9265 to Calc vector.
9266
5e5d49b6
VB
9267 * ses.el (ses-repair-cell-reference-all): New function.
9268 (ses-cell-symbol): Set macro as safe, so that it can be used in
9269 formulas.
9270
56e6cc31 9271 * ses.el: Update cycle detection algorithm.
90ca8b49 9272 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 9273 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
9274 (ses-set-localvars): New function.
9275 (ses-make-cell): Add property-list as a cell element.
9276 (ses-cell-property-get-fun, ses-cell-property-get)
9277 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
9278 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
9279 New functions.
90ca8b49
VB
9280 (ses-cell-property-set, ses-cell-property-pop)
9281 (ses-cell-property-get-handle): New macro.
9282 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
9283 New aliases, used for code readability.
9284 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
9285 cycle detection.
9286 (ses-self-reference-early-detection): New defcustom.
fac916bf 9287 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
9288 (ses-mode): Use ses-set-localvars.
9289 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
9290 before lauching the update processing.
9291 (ses-initialize-Dijkstra-attempt): New function.
9292 (ses-recalculate-cell): Update for cycle detection based on
9293 Dijkstra algorithm.
9294
2bb63e81
VB
9295 * ses.el: Fix commenting and indenting convention.
9296
c9d29fb8
SM
92972011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * bs.el (bs-cycle-next): Complete last change.
9300
d8e4b68b
JB
93012011-06-27 Drew Adams <drew.adams@oracle.com>
9302
9303 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9304
40098786
LMI
93052011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
c9d29fb8
SM
9307 * net/network-stream.el (network-stream-open-starttls):
9308 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9309 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9310
40098786
LMI
9311 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9312 to binary to possibly avoid line encoding issues on Windows (among
9313 other things).
9314
468d09d4
LMI
93152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9316
9317 * net/network-stream.el (open-network-stream): Return an :error
9318 saying what the problem was, if possible.
9319
9320 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9321 server.
9322
9323 * net/network-stream.el (network-stream-open-starttls): If we
9324 wanted to use STARTTLS, and the server offered it, but we weren't
9325 able to because we had no STARTTLS support, then close the connection.
9326 (open-network-stream): Return an :error element, if present.
9327
16f07dd7
CY
93282011-06-26 Chong Yidong <cyd@stupidchicken.com>
9329
88821ca0
CY
9330 * hl-line.el (hl-line-sticky-flag): Doc fix.
9331 (global-hl-line-sticky-flag): New option (Bug#8323).
9332 (global-hl-line-highlight): Obey it.
9333
16f07dd7
CY
9334 * vc/vc.el (vc-revert-show-diff): Default to t.
9335
6b5ccddf
KM
93362011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9337
c9d29fb8
SM
9338 * allout-widgets.el (allout-widgets-post-command-business):
9339 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9340 undecorated when an isearch is continued past, and isearch
9341 automatically collapses them. This leads to "widget leaks", where
9342 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9343 hidden widgets can slow down cursor travel, substantially.
9344 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9345 so we're doing without this nicety.
9346
9347 (allout-widgets-tally-string): Don't try to do a hash-table-count
9348 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9349 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9350 *Messages* when allout-widgets-maintain-tally is t.
9351
355f2e07
MR
93522011-06-26 Martin Rudalics <rudalics@gmx.at>
9353
9354 * window.el (display-buffer-normalize-argument): Rename to
9355 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9356 LABEL argument. Respect special-display-function when popping up
9357 a new frame. Fix code searching for a window showing the buffer
9358 on another frame.
c9d29fb8
SM
9359 (display-buffer-normalize-specifiers):
9360 Call display-buffer-normalize-arguments.
355f2e07
MR
9361 (display-buffer-in-window): Don't undedicate the window if its
9362 buffer remains the same.
9363 Reported by Drew Adams <drew.adams@oracle.com>.
9364 (display-buffer-alist): Add choice for same-window macro
9365 specfier.
9366 (display-buffer): Mention special meaning of LABEL argument in
9367 doc-string. Fix quoting. Don't pop up a new frame even as
9368 fallback.
9369
7ca8fc42
JB
93702011-06-26 Juanma Barranquero <lekktu@gmail.com>
9371
9372 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9373 avoid deleting the current window in some cases (bug#8911).
9374
bc312254
AS
93752011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9376
9377 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9378 (Bug#8934)
9379
2db18f3f
LMI
93802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9381
c9d29fb8
SM
9382 * net/network-stream.el (network-stream-open-starttls):
9383 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9384 (network-stream-open-tls): Ditto.
9385
6302e0d3
LL
93862011-06-26 Leo Liu <sdl.web@gmail.com>
9387
9388 * register.el (registerv): New struct.
9389 (registerv-make): New function.
c9d29fb8
SM
9390 (jump-to-register, describe-register-1, insert-register):
9391 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9392 struct. (Bug#8415)
9393
5fdd4046
CY
93942011-06-26 Chong Yidong <cyd@stupidchicken.com>
9395
2afef60a
CY
9396 * vc/vc.el (vc-revert-show-diff): New defcustom.
9397 (vc-diff-internal): New arg specifying diff buffer.
9398 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9399 reuse an existing *vc-diff* buffer (Bug#8927).
9400
5fdd4046
CY
9401 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9402
e93db24a
GM
94032011-06-26 Glenn Morris <rgm@gnu.org>
9404
9405 * progmodes/f90.el (f90-critical-indent): New option.
9406 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9407 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9408 (f90-mode): Doc fix.
9409 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9410 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9411 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9412 (f90-match-end): Handle block, critical.
9413
eefff499
GM
94142011-06-25 Glenn Morris <rgm@gnu.org>
9415
f6ba4cc9
GM
9416 * calendar/diary-lib.el (diary-included-files): Doc fix.
9417 (diary-include-files): New function, extracted from
9418 diary-include-other-diary-files and diary-mark-included-diary-files.
9419 (diary-include-other-diary-files, diary-mark-included-diary-files):
9420 Just call diary-include-files.
9421 (diary-mark-entries): Reset diary-included-files on first call.
9422
16712304
GM
9423 * calendar/diary-lib.el (diary-mark-entries)
9424 (diary-mark-included-diary-files):
9425 Visit included diary-files in temp buffers.
9426
5d8e0d43
GM
9427 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9428 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9429 (f90-start-block-re, f90-imenu-generic-expression)
9430 (f90-looking-at-program-block-start, f90-no-block-limit):
9431 Add support for submodules.
9432
ccf7a5d5
GM
9433 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9434 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9435
11fdef7d 94362011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9437
9438 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9439 buffer-file-type before setting its value, to avoid disastrous
eefff499 9440 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9441
74f53697
JB
94422011-06-25 Juanma Barranquero <lekktu@gmail.com>
9443
9444 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9445
9446 * ses.el (ses-unload-function):
9447 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9448
9449 * proced.el (proced-unload-function):
9450 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9451
18a4ce5e
AR
94522011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9453
9454 * server.el (server-create-window-system-frame): Add parameters arg.
9455 (server-process-filter): Doc fix. Handle frame-parameters.
9456
519d22cc
JB
94572011-06-25 Juanma Barranquero <lekktu@gmail.com>
9458
9459 Fix bug#8730, bug#8781.
9460
9461 * loadhist.el (unload--set-major-mode): New function.
9462 (unload-feature): Use it.
9463
9464 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9465 (python-unload-function): New function.
9466
c206f5b0
SM
94672011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9470
f9ad64f3
GS
94712011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9472
9473 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9474 the candidates list.
9475
7d0da90e
JB
94762011-06-24 Juanma Barranquero <lekktu@gmail.com>
9477
9478 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9479
14b4e83d
RS
94802011-06-23 Richard Stallman <rms@gnu.org>
9481
9482 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9483 (rmail-variables): Set next-error-move-function.
9484 (rmail-what-message): Take argument POS.
9485 (rmail-next-error-move): New function.
9486
273d2baf
SM
94872011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9490 messages for adjacent non-terminals.
9491
56c2cc9a
RS
94922011-06-23 Richard Stallman <rms@gnu.org>
9493
9494 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9495 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9496 (rmail-start-mail): Don't specify use of rmail-mail-return;
9497 that's done by mail-bury now.
9498 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9499
d59eb518
MA
95002011-06-23 Michael Albinus <michael.albinus@gmx.de>
9501
9502 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9503 SIZE is a number.
9504
02cfc6d6
MR
95052011-06-23 Martin Rudalics <rudalics@gmx.at>
9506
9507 * window.el (get-lru-window, get-mru-window)
9508 (get-largest-window): Never return a minibuffer window.
9509 (display-buffer-pop-up-window): Fix a bug that could lead to
9510 reusing the minibuffer window.
9511 (display-buffer): Pass original specifier argument to
9512 display-buffer-function instead of the normalized one.
9513 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9514
4e323265
LL
95152011-06-22 Leo Liu <sdl.web@gmail.com>
9516
9517 * minibuffer.el (completing-read-function)
9518 (completing-read-default): Move from minibuf.c
9519
7a70468f
RS
95202011-06-22 Richard Stallman <rms@gnu.org>
9521
50718fc2
RS
9522 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9523 to Rmail even if not started by a special Rmail command.
9524
7a70468f
RS
9525 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9526 Copy the buffer currently showing just one message.
9527
297dde5a
RW
95282011-06-22 Roland Winkler <winkler@gnu.org>
9529
9530 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9531 (bibtex-clean-entry): First delete the old key so that a
9532 customized algorithm for generating the new key does not get
9533 confused by the old key.
9534 (bibtex-url): Obey regexp of first step.
9535 (bibtex-search-entries): Do not use add-to-list with local
9536 list-var.
9537
97bb1093
LMI
95382011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9539
9540 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9541 stored a user name, then query for the password first, instead of
9542 waiting for SMTP to give an error message and the trying again.
9543
1c0f1a19
JD
95442011-06-22 Lawrence Mitchell <wence@gmx.li>
9545
9546 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9547 BUFFER in call-process.
9548
396f7c9d
LMI
95492011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9550
9551 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9552 QUIT twice.
ddb7ffee
LMI
9553 (smtpmail-try-auth-methods): Require user name and password from
9554 auth-source.
396f7c9d 9555
8998d1b3
MR
95562011-06-22 Martin Rudalics <rudalics@gmx.at>
9557
9558 * window.el (display-buffer-default-specifiers)
9559 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9560 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9561 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9562
9563 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9564 (special-display-frame-alist, special-display-popup-frame):
9565 Remove duplicate declarations. These are now in window.el.
9566
4ea31e07
LMI
95672011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9568
c9d29fb8
SM
9569 * mail/smtpmail.el (smtpmail-via-smtp):
9570 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9571 server supports it. SMTP servers that support STARTTLS commonly
9572 require it.
9573
9574 * net/network-stream.el (network-stream-open-starttls): Support
9575 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9576 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9577
95f41d9a
LMI
9578 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9579 upgrades with `open-network-stream', and rely solely on
9580 auth-source for all credentials. Big changes throughout the file,
9581 but in particular:
c9d29fb8
SM
9582 (smtpmail-auth-credentials): Remove.
9583 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9584 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9585 MAIL FROM, too.
95f41d9a 9586
c9d29fb8
SM
9587 * net/network-stream.el (network-stream-open-starttls):
9588 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9589 STARTTLS.
9590 (auth-source): Require.
9591 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9592 (network-stream-certificate): Change cert-cert to cert and
9593 cert-key to key.
4ea31e07 9594
065ec2c7
MA
95952011-06-21 Michael Albinus <michael.albinus@gmx.de>
9596
9597 * net/tramp-cache.el (top): Don't load the persistency file when
9598 "emacs -Q" has been called.
9599
cd93b359
DR
96002011-06-21 Tim Harper <timcharper@gmail.com>
9601
d8e4b68b
JB
9602 * term/ns-win.el (ns-initialize-window-system):
9603 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9604 resource to NO as it is not yet supported by the NS port.
9605
ae9c0411
JB
96062011-06-21 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9609 (list-dynamic-libraries): ...not here.
9610
7f3f739f
LL
96112011-06-21 Leo Liu <sdl.web@gmail.com>
9612
9613 * subr.el (sha1): Implement sha1 using secure-hash.
9614
327c8fb1
MR
96152011-06-21 Martin Rudalics <rudalics@gmx.at>
9616
9617 * window.el (display-buffer-alist): In default value do not
9618 enforce searching a window on any but the selected frame.
9619 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9620 (display-buffer-select-window): Remove function.
9621 (display-buffer-in-window): When a window on another frame gets
9622 reused, do not select it any more but just raise its frame if
9623 necessary (Bug#8851) and (Bug#8856).
9624 (display-buffer-normalize-options): Handle pop-up-frames related
9625 options more faithfully.
9626 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9627 window if it is on another frame.
c9d29fb8
SM
9628 (display-buffer-alist, display-buffer-default-specifiers):
9629 Don't make new frame unsplittable by default.
9e9de014
MR
9630 (display-buffer-normalize-argument): Fix doc-string typo and use
9631 'same-frame-other-window instead of 'other-window when associating
9632 with display-buffer-macro-specifiers.
327c8fb1 9633
7cf3f556
VB
96342011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9635
9636 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9637 New functions.
9638 (5x5-mode-map, 5x5-mode-menu): Bind them.
9639 (5x5-draw-grid): Tweak the solver's rendering.
9640
60a406cf
SM
96412011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9642
9643 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9644 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9645
d8e4b68b 96462011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9647
9648 * menu-bar.el: Use function variable instead of switch-to-buffer.
9649 (menu-bar-select-buffer-function): New variable.
60a406cf 9650 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9651
478d6f95
SM
96522011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9655 variable's status.
9656
ca530739
JD
96572011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9658
9659 * x-dnd.el (x-dnd-version-from-flags)
9660 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9661 and long as number (Bug#8899).
9662 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9663
bcd70d97
SM
96642011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9665
60a406cf 9666 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9667 (completion-try-completion, completion-all-completions): Compute the
9668 metadata argument if it's missing; make it optional (bug#8795).
9669
60a406cf 9670 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9671 (widget-complete): Use new :completion-function property.
9672 (widget-completions-at-point): New function.
9673 (default): Use :completion-function instead of :complete.
60a406cf
SM
9674 (widget-default-completions): Rename from widget-default-complete;
9675 Rewrite.
bcd70d97
SM
9676 (widget-string-complete, widget-file-complete, widget-color-complete):
9677 Remove functions.
9678 (file, symbol, function, variable, coding-system, color):
9679 * international/mule-cmds.el (default-input-method, charset)
9680 (language-info-custom-alist):
9681 * cus-edit.el (face): Use new property :completions.
9682
9683 * progmodes/pascal.el (pascal-completions-at-point): New function.
9684 (pascal-mode): Use it.
9685 (pascal-mode-map): Use completion-at-point.
9686 (pascal-toggle-completions): Make obsolete.
9687 (pascal-complete-word, pascal-show-completions):
9688 * progmodes/octave-mod.el (octave-complete-symbol):
9689 Redefine as obsolete alias.
9690 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9691 Signal absence of completion info for old Octave,
9692 (inferior-octave-complete): Redefine as obsolete alias.
9693 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9694 (meta-completions-at-point): Rename from meta-complete-symbol and
9695 adapt it for use on completion-at-point-functions.
9696 (meta-common-mode): Use it.
9697 (meta-looking-at-backward, meta-match-buffer): Remove.
9698 (meta-complete-symbol): Redefine as obsolete alias.
9699 (meta-common-mode-map): Use completion-at-point.
9700 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9701 (makefile-mode-map): Use completion-at-point.
9702 (makefile-completions-at-point): Rename from makefile-complete and
9703 adapt it for use on completion-at-point-functions.
9704 (makefile-mode): Use it.
9705 (makefile-complete): Redefine as obsolete alias.
9706
aebf69c8
DD
97072011-06-20 Deniz Dogan <deniz@dogan.se>
9708
9709 * net/rcirc.el: Delete trailing whitespaces once and for all.
9710
bfbbb27d
DC
97112011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9712
9713 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9714
d264a46b
CY
97152011-06-19 Chong Yidong <cyd@stupidchicken.com>
9716
4ca009e5
CY
9717 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9718
d264a46b
CY
9719 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9720
fbf5b3ce
MR
97212011-06-19 Martin Rudalics <rudalics@gmx.at>
9722
9723 * window.el (display-buffer-other-window-means-other-frame):
9724 Call display-buffer-normalize-alist.
9725 (display-buffer-normalize-specifiers-1): Rename to
9726 display-buffer-normalize-argument. New argument other-frame.
9727 Rewrite.
9728 (display-buffer-normalize-specifiers-2): Rename to
9729 display-buffer-normalize-options.
9730 (display-buffer-normalize-alist-1): New function.
9731 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9732 display-buffer-normalize-alist.
9733 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9734 (display-buffer-normalize-options-inhibit): New variable.
9735 (display-buffer-normalize-specifiers): Rewrite calling
9736 display-buffer-normalize-alist,
9737 display-buffer-normalize-argument, and
9738 display-buffer-normalize-options. Don't call the latter if
9739 display-buffer-normalize-options-inhibit is non-nil.
9740 (frame-auto-delete): New option.
9741 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9742 (window-list-no-nils, window-state-ignored-parameters)
9743 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9744 (window-state-put-1, window-state-put-2, window-state-put):
9745 New functions.
9a028c23
MR
9746 (display-buffer-normalize-options): Move special-display-p group
9747 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9748
6d10d800
CY
97492011-06-18 Chong Yidong <cyd@stupidchicken.com>
9750
6420d28b
CY
9751 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9752 groups (Bug#8776).
9753 (rx-submatch-n): New function.
9754 (rx): Document it.
9755
ddb8b596
CY
9756 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9757 (Bug#8768).
9758
9759 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9760
77080289
CY
9761 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9762
61dfb316
CY
9763 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9764 anytime existing face settings are present (Bug#8889).
9765
6d10d800
CY
9766 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9767 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9768 Remove unused argument.
9769
be3fb2b8
MR
97702011-06-18 Martin Rudalics <rudalics@gmx.at>
9771
bcd70d97
SM
9772 * window.el (display-buffer-default-specifiers):
9773 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9774 pop-up-window-min-width, and another reuse-window specifier
9775 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9776 (display-buffer-normalize-specifiers-2):
9777 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9778 pop-up-windows is unset. Add a reuse-window specifier for the
9779 case popping up a new window fails.
9780 (special-display-popup-frame): Remove double quoting.
28dec25a 9781 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9782
1c6d8c76
SM
97832011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9786 according to comint-completion-addsuffix.
9787
9788 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9789 (pcomplete-suffix-list): Mark as obsolete.
9790 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9791 pcomplete-seen in the closure.
9792 (pcomplete-comint-setup): Setup completion-at-point as well.
9793 (pcomplete--entries): New function.
9794 (pcomplete--env-regexp): New var.
9795 (pcomplete-entries): Rewrite to work with partial-completion and
9796 without relying on pcomplete-suffix-list.
9797 (pcomplete-pare-list): Remove, unused.
9798
25aef8b8
MR
97992011-06-17 Martin Rudalics <rudalics@gmx.at>
9800
9801 * window.el (display-buffer-alist): Set pop-up-window-min-height
9802 and pop-up-window-min-width in default value. Reported by
9803 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9804 other-window-means-other-frame.
9805 (display-buffer-macro-specifiers): Comment out entry for
9806 other-window specifier.
9807 (display-buffer-other-window-means-other-frame): New function.
9808 (display-buffer-normalize-specifiers-1): New arguments
9809 buffer-name and label. Treat other-window case specially.
9810 (display-buffer-normalize-specifiers-2): Treat other-window case
9811 specially.
9812 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9813 (display-buffer-normalize-specifiers):
9814 Call display-buffer-normalize-specifiers-3.
25aef8b8 9815
dbad4f69
MR
98162011-06-17 Martin Rudalics <rudalics@gmx.at>
9817
9818 * window.el (same-window-p): Fix two typos introduced when
9819 adding with-no-warnings.
d1067961
MR
9820 (display-buffer-normalize-specifiers-1): Don't check
9821 pop-up-frames for 'unset initialization.
9822 (display-buffer-normalize-specifiers-2): Major rewrite using
9823 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9824 (pop-up-frames, display-buffer-reuse-frames)
9825 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9826 Suggested by David Engster <deng@randomsample.de>.
9827 (even-window-heights): Initialize to 'unset.
9828 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9829 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9830 other window case.
dbad4f69 9831
9b9c9e3a
MR
98322011-06-16 Martin Rudalics <rudalics@gmx.at>
9833
bcd70d97
SM
9834 * window.el (display-buffer-normalize-specifiers-1):
9835 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9836 second argument of display-buffer (Bug#8865).
981d5c09
MR
9837 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9838 (switch-to-buffer-other-window-same-frame)
9839 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9840 Adams (Bug#8875).
9c2755e9
MR
9841 (display-buffer): Don't check noninteractive when calling
9842 display-buffer-pop-up-frame.
9843 (display-buffer-pop-up-frame): Never pop up a frame in
9844 noninteractive mode (Bug#8857).
67222e1d
MR
9845 (enlarge-window, shrink-window): Don't report an error when the
9846 window can't be resized as requested (Bug#8862).
9b9c9e3a 9847
2b75be67
SM
98482011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9ffdd3ba
SM
9850 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9851
cb581a67
SM
9852 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9853
2b75be67
SM
9854 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9855
8c0e3589
AM
98562011-06-15 Alan Mackenzie <acm@muc.de>
9857
cb581a67
SM
9858 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9859 for declarators, disable knr checking to speed up for normal files.
9860 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9861
b96e6cde
LMI
98622011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9863
4bba86e6
LMI
9864 * net/network-stream.el (open-network-stream): Add the keyword
9865 :always-query-capabilities for the case where you want to force a
9866 `plain' network connection, but the protocol still requires the
9867 capabilitiy command (i.e., SMTP and EHLO).
9868
2b75be67 9869 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9870 consistency with other `-live-p' functions.
9871
efdcdbf8
SM
98722011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9873
9874 * window.el (same-window-buffer-names, same-window-regexps)
9875 (special-display-frame-alist, special-display-popup-frame)
9876 (special-display-function, special-display-buffer-names)
9877 (special-display-regexps, pop-up-frame-alist)
9878 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9879 (pop-up-windows, split-window-preferred-function)
9880 (split-height-threshold, split-width-threshold, even-window-heights)
9881 (display-buffer-mark-dedicated): Don't encourage the use of
9882 display-buffer-alist from Elisp code.
9883
c5cde042
DN
98842011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9885
9886 * progmodes/python.el (python-mode): Derive from prog-mode.
9887 * progmodes/ps-mode.el (ps-mode):
9888 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9889 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9890 * progmodes/ld-script.el (ld-script-mode): Likewise.
9891
baa1c9ab
MR
98922011-06-15 Martin Rudalics <rudalics@gmx.at>
9893
9894 * window.el (display-buffer-alist): Trim default value to avoid
9895 popping up a new frame (Bug#8857) or reusing an arbitrary window
9896 on another frame.
9897 (display-buffer): Do not fall back on popping up a new frame in
9898 batch mode (Bug#8857).
9899
c5dd5a51
CY
99002011-06-14 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9903 (custom-theme-summary): New function.
9904 (customize-themes): Use it.
9905
d647b7c4
GM
99062011-06-13 Glenn Morris <rgm@gnu.org>
9907
9908 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9909
9481c002
MR
99102011-06-13 Martin Rudalics <rudalics@gmx.at>
9911
357f93d2
MR
9912 * help.el (help-window): Remove variable.
9913 (help-window-point-marker, temp-buffer-max-height)
9914 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9915 (help-print-return-message): Don't set help-window.
9916 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9917 (help-window-setup-finish): Remove.
9918 (help-window-display-message, help-window-setup)
9919 (with-help-window): Major rewrite based on new
9920 display-buffer-window variable.
9921
9922 * help-mode.el (help-mode-finish): Remove help-window related
9923 code.
9924
9925 * view.el (view-exits-all-viewing-windows): Remove reference to
9926 view-return-to-alist in doc-string.
9927 (view-return-to-alist): Make obsolete.
9928 (view-buffer): Call pop-to-buffer-same-window and remove
9929 undo-window code.
9930 (view-buffer-other-window): Call pop-to-buffer-other-window and
9931 simplify code. Ignore second argument.
9932 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9933 simplify code. Ignore second argument.
9934 (view-return-to-alist-update): Make obsolete.
9935 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9936 Rewrite using quit-restore window parameters.
2b75be67
SM
9937 (view-mode-exit): Rename second argument to EXIT-ONLY.
9938 Rewrite using quit-restore-window.
357f93d2
MR
9939 (View-exit, View-exit-and-edit, View-leave, View-quit)
9940 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9941 appropriate arguments.
9942 (view-end-message): Use quit-restore window parameter.
9943
9481c002
MR
9944 * window.el (display-buffer-function): Rewrite doc-string.
9945 (display-buffer-window, display-buffer-alist): New variables.
9946 (display-buffer-split-specifiers)
9947 (display-buffer-side-specifiers)
9948 (display-buffer-macro-specifiers): New constants.
9949 (display-buffer-even-window-sizes, display-buffer-set-height)
9950 (display-buffer-set-width, display-buffer-select-window)
9951 (display-buffer-in-window, display-buffer-reuse-window)
9952 (display-buffer-split-window-1, display-buffer-split-window)
9953 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9954 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9955 (display-buffer-in-side-window, normalize-buffer-to-display)
9956 (display-buffer-normalize-specifiers-1)
9957 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9958 (display-buffer-normalize-specifiers, display-buffer-frame):
9959 New functions.
9481c002
MR
9960 (display-buffer): Major rewrite.
9961 (display-buffer-other-window, display-buffer-other-frame)
9962 (pop-to-buffer, switch-to-buffer-other-window)
9963 (switch-to-buffer-other-frame): Rewrite.
9964 (display-buffer-same-window, display-buffer-same-frame)
9965 (display-buffer-same-frame-other-window)
9966 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9967 (pop-to-buffer-other-window)
9968 (pop-to-buffer-same-frame-other-window)
9969 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9970 (switch-to-buffer-other-window-same-frame): New functions.
9971 (same-window-p, special-display-p): Rewrite disabling warnings.
9972 Make obsolete.
9973 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9974 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9975 Make obsolete
9976 (same-window-buffer-names, same-window-regexps)
9977 (special-display-frame-alist, special-display-popup-frame)
9978 (special-display-function, special-display-buffer-names)
9979 (special-display-regexps, pop-up-frame-alist)
9980 (pop-up-frame-function, split-window-preferred-function)
9981 (split-height-threshold, split-width-threshold)
9982 (even-window-heights): Make obsolete.
9983
9db51aca
GM
99842011-06-12 Glenn Morris <rgm@gnu.org>
9985
9986 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9987 Misc simplifications.
9db51aca 9988
39cffb44
MR
99892011-06-12 Martin Rudalics <rudalics@gmx.at>
9990
9991 * window.el (window-safely-shrinkable-p): Restore function which
9992 was inadvertently removed in change from 2011-06-11. Declare as
9993 obsolete.
9994
2b75be67
SM
9995 * calendar/calendar.el (calendar-generate-window):
9996 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9997 window-safely-shrinkable-p.
9998
a8955be7
GM
99992011-06-12 Glenn Morris <rgm@gnu.org>
10000
10001 * progmodes/fortran.el (fortran-mode-syntax-table):
10002 * progmodes/f90.el (f90-mode-syntax-table):
10003 Set % to punctuation. (Bug#8820)
10004 (f90-find-tag-default): Remove, no longer needed.
10005
f0d4059d
DC
100062011-06-12 Daniel Colascione <dan.colascione@gmail.com>
10007
10008 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
10009
1100a63c
CY
100102011-06-11 Chong Yidong <cyd@stupidchicken.com>
10011
10012 * image.el (image-animated-p): Return animation delay in seconds.
10013 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
10014 (image-animate-timeout): Remove DELAY argument. Don't assume
10015 every subimage has the same delay; get it from image-animated-p.
10016 (image-animate): Caller changed.
10017
def722bf
MA
100182011-06-11 Michael Albinus <michael.albinus@gmx.de>
10019
10020 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
10021 to ignored backtrace functions.
10022
0a2bb1a9
GM
100232011-06-11 Glenn Morris <rgm@gnu.org>
10024
10025 * calendar/appt.el (appt-disp-window-function): Doc fix.
10026 (appt-check): Handle overlapping appointments. (Bug#8337)
10027
6198ccd0
MR
100282011-06-11 Martin Rudalics <rudalics@gmx.at>
10029
10030 * window.el (window-tree-1, window-tree): New functions, moving
10031 the latter to window.el.
10032 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
10033 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
10034 (bw-refresh-edges): Remove.
10035 (balance-windows-1, balance-windows-2): New functions.
10036 (balance-windows): Rewrite in terms of window tree functions,
10037 balance-windows-1 and balance-windows-2.
10038 (bw-adjust-window): Remove.
10039 (balance-windows-area-adjust): New function with functionality of
10040 bw-adjust-window but using resize-window.
2b75be67
SM
10041 (set-window-text-height): Rewrite doc-string.
10042 Use normalize-live-window and resize-window.
10043 (enlarge-window-horizontally, shrink-window-horizontally):
10044 Rename argument to DELTA.
6198ccd0
MR
10045 (window-buffer-height): New function.
10046 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
10047 Rewrite using new window resize routines.
2b75be67
SM
10048 (kill-buffer-and-window, mouse-autoselect-window-select):
10049 Use ignore-errors instead of condition-case.
6198ccd0
MR
10050 (quit-window): Call delete-frame instead of delete-windows-on
10051 for the only buffer on frame.
10052
9397e56f
MR
100532011-06-10 Martin Rudalics <rudalics@gmx.at>
10054
10055 * loadup.el (top-level): Load window before files for the sake
10056 of replace-buffer-in-windows.
10057
10058 * files.el (read-buffer-to-switch)
10059 (switch-to-buffer-other-window)
2b75be67
SM
10060 (switch-to-buffer-other-frame, display-buffer-other-frame):
10061 Move to window.el.
9397e56f
MR
10062
10063 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
10064 (previous-buffer): Move to window.el.
10065
10066 * bindings.el (unbury-buffer): Move to window.el.
10067
10068 * window.el (delete-other-windows-vertically): Move after
10069 definition of delete-other-windows.
10070 (other-window, delete-windows-on, replace-buffer-in-windows):
10071 Move here from window.c.
10072 (record-window-buffer, unrecord-window-buffer)
10073 (set-window-buffer-start-and-point, switch-to-prev-buffer)
10074 (switch-to-next-buffer): New functions.
10075 (get-next-valid-buffer, last-buffer, next-buffer): Move here
10076 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
10077 (previous-buffer): Move here from simple.el.
10078 Call switch-to-prev-buffer.
9397e56f
MR
10079 (bury-buffer): Move here from buffer.c. Switch to previous
10080 buffer when window cannot be deleted.
10081 (unbury-buffer): Move here from bindings.el.
10082 (ctl-x-map): Move binding for other-window from window.c to
10083 here.
10084 (read-buffer-to-switch, switch-to-buffer-other-window)
10085 (switch-to-buffer-other-frame): Move here from files.el.
10086 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
10087 (switch-to-buffer): Move here from buffer.c.
10088 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 10089
562dd5e9
MR
100902011-06-10 Martin Rudalics <rudalics@gmx.at>
10091
10092 * window.el (window-min-height, window-min-width): Move here
10093 from window.c. Add defcustoms and rewrite doc-strings.
10094 (resize-mini-window, resize-window): New functions.
10095 (adjust-window-trailing-edge, enlarge-window, shrink-window):
10096 Move here from window.c.
10097 (maximize-window, minimize-window): New functions.
10098 (delete-window, delete-other-windows, split-window): Move here
10099 from window.c.
10100 (window-split-min-size): New function.
10101 (split-window-keep-point): Mention split-window-above-each-other
10102 instead of split-window-vertically.
2b75be67 10103 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
10104 Rename split-window-vertically to split-window-above-each-other
10105 and provide defalias for old definition.
10106 (split-window-side-by-side, split-window-horizontally):
10107 Rename split-window-horizontally to split-window-side-by-side
10108 and provide defalias for the old definition.
562dd5e9
MR
10109 (ctl-x-map): Move bindings for delete-window,
10110 delete-other-windows and enlarge-window here from window.c.
10111 Replace bindings for split-window-vertically and
10112 split-window-horizontally by bindings for
10113 split-window-above-each-other and split-window-side-by-side.
10114
10115 * cus-start.el (all): Remove entries for window-min-height and
10116 window-min-width. Add entries for window-splits and
10117 window-nest.
10118
f0da764a
GM
101192011-06-09 Glenn Morris <rgm@gnu.org>
10120
80675c21
GM
10121 * calendar/appt.el (appt-mode-line): New function.
10122 (appt-check, appt-disp-window): Use it.
10123
f0da764a
GM
10124 * files.el (hack-one-local-variable-eval-safep):
10125 Allow minor-modes with explicit +/-1 arguments.
10126
59f623b7
TZ
101272011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
10128
10129 * term/xterm.el (xterm): Add defgroup.
10130 (xterm-extra-capabilities): Add defcustom to supply known xterm
10131 capabilities, skip querying them, or query them (default).
10132 (terminal-init-xterm): Use it.
10133 (terminal-init-xterm-modify-other-keys): New function to set up
10134 modifyOtherKeys support to simplify `terminal-init-xterm'.
10135
9aab8e0d
MR
101362011-06-09 Martin Rudalics <rudalics@gmx.at>
10137
10138 * window.el (resize-window-reset, resize-window-reset-1)
10139 (resize-subwindows-skip-p, resize-subwindows-normal)
10140 (resize-subwindows, resize-other-windows, resize-this-window)
10141 (resize-root-window, resize-root-window-vertically)
10142 (window-deletable-p, window-or-subwindow-p)
10143 (frame-root-window-p): New functions.
10144
e8b08aee
GM
101452011-06-09 Glenn Morris <rgm@gnu.org>
10146
10147 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
10148 (ange-ftp-get-files): Use it.
10149
254c37a5
AK
101502011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10151
10152 * mail/sendmail.el (mail-recover-1, mail-recover):
10153 * files.el (recover-file, recover-session):
10154 Handle dired-listing-switches not being just a single short option.
10155
35d7dbd3
GM
101562011-06-09 Glenn Morris <rgm@gnu.org>
10157
10158 * calendar/appt.el (appt-display-message, appt-disp-window):
10159 Handle lists of appointments.
10160
387522b2
MR
101612011-06-08 Martin Rudalics <rudalics@gmx.at>
10162
2b75be67
SM
10163 * window.el (one-window-p): Move down in code.
10164 Rewrite doc-string.
10165 (window-current-scroll-bars): Rewrite doc-string.
10166 Normalize live window argument.
387522b2
MR
10167 (walk-windows, get-window-with-predicate, count-windows):
10168 Rewrite doc-string. Use window-list-1.
10169 (window-in-direction-2, window-in-direction, get-mru-window):
10170 New functions.
10171
d8e4b68b 101722011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
10173
10174 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
10175 Doc fix (Bug#8713).
10176
101772011-06-08 Chong Yidong <cyd@stupidchicken.com>
10178
10179 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
10180
101812011-06-08 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * loadhist.el (unload-feature-special-hooks):
10184 Add `comint-output-filter-functions'.
10185
0de12c52
IK
101862011-06-08 Ivan Kanis <gnu@kanis.fr>
10187
10188 * calendar/appt.el (appt-check): Move some initializations into the let.
10189
f3d1777e
MR
101902011-06-08 Martin Rudalics <rudalics@gmx.at>
10191
10192 * window.el (window-height): Defalias to window-total-height.
10193 (window-width): Defalias to window-body-width.
10194
18af70d0
CY
101952011-06-07 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * image-mode.el (image-toggle-animation): New command.
10198 (image-mode-map): Bind it to RET.
10199 (image-mode): Update message.
10200 (image-toggle-display-image): Avoid a spurious cache flush.
10201 (image-transform-rotation): Doc fix.
10202 (image-transform-properties): Return quickly in the normal case.
10203 (image-animate-loop): Rename from image-animate-max-time.
10204
2b75be67 10205 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
10206 (create-animated-image): Remove unnecessary function.
10207 (image-animate): Rename from image-animate-start. New arg.
2b75be67 10208 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
10209 (image-animate-timer): Use car-safe.
10210 (image-animate-timeout): Rename argument.
10211
190b47e6
MR
102122011-06-07 Martin Rudalics <rudalics@gmx.at>
10213
10214 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
10215 window.c. Rename first argument to ALL-FRAMES.
10216 Rephrase doc-strings.
10217 (get-buffer-window-list): Rewrite using window-list-1.
10218 Rephrase doc-string.
a1511caf
MR
10219 (window-safe-min-height, window-safe-min-width): New constants.
10220 (window-size-ignore, window-min-size, window-min-size-1)
10221 (window-sizable, window-sizable-p, window-size-fixed-1)
10222 (window-size-fixed-p, window-min-delta-1, window-min-delta)
10223 (window-max-delta-1, window-max-delta, window-resizable)
10224 (window-resizable-p, window-total-height, window-total-width)
10225 (window-body-width): New functions.
10226 (window-full-height-p, window-full-width-p): Rewrite using
10227 window-total-size.
10228 (window-body-height): Rewrite using window-body-size.
190b47e6 10229
85cc1f11
MR
102302011-06-06 Martin Rudalics <rudalics@gmx.at>
10231
10232 * window.el (window-right, window-left, window-child)
10233 (window-child-count, window-last-child, window-any-p)
10234 (normalize-live-buffer, normalize-live-frame)
10235 (normalize-any-window, normalize-live-window)
10236 (window-iso-combination-p, window-iso-combined-p)
10237 (window-iso-combinations)
10238 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
10239 (windows-with-parameter, window-with-parameter)
10240 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
10241 (window-atom-check, window-side-check, window-check):
10242 New functions.
85cc1f11
MR
10243 (ignore-window-parameters, window-sides, window-sides-vertical)
10244 (window-sides-slots): New variables.
10245 (window-size-fixed): Move down in code. Minor doc-string fix.
10246
e7156492
AS
102472011-06-05 Andreas Schwab <schwab@linux-m68k.org>
10248
10249 * comint.el (comint-dynamic-complete-as-filename)
10250 (comint-dynamic-complete-filename): Correctly call
10251 completion-in-region.
10252
7e821d0d
DD
102532011-06-05 Deniz Dogan <deniz@dogan.se>
10254
10255 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
10256 in last change.
10257
ac09b8a1
DD
102582011-06-05 Deniz Dogan <deniz@dogan.se>
10259
10260 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
10261 (rcirc): Use it to prompt for encryption.
10262
34699b85
RW
102632011-06-05 Roland Winkler <winkler@gnu.org>
10264
10265 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
10266 (bibtex-search-entries): New command bound to C-c C-a.
10267 (bibtex-display-entries): New function.
10268
004dedd3
RW
102692011-06-05 Roland Winkler <winkler@gnu.org>
10270
10271 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
10272 (bibtex-insert-kill): After yanking insert newline if necessary.
10273 (bibtex-initialize): Call bibtex-string-files-init only once.
10274 (bibtex-mode): Do not call easy-menu-add.
10275 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
10276 (bibtex-yank): Set arg properly if nil.
10277
022fe7ce
RW
102782011-06-05 Roland Winkler <winkler@gnu.org>
10279
2b75be67
SM
10280 * textmodes/bibtex.el (bibtex-search-entry-globally):
10281 New variable.
022fe7ce
RW
10282 (bibtex-search-entry): Use it.
10283
b7c3692a
RW
102842011-06-05 Roland Winkler <winkler@gnu.org>
10285
10286 * textmodes/bibtex.el (bibtex-entry-format): New option
10287 sort-fields.
10288 (bibtex-format-entry, bibtex-reformat): Honor this option.
10289 (bibtex-parse-entry): Return fields in proper order.
10290
8eda563d
JB
102912011-06-05 Juanma Barranquero <lekktu@gmail.com>
10292
10293 * doc-view.el (doc-view-remove-if): Move computation of result out
10294 of `dolist' to silence misleading lexical-binding warning.
10295
7dbe3dbc
CY
102962011-06-04 Chong Yidong <cyd@stupidchicken.com>
10297
10298 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
10299 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
10300
0c33dd17
MA
103012011-06-04 Michael Albinus <michael.albinus@gmx.de>
10302
10303 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10304 "SunOS 5.10".
10305
f8f91c2b
MA
103062011-06-04 Michael Albinus <michael.albinus@gmx.de>
10307
10308 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10309 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10310 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10311 (tramp-parse-putty):
10312 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10313 (tramp-completion-function-alist-ssh)
10314 (tramp-completion-function-alist-telnet)
10315 (tramp-completion-function-alist-su)
10316 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10317 cookie.
10318
10319 * net/tramp-ftp.el:
10320 * net/tramp-sh.el:
10321 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10322 load "tramp.el" `tramp-set-completion-function'.
10323
e17d9003
SM
103242011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * shell.el: Require and use pcomplete.
10327 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10328 (shell-completion-vars): Set pcomplete-default-completion-function.
10329
6c4cab03
DD
103302011-06-04 Deniz Dogan <deniz@dogan.se>
10331
10332 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10333 `memq' (Bug#8799).
10334
ea9fafe0
SM
103352011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10338
b3e945d3
JB
103392011-06-02 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10342 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10343 * vc/log-view.el (log-view-beginning-of-defun):
10344 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10345 (smerge-refine-forward, smerge-refine-chopup-region):
10346 Silence warning for unused `dotimes' counter variables.
10347
7d520089
SM
103482011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * net/tramp.el (tramp-with-progress-reporter): Rename from
10351 with-progress-reporter. Use `declare'.
10352 * net/tramp-smb.el:
10353 * net/tramp-sh.el:
10354 * net/tramp-gvfs.el: Update all uses.
10355
a1c2400f
JB
103562011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10357
10358 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10359 buffer isn't killed before making it current.
10360
2403c841
SM
103612011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10362
10363 Silence various byte-compiler warnings.
10364 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10365 `access-type' and new obsolescence format.
10366 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10367 new format.
10368 (byte-compile-check-variable): New `access-type' argument.
10369 Only warn if the access-type is obsolete.
10370 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10371 (byte-compile-variable-set): Adjust callers.
10372 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10373 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10374 setting it as obsolete.
10375 * simple.el (minibuffer-completing-symbol):
10376 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10377 access as obsolete.
10378 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10379 obsolete yet.
10380 * international/quail.el (quail-mouse-choose-completion): Remove unused
10381 code referring to obsolete var.
10382 (quail-choose-completion-string): Remove.
10383 * server.el (server-clients-with, server-kill-buffer-query-function)
10384 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10385 * proced.el (proced-send-signal):
10386 * emacs-lisp/lisp.el (lisp-complete-symbol):
10387 Replace completion-annotate-function with completion-extra-properties.
10388
2462470b
SM
103892011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10390
fb5b2591
SM
10391 * simple.el (goto-line): Use read-number.
10392 (overriding-map-is-bound): Remove.
10393 (saved-overriding-map): Change default.
10394 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10395 Take the map as argument.
10396 (universal-argument, negative-argument, digit-argument): Use it.
10397 (restore-overriding-map): Adjust.
10398 (do-auto-fill): Use fill-forward-paragraph.
10399 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10400
fd6fa53f
SM
10401 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10402 (minibuffer-inactive-mode): New major mode.
10403 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10404 the *Messages* buffer" hack.
10405 (mouse-popup-menubar): Don't burp if the event is a normal key.
10406
2462470b
SM
10407 Miscellaneous tweaks.
10408 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10409 lexical scoping as in subr.el's dolist and dotimes.
10410 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10411 Silence compiler warning.
10412 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10413 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10414 * international/ccl.el (ccl-compile): Trivial simplification.
10415 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10416 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10417 `printflag' argument.
10418 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10419 Purecopy the whole obsolescence data.
10420
108bf785
LL
104212011-06-01 Leo Liu <sdl.web@gmail.com>
10422
10423 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10424 improve doc-string as suggested by Marco Pessotto
10425 <melmothx@gmail.com>.
10426 (rcirc-print): Fix last change.
10427
30a23501
SM
104282011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * minibuffer.el (complete-with-action): Return nil for the metadata and
10431 boundaries of non-functional tables.
10432 (completion-table-dynamic): Return nil for the metadata.
10433 (completion-table-with-terminator): Add default case, using
10434 complete-with-action.
10435 (completion--metadata): New function.
10436 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10437 to try and avoid pathological performance problems.
10438 (completion--embedded-envvar-table): Return `category' metadata.
10439
bcd54f83
LMI
104402011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10441
10442 * subr.el (process-alive-p): New tiny convenience function.
10443
e227544d
SM
104442011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10447 content but also its previous major mode.
10448
e8296fdc
HE
104492011-05-31 Helmut Eller <eller.helmut@gmail.com>
10450
4d61f28d 10451 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10452 *Backtrace* buffer when we exit with C-M-c.
10453
620c53a6
SM
104542011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * minibuffer.el: Add metadata method to completion tables.
10457 (completion-category-overrides): New defcustom.
10458 (completion-metadata, completion--field-metadata)
10459 (completion-metadata-get, completion--styles)
10460 (completion--cycle-threshold): New functions.
10461 (completion-try-completion, completion-all-completions):
10462 Add `metadata' argument to choose completion-styles.
10463 (completion--do-completion): Use metadata to choose cycling.
10464 (completion-all-sorted-completions): Use metadata for sorting.
10465 Remove :completion-cycle-penalty which is not needed any more.
10466 (completion--try-word-completion): Add `metadata' argument.
10467 (minibuffer-completion-help): Check metadata for annotation function
10468 and sorting.
10469 (completion-file-name-table): Return `category' metadata.
10470 (minibuffer-completing-file-name): Make obsolete.
10471 * simple.el (minibuffer-completing-symbol): Make obsolete.
10472 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10473 completion-try-completion.
10474
1257e755
SM
104752011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10478
3767e706
LL
104792011-05-30 Leo Liu <sdl.web@gmail.com>
10480
10481 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10482 (rcirc-print): Decode all incoming messages (bug#8744).
10483 (rcirc-decode-coding-system): Allow value nil for automatic coding
10484 system detection.
3767e706 10485
d1a5d56a
GM
104862011-06-01 Glenn Morris <rgm@gnu.org>
10487
10488 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10489
e8cbec34
CY
104902011-05-29 Chong Yidong <cyd@stupidchicken.com>
10491
10492 * image.el (image-animate-max-time): Allow nil and t values.
10493 Default to nil.
10494 (create-animated-image): Doc fix.
10495 (image-animate-start): Remove second arg; just use
10496 image-animate-max-time.
10497 (image-animate-timeout): Doc fix. Args changed.
10498
10499 * image-mode.el (image-toggle-display-image): Ensure that the
10500 image spec passed to the animate timer is the same object as in
58179cce 10501 the buffer's display property (Bug#6981).
e8cbec34
CY
10502 (image-transform-properties): Doc fix.
10503
10504 * image.el (image-animate-max-time): Default to nil.
10505
159daf87
MR
105062011-05-29 Martin Rudalics <rudalics@gmx.at>
10507
10508 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10509 entire buffer list (Bug#8184).
10510
d66c4c7c
CY
105112011-05-29 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * image.el (imagemagick-types-inhibit)
10514 (imagemagick-register-types): Doc fix.
10515
80aec780
DD
105162011-05-29 Deniz Dogan <deniz@dogan.se>
10517
10518 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10519 default.
10520
1dd3c2d9
CY
105212011-05-29 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * select.el: Don't perform clipboard-manager saving in hooks;
10524 leave the hooks empty.
10525
60e56523
LL
105262011-05-28 Leo Liu <sdl.web@gmail.com>
10527
10528 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10529 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10530 (occur-edit-mode): New major mode (Bug#8463).
10531 (occur-after-change-function): New function.
10532 (occur-engine): Give Occur tags a read-only property.
10533
2b1e1a22
KR
105342011-05-28 Kevin Ryde <user42@zip.com.au>
10535
10536 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10537
5d344e88
CY
105382011-05-28 Chong Yidong <cyd@stupidchicken.com>
10539
8e6ca83d
CY
10540 * bindings.el (help-echo): Make the initial non-indicator dash
10541 empty on graphical terminals (Bug#7295).
10542
5d344e88
CY
10543 * files.el (auto-mode-alist): Move config rule after the
10544 in-stripping one (Bug#8547).
10545
bfbbace7
CY
10546 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10547
fbeba6e2
CY
10548 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10549 setting (Bug#8740).
10550
60ed8c72
AA
105512011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10552
4ac619f0
AA
10553 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10554 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10555 (Bug#8539).
60ed8c72 10556
23db196e
CY
105572011-05-28 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10560
5012f24c
DK
105612011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10562
10563 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10564 (hs-hide-block-at-point, hs-find-block-beginning)
10565 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10566 (Bug#8279).
10567
6a639b16
GM
105682011-05-28 Glenn Morris <rgm@gnu.org>
10569
10570 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10571
d43eaf2c
CY
105722011-05-28 Chong Yidong <cyd@stupidchicken.com>
10573
5199bde1
CY
10574 * help-fns.el (describe-function-1): If the function is a derived
10575 major mode, print the parent mode.
10576
d43eaf2c
CY
10577 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10578 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10579
423428a8
SM
105802011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10581
0ff8e1ba 10582 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10583 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10584 * progmodes/etags.el (tags-completion-at-point-function):
10585 * info-look.el (info-lookup-completions-at-point): Mark as
10586 non-exclusive.
10587 (info-complete): Adjust accordingly.
10588
423428a8
SM
10589 * info-look.el: Convert to lexical-binding and completion-at-point.
10590 (info-lookup-completions-at-point): New function.
10591 (info-complete): Use it and completion-in-region.
10592
b74aa22b
DA
105932011-05-28 Drew Adams <drew.adams@oracle.com>
10594
10595 * isearch.el: Let M-e start with point at the first mismatched char.
10596 (isearch-fail-pos): New function.
10597 (isearch-edit-string): Use it.
10598
66e2e71d
DK
105992011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10600
10601 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10602
b1890b0f 106032011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10604
10605 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10606 traversal functions for avl-trees.
10607 (avl-tree--stack): New struct.
10608 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10609 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10610 (avl-tree--do-enter): Add optional `updatefun' arg.
10611 Change return value.
eb95d01d 10612 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10613 (avl-tree--do-delete): Add `test' and `nilflag' args.
10614 Change return value.
eb95d01d
TC
10615 (avl-tree-member): Add optional `nilflag'
10616 (avl-tree-member-p): New function.
10617 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10618 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10619 (avl-tree-stack-empty-p): New functions.
10620
3769ddcf
TC
10621 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10622 avl-tree--del-balance1 and make it work both ways.
10623 (avl-tree--del-balance2): Remove.
10624 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10625 make it work both ways.
10626 (avl-tree--enter-balance2): Remove.
10627 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10628 New macros.
10629 (avl-tree--mapc, avl-tree-map): Add direction argument.
10630
eb95d01d 106312011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10632
10633 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10634
a9f737ee
CY
106352011-05-27 Chong Yidong <cyd@stupidchicken.com>
10636
10637 * select.el: Support clipboard managers with built-in function
10638 x-clipboard-manager-save, via delete-frame-functions and
10639 kill-emacs-hook.
10640 (xselect-convert-to-targets): Add MULTIPLE target to list.
10641 (xselect-convert-to-save-targets): New function.
10642
c92a1e54
KH
106432011-05-27 Kenichi Handa <handa@m17n.org>
10644
10645 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10646 let-binding rfc2047-encode-encoded-words to nil.
10647
e145f188
GM
106482011-05-27 Glenn Morris <rgm@gnu.org>
10649
5ec8a862
GM
10650 * mail/emacsbug.el: Don't require url-util.
10651
4b29d9fb
GM
10652 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10653
e145f188
GM
10654 * files.el (set-auto-mode):
10655 Also respect mode: entries at the end of the file. (Bug#8586)
10656
7d15102b
GM
106572011-05-26 Glenn Morris <rgm@gnu.org>
10658
98f593b8
GM
10659 * files.el (hack-local-variables-prop-line, hack-local-variables):
10660 Downcase mode names, as seems to be traditional.
27b48e63 10661 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10662
7d15102b
GM
10663 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10664 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10665
51d5b4ec
JD
106662011-05-25 Julien Danjou <julien@danjou.info>
10667
10668 * textmodes/rst.el (rst-define-level-faces): Do not define face
10669 symbol if it is already defined.
10670
91513f63
VB
106712011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10672
10673 * play/5x5.el (5x5-new-game, 5x5-randomize):
10674 Reset 5x5-solver-output to nil when a new grid is cast.
10675 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10676 these debugging traces, as defmacro breaks the compiled code.
10677
4d90d6d0
DK
106782011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10679
10680 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10681
e1b90ef6
LL
106822011-05-24 Leo Liu <sdl.web@gmail.com>
10683
10684 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10685 (vc-bzr-sha1): Adapt.
10686
d8e4b68b 10687 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10688
10689 * bindings.el: Provide sha1 feature.
10690
db0406bb 106912011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10692
10693 * mail/sendmail.el: Require `rfc2047'.
10694 (mail-insert-from-field): Do not perform RFC2047 encoding.
10695 (mail-encode-header): New function.
10696 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10697 buffer to the return value of select-message-coding-system.
10698 Call mail-encode-header.
b8d747b9
KH
10699
10700 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10701
db0406bb 107022011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10703
4d90d6d0
DK
10704 * mail/supercite.el (sc-default-cite-frame):
10705 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10706
eb8a5e9b
GM
107072011-05-24 Glenn Morris <rgm@gnu.org>
10708
f8630703
GM
10709 * progmodes/python.el (brm-menu): Declare.
10710
8831bbed
GM
10711 * emulation/viper.el (viper-set-hooks): Declare.
10712
eb8a5e9b
GM
10713 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10714 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10715 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10716 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10717 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10718 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10719
a2a25d24
SM
107202011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 Add an :exit-function for completion-at-point.
10723
10724 * minibuffer.el (completion--done): New fun.
10725 (completion--do-completion): Use it. New arg `expect-exact'.
10726 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10727 since completion--do-completion does it for us now.
10728 (minibuffer-force-complete): Use completion--done and
10729 completion--replace. Handle sole-completion case with more care.
10730 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10731 (completion-extra-properties): New var.
10732 (completion-annotate-function): Make obsolete.
10733 (minibuffer-completion-help): Adjust accordingly.
10734 Use completion-list-insert-choice-function.
10735 (completion-at-point, completion-help-at-point):
10736 Bind completion-extra-properties.
10737 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10738 * simple.el (completion-list-insert-choice-function): New var.
10739 (completion-setup-function): Preserve it.
10740 (choose-completion): Pay attention to it, shuffle the code a bit.
10741 (choose-completion-string): New arg `insert-function'.
10742
10743 * textmodes/bibtex.el: Convert to lexical binding.
10744 (bibtex-mode-map): Use completion-at-point.
10745 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10746 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10747 (bibtex-complete): Define as obsolete alias.
10748 (bibtex-complete-internal): Remove.
10749 (bibtex-format-entry): Remove unused sub-group in regexp.
10750 * shell.el (shell--command-completion-data)
10751 (shell-environment-variable-completion):
10752 * pcomplete.el (pcomplete-completions-at-point):
10753 * comint.el (comint--complete-file-name-data): Use :exit-function
10754 instead of completion-table-with-terminator so it also works for
10755 choose-completion.
10756
e44e373d
SM
107572011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10758
4f91a816
SM
10759 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10760
782fc819
SM
10761 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10762 (bug#8710).
10763
e44e373d
SM
10764 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10765
381987c3
KM
107662011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10767
10768 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10769 customization variable and implement: If non-nil, auto-fill will
10770 be inhibited while on topic's header line.
10771
b776bc70
VB
107722011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10773
10774 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10775 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10776 always have a solution in grid size = 5 cases.
10777 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10778 (5x5-solver-output, 5x5-log-buffer): New vars.
10779 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10780 Make these variables buffer local to achieve 5x5 multi-session-ness.
10781 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10782 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10783 (5x5-solve-suggest): New funs.
10784 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10785 randomize a grid so that we ensure that there is always a solution.
10786 (5x5-make-random-grid): Allow other movement than flipping.
10787
7de88b6e
KR
107882011-05-23 Kevin Ryde <user42@zip.com.au>
10789
10790 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10791 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10792 advice and passes PREDICATE.
10793
b1ef1257
SM
107942011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10795
bbca48fe
SM
10796 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10797 byte-compile-lambda if it's actually a lambda.
10798
b1ef1257
SM
10799 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10800 Fix function quoting. Use backquote better.
10801
92a9cc65
YS
108022011-05-22 Yuanle Song <sylecn@gmail.com>
10803
10804 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10805 matching (Bug#8516).
10806
f0fb8059
JA
108072011-01-22 Jari Aalto <jari.aalto@cante.net>
10808
10809 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10810 different face (Bug#8178).
10811
d5b44c93
CY
108122011-05-22 Chong Yidong <cyd@stupidchicken.com>
10813
10814 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10815 defface (Bug#8144).
10816
79106a44
SM
108172011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10818
9c848d8a
SM
10819 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10820 funcall as well (bug#8712). Warn when performing those conversions.
10821 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10822
79106a44
SM
10823 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10824
88dfa756
GM
108252011-05-22 Glenn Morris <rgm@gnu.org>
10826
10827 * files.el (hack-local-variables-prop-line): Small simplifications.
10828 (hack-local-variables, hack-local-variables-prop-line):
10829 If MODE-ONLY, return the mode, rather than just `t'.
10830
b7cf2c79
SM
108312011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10834
3f1a8558
GM
108352011-05-21 Glenn Morris <rgm@gnu.org>
10836
7e4ccca3
GM
10837 * files.el (hack-local-variables-prop-line, hack-local-variables):
10838 If only interested in the mode, don't bother doing the other stuff.
10839
637d46ca
GM
10840 * image-mode.el (image-after-revert-hook):
10841 Redraw all frames on which the image is visible. (Bug#8567)
10842
973d955b
GM
10843 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10844
3f1a8558
GM
10845 * wid-edit.el (widget-checklist-match-inline):
10846 Fix 2011-04-19 change. (Bug#8649)
10847
96479927
SM
108482011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10849
1dcf791f
SM
10850 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10851 Also allow singlespace after single-letter capitals followed by a dot.
10852
96479927
SM
10853 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10854 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10855
35fd0881
N
108562011-05-20 Nix <nix@esperi.org.uk>
10857
10858 * files.el (basic-save-buffer-2):
10859 Fix handling of break-hardlink-on-save with non-existent files.
10860
82745640
DD
108612011-05-19 Deniz Dogan <deniz@dogan.se>
10862
10863 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10864 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10865
4a720484
GM
108662011-05-19 Glenn Morris <rgm@gnu.org>
10867
d1f21341
GM
10868 * progmodes/f90.el (f90-type-def-re):
10869 Handle "type, bind(c)". (Bug#8691)
10870
4a720484
GM
10871 * emacs-lisp/autoload.el (batch-update-autoloads):
10872 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10873
2fb0a219
MA
108742011-05-18 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10877 property for the correct connection in case of multihops.
10878
e565dd37
GM
108792011-05-18 Glenn Morris <rgm@gnu.org>
10880
c2571358 10881 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10882 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10883
e565dd37
GM
10884 Rationalize calendar handling of day and month abbrev-arrays.
10885 * calendar/calendar.el (calendar-customized-p): New function.
10886 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10887 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10888 Add :set function.
10889 (calendar-abbrev-length, calendar-day-abbrev-array)
10890 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10891 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10892 Elements may no longer be nil.
10893 (calendar-day-name, calendar-month-name):
10894 Update for changed nature of abbrev arrays.
10895 * calendar/diary-lib.el (diary-name-pattern):
10896 Update for changed nature of abbrev arrays.
10897 (diary-mark-entries-1): Update calendar-make-alist calls.
10898 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10899 * calendar/cal-html.el (cal-html-day-abbrev-array):
10900 Simply inherit from calendar-day-abbrev-array.
10901
1d99a745
SM
109022011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * progmodes/grep.el (grep-mode): Disable default
10905 compilation-directory-matcher setting (bug#8684).
10906
7c1d9aa0
MA
109072011-05-17 Michael Albinus <michael.albinus@gmx.de>
10908
10909 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10910 instead of "head" and "tail". There were problems with SunOS 5.9,
10911 and it performs better.
10912
3952e9d8
GM
109132011-05-17 Glenn Morris <rgm@gnu.org>
10914
2dd12e7f
GM
10915 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10916
e4157b9c
GM
10917 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10918 Replace obsolete function.
10919
8e249bbd
GM
10920 * shell.el (pcomplete-parse-arguments-function): Declare.
10921
3952e9d8
GM
10922 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10923 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10924 (appt-check): Doc fixes.
10925 (appt-disp-window-function, appt-delete-window-function):
10926 Remove needless special case in custom :type.
10927 (appt-display-count): Default to 0, not nil.
10928 (appt-check): Reset appt-display-count to 0, not nil.
10929
c71a0d48 109302011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10931
c71a0d48
GM
10932 * progmodes/python.el (python-font-lock-keywords):
10933 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10934
31d55be9
SM
109352011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10938
3bfacb2f
KR
109392011-05-16 Kevin Ryde <user42@zip.com.au>
10940
10941 * info-look.el (makefile-automake-mode): New setups, looking in
10942 automake manual, then makefile-mode.
10943 (makefile-mode): Remove automake manual, have it just in
10944 makefile-automake-mode since there's various things different or
10945 not relevant to plain make.
10946 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10947 believe a hypothetical automake-mode would go to makefile-mode,
10948 not the other way around.
10949
c8e83751
CY
109502011-05-15 Chong Yidong <cyd@stupidchicken.com>
10951
5e9e35cd
CY
10952 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10953 hunk-end tags (Bug#8672).
10954
c8e83751
CY
10955 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10956 vc-annotate-show-diff-revision-at-line (Bug#8671).
10957
50b23e5a
GM
109582011-05-14 Glenn Morris <rgm@gnu.org>
10959
7210a739
GM
10960 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10961 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10962 (change-log-font-lock-keywords): Also handle multiple author lines
10963 with leading tabs. (Bug#8644)
7210a739 10964
4691905a
GM
10965 * calendar/appt.el (appt-check): Rename some local variables.
10966 Some simplification/reordering.
10967
50b23e5a
GM
10968 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10969 (feedmail-sendmail-f-doesnt-sell-me-out)
10970 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10971 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10972 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10973 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10974 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10975 (feedmail-binmail-gnulinuxish-template):
10976 Rename from feedmail-binmail-linuxish-template.
10977 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10978 Use insert-buffer-substring.
10979
215cda7c
BC
109802011-05-14 Bill Carpenter <bill@carpenter.org>
10981
10982 * mail/feedmail.el (feedmail-patch-level): Increase.
10983 (feedmail-debug): New custom group.
10984 (feedmail-confirm-outgoing-timeout)
10985 (feedmail-sendmail-f-doesnt-sell-me-out)
10986 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10987 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10988 (feedmail-sender-line, feedmail-from-line)
10989 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10990 (feedmail-spray-this-address)
215cda7c
BC
10991 (feedmail-spray-address-fiddle-plex-list)
10992 (feedmail-queue-use-send-time-for-date)
10993 (feedmail-queue-use-send-time-for-message-id)
10994 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10995 (feedmail-buffer-eating-function):
10996 Doc fixes.
10997 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10998 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10999 (feedmail-message-action-scroll-down): New functions.
11000 (feedmail-queue-directory, feedmail-queue-draft-directory):
11001 Use expand-file-name.
11002 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
11003 Remove C-v help entry.
11004 (feedmail-queue-buffer-file-name): New variable.
11005 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
11006 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
11007 (feedmail-message-action-send-strong, feedmail-message-action-edit)
11008 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
11009 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
11010 (feedmail-message-action-toggle-spray)
11011 (feedmail-run-the-queue-no-prompts)
11012 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
11013 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
11014 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
11015 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
11016 (feedmail-envelope-deducer, feedmail-fiddle-from)
11017 (feedmail-fiddle-sender, feedmail-default-date-generator)
11018 (feedmail-fiddle-date, feedmail-fiddle-message-id)
11019 (feedmail-fiddle-spray-address)
11020 (feedmail-fiddle-list-of-spray-fiddle-plexes)
11021 (feedmail-fiddle-list-of-fiddle-plexes)
11022 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
11023 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
11024 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
11025 Change default. Doc fix.
11026 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
11027 (feedmail-binmail-linuxish-template): New constant.
11028 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
11029 Respect feedmail-sendmail-f-doesnt-sell-me-out.
11030 (feedmail-send-it): Add debug call.
11031 Use feedmail-queue-buffer-file-name, and
11032 feedmail-send-it-immediately-wrapper.
11033 (feedmail-message-action-send): Add debug call.
11034 Use feedmail-send-it-immediately-wrapper.
11035 (feedmail-queue-express-to-queue): Add debug call.
11036 Run feedmail-queue-express-hook.
11037 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
11038 (feedmail-message-action-help-blat):
11039 Rename from feedmail-queue-send-edit-prompt-help-first.
11040 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
11041 Check line-endings. Handle errors better.
11042 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
11043 Doc fix. Add debug call.
11044 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
11045 Use feedmail-queue-send-edit-prompt-inner.
11046 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
11047 (feedmail-queue-send-edit-prompt-inner): New function, extracted
11048 from feedmail-queue-send-edit-prompt.
11049 (feedmail-queue-send-edit-prompt-help)
11050 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
11051 (feedmail-tidy-up-slug): Add debug call.
11052 Respect feedmail-queue-slug-suspect-regexp.
11053 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
11054 (feedmail-dump-message-to-queue): Add debug call.
11055 Expand queue-directory.
11056 (feedmail-dump-message-to-queue): Change message slightly.
11057 Use feedmail-say-chatter.
11058 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
11059 (feedmail-send-it-immediately-wrapper): New function.
11060 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
11061 Insert empty string rather than newline. Handle full-frame case.
11062 Use catch/throw. Use feedmail-say-chatter.
11063 (feedmail-fiddle-from): Try mail-host-address.
11064 (feedmail-default-message-id-generator): Doc fix.
11065 Bind system-time-locale. Handle missing end.
11066 (feedmail-fiddle-x-mailer): Add debug call.
11067 Handle feedmail-x-mailer-line being nil.
11068 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
11069 Add debug call. Use buffer-substring-no-properties.
11070 (feedmail-say-debug, feedmail-say-chatter): New functions.
11071 (feedmail-find-eoh): Give an explicit error.
11072
42c7e61e
UJ
110732011-05-13 Ulf Jasper <ulf.jasper@web.de>
11074
c2571358 11075 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 11076 family from helvetica to sans.
c2571358 11077 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11078 etc/images/newsticker.
11079
c2571358 11080 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
11081 family from helvetica to sans.
11082
11083 * net/newst-plainview.el (newsticker-new-item-face)
11084 (newsticker-old-item-face, newsticker-immortal-item-face)
11085 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 11086 (newsticker-statistics-face): Change default family from
42c7e61e 11087 helvetica to sans.
c2571358 11088 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
11089 etc/images/newsticker.
11090
5d3385a0
JB
11091 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
11092 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
11093 auto-marking.
11094
8497a297
DV
110952011-05-13 Didier Verna <didier@xemacs.org>
11096
11097 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
11098 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
11099 TODO entries.
8497a297
DV
11100 (lisp-lambda-list-keyword-parameter-indentation)
11101 (lisp-lambda-list-keyword-parameter-alignment)
11102 (lisp-lambda-list-keyword-alignment): New customizable user options.
11103 (lisp-indent-defun-method): Improve docstring.
11104 (extended-loop-p): Fix comment.
11105 (lisp-indent-lambda-list-keywords-regexp): New variable.
11106 (lisp-indent-lambda-list): New function.
11107 (lisp-indent-259): Use it.
11108 (lisp-indent-defmethod): Support for more than one
11109 method qualifier and properly indent methods lambda-lists.
11110 (defgeneric): Provide a missing common-lisp-indent-function property.
11111
f278f87f
SM
111122011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
11115 bounds for the empty string (bug#8667).
11116
5233edd7
GM
111172011-05-13 Glenn Morris <rgm@gnu.org>
11118
5237a44f
GM
11119 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
11120
8340026c 11121 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 11122 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 11123
5233edd7 11124 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 11125 (appt-time-msg-list): Doc fix.
a5464014 11126 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 11127
92d10796
AS
111282011-05-12 Andreas Schwab <schwab@linux-m68k.org>
11129
11130 * progmodes/ld-script.el (ld-script-keywords)
11131 (ld-script-builtins): Update keywords list.
11132
914a0ae1
SM
111332011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11134
c89be45f
SM
11135 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
11136
914a0ae1
SM
11137 * shell.el (shell-completion-vars): New function.
11138 (shell-mode):
11139 * simple.el (read-shell-command): Use it.
11140 (blink-matching-open): No need for " [...]" in minibuffer-message.
11141
98dc3df3
GM
111422011-05-12 Glenn Morris <rgm@gnu.org>
11143
11144 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
11145 (appt-check): Simplify.
11146
d2fc7e3d 111472011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 11148
4d61f28d 11149 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
11150 literal "/dev/null".
11151
d2fc7e3d 111522011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
11153
11154 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
11155 Fix typo.
11156
d2fc7e3d 111572011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 11158
3f254caa
SM
11159 * progmodes/which-func.el (which-function):
11160 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
11161 which might not be defined (Bug#8260).
11162
d45885f7
GM
111632011-05-12 Glenn Morris <rgm@gnu.org>
11164
11165 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11166 Let byte-compile-initial-macro-environment always take precedence.
11167
488086f4
SM
111682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * net/rcirc.el: Add support for SSL/TLS connections.
11171 (rcirc-server-alist): New field `encryption'.
11172 (rcirc): Check `encryption' settings.
11173 (rcirc-connect): New arg `encryption'. Use open-network-stream.
11174 Merge make-local-variable into `set'.
11175 (rcirc--connection-open-p): New function.
11176 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
11177 the process is not a network process (e.g. running gnutls-cli).
11178 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11179 Make rcirc-(en|de)code-coding-system local here.
11180 (rcirc-mode): Merge make-local-variable into `set'.
11181 (rcirc-parent-buffer): Make permanent buffer-local.
11182 (rcirc-multiline-minor-mode): Don't do it here.
11183 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
11184 there's no server buffer.
11185
7d3b9d44
GM
111862011-05-11 Glenn Morris <rgm@gnu.org>
11187
f64049c6
GM
11188 * newcomment.el (comment-kill): Prefix "unused" local.
11189
93c9df73
GM
11190 * term/w32console.el (get-screen-color): Declare.
11191
7d3b9d44
GM
11192 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11193 Handle symbol elements of byte-compile-initial-macro-environment.
11194
9e2dd53f
LL
111952011-05-10 Leo Liu <sdl.web@gmail.com>
11196
488086f4
SM
11197 * bookmark.el (bookmark-bmenu-mode-map):
11198 Bind bookmark-bmenu-search to `/'.
8b340240 11199
9e2dd53f 11200 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
11201 (footnote-unicode-string, footnote-unicode-regexp): New variable.
11202 (Footnote-unicode): New function.
11203 (footnote-style-alist): Add unicode style to the list.
11204 (footnote-style): Doc fix.
9e2dd53f 11205
79b70037
GM
112062011-05-10 Jim Meyering <meyering@redhat.com>
11207
11208 Fix doubled-word typos.
11209 * international/quail.el (quail-insert-kbd-layout): and and -> and
11210 * kermit.el: and and -> and
11211 * net/ldap.el (ldap-search-internal): to to -> to
11212 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
11213 * progmodes/js.el (js-mode): and and -> and
11214 * textmodes/artist.el (artist-move-to-xy): at at -> at
11215 (artist-draw-region-trim-line-endings): if if -> if
11216 And Safetyc -> Safety.
11217 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
11218
b8f82dc1 112192011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 11220 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
11221
11222 * files.el (hack-one-local-variable-eval-safep):
11223 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
11224
4f99f44b
GM
112252011-05-10 Glenn Morris <rgm@gnu.org>
11226
11227 * calendar/diary-lib.el (diary-list-entries-hook)
11228 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
11229 (diary-nongregorian-marking-hook, diary-list-entries)
11230 (diary-include-other-diary-files, diary-mark-entries)
11231 (diary-mark-included-diary-files): Doc fixes.
11232
84f29e6b
JB
112332011-05-09 Juanma Barranquero <lekktu@gmail.com>
11234
11235 * misc.el: Require tabulated-list.el during compilation.
11236
9bedd73a
CY
112372011-05-09 Chong Yidong <cyd@stupidchicken.com>
11238
488086f4
SM
11239 * progmodes/compile.el (compilation-start):
11240 Run compilation-filter-hook for the async case too.
9bedd73a
CY
11241 (compilation-filter-hook): Doc fix.
11242
797c735c
DD
112432011-05-09 Deniz Dogan <deniz@dogan.se>
11244
11245 * wdired.el: Remove outdated installation comment. Fix usage
11246 comment.
11247
5f4b1dfe
JB
112482011-05-09 Juanma Barranquero <lekktu@gmail.com>
11249
11250 * misc.el: Implement new command `list-dynamic-libraries'.
11251 (list-dynamic-libraries--loaded-only-p): New variable.
11252 (list-dynamic-libraries--refresh): New function.
11253 (list-dynamic-libraries): New command.
11254
4c44026c
CY
112552011-05-09 Chong Yidong <cyd@stupidchicken.com>
11256
488086f4
SM
11257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11258 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
11259 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
11260 higher priority to avoid clobbering by gnu.
11261
027f966d
CY
112622011-05-08 Chong Yidong <cyd@stupidchicken.com>
11263
11264 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
11265 if the face has existing theme settings (Bug#8454).
11266
085f5d7d
CY
112672011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
11268
488086f4
SM
11269 * progmodes/perl-mode.el (perl-imenu-generic-expression):
11270 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 11271
2a86a00c
RS
11272 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
11273 special file names `.' and `..' (Bug#8259).
11274
d9c54a06
CY
112752011-05-08 Chong Yidong <cyd@stupidchicken.com>
11276
488086f4
SM
11277 * progmodes/grep.el (grep-mode-font-lock-keywords):
11278 Remove buffer-changing entries.
d9c54a06
CY
11279 (grep-filter): New function.
11280 (grep-mode): Add it to compilation-filter-hook.
11281
11282 * progmodes/compile.el (compilation-filter-hook)
11283 (compilation-filter-start): New defvars.
11284 (compilation-filter): Call compilation-filter-hook prior to
11285 updating the process mark.
11286
c4662635
SM
112872011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
11290
b0512a1d
EZ
112912011-05-07 Eli Zaretskii <eliz@gnu.org>
11292
605c9376
EZ
11293 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
11294 mailclient-send-it even if window-system is nil. (Bug#8595)
11295
c4662635
SM
11296 * term/w32console.el (terminal-init-w32console):
11297 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
11298 background-mode. (Bug#8597)
11299
d1dc2cc2
SM
113002011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11303 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11304 New functions.
11305 (defgeneric, eieio--defmethod): Use them.
11306 (eieio-defgeneric): Remove.
11307 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11308
915d1300
GM
113092011-05-07 Glenn Morris <rgm@gnu.org>
11310
a3961c3e
GM
11311 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11312 Use let rather than let*.
11313 (timeclock-find-discrep): Remove unused local.
11314
314347b9
GM
11315 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11316
915d1300
GM
11317 * calendar/appt.el (appt-time-msg-list): Doc fix.
11318
275b59b0
NF
113192011-05-06 Noah Friedman <friedman@splode.com>
11320
11321 * apropos.el (apropos-print-doc): Only use
11322 emacs-lisp-docstring-fill-column when it is bound to an integer,
11323 per that variable's documentation.
11324
6c19f744
SM
113252011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11328 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11329
60f884b2
GM
113302011-05-06 Glenn Morris <rgm@gnu.org>
11331
5006e634
GM
11332 * calendar/appt.el (appt-message-warning-time): Doc fix.
11333 (appt-warning-time-regexp): New option.
11334 (appt-make-list): Respect appt-message-warning-time.
11335
548d0a63
GM
11336 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11337 New options.
11338 (diary-add-to-list): Strip comments from the displayed string.
11339 (diary-mode): Set comment-start and comment-end.
11340
60f884b2
GM
11341 * vc/diff-mode.el (smerge-refine-subst): Declare.
11342 (diff-refine-hunk): Don't require smerge-mode when compiling.
11343
989681bb
JB
113442011-05-06 Juanma Barranquero <lekktu@gmail.com>
11345
11346 * simple.el (list-processes): Return nil as the docstring says.
11347
a6bc05e1
MA
113482011-05-05 Michael Albinus <michael.albinus@gmx.de>
11349
11350 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11351 to "".
11352 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11353 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11354 determining of binary transfer. (Bug#7383)
11355
23c22e9a
MA
113562011-05-05 Michael Albinus <michael.albinus@gmx.de>
11357
c4662635
SM
11358 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11359 Fix port computation bug. (Bug#8618)
23c22e9a 11360
0bff894f
GM
113612011-05-05 Glenn Morris <rgm@gnu.org>
11362
b8296902
GM
11363 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11364
1f522ce8
GM
11365 * simple.el (shell-dynamic-complete-functions)
11366 (comint-dynamic-complete-functions): Declare.
11367
cf5bee67
GM
11368 * net/network-stream.el (gnutls-negotiate):
11369 * simple.el (tabulated-list-print): Fix declarations.
11370
11371 * progmodes/gud.el (syntax-symbol, syntax-point):
11372 Remove unnecessary and incorrect declarations.
11373
0bff894f
GM
11374 * emacs-lisp/check-declare.el (check-declare-scan):
11375 Handle byte-compile-initial-macro-environment in bytecomp.el
11376
9869b3ae
SM
113772011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 Fix earlier half-done eieio-defmethod change (bug#8338).
11380 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11381 Streamline and change calling convention.
11382 (defmethod): Adjust accordingly and simplify.
11383 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11384 new eieio--defmethod.
11385 (slot-boundp): Minor CSE simplification.
11386
9c1d5ac5
MZ
113872011-05-05 Milan Zamazal <pdm@zamazal.org>
11388
11389 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11390 (glasses-make-readable): Use glasses-separate-capital-groups.
11391
455c834e
JB
113922011-05-05 Juanma Barranquero <lekktu@gmail.com>
11393
11394 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11395 (warning-series): Doc fix.
11396 (display-warning): Don't try to create the buffer if we just found it.
11397
9ed7c8cb
CY
113982011-05-04 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11401 (autoload-find-generated-file): New function.
11402 (generate-file-autoloads): Bind generated-autoload-file to
11403 buffer-file-name.
9869b3ae
SM
11404 (update-file-autoloads, update-directory-autoloads):
11405 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11406 output file (Bug#7989).
11407 (batch-update-autoloads): Doc fix.
11408
0898ca10
JB
114092011-05-04 Juanma Barranquero <lekktu@gmail.com>
11410
11411 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11412
31dfb76c
GM
114132011-05-04 Glenn Morris <rgm@gnu.org>
11414
f330b642
GM
11415 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11416 function, so it follows changes in calendar-date-style.
11417 (diary-fancy-date-matcher): New function.
11418 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11419 (diary-fancy-font-lock-fontify-region-function):
11420 Use diary-fancy-date-pattern as a function.
11421
31dfb76c
GM
11422 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11423 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11424
48e79d6a
TZ
114252011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11426
11427 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11428 instead of positional arguments. Allow :keylist and :crlfiles
11429 arguments.
11430 (open-gnutls-stream): Call it.
11431
11432 * net/network-stream.el (network-stream-open-starttls): Adjust to
11433 call `gnutls-negotiate' with :process and :hostname arguments.
11434
dd5a5ee0
SM
114352011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11436
ef80fc09
SM
11437 * minibuffer.el (completion--message): New function.
11438 (completion--do-completion, minibuffer-complete)
11439 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11440 (completion--do-completion): Don't ignore completion-auto-help when in
11441 icomplete-mode.
11442
dd5a5ee0
SM
11443 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11444 internal encoding (e.g. tibetan zero is not whitespace).
11445 (global-whitespace-mode): Prefer save-current-buffer.
11446 (whitespace-trailing-regexp): Remove useless save-match-data.
11447 (whitespace-empty-at-bob-regexp): Minor simplification.
11448
b7d22a83
CY
114492011-05-03 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11452
5192af46
AM
114532011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11454
11455 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11456 Use `concat' to create string for insertion.
5192af46 11457
5767d190
SM
114582011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11461 Avoid open-line which runs post-self-insert-hook.
11462 (bibtex-fill-entry): Remove unused `end' var.
11463
bf242939
AM
114642011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11465
5767d190
SM
11466 * textmodes/ispell.el (ispell-add-per-file-word-list):
11467 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11468
25666126
LL
114692011-05-03 Leo Liu <sdl.web@gmail.com>
11470
11471 * isearch.el (isearch-yank-pop): New command.
5767d190 11472 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11473 (isearch-forward): Mention it.
11474
52d3c2d0
SM
114752011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11476
1bcace58
SM
11477 * simple.el (minibuffer-complete-shell-command): Remove.
11478 (minibuffer-local-shell-command-map): Use completion-at-point.
11479 (read-shell-command): Setup completion vars here instead.
11480 (read-expression-map): Bind TAB to symbol completion.
11481
52d3c2d0
SM
11482 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11483 error directly rather via storing it into `results'.
11484
35813471
LL
114852011-05-02 Leo Liu <sdl.web@gmail.com>
11486
11487 * vc/diff.el: Fix description.
11488
e793a940
LMI
114892011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11490
11491 * server.el (server-eval-at): New function.
11492
8de66e05
LMI
114932011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
11495 * net/network-stream.el (open-network-stream): Take a :nowait
11496 parameter and pass it on to `make-network-process'.
11497 (network-stream-open-plain): Ditto.
11498
dcb79f20
AS
114992011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11500
11501 * faces.el (face-spec-set-match-display): Don't match toolkit
11502 options on terminal frames.
11503
14a7fbd8
SM
115042011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11505
7eabc1be
SM
11506 * progmodes/pascal.el: Use lexical binding.
11507 (pascal-mode-map): Remove author preferences.
11508
14a7fbd8
SM
11509 * pcomplete.el (pcomplete-std-complete): Don't abuse
11510 completion-at-point.
11511
50f84510
JB
115122011-04-28 Juanma Barranquero <lekktu@gmail.com>
11513
6e087a44
JB
11514 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11515 removing code that has been dead since 1991 or so.
11516
50f84510
JB
11517 * startup.el (command-line): When warning about "_emacs", use a
11518 delayed warning to allow the user to filter it out.
11519
0ba690bd
DD
115202011-04-28 Deniz Dogan <deniz@dogan.se>
11521
11522 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11523 user has not joined.
11524
08abfaad
SM
115252011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11528 aren't any completions at point.
11529
638f053a
JB
115302011-04-28 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * subr.el (display-delayed-warnings): New function.
11533 (delayed-warnings-hook): New variable.
11534
8fff8daa
SM
115352011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11536
08abfaad
SM
11537 * minibuffer.el (completion-at-point, completion-help-at-point):
11538 Don't presume that a given completion-at-point-function will always
11539 use the same calling convention.
11540
8fff8daa
SM
11541 * pcomplete.el (pcomplete-completions-at-point):
11542 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11543 pcomplete-seen is non-nil.
11544 (pcomplete-comint-setup): Also recognize the new comint/shell
11545 completion functions.
11546 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11547 pcomplete-seen is non-nil.
11548
841a1577 115492011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11550
841a1577 11551 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11552 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11553 the first character in the entry. This allows for code to add its
211ec907
UJ
11554 own uid to the entry.
11555 (icalendar--convert-float-to-ical): Add export of
11556 `diary-float'-entries save for those with the optional DAY
11557 argument.
11558
2a782793
DC
115592011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11560
11561 * subr.el (shell-quote-argument): Use alternate escaping strategy
11562 when we spot a variable reference in a string.
11563
0438ce91
DC
115642011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11565
11566 * cus-start.el (all): Define customization for debug-on-event.
11567
841a1577 115682011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11569
11570 * subr.el (shell-quote-argument): Escape correctly under Windows.
11571
d090ed6c
SM
115722011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11575
bfd31217
MA
115762011-04-25 Michael Albinus <michael.albinus@gmx.de>
11577
d090ed6c
SM
11578 * net/tramp.el (tramp-process-actions): Add POS argument.
11579 Delete region between POS and (pos).
bfd31217 11580
d090ed6c
SM
11581 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11582 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11583 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11584
11585 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11586 position in `tramp-process-actions' call.
11587
11588 * net/trampver.el: Update release number.
11589
e92f3bd3
SM
115902011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11591
850256b5
SM
11592 * custom.el (defcustom): Obey lexical-binding.
11593
e92f3bd3
SM
11594 Fix octave-inf completion problems reported by Alexander Klimov.
11595 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11596 Inherit from octave-mode-syntax-table.
11597 (inferior-octave-mode): Set info-lookup-mode.
11598 (inferior-octave-completion-at-point): New function.
11599 (inferior-octave-complete): Use it and completion-in-region.
11600 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11601 comint-filename-completion.
11602 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11603 symbol elements which shouldn't be word elements.
11604 (octave-font-lock-keywords, octave-beginning-of-defun)
11605 (octave-function-header-regexp): Adjust regexps accordingly.
11606 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11607
cd22b309
JB
116082011-04-25 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * net/gnutls.el (gnutls-errorp): Declare before first use.
11611
8b492194
TZ
116122011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11613
11614 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11615 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11616 default trustfile exists before going to use it. Add missing
5a5fa834 11617 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11618 Reported by Claudio Bley <claudio.bley@gmail.com>.
11619 (open-gnutls-stream): Add usage example.
11620
11621 * net/network-stream.el (network-stream-open-starttls): Give host
11622 parameter to `gnutls-negotiate'.
11623 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11624 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11625
841a1577 116262011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11627
cd22b309
JB
11628 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11629 Use correct match group (bug#8438).
05842630 11630
3ba7869c
CY
116312011-04-24 Chong Yidong <cyd@stupidchicken.com>
11632
512e3ae1
CY
11633 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11634 (package-menu--generate): New arg specifying packages to show.
11635 (package-menu-refresh, package-menu-execute, list-packages):
11636 Callers changed.
11637 (package-show-package-list): New function, replacing deleted
11638 package--list-packages (renamed because it is non-internal).
11639
11640 * finder.el (finder-list-matches): Use package-show-package-list
11641 instead of deleted package--list-packages.
11642
e92f3bd3
SM
11643 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11644 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11645 (vc-annotate-mode-map): Bind it to RET.
11646
7031be6d
UR
116472011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11648
11649 * progmodes/etags.el (next-file): Don't use set-buffer to change
11650 buffers (Bug#8478).
11651
4ef177aa
CY
116522011-04-24 Chong Yidong <cyd@stupidchicken.com>
11653
c8d173eb
CY
11654 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11655
4ef177aa
CY
11656 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11657 (apropos-accumulator): Doc fix.
11658 (apropos-function, apropos-macro, apropos-command)
11659 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11660 (apropos-plist): Add face property.
11661 (apropos-symbols-internal): Fix indentation.
11662 (apropos-print): Simplify help, and recognize apropos-multi-type.
11663 (apropos-print-doc): Use button-type-get to extract the button's
11664 face property. Fill docstring (Bug#8352).
11665
4ffd0d6b 116662011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11667
11668 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11669
c6c32125 11670 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11671 (mpuz-mode-map): Use mapc.
c6c32125
JB
11672 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11673 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11674 Fix typos in docstrings.
11675
58d468b4
JB
11676 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11677 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11678
6470c3c6
JB
11679 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11680
4ffd0d6b 116812011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11682
11683 * minibuffer.el (completion--do-completion): Avoid the "Next char
11684 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11685
3ad8bad0
CY
11686 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11687 mouse-2 into unread-command-events, it is interpreted correctly.
11688
71d73c9c 11689 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11690 (image-toggle-display): Doc fix.
71d73c9c 11691
841a1577 116922011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11693
4ffd0d6b
GM
11694 * textmodes/page.el (what-page): Use line-number-at-pos to
11695 calculate line number (Bug#6825).
6e1dbaa9 11696
c2fb1b60
JB
116972011-04-22 Juanma Barranquero <lekktu@gmail.com>
11698
11699 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11700 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11701 Pass argument NO-DEFAULT to `find-tag-interactive'.
11702
e02f48d7
JB
117032011-04-22 Juanma Barranquero <lekktu@gmail.com>
11704
11705 Lexical-binding cleanup.
11706
11707 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11708 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11709 * progmodes/ada-prj.el (ada-prj-initialize-values)
11710 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11711 (ada-prj-show-value):
11712 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11713 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11714 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11715 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11716 * progmodes/bug-reference.el (bug-reference-push-button):
11717 * progmodes/fortran.el (fortran-line-length):
11718 * progmodes/glasses.el (glasses-change):
11719 * progmodes/octave-mod.el (octave-fill-paragraph):
11720 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11721 (python-pdbtrack-grub-for-buffer, python-sentinel):
11722 * progmodes/sql.el (sql-save-connection):
11723 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11724 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11725 Mark unused parameters.
11726
11727 * progmodes/compile.el (compilation--flush-directory-cache)
11728 (compilation--flush-parse, compile-internal): Mark unused parameters.
11729 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11730 (compilation-next-error-function): Remove unused variable `timestamp'.
11731
11732 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11733 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11734
11735 * progmodes/dcl-mode.el (dcl-end-of-command):
11736 Remove unused variable `start'.
11737 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11738 (dcl-option-value-basic, dcl-option-value-offset)
11739 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11740 Mark unused parameters.
11741 (dcl-save-local-variable): Remove unused variable `val'.
11742 (mode): Declare.
11743
11744 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11745 Mark unused parameters.
11746 (delphi-ignore-changes): Move before first use.
11747 (delphi-charset-token-at): Remove unused variable `start'.
11748 (delphi-else-start): Remove unused variable `if-count'.
11749 (delphi-comment-block-start, delphi-comment-block-end):
11750 Remove unused variable `kind'.
11751 (delphi-indent-line): Remove unused variable `new-point'.
11752
11753 * progmodes/ebrowse.el (ebrowse-files-list)
11754 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11755 Mark unused parameters. Don't quote `lambda'.
11756 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11757 Don't quote `lambda'.
11758 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11759 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11760 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11761 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11762 Use `ignore-errors'.
11763 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11764 (ebrowse-view/find-file-and-search-pattern)
11765 (ebrowse-view/find-member-declaration/definition):
11766 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11767 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11768 Rename parameter PREFIX-ARG to PREFIX.
11769 (ebrowse-tags-read-name): Remove unused variables `start' and
11770 `member-info'.
11771 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11772 to `tags-file'.
11773
11774 * progmodes/etags.el (local-find-tag-hook): Declare.
11775 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11776 Mark unused parameters.
11777
11778 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11779 (executable-interpret): Mark unused parameter.
11780
11781 * progmodes/flymake.el (flymake-process-sentinel)
11782 (flymake-after-change-function)
11783 (flymake-create-temp-with-folder-structure)
11784 (flymake-get-include-dirs-dot): Mark unused parameters.
11785 (flymake-safe-delete-directory): Remove unused variable `err'.
11786
11787 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11788 (speedbar-timer-fn, speedbar-line-text)
11789 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11790 (speedbar-center-buffer-smartly): Declare functions.
11791 (gdb-find-watch-expression): Remove unused variable `array'.
11792 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11793 (gdb-starting): Mark unused parameters.
11794 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11795 (gdb-table-string): Remove unused variable `res'.
11796 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11797 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11798 (gdb-display-buffer): Remove unused variable `cur-size'.
11799
11800 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11801 allow lexical-binding compilation.
11802 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11803 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11804 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11805 Mark unused parameters.
11806 (gud-gdb-marker-filter): Remove unused variable `match'.
11807 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11808 lambda expressions and funcall them, instead of using `fset'.
11809
11810 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11811 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11812
11813 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11814 variable `header-beg'; use `let'.
11815
11816 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11817 `restart', `last-sexp' and `at-do'.
11818
11819 * progmodes/js.el (js--debug): Mark unused parameter.
11820 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11821 (js--splice-into-items): Remove unused variable `item'.
11822 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11823
11824 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11825 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11826 (makefile-complete): Remove unused variable `try'.
11827 (makefile-fill-paragraph, makefile-match-function-end):
11828 Mark unused parameters.
11829
11830 * progmodes/octave-inf.el (inferior-octave-complete):
11831 Remove unused variable `proc'.
11832 (inferior-octave-output-digest): Mark unused parameter.
11833
11834 * progmodes/perl-mode.el (perl-calculate-indent):
11835 Remove unused variable `err'.
11836
11837 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11838 (prolog-indent-line): Mark unused parameters.
11839 (prolog-indent-line): Remove unused variable `beg'.
11840
11841 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11842 (reporter-dont-compact-list): Declare.
11843
11844 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11845 Remove unused variable `char'.
11846 (sh-debug): Mark unused parameter.
11847 (sh-get-indent-info): Remove unused variable `start'.
11848 (sh-calculate-indent): Remove unused variable `var'.
11849
11850 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11851 (simula-electric-keyword): Remove unused variable `null'.
11852 (simula-search-backward, simula-search-forward): Remove unused
11853 variables `begin' and `end'.
11854
11855 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11856 Remove unused variable `pos'.
11857 (vera-electric-tab, vera-comment-uncomment-region):
11858 Mark unused parameters.
11859 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11860
7ede3b65
CY
118612011-04-22 Chong Yidong <cyd@stupidchicken.com>
11862
11863 * emacs-lisp/package.el (package--builtins, package-alist)
11864 (package-load-descriptor, package-built-in-p, package-activate)
11865 (define-package, package-installed-p)
11866 (package-compute-transaction, package-buffer-info)
11867 (package--push): Doc fix. Distinguish more clearly between
11868 version strings and version lists.
11869
121656e9
JB
118702011-04-21 Juanma Barranquero <lekktu@gmail.com>
11871
11872 Lexical-binding cleanup.
11873
11874 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11875 (5x5-make-mutate-best):
11876 * play/fortune.el (fortune-in-buffer):
11877 * play/gomoku.el (gomoku-init-display):
11878 * play/solitaire.el (solitaire, solitaire-do-check):
11879 * play/tetris.el (tetris-default-update-speed-function):
11880 Mark unused parameters.
11881
11882 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11883 (bubbles--shift): Remove unused variable `char-org'.
11884 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11885 (bubbles--show-images): Remove unused variable `char'.
11886
11887 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11888 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11889 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11890 (decipher-analyze-buffer): Use ?\s.
11891 (decipher-make-checkpoint): Remove unused variable `mapping'.
11892
11893 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11894
11895 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11896 Remove unused variable `result'; use `let'.
11897
11898 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11899 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11900 (gametree-children-shown-p, gametree-compute-reduced-score):
11901 Use `ignore-errors'.
11902
11903 * play/handwrite.el (ps-lpr-switches): Declare.
11904 (handwrite): Remove unused variables `pmin' and `lastp'.
11905
11906 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11907
11908 * play/landmark.el (landmark-init-display)
11909 (landmark-update-naught-weights): Mark unused parameters.
11910 (landmark-y): Remove unused variable `noise'. Simplify.
11911 (landmark-human-plays): Remove unused variable `score'.
11912
11913 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11914 (mpuz-try-proposal): Remove unused variable `game'.
11915
11916 * play/zone.el (life-patterns): Declare.
11917
80f499c7
JB
119182011-04-20 Juanma Barranquero <lekktu@gmail.com>
11919
11920 * vc/vc.el (ediff-vc-internal): Declare function.
11921
024ff170
SM
119222011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11923
c0a193ea
SM
11924 * shell.el: Use lexical-binding and std completion UI.
11925 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11926 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11927 comint-preoutput-filter-functions rather than on
11928 comint-output-filter-functions.
11929 (shell-command-completion, shell--command-completion-data)
11930 (shell-filename-completion, shell-environment-variable-completion)
11931 (shell-c-a-p-replace-by-expanded-directory): New functions.
11932 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11933 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11934 (shell-dynamic-complete-environment-variable): Use them.
11935 (shell-dynamic-complete-as-environment-variable)
11936 (shell-dynamic-complete-as-command): Remove.
11937 (shell-match-partial-variable): Match past point.
11938 * comint.el: Clean up use of completion-at-point-functions.
11939 (comint-completion-at-point): New function.
11940 (comint-mode): Use it completion-at-point-functions.
11941 (comint-dynamic-complete): Make it obsolete.
11942 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11943 (comint-c-a-p-replace-by-expanded-history): New function.
11944 (comint-dynamic-complete-functions)
11945 (comint-replace-by-expanded-history): Use it.
11946 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11947 termination strings. Try harder to avoid second try-completion.
11948 (completion-in-region-mode-map): Disable bindings that don't work yet.
11949
2dbaa080
SM
11950 * comint.el: Use lexical-binding. Require CL.
11951 (comint-dynamic-complete-functions): Use comint-filename-completion.
11952 (comint-completion-addsuffix): Tweak custom type.
11953 (comint-filename-completion, comint--common-suffix)
11954 (comint--common-quoted-suffix, comint--table-subvert)
11955 (comint--complete-file-name-data): New functions.
11956 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11957 (comint-dynamic-list-filename-completions): Use them.
11958 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11959
2dbaa080
SM
11960 * minibuffer.el (completion-in-region-mode):
11961 Keep completion-in-region-mode--predicate global.
11962 (completion-in-region--postch):
11963 Assume completion-in-region-mode--predicate is not null.
11964
c79a6f38
SM
11965 * progmodes/flymake.el (flymake-start-syntax-check-process):
11966 Obey `dir'. Simplify.
11967
024ff170
SM
11968 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11969 we're in VC after all.
11970
1c6c854e
CS
119712011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11972
11973 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11974 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11975 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11976
bed7f140
SM
119772011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11978
332e62ab
SM
11979 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11980 add sanity check.
11981
bed7f140
SM
11982 * obsolete/erc-hecomplete.el: Make obsolete.
11983 * obsolete/: Standardize obsolescence info in the header.
11984
f195c582
GM
119852011-04-20 Glenn Morris <rgm@gnu.org>
11986
11987 * calendar/solar.el (solar-horizontal-coordinates):
11988 Use the longitude argument rather than `calendar-longitude'.
11989 (solar-date-next-longitude): Remove unused locals.
11990
cb79b8c0
VJL
119912011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11992
11993 * whitespace.el: New version 13.2.1.
11994
119952011-04-20 felix <EmacsWiki> (tiny change)
11996
d8e4b68b 11997 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11998 switching between major modes on a file.
11999
602ea69d
SM
120002011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
12003 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
12004 multi-line comments as well.
12005
06b60517
JB
120062011-04-19 Juanma Barranquero <lekktu@gmail.com>
12007
12008 Lexical-binding cleanup.
12009
12010 * arc-mode.el (archive-mode-revert):
12011 * cmuscheme.el (scheme-interactively-start-process):
12012 * custom.el (custom-initialize-delay):
12013 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
12014 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
12015 * emacs-lock.el (emacs-lock-clear-sentinel):
12016 * ezimage.el (defezimage):
12017 * follow.el (follow-avoid-tail-recenter):
12018 * fringe.el (set-fringe-mode-1):
12019 * generic-x.el (bat-generic-mode-compile):
12020 * help-mode.el (help-info-variable, help-do-xref)
12021 (help-mode-revert-buffer):
12022 * help.el (view-emacs-todo):
12023 * iswitchb.el (iswitchb-completion-help):
12024 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
12025 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
12026 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
12027 * locate.el (locate-update):
12028 * longlines.el (longlines-encode-region)
12029 (longlines-after-change-function):
12030 * outline.el (outline-isearch-open-invisible):
12031 * ps-def.el (declare-function, charset-dimension, char-width)
12032 (encode-char):
12033 * ps-mule.el (ps-mule-plot-string):
12034 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
12035 (recentf-edit-list-select, recentf-edit-list-validate)
12036 (recentf-open-files-action):
12037 * rect.el (delete-whitespace-rectangle-line)
12038 (rectangle-number-line-callback):
12039 * register.el (window-configuration-to-register)
12040 (frame-configuration-to-register):
12041 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
12042 * select.el (xselect-convert-to-string, xselect-convert-to-length)
12043 (xselect-convert-to-targets, xselect-convert-to-delete)
12044 (xselect-convert-to-filename, xselect-convert-to-charpos)
12045 (xselect-convert-to-lineno, xselect-convert-to-colno)
12046 (xselect-convert-to-os, xselect-convert-to-host)
12047 (xselect-convert-to-user, xselect-convert-to-class)
12048 (xselect-convert-to-name, xselect-convert-to-integer)
12049 (xselect-convert-to-atom, xselect-convert-to-identity):
12050 * subr.el (declare, ignore, process-kill-without-query)
12051 (text-clone-maintain):
12052 * terminal.el (te-get-char, te-tic-sentinel):
12053 * tool-bar.el (tool-bar-make-keymap):
12054 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
12055 * type-break.el (type-break-mode, type-break-noninteractive-query):
12056 * view.el (View-back-to-mark):
12057 * wid-browse.el (widget-browse-action, widget-browse-widget)
12058 (widget-browse-widgets, widget-browse-sexp):
12059 * widget.el (define-widget-keywords):
12060 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
12061 Mark unused parameters.
12062
12063 * align.el (align-adjust-col-for-rule): Mark unused parameter.
12064 (align-areas): Remove unused variable `look'.
12065 (align-region): Remove unused variables `real-end' and `pos-list'.
12066
12067 * apropos.el (apropos-score-doc): Remove unused variable `i'.
12068
12069 * bindings.el (mode-line-modified, mode-line-remote):
12070 Mark unused parameters.
12071 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
12072
12073 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
12074 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
12075
12076 * comint.el (comint-history-isearch-pop-state)
12077 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
12078 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
12079 (comint-substitute-in-file-name): Doc fix.
12080
12081 * completion.el (cmpl-statistics-block): Mark unused parameter.
12082 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
12083 (save-completions-to-file, load-completions-from-file):
12084 Remove unused local variable `e'.
12085
12086 * composite.el (compose-chars): Remove unused variable `len'.
12087 (lgstring-insert-glyph): Remove unused variable `g'.
12088 (compose-glyph-string): Remove unused variables `ascent',
12089 `descent', `lbearing' and `rbearing'.
12090 (compose-glyph-string-relative): Remove unused variables
12091 `lbearing', `rbearing' and `wadjust'.
12092 (compose-gstring-for-graphic): Remove unused variables `header',
12093 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
12094 (compose-gstring-for-terminal): Remove unused variables `header'
12095 and `nchars'. Use `let', not `let*'.
12096
12097 * cus-edit.el (Custom-set, Custom-save, custom-reset)
12098 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
12099 (Custom-buffer-done, custom-buffer-create-internal)
12100 (custom-browse-visibility-action, custom-browse-group-tag-action)
12101 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
12102 (widget-magic-mouse-down-action, custom-toggle-parent)
12103 (custom-add-parent-links, custom-toggle-hide-variable)
12104 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
12105 (custom-toggle-hide-face, face, hook, custom-group-link-action)
12106 (custom-face-menu-create, custom-variable-menu-create, get)
12107 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
12108 (custom-reset-standard-save-and-update): Remove unused variable `value'.
12109 (customize-apropos): Remove unused variable `tests'.
12110 (custom-group-value-create): Remove unused variable `hidden-p'.
12111 (sort-fold-case): Declare.
12112
12113 * cus-theme.el (custom-reset-standard-faces-list)
12114 (custom-reset-standard-variables-list): Declare.
12115 (customize-create-theme, custom-theme-revert, custom-theme-write)
12116 (custom-theme-choose-mode, customize-themes, custom-theme-save):
12117 Mark unused parameters.
12118
12119 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
12120
12121 * delim-col.el (delimit-columns-max): Move defvar before first use.
12122
12123 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 12124 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
12125
12126 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
12127 (auto-insert): Declare.
12128 (desktop-restore-file-buffer): Rename desktop-* parameters;
12129 mark unused ones.
12130 (desktop-create-buffer): Rename desktop-* parameters and bind them.
12131 (desktop-buffer): Rename desktop-* parameters.
12132
12133 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
12134 (dframe-reposition-frame-xemacs, dframe-help-echo)
12135 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
12136 Mark unused parameters.
12137
12138 * dired-aux.el (backup-extract-version-start, overwrite-query)
12139 (overwrite-backup-query, rename-regexp-query)
12140 (rename-non-directory-query): Declare.
12141 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
12142 (dired-add-entry): Remove unused variable `orig-file-name'.
12143 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
12144 Use parameter PRESERVE-TIME instead of accessing dynamic variable
12145 `dired-copy-preserve-time' directly.
12146 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
12147 (dired-insert-subdir-newpos): Rename unused variable `pos'.
12148
12149 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
12150 (dired-virtual-revert, dired-make-relative-symlink):
12151 Mark unused parameters.
12152 (manual-program): Declare.
12153 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
12154 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
12155 wrapped in `with-no-warnings' to avoid replacing one warning by another.
12156
12157 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
12158
12159 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
12160
12161 * echistory.el (electric-history-in-progress, Helper-return-blurb):
12162 Declare.
12163
12164 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
12165
12166 * electric.el (Electric-command-loop): Rename parameter
12167 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
12168
12169 * expand.el (expand-in-literal): Remove unused variable `here'.
12170
12171 * facemenu.el (facemenu-add-new-color):
12172 Remove unused variable `docstring'.
12173
12174 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
12175 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
12176 (face-attr-construct): Mark unused parameter. Doc fix.
12177 (read-color): Remove unused variable `hex-string'.
12178
12179 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
12180 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
12181 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
12182 (display-buffer-other-frame): Remove unused variable `old-window'.
12183 (kill-buffer-hook): Declare.
12184 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
12185 Mark unused parameters.
12186 (after-find-file): Pass 1 to `auto-save-mode', not t.
12187
12188 * files-x.el (auto-insert): Declare.
12189 (modify-file-local-variable-prop-line): Remove unused variable `val'.
12190
12191 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 12192 variable `buf'. Mark unused parameter.
06b60517
JB
12193 (find-lisp-insert-directory): Mark unused parameter.
12194
12195 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
12196 (format-encode-region): Remove unused variables `cur-buf' and `result'.
12197 (format-common-tail): Remove, unused.
12198 (format-deannotate-region): Remove unused variable `loc'.
12199 (format-annotate-region): Remove unused variable `p'.
12200 (format-annotate-single-property-change): Remove unused variables
12201 `default' and `tail'.
12202
12203 * forms.el (read-file-filter): Declare.
12204 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
12205
12206 * frame.el (frame-creation-function-alist): Mark unused parameter.
12207 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
12208
12209 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
12210 Remove unused parameters.
12211 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
12212 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
12213
12214 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
12215 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
12216 (hfy-prepare-tag-map): Mark unused parameters.
12217 (htmlfontify-buffer): Use `called-interactively-p'.
12218
12219 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
12220 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
12221 (ibuffer-do-occur): Mark unused parameters.
12222 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
12223 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
12224
12225 * ibuffer.el: Don't quote `lambda'.
12226 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
12227 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
12228 Mark unused parameters.
12229
12230 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
12231 (ido-completing-read): Mark unused parameters.
12232 (ido-copy-current-word): Mark unused parameters;
12233 remove unused variable `name'.
12234 (ido-sort-merged-list): Remove unused parameter `dirs'.
12235
12236 * ielm.el (ielm-input-sender): Mark unused parameter.
12237 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
12238 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
12239 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
12240 `ielm-string' as a dynamic variable accessible from the IELM prompt.
12241 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
12242
12243 * image-dired.el (image-dired-display-thumbs): Remove unused
12244 variables `curr-file' and `count'.
12245 (image-dired-remove-tag): Remove unused variable `start'.
12246 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
12247 variable `curr-file'
12248 (image-dired-rotate-original): Remove unused variable `temp-file'.
12249 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
12250 Remove unused variable `file'.
12251 (image-dired-gallery-generate): Remove unused variable `curr'.
12252 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
12253
12254 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
12255
12256 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
12257
12258 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
12259
12260 * isearch.el (minibuffer-history-symbol): Declare.
12261 (isearch-edit-string): Remove unused variable `err'.
12262 (isearch-message-prefix, isearch-message-suffix):
12263 Mark unused parameters.
12264
12265 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
12266
12267 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
12268
12269 * makesum.el (double-column): Remove unused variable `cnt'.
12270
12271 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
12272 (ido-ignore-item-temp-list): Declare.
12273
12274 * mouse-drag.el (mouse-drag-throw): Remove unused variables
12275 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
12276 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
12277 (mouse-drag-drag): Remove unused variables `mouse-delta' and
12278 `mouse-col-delta'.
12279
12280 * mouse-sel.el (mouse-extend-internal):
12281 Remove unused variable `orig-window-frame'.
12282
12283 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
12284 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
12285 Move declarations before first use.
12286 (pcomplete-opt): Mark unused parameters; doc fix.
12287
12288 * proced.el (proced-revert): Mark unused parameter.
12289 (proced-send-signal): Remove unused variable `err'.
12290
12291 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
12292 Rename parameter PREFIX-ARG to ARG.
12293 (ps-basic-plot-string, ps-basic-plot-whitespace):
12294 Mark unused parameters.
12295
12296 * replace.el (replace-count): Define.
12297 (occur-revert-function): Mark unused parameters.
12298 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
12299 (isearch-case-fold-search, isearch-string): Declare.
12300 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12301 bind `case-fold-search'. Remove unused variables `beg' and `end',
12302 and simplify.
12303 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12304 COUNT and bind `replace-count'.
12305 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12306 to COUNT.
12307
12308 * savehist.el (print-readably, print-string-length): Declare.
12309
12310 * shadowfile.el (shadow-expand-cluster-in-file-name):
12311 Remove unused variable `cluster'.
12312 (shadow-copy-file): Remove unused variable `i'.
12313 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12314 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12315 (shadow-define-literal-group, shadow-define-regexp-group)
12316 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12317
12318 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12319 (shell): Use `called-interactively-p'.
12320 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12321
12322 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12323 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12324 (delete-backward-char): Remove unused variable `ocol'.
12325 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12326 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12327 (event-apply-hyper-modifier, event-apply-shift-modifier)
12328 (event-apply-control-modifier, event-apply-meta-modifier):
12329 Mark unused parameters.
12330 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12331 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12332
12333 * speedbar.el (speedbar-ignored-directory-expressions)
12334 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12335 (speedbar-find-file, speedbar-dir-follow)
12336 (speedbar-directory-buttons-follow, speedbar-tag-find)
12337 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12338 (speedbar-buffers-line-directory, speedbar-buffer-click):
12339 Mark unused parameters.
12340 (speedbar-tag-file): Remove unused variable `mode'.
12341 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12342
12343 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12344
12345 * talk.el (talk): Remove unused variable `display'.
12346
12347 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12348 (tar-write-region-annotate): Mark unused parameter.
12349
12350 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12351 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12352 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12353 warning by another.
12354
12355 * time-stamp.el (time-stamp-string-preprocess):
12356 Remove unused variable `require-padding'.
12357
12358 * tree-widget.el (widget-glyph-enable): Declare.
12359 (tree-widget-action): Mark unused parameter.
12360
12361 * w32-fns.el (x-get-selection): Mark unused parameter.
12362 (autoload-make-program, generated-autoload-file): Declare.
12363
12364 * wdired.el (wdired-revert): Mark unused parameters.
12365 (wdired-xcase-word): Remove unused variable `err'.
12366
12367 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12368 (whitespace-help-scroll): Remove unused variable `data-help'.
12369
12370 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12371 (widget-image-insert, widget-after-change, default)
12372 (widget-default-format-handler, widget-default-notify)
12373 (widget-default-prompt-value, widget-info-link-action)
12374 (widget-url-link-action, widget-function-link-action)
12375 (widget-variable-link-action, widget-file-link-action)
12376 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12377 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12378 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12379 (widget-insert-button-action, widget-delete-button-action, visibility)
12380 (widget-documentation-link-action, widget-documentation-string-action)
12381 (widget-const-prompt-value, widget-regexp-match, symbol)
12382 (widget-coding-system-prompt-value)
12383 (widget-key-sequence-value-to-external, sexp)
12384 (widget-sexp-value-to-internal, character, vector, cons)
12385 (widget-choice-prompt-value, widget-boolean-prompt-value)
12386 (widget-color--choose-action): Mark unused parameters.
12387 (widget-item-match-inline, widget-choice-match-inline)
12388 (widget-checklist-match, widget-checklist-match-inline)
12389 (widget-group-match): Rename parameter VALUES to VALS.
12390 (widget-field-value-set): Remove unused variable `size'.
12391 (widget-color-action): Remove unused variables `value' and `start'.
12392
12393 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12394 variable `dir'. Doc fix.
06b60517
JB
12395 (windmove-find-other-window): Don't pass it.
12396
12397 * window.el (count-windows): Mark unused parameter.
12398 (bw-adjust-window): Remove unused variable `err'.
12399
12400 * woman.el (woman-file-name): Remove unused variable `default'.
12401 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12402 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12403 (global-font-lock-mode): Declare.
12404 (woman-decode-region): Mark unused parameter.
12405 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12406
12407 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12408 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12409 (x-dnd-handle-moz-url): Remove unused variable `title'.
12410 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12411
12412 * xml.el (xml-parse-tag, xml-parse-attlist):
12413 Remove unused variable `pos'.
12414
bc4f7f3d
GM
124152011-04-19 Glenn Morris <rgm@gnu.org>
12416
12417 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12418 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12419 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12420 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12421 * calendar/cal-html.el (cal-html-insert-minical):
12422 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12423 (calendar-mark-date-pattern):
12424 Prefix "unused" locals.
12425
12426 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12427 optional argument `style'.
12428
12429 * calendar/appt.el (appt-make-list):
12430 * calendar/cal-china.el (calendar-chinese-date-string):
12431 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12432 (diary-hebrew-yahrzeit):
12433 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12434 * calendar/calendar.el (calendar-generate-window):
12435 * calendar/time-date.el (time-to-days):
12436 Remove unused local variables.
12437
16a43933
CY
124382011-04-18 Chong Yidong <cyd@stupidchicken.com>
12439
12440 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12441 glyphless-char-display table.
12442 (tabulated-list-glyphless-char-display): New var.
12443
7eed1860
SS
124442011-04-18 Sam Steingold <sds@gnu.org>
12445
12446 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12447 to acknowledgments.
12448
4d2d1ccd
GM
124492011-04-17 Glenn Morris <rgm@gnu.org>
12450
12451 * calendar/diary-lib.el (diary-sexp-entry):
12452 * calendar/holidays.el (holiday-sexp):
12453 Set debug-on-error rather than the removed stack-trace-on-error.
12454
239da61d
GM
124552011-04-16 Glenn Morris <rgm@gnu.org>
12456
12457 * progmodes/f90.el: Use lexical-binding.
12458 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12459
8b05752a
SM
124602011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12461
daca8ba5
SM
12462 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12463 (mail-mode): Setup mailalias completion here instead.
12464 * mail/mailalias.el: Use lexical-binding.
12465 (pattern, mailalias-done): Declare dynamic.
12466 (mail-completion-at-point-function): New function, from mail-complete.
12467 (mail-complete): Use it.
12468 (mail-completion-expand): New function.
12469 (mail-get-names): Use it.
12470 (mail-directory, mail-directory-process, mail-directory-stream):
12471 Don't use `pattern' for lexically bound arg.
12472
6f542485
SM
12473 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12474
037e7c3f
SM
12475 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12476 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12477 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12478
8b05752a
SM
12479 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12480 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12481 (byte-interactive-p): Define them again, for use when inlining
12482 old code.
12483
49093f60
JB
124842011-04-15 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * loadup.el: Use `string-to-number', not `string-to-int'.
12487
b5b8e7de
SM
124882011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12491 gud-gdb-complete-command.
12492 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12493 (gud-gdb-completion-at-point): New function.
12494 (gud-gdb-completions): Remove.
12495
f42efeb5
MA
124962011-04-14 Michael Albinus <michael.albinus@gmx.de>
12497
49093f60
JB
12498 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12499 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12500 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12501 whether `executable-find' is bound.
f42efeb5
MA
12502
12503 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12504
e240cc21
SM
125052011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * minibuffer.el (completion-in-region-mode-predicate)
12508 (completion-in-region-mode--predicate): New vars.
12509 (completion-in-region, completion-in-region--postch)
12510 (completion-in-region-mode): Use them.
12511 (completion--capf-wrapper): Also return the hook function.
12512 (completion-at-point, completion-help-at-point):
12513 Adjust and provide a predicate.
c2bd2ab0
SM
12514
12515 Preserve arg names for advice of subr and lexical functions (bug#8457).
12516 * help-fns.el (help-function-arglist): Consolidate the subr and
12517 new-byte-code cases. Add argument `preserve-names' to extract names
12518 from the docstring when needed.
12519 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12520 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12521 (ad-arglist): Use help-function-arglist's new arg.
12522 (ad-definition-type): Use cond.
12523
c183f693
JB
125242011-04-13 Juanma Barranquero <lekktu@gmail.com>
12525
06641a47
JB
12526 * autorevert.el (auto-revert-handler):
12527 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12528 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12529 Don't quote lambda.
12530
c183f693
JB
12531 * image-mode.el (image-transform-set-scale):
12532 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12533
1e3b6001
G
125342011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12535
12536 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12537 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12538 Upgrades via gnutls-cli are too slow to be done opportunistically.
12539
2d6af8dd
JB
125402011-04-12 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * dframe.el (dframe-current-frame): Remove spurious quote.
12543
c0749a51
GM
125442011-04-12 Glenn Morris <rgm@gnu.org>
12545
088d0d61
GM
12546 * calendar/cal-tex.el (cal-tex-end-document):
12547 Try to automatically use latin1 input if needed.
12548
c0749a51
GM
12549 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12550 Don't try to cons a mark onto an empty element.
12551
5c90fde0
LL
125522011-04-11 Leo Liu <sdl.web@gmail.com>
12553
12554 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12555 buffers.
12556 (ido-kill-buffer-at-head): Support killing virtual buffers.
12557
369e974d
CY
125582011-04-10 Chong Yidong <cyd@stupidchicken.com>
12559
12560 * minibuffer.el (completion-show-inline-help): New var.
12561 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12562 (minibuffer-force-complete, minibuffer-complete-word):
12563 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12564
12565 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12566 to avoid interference from inline help (Bug#5849).
12567
37f1c930
LL
125682011-04-10 Leo Liu <sdl.web@gmail.com>
12569
099c39a4
JB
12570 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12571 Fix typo.
37f1c930 12572
a32d4040
CY
125732011-04-09 Chong Yidong <cyd@stupidchicken.com>
12574
12575 * image-mode.el (image-toggle-display-image): Signal an error if
12576 not in Image mode.
12577 (image-transform-mode, image-transform-resize)
12578 (image-transform-set-rotation): Doc fix.
daca8ba5 12579 (image-transform-set-resize): Delete.
a32d4040
CY
12580 (image-transform-set-scale, image-transform-fit-to-height)
12581 (image-transform-fit-to-width): Handle image-toggle-display-image
12582 and image-transform-resize directly.
12583
099c39a4 125842011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12585
12586 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12587 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12588 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12589 (doc-view-mode-map): Add bindings for the new functions.
12590
099c39a4 125912011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12592
4d61f28d 12593 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12594 Fix typo in docstring.
12595
3726838a
EZ
125962011-04-08 Eli Zaretskii <eliz@gnu.org>
12597
04f33f1e
EZ
12598 * files.el (file-size-human-readable): Produce one digit after
12599 decimal, like "ls -lh" does.
12600
12601 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12602 the file size representation.
12603
3726838a
EZ
12604 * simple.el (list-processes): If async subprocesses are not
12605 available, error out with a clear error message.
12606
cbb59342
CY
126072011-04-08 Chong Yidong <cyd@stupidchicken.com>
12608
12609 * help.el (help-form-show): New function, to be called from C.
12610 Put help-form output in a buffer named differently than *Help*.
12611
e3971c44
EZ
126122011-04-08 Eli Zaretskii <eliz@gnu.org>
12613
12614 * files.el (file-size-human-readable): New function.
12615
12616 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12617 computing the representation inline. Don't require `cl'.
12618
12544bbe
GM
126192011-04-08 Glenn Morris <rgm@gnu.org>
12620
a1de6c6a
GM
12621 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12622
3c4671f4
GM
12623 * net/browse-url.el (browse-url-firefox):
12624 Test system-type, not system-configuration.
12625
b605679c
GM
12626 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12627 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12628 Use log-edit-empty-buffer-p. (Bug#7598)
12629
56442f0c
GM
12630 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12631 (rlogin-mode-map): Initialize in the defvar.
12632 (rlogin): Use ignore-errors.
12633
12544bbe
GM
12634 * replace.el (occur-mode-map): Some fixes for menu items.
12635
eb237b0f
AH
126362011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12637
12638 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12639
7d668f2c
CY
126402011-04-06 Chong Yidong <cyd@stupidchicken.com>
12641
e67a13ab
CY
12642 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12643 issuing unused warnings.
12644
12645 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12646 macro directly.
12647
7d668f2c
CY
12648 * simple.el: Lisp reimplement of list-processes. Based on an
12649 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12650 (process-menu-mode): New major mode.
12651 (list-processes--refresh, list-processes):
12652 (process-menu-visit-buffer): New functions.
12653
12654 * files.el (save-buffers-kill-emacs): Don't assume any return
12655 value of list-processes, which is undocumented anyway.
12656
a83ec3c9
CY
126572011-04-06 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * emacs-lisp/tabulated-list.el: New file.
12660
e91a96fe
CY
12661 * emacs-lisp/package.el: Use Tabulated List mode.
12662 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12663 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12664 table format using Tabulated List mode variables.
12665 (package--push): New macro, replacing package-list-maybe-add.
12666 (package-menu--generate): Use package--push. Renamed from
12667 package--generate-package-list.
12668 (package-menu-refresh, list-packages): Use it.
daca8ba5 12669 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12670 Return insertion data instead of inserting it directly.
099c39a4
JB
12671 (package-menu-describe-package, package-menu-execute):
12672 Use tabulated-list-get-id.
e91a96fe
CY
12673 (package-menu-mark-delete, package-menu-mark-install)
12674 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12675 (package-menu-mark-obsolete-for-deletion):
12676 Use tabulated-list-put-tag.
e91a96fe
CY
12677 (package--list-packages, package-menu-revert)
12678 (package-menu-get-package, package-menu-get-version)
12679 (package-menu-sort-by-column): Functions deleted.
12680 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12681 (package-menu--status-predicate, package-menu--version-predicate)
12682 (package-menu--name-predicate)
12683 (package-menu--description-predicate): Handle arguments in the
12684 Tabulated List format.
12685 (package-list-packages-no-fetch): Call list-packages.
12686
3e214b50
JB
126872011-04-06 Juanma Barranquero <lekktu@gmail.com>
12688
12689 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12690 (after-find-file): Don't bind it.
3e214b50
JB
12691 (revert-buffer-in-progress-p): New variable.
12692 (revert-buffer): Bind it.
12693 Pass nil for `after-find-file-from-revert-buffer'.
12694
12695 * saveplace.el (save-place-find-file-hook): Use new variable
12696 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12697
3f0f1700
GM
126982011-04-06 Glenn Morris <rgm@gnu.org>
12699
c0274801
GM
12700 * Makefile.in (AUTOGEN_VCS): New variable.
12701 (autoloads): Use $AUTOGEN_VCS.
12702
3f0f1700
GM
12703 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12704 * calendar/calendar.el (calendar-mode-map):
12705 Check for toolkit scroll bars. (Bug#8305)
12706
41ea9e48
CY
127072011-04-05 Chong Yidong <cyd@stupidchicken.com>
12708
12709 * minibuffer.el (completion-in-region--postch)
12710 (completion-in-region-mode): Remove unnecessary messages.
12711
6194c800
JB
127122011-04-05 Juanma Barranquero <lekktu@gmail.com>
12713
33256f14
JB
12714 * font-lock.el (font-lock-refresh-defaults):
12715 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12716 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12717
6194c800
JB
12718 * info.el (Info-directory-list, Info-read-node-name-2)
12719 (Info-split-parameter-string): Doc fixes.
12720 (Info-virtual-nodes): Reflow docstring.
12721 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12722 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12723 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12724 Fix typos in docstrings.
12725 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12726 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12727 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12728 (Info-restore-desktop-buffer): Mark unused parameters.
12729 (Info-directory-find-file, Info-directory-find-node)
12730 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12731 (Info-virtual-index-find-node, Info-apropos-find-file)
12732 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12733 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12734 (Info-virtual-index): Remove unused local variable `nodename'.
12735
b87a8200 127362011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12737
b87a8200
DD
12738 * net/rcirc.el: Update my e-mail address.
12739 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12740
3b2ff876
CY
127412011-04-05 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * startup.el (command-line): Save the cursor's theme-face
12744 directly, instead of using face-override-spec.
12745
12746 * custom.el (load-theme): Minor optimization in assigning faces.
12747
8d17e7ca
JB
127482011-04-04 Juanma Barranquero <lekktu@gmail.com>
12749
12750 * help-fns.el (describe-variable): Complete all variables having
12751 documentation, including keywords.
12752 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12753
2fbc1934
JB
127542011-04-04 Juanma Barranquero <lekktu@gmail.com>
12755
12756 Convert to lexical-binding.
12757
12758 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12759 (bs--get-marked-string, bs--get-modified-string)
12760 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12761 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12762 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12763
12764 * ehelp.el (electric-help-execute-extended)
12765 (electric-help-ctrl-x-prefix):
12766 * hexl.el (hexl-revert-buffer-function):
12767 * linum.el (linum-after-change, linum-after-scroll):
12768 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12769
12770 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12771
74f50695
DU
127722011-04-04 Daiki Ueno <ueno@unixuser.org>
12773
12774 * epa-dired.el:
12775 * epa-mail.el:
12776 * epa-hook.el:
12777 * epa-file.el:
12778 * epa.el:
12779 * epg.el: Use lexical binding.
12780
c11325f7
CY
127812011-04-03 Chong Yidong <cyd@stupidchicken.com>
12782
0d9e9a12
CY
12783 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12784
c11325f7 12785 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12786 dictionary case for flyspell-mark-duplications-exceptions.
12787 Use regexp matching for languages.
c11325f7
CY
12788 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12789 default dictionary (Bug#7926).
12790
da91b5f2
CY
127912011-04-02 Chong Yidong <cyd@stupidchicken.com>
12792
099c39a4
JB
12793 * emacs-lisp/package.el (package--with-work-buffer):
12794 Recognize https URLs.
da91b5f2 12795
099c39a4
JB
12796 * net/network-stream.el: Move from gnus/proto-stream.el.
12797 Change prefix to network-stream throughout.
da91b5f2
CY
12798 (open-protocol-stream): Merge into open-network-stream, leaving
12799 open-protocol-stream as an alias. Handle nil BUFFER args.
12800
12801 * subr.el (open-network-stream): Move to net/network-stream.el.
12802
afa8e9f6
GM
128032011-04-02 Glenn Morris <rgm@gnu.org>
12804
1d2e369d
GM
12805 * find-dired.el (find-exec-terminator): New option.
12806 (find-ls-option): Test for -ls support.
12807 (find-ls-subdir-switches): Test for -b in find-ls-option.
12808 (find-dired, find-grep-dired): Doc fixes.
12809 (find-dired): Use find-exec-terminator.
12810
8abb7da8 12811 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12812 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12813 (find-name-arg): Remove purecopy.
8abb7da8 12814
f3ca7378
GM
12815 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12816 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12817 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12818 accordingly. Don't add the null-device if not needed.
12819
afa8e9f6
GM
12820 * files.el (save-some-buffers): Doc fix.
12821
35eae264
EZ
128222011-04-02 Eli Zaretskii <eliz@gnu.org>
12823
12824 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12825
26b51db5
JB
128262011-04-01 Juanma Barranquero <lekktu@gmail.com>
12827
12828 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12829 Use `dolist' rather than `mapcar'.
12830
7200d79c
SM
128312011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12832
03408648 12833 Add lexical binding.
7200d79c 12834
03408648
SM
12835 * subr.el (apply-partially): Use new closures rather than CL.
12836 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12837 (dolist, dotimes): Use slightly different expansion for lexical code.
12838 (functionp): Move to C.
12839 (letrec): New macro.
12840 (with-wrapper-hook): Use it and apply-partially instead of CL.
12841 (eval-after-load): Preserve lexical-binding.
12842 (save-window-excursion, with-output-to-temp-buffer): Turn them
12843 into macros.
7200d79c 12844
03408648
SM
12845 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12846
12847 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12848 than the arglist.
12849 (help-add-fundoc-usage): Don't add `Not documented'.
12850 (help-function-arglist): Handle closures, subroutines, and new
12851 byte-code-functions.
12852 (help-make-usage): Remove leading underscores.
12853 (describe-function-1): Handle closures.
12854 (describe-variable): Use special-variable-p for completion.
12855
12856 * files.el (lexical-binding): Declare safe.
f488fb65 12857
03408648
SM
12858 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12859 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12860 (pcase): Add `let' pattern.
12861 Change memoization so it actually works.
12862 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12863 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12864 <let>: New case.
f488fb65 12865
03408648
SM
12866 * emacs-lisp/macroexp.el: Use lexical binding.
12867 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12868 Don't convert ' to #' without checking that it's indeed quoting
12869 a lambda.
12870
12871 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12872 Use eval-sexp-add-defvars.
03408648
SM
12873 (eval-sexp-add-defvars): New fun.
12874
12875 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12876
12877 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12878 Don't autoload.
12879 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12880 than the internal `byte-compile-lambda'.
12881 (defmethod): Don't hide code under quotes.
12882 (eieio-defmethod): New `code' argument.
12883
12884 * emacs-lisp/eieio-comp.el: Remove.
12885
12886 * emacs-lisp/edebug.el (edebug-eval-defun)
12887 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12888 (edebug-toggle): Avoid `eval'.
12889
12890 * emacs-lisp/disass.el (disassemble-internal): Handle new
12891 `closure' objects.
12892 (disassemble-1): Handle new byte codes.
12893
12894 * emacs-lisp/cl.el (pushnew): Silence warning.
12895
12896 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12897 (cl-byte-compile-throw): Remove.
12898 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12899
12900 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12901 closures.
12902
12903 * emacs-lisp/cconv.el: New file.
12904
12905 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12906 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12907 (byte-compile-initial-macro-environment):
12908 Handle declare-function here.
12909 (byte-compile--lexical-environment): New var.
12910 (byte-stack-ref, byte-stack-set, byte-discardN)
12911 (byte-discardN-preserve-tos): New lap codes.
12912 (byte-interactive-p): Don't use any more.
12913 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12914 New macros.
12915 (byte-compile-lapcode): Use them and handle new lap codes.
12916 (byte-compile-obsolete): Remove.
12917 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12918 (byte-compile-arglist-warn): Check late def of inlinable funs.
12919 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12920 since they should have been expanded by now.
12921 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12922 (byte-compile-from-buffer): Remove unused second arg.
12923 (byte-compile-preprocess): New function.
12924 (byte-compile-toplevel-file-form): New function to distinguish
12925 file-form calls from outside from file-form calls from hunk-handlers.
12926 (byte-compile-file-form): Simplify.
12927 (byte-compile-file-form-defsubst): Remove.
12928 (byte-compile-file-form-defmumble): Simplify now that
12929 byte-compile-lambda always returns a byte-code-function.
12930 (byte-compile): Preprocess.
12931 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12932 Remove, not used any more.
12933 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12934 (byte-compile-make-args-desc): New funs.
12935 (byte-compile-lambda): Handle lexical functions. Always return
12936 a byte-code-function.
12937 (byte-compile-reserved-constants): New var, to make up room for
12938 closed-over variables.
12939 (byte-compile-constants-vector): Obey it.
12940 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12941 (byte-compile-macroexpand-declare-function): New function.
12942 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12943 byte-code-functions.
12944 (byte-compile-form): Check obsolescence here.
12945 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12946 (byte-compile-variable-ref): Remove.
12947 (byte-compile-dynamic-variable-op): New fun.
12948 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12949 (byte-compile-variable-set): New funs.
12950 (byte-compile-discard): Add 2 args.
12951 (byte-compile-stack-ref, byte-compile-stack-set)
12952 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12953 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12954 macroexpand-all instead.
12955 (byte-compile-quote-form): Remove.
12956 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12957 (byte-compile-bind, byte-compile-unbind): New funs.
12958 (byte-compile-let): Handle let* and lexical binding.
12959 (byte-compile-let*): Remove.
12960 (byte-compile-catch, byte-compile-unwind-protect)
12961 (byte-compile-track-mouse, byte-compile-condition-case):
12962 Handle a new :fun-body form, used for lexical scoping.
12963 (byte-compile-save-window-excursion)
12964 (byte-compile-with-output-to-temp-buffer): Remove.
12965 (byte-compile-defun): Simplify.
12966 (byte-compile-stack-adjustment): New fun.
12967 (byte-compile-out): Use it.
12968 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12969
12970 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12971 handler any more.
12972
12973 * emacs-lisp/byte-opt.el: Use lexical binding.
12974 (byte-inline-lapcode): Remove (to bytecomp).
12975 (byte-compile-inline-expand): Pay attention to inlining to/from
12976 lexically bound code.
12977 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12978 any more.
12979 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12980 any more and don't call compiler-macros.
12981 (byte-compile-splice-in-already-compiled-code): Remove.
12982 (byte-code): Don't inline any more.
12983 (disassemble-offset): Receive `bytes' as argument rather than via
12984 dynamic scoping.
12985 (byte-compile-tag-number): Declare before first use.
12986 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12987 `return' even if make-spliceable.
12988 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12989 obsolete interactive-p.
12990 (byte-optimize-lapcode): Optimize new lap-codes.
12991 Don't trip up on new form of `byte-constant' lap code.
12992
12993 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12994
12995 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12996
12997 * custom.el (custom-initialize-default, custom-declare-variable):
12998 Use `defvar'.
12999
13000 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
13001 New variables.
13002 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
13003 (COMPILE_FIRST): Add macroexp and cconv.
13004 * makefile.w32-in: Mirror changes in Makefile.in.
13005
13006 * vc/cvs-status.el:
13007 * vc/diff-mode.el:
13008 * vc/log-edit.el:
13009 * vc/log-view.el:
13010 * vc/smerge-mode.el:
13011 * textmodes/bibtex-style.el:
13012 * textmodes/css.el:
13013 * startup.el:
13014 * uniquify.el:
da91b5f2
CY
13015 * minibuffer.el:
13016 * newcomment.el:
13017 * reveal.el:
13018 * server.el:
13019 * mpc.el:
13020 * emacs-lisp/smie.el:
13021 * doc-view.el:
13022 * dired.el:
03408648
SM
13023 * abbrev.el: Use lexical binding.
13024
0f0c1f27
EZ
130252011-04-01 Eli Zaretskii <eliz@gnu.org>
13026
13027 * info.el (info-display-manual): New function.
13028
c82b2579
SM
130292011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
13032
221ddf68
TH
130332011-03-31 Tassilo Horn <tassilo@member.fsf.org>
13034
13035 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 13036 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 13037
cba6e77e
GM
130382011-03-31 Glenn Morris <rgm@gnu.org>
13039
e040639f
GM
13040 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
13041
cba6e77e
GM
13042 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
13043
6d0f1c9e
CS
130442011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
13045
13046 * progmodes/python.el (python-default-interpreter)
13047 (python-python-command-args, python-jython-command-args)
13048 (python-which-shell, python-which-args, python-which-bufname)
13049 (python-file-queue, python-comint-output-filter-function)
13050 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
13051 variables and functions.
13052
3e2d70fd
SM
130532011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
13056 (completion-in-region-mode): New minor mode.
13057 (completion-in-region): Use it.
13058 (completion-in-region--data, completion-in-region-mode-map): New vars.
13059 (completion-in-region--postch): New function.
13060 (completion--capf-misbehave-funs, completion--capf-safe-funs):
13061 New vars.
13062 (completion--capf-wrapper): New function.
13063 (completion-at-point): Use it to track well-behavedness of
13064 hook functions.
13065 (completion-help-at-point): New command.
13066
f3e4086c
JM
130672011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
13068
13069 * vc/add-log.el (add-change-log-entry): Don't use whitespace
13070 syntax class to search for whitespace on a single line
13071 (Message-ID: <4D938140.4030905@redhat.com>).
13072
eb7ffc14
LL
130732011-03-30 Leo Liu <sdl.web@gmail.com>
13074
13075 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
13076 New commands.
13077 (edit-abbrevs-map): Bind them here.
13078 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
13079
d806ab68
KM
130802011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
13081
13082 * allout.el (allout-hide-by-annotation, allout-flag-region):
13083 Reduce possibility of overlay leakage by making them volatile.
13084
13085 * allout-widgets.el (allout-widgets-tally): Define as nil so the
13086 hash is not shared between buffers. Mode initialization is
13087 responsible for giving it a useful starting value.
13088 (allout-item-span): Reduce possibility of overlay leakage by
13089 making them volatile.
13090 (allout-widgets-count-buttons-in-region): Add diagnostic function
13091 for tracking down button overlay leaks.
13092
ea622834
LL
130932011-03-29 Leo Liu <sdl.web@gmail.com>
13094
13095 * ido.el (ido-read-internal): Use the default history var
13096 minibuffer-history if no HISTORY is specified.
13097
b62f8267
G
130982011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
13099
03408648
SM
13100 * net/imap.el (imap-shell-open, imap-process-connection-type):
13101 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
13102 Kerberos, SSL, other subprocesses.
13103
947b6566
LL
131042011-03-28 Leo Liu <sdl.web@gmail.com>
13105
13106 * abbrev.el (abbrev-table-empty-p): New function.
13107 (prepare-abbrev-list-buffer): Place empty abbrev tables after
13108 nonempty ones. (Bug#5937)
13109
5ffb62aa
JD
131102011-03-27 Jan Djärv <jan.h.d@swipnet.se>
13111
13112 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
13113
7a097943
LL
131142011-03-27 Leo Liu <sdl.web@gmail.com>
13115
13116 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
13117 for foreground and background colors.
13118 (ansi-color-make-color-map): Adapt.
13119
c5b40130
LL
131202011-03-25 Leo Liu <sdl.web@gmail.com>
13121
1f48f7d2
LL
13122 * midnight.el (midnight-time-float): Remove. Note it calculates
13123 the microsecond component incorrectly and seconds-to-time does the
13124 same job.
625897ec 13125 Remove redundant (require 'timer).
1f48f7d2 13126
c5b40130
LL
13127 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
13128 (ido-completions): Remove unused arguments. (Bug#8329)
13129
d86d2721
SM
131302011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * minibuffer.el (completion--flush-all-sorted-completions):
13133 Remove itself from hook.
13134 (completion-at-point): Let the functions perform the completion
13135 immediately and return nil or t.
13136 * comint.el (comint-dynamic-complete-functions): Now identical to
13137 completion-at-point-functions.
13138 (comint-dynamic-list-input-ring): Remove unused var `index'.
13139 (comint--match-partial-filename, comint--unquote&expand-filename):
13140 New funs, split from comint-match-partial-filename.
13141 (comint-dynamic-complete): Use completion-at-point.
13142 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
13143
e8974c48
DA
131442011-03-24 Drew Adams <drew.adams@oracle.com>
13145
13146 * thingatpt.el: Support `defun'.
13147
def71b5e
LL
131482011-03-23 Leo Liu <sdl.web@gmail.com>
13149
cb5af48e
LL
13150 * abbrevlist.el: Move to obsolete/abbrevlist.el.
13151
def71b5e
LL
13152 * help-mode.el (help-mode-finish): Tweak regexp.
13153
927c53e7
GM
131542011-03-23 Glenn Morris <rgm@gnu.org>
13155
18d05bed
GM
13156 * eshell/esh-opt.el (eshell-eval-using-options):
13157 Do not bind unused local variable `eshell-option-stub'.
13158
927c53e7
GM
13159 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
13160
9d0da923
JB
131612011-03-22 Juanma Barranquero <lekktu@gmail.com>
13162
13163 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
13164 keymap variable in `with-no-warnings' to avoid a warning when the
13165 keymap has been already `defconst'ed.
13166
4b978a67
LL
131672011-03-22 Leo Liu <sdl.web@gmail.com>
13168
13169 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
13170 encode all chars in abbrevs; otherwise use emacs-mule or
13171 utf-8-emacs. (Bug#8308)
13172
5fd62452
JB
131732011-03-22 Juanma Barranquero <lekktu@gmail.com>
13174
0b1596c6
JB
13175 * simple.el (backward-delete-char-untabify):
13176 Avoid warning about using `delete-backward-char'.
13177
5fd62452
JB
13178 * image.el (image-type-file-name-regexps): Make it variable.
13179 `imagemagick-register-types' modifies it, and the user may want
13180 to add new extensions for known image types.
13181 (imagemagick-register-types): Throw error if not using ImageMagick.
13182
0b4e93f1
LL
131832011-03-22 Leo Liu <sdl.web@gmail.com>
13184
13185 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
13186 located before rcirc-prompt-end-marker.
13187 (rcirc-complete): Error if point is not after rcirc prompt.
13188 Handle the case when table is nil.
9882e214 13189 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 13190
fccee4ab
CY
131912011-03-22 Chong Yidong <cyd@stupidchicken.com>
13192
13193 * custom.el (custom--inhibit-theme-enable): Make it affect only
13194 custom-theme-set-variables and custom-theme-set-faces.
13195 (provide-theme): Ignore custom--inhibit-theme-enable.
13196 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
13197 (custom-enabling-themes): Delete variable.
d86d2721
SM
13198 (enable-theme): Accept only loaded themes as arguments.
13199 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
13200 (custom-enabled-themes): Forbid themes from setting this.
13201 Eliminate use of custom-enabling-themes.
13202 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 13203
af896da6
LL
132042011-03-21 Leo Liu <sdl.web@gmail.com>
13205
13206 * ido.el (ido-read-internal): Add ido-selected to history instead
13207 of user input.
13208
78f64af0
SM
132092011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * subr.el (deferred-action-list, deferred-action-function):
13212 Mark obsolete.
13213
b16ac1ec
LL
132142011-03-21 Leo Liu <sdl.web@gmail.com>
13215
810f7698
LL
13216 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
13217 change on 2011-02-13 (bug#8309).
13218
b16ac1ec
LL
13219 * minibuffer.el (read-file-name-function): Change default value.
13220 (read-file-name--defaults): Rename from read-file-name-defaults.
13221 (read-file-name-default): Rename from read-file-name.
13222 (read-file-name): Call read-file-name-function.
13223
4e05e67e
GM
132242011-03-21 Glenn Morris <rgm@gnu.org>
13225
13226 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
13227 Doc fixes.
13228
4359915b
CY
132292011-03-21 Chong Yidong <cyd@stupidchicken.com>
13230
13231 * cus-theme.el: Add missing provide statement.
13232 (customize-create-theme): Extract theme value correctly.
13233 (custom-theme-visit-theme): Autoload.
13234 (customize-create-theme): Prompt before inserting default faces.
13235
1fe275ee
JB
132362011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
13237
13238 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
13239 units and musical notes.
13240
cd394be1 132412011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
13242
13243 * ido.el (ido-read-internal): Use completing-read-default.
13244 (ido-completing-read): Fix compatibility with completing-read.
13245
7d476bde
CO
132462011-03-20 Christian Ohler <ohler@gnu.org>
13247
13248 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
13249 (ert-delete-all-tests): Use `called-interactively-p' rather than
13250 `interactive-p'.
13251 (ert--make-xrefs-region): Respect END.
13252
fe0fb33e
CY
132532011-03-19 Chong Yidong <cyd@stupidchicken.com>
13254
ff854b0b
CY
13255 * dired-aux.el (dired-create-directory): Signal an error if the
13256 directory already exists (Bug#8246).
13257
fe0fb33e
CY
13258 * facemenu.el (list-colors-display): Call list-faces-display
13259 inside with-help-window.
13260 (list-colors-print): Use display property to align the final
13261 column, instead of checking window-width.
13262
576bce32
EZ
132632011-03-19 Eli Zaretskii <eliz@gnu.org>
13264
4d61f28d 13265 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
13266 windows-nt systems.
13267 (emerge-protect-metachars): Quote correctly for ms-dos and
13268 windows-nt systems.
13269
89c41d68 132702011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
13271
13272 * info.el (info-initialize): Replace all uses of `:' with
13273 path-separator for compatibility with non-Unix systems.
13274 Cache quoting of path-separator. (Bug#8258)
13275
b14e3e21 132762011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
13277
13278 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
13279 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
13280 (mouse-avoidance-mode): Fix typos in docstrings.
13281
4525ce3e
CY
132822011-03-19 Chong Yidong <cyd@stupidchicken.com>
13283
13284 * startup.el (package-subdirectory-regexp): Move from package.el.
13285 Omit \\` and \\', and let callers add them.
13286
13287 * emacs-lisp/package.el (package-strip-version)
13288 (package-load-all-descriptors): Add \\` and \\' to
13289 package-subdirectory-regexp before using it.
13290 (package-untar-buffer): New arg DIR; ensure that file untars only
13291 into this expected directory. Remove superfluous delete-region.
13292 (package-unpack): Caller changed.
13293 (package-tar-file-info): Use package-subdirectory-regexp.
13294
a904a09a 132952011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 13296
a904a09a
SM
13297 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
13298 diff-mode-shared-map (bug#8284).
13299 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
13300
133012011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13302
13303 * calendar/time-date.el (format-seconds): Use assoc instead of
13304 assoc-string, since assoc-string doesn't exist in XEmacs.
13305
171fc304
JB
133062011-03-17 Juanma Barranquero <lekktu@gmail.com>
13307
13308 * custom.el (custom-known-themes): Reflow docstring.
13309 (custom-theme-load-path): Fix typo in docstring.
13310 (load-theme): Fix typo in error message.
13311 (custom-available-themes, custom-variable-theme-value):
13312 Use `let', not `let*'.
13313
d71990a1
JB
133142011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13315
13316 * calc/README: Mention inclusion of musical notes.
13317
13318 * calc/calc-units.el (calc-lu-quant): Rename from
13319 `calc-logunits-quantity'.
13320 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13321 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13322 (calc-db): Rename from `calc-dblevel'.
13323 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13324 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13325 (calc-np): Rename from `calc-nplevel'.
13326 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13327 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13328 (calc-lu-plus): Rename from `calc-logunits-add'.
13329 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13330 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13331 (calc-lu-minus): Rename from `calc-logunits-sub'.
13332 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13333 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13334 (calc-lu-times): Rename from `calc-logunits-mul'.
13335 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13336 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13337 (calc-lu-divide): Rename from `calc-logunits-div'.
13338 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13339 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13340
13341 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13342 functions being autoloaded.
13343
13344 * calc/calc.el (calc-lu-power-reference): Rename from
13345 `calc-logunits-power-reference'.
13346 (calc-lu-field-reference): Rename from
13347 `calc-logunits-field-reference'.
13348
7a71b18d
GM
13349 * calc/calc-help.el (calc-l-prefix-help):
13350 Mention musical note functions.
d71990a1 13351
40c2934b
SM
133522011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * minibuffer.el (completion-all-sorted-completions):
13355 Use :completion-cycle-penalty text property if present.
13356
b0911414
KM
133572011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13358
13359 * allout.el (allout-yank-processing): Adjust for new rebulleting
13360 regime so bullet being yanked is used without prompting the user
13361 for a choice.
13362
8a05b668
JB
133632011-03-16 Juanma Barranquero <lekktu@gmail.com>
13364
13365 * startup.el (command-line): Warn the user that _emacs is deprecated.
13366
5ba5fb81
JB
133672011-03-16 Juanma Barranquero <lekktu@gmail.com>
13368
13369 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13370 (delphi-verbose, delphi-comment-face, delphi-string-face)
13371 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13372 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13373 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13374 (delphi-new-comment-line, delphi-font-lock-defaults)
13375 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13376 Fix typos in docstrings.
13377
2dab465b
KM
133782011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13379
5ba5fb81 13380 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13381 Invert the roles of character and string values for INSTEAD, so a
13382 string is used for the more common case of a defaulting prompt.
13383
0adf5618
SM
133842011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * progmodes/ruby-mode.el (ruby-backward-sexp):
13387 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13388 * play/gamegrid.el (gamegrid-make-face):
13389 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13390 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13391 * notifications.el (notifications-notify):
13392 * net/xesam.el (xesam-search-engines):
13393 * net/quickurl.el (quickurl-list-insert):
13394 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13395
d72700e5
CY
133962011-03-15 Chong Yidong <cyd@stupidchicken.com>
13397
13398 * startup.el (command-line): Update package subdirectory regexp.
13399
49c5410a
SM
134002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13401
c6eee9aa
SM
13402 * allout.el (allout-abbreviate-flattened-numbering)
13403 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13404
49c5410a
SM
13405 * subr.el (read-char-choice): Only show the cursor after the prompt,
13406 not after the answer.
13407
047b2bb9
KR
134082011-03-15 Kevin Ryde <user42@zip.com.au>
13409
13410 * help-fns.el (variable-at-point): Skip leading quotes, if any
13411 (bug#8253).
13412
0a57d256
SM
134132011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13416 warning message.
13417
77c992bc
MA
134182011-03-14 Michael Albinus <michael.albinus@gmx.de>
13419
13420 * shell.el (shell): When called interactively, offer to change the
13421 shell file name on remote hosts.
13422
eebc475d
TZ
134232011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13424
13425 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13426 integration for LDAP parameters. The host, base, user or binddn,
13427 and secret tokens can be specified in a netrc file, for instance.
13428 This is optional because an `auth-source' parameter must be
13429 specified in the search attributes.
13430
9d05d1ba
JB
134312011-03-13 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13434
09d9db2c
GM
134352011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13438 into declaration. Remove redundant and harmful binding.
13439
134402011-03-12 Eli Zaretskii <eliz@gnu.org>
13441
13442 * files.el (file-ownership-preserved-p): Pass `integer' as an
13443 explicit 2nd argument to `file-attributes'. If the file's owner
13444 is the Administrators group on Windows, and the current user is
13445 Administrator, consider that a match.
13446
13447 * server.el (server-ensure-safe-dir): Consider server directory
13448 safe on MS-Windows if its owner is the Administrators group while
13449 the current Emacs user is Administrator. Use `=' to compare
13450 numerical UIDs, since they could be integers or floats.
13451
219bd536
JB
134522011-03-12 Juanma Barranquero <lekktu@gmail.com>
13453
13454 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13455
f3afd36b
MA
134562011-03-12 Michael Albinus <michael.albinus@gmx.de>
13457
13458 Sync with Tramp 2.2.1.
13459
13460 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13461
13462 * net/trampver.el: Update release number.
13463
3aaaa6f1
SM
134642011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13465
94642599
SM
13466 * progmodes/compile.el (compilation--previous-directory): Fix up
13467 various nil/dead-marker mismatches (bug#8014).
13468 (compilation-directory-properties, compilation-error-properties):
13469 Don't call it at a position past the one we're about to change.
13470
3aaaa6f1
SM
13471 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13472 Disable obsolescence warnings in the file that declares it.
13473
14239447
KM
134742011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13475
099c39a4
JB
13476 * allout-widgets.el (allout-widgets-tally):
13477 Initialize allout-widgets-tally as a hash table rather than nil to
13478 prevent mode-line redisplay warnings. Also, clarify the module
13479 description and fix a comment typo.
14239447 13480
135e287c
JB
134812011-03-11 Juanma Barranquero <lekktu@gmail.com>
13482
13483 * help-fns.el (describe-variable): Don't complete keywords.
13484 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13485
ffbf300e
CY
134862011-03-10 Chong Yidong <cyd@stupidchicken.com>
13487
ba08b241
CY
13488 * emacs-lisp/package.el (package-version-join): Impose a standard
13489 string representation for pre/alpha/beta version lists.
13490 (package-unpack-single): Standardize the directory name by passing
13491 it through package-version-join.
13492 (package-strip-rcs-id): Accept any version string that does not
13493 signal an error in version-to-list.
ffbf300e 13494
f346fd6b
MA
134952011-03-10 Michael Albinus <michael.albinus@gmx.de>
13496
13497 * simple.el (delete-trailing-whitespace): Return nil for the
13498 benefit of `write-file-functions'.
13499
ccb55d27
GM
135002011-03-10 Glenn Morris <rgm@gnu.org>
13501
5ceaac0c
GM
13502 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13503
02da65ff
GM
13504 * vc/vc-git.el (vc-git-program): New option.
13505 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13506 (vc-git--call): Use it.
13507
b2f603cc
GM
13508 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13509
5772caab
GM
13510 * cus-edit.el (Custom-newline): If no button at point, look
13511 for a subgroup button at start-of-line. (Bug#2298)
13512
ccb55d27
GM
13513 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13514
ec6ecaed
JD
135152011-03-10 Julien Danjou <julien@danjou.info>
13516
13517 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13518 `cursor-type' is nil.
13519
9d5aa01d
JB
135202011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13521
13522 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13523
b6a5875b
KM
135242011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13525
7a71b18d 13526 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13527 preserves the existing header prefix, rebulleting it if necessary,
13528 rather than replacing it. This is necessary for proper operation
13529 of cooperative addons like allout-widgets.
1154d12e
JB
13530 (allout-make-topic-prefix, allout-rebullet-heading):
13531 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13532 value as alternate bullet to be used, instead of prompting the user
13533 for a bullet character.
b6a5875b 13534
ee545c35
MA
135352011-03-09 Michael Albinus <michael.albinus@gmx.de>
13536
d86d2721
SM
13537 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13538 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13539 `tramp-default-port'.
13540
c47971d7
DD
135412011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13542
13543 * net/rcirc.el (rcirc-handler-001): Remove useless
13544 with-rcirc-process-buffer.
13545 (rcirc-check-auth-status): Swap arguments to string-match.
13546
13522cb4
GM
135472011-03-09 Glenn Morris <rgm@gnu.org>
13548
0be6f4f1
GM
13549 * shell.el (shell-mode):
13550 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13551
13522cb4
GM
13552 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13553 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13554
515de2e3
CY
135552011-03-08 Chong Yidong <cyd@stupidchicken.com>
13556
13557 * emacs-lisp/package.el (package-refresh-contents)
13558 (package-menu-execute): Use condition-case-no-debug.
13559
b511b994
MA
135602011-03-08 Michael Albinus <michael.albinus@gmx.de>
13561
13562 * simple.el (shell-command-to-string): Use `process-file'.
13563
13564 * emacs-lisp/package.el (package-tar-file-info): Handle also
13565 remote files.
13566
d86d2721
SM
13567 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13568 Use `equal' for upload base check.
b511b994 13569
25bbfb31
AM
135702011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13571
13572 * textmodes/texinfo.el (texinfo-environments):
13573 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13574
be996521
GM
135752011-03-08 Glenn Morris <rgm@gnu.org>
13576
e9c8529f
GM
13577 * cus-start.el (cursor-in-non-selected-windows):
13578 Fix :set quoting oddness. (Bug#8192)
13579
be996521
GM
13580 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13581 in some setf expressions. (Bug#2159)
13582
2bb5649e
CY
135832011-03-08 Chong Yidong <cyd@stupidchicken.com>
13584
13585 * custom.el (custom-available-themes): Return themes in
13586 alphabetical order.
13587
33383987 13588See ChangeLog.15 for earlier changes.
e3d51b27
MR
13589
13590;; Local Variables:
13591;; coding: utf-8
e3d51b27
MR
13592;; End:
13593
acaf905b 13594 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13595
13596 This file is part of GNU Emacs.
13597
13598 GNU Emacs is free software: you can redistribute it and/or modify
13599 it under the terms of the GNU General Public License as published by
13600 the Free Software Foundation, either version 3 of the License, or
13601 (at your option) any later version.
13602
13603 GNU Emacs is distributed in the hope that it will be useful,
13604 but WITHOUT ANY WARRANTY; without even the implied warranty of
13605 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13606 GNU General Public License for more details.
13607
13608 You should have received a copy of the GNU General Public License
13609 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.