Add bug ref.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
503edac9
CY
12009-12-05 Chong Yidong <cyd@stupidchicken.com>
2
925f8c70
CY
3 * shell.el (shell): Require ansi-color (Bug#5113).
4
5 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6
503edac9
CY
7 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8
8fea6b33
AM
92009-12-05 Alan Mackenzie <acm@muc.de>
10
11 * progmodes/cc-mode.el (c-before-hack-hook)
12 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13 `c-file-style' to work again. This reversion restores the current
212c5aef 14 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 15
5d1fd962
CY
162009-12-05 Kevin Ryde <user42@zip.com.au>
17
18 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
19 comment-start-skip to comment-end-skip as comment (Bug#4781).
20
30760c8b
JL
212009-12-05 Juri Linkov <juri@jurta.org>
22
23 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
24 for virtual nodes. (Bug#4147)
25 (Info-find-node-2): Set `Info-current-node-virtual' to nil
26 when moving from a virtual node.
27 (Info-mode-menu): Add `Info-virtual-index' to the menu.
28 (Info-mode): Add `Info-virtual-index' to the docstring.
29
1dc5c6f3
CY
302009-12-05 Eric Ludlam <zappo@gnu.org>
31
32 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
33 Describe project macro symbols.
34
35 * cedet/semantic/complete.el (semantic-complete-do-completion):
36 Don't call semantic-collector-current-exact-match.
37
38 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
39 ede-objects as targets.
40
41 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
42 a target's object list even if compiler vars are already in the
43 Makefile.
44
45 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
46 list of headers producing necessary macros.
47
403111a8
RW
482009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
49
50 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
51 track of the buffer position of the end of a BibTeX entry as this
52 position may change during reformatting.
53 (bibtex-format-entry): Remove whitespace before processing
54 numerical fields so that we recognize the latter properly.
55 (bibtex-reformat): Do not use push which changes the global value
56 of bibtex-entry-format.
57 (bibtex-field-braces-alist, bibtex-field-strings-alist)
58 (bibtex-field-re-init): Replace only space characters by regexp
59 for whitespace.
60 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix
61 docstring.
62 (bibtex-initialize): Also update bibtex-strings.
63 (bibtex-kill-field): Preserve white space at end of entry.
64 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill): Update
65 bibtex-reference-keys.
66
25b54627
SM
672009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * minibuffer.el (completion-pcm--merge-try): Also consider placing
70 point after a star, if that's the only place where modifications can
71 make progress.
72
35639eb4
DN
732009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
76 in docstrings.
77
8b78760b
JL
782009-12-04 Juri Linkov <juri@jurta.org>
79
80 * proced.el (proced): Call `(proced-update t)' to update process
81 information instead of only running proced-post-display-hook.
82 (proced-send-signal): Add a leading space to the buffer name
83 " *Marked Processes*" to make this buffer ephemeral.
84
2b3489a7
JL
852009-12-04 Juri Linkov <juri@jurta.org>
86
87 * dired.el (dired-auto-revert-buffer): New defcustom.
88 (dired-internal-noselect): Use it.
89
9b9debd1
JL
902009-12-04 Juri Linkov <juri@jurta.org>
91
92 Change roles of modes and functions in image-mode.el (Bug#5062).
93
94 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
95 in `auto-mode-alist'.
96 (image-mode-previous-major-mode): New variable.
97 (image-minor-mode-map): Rename from `image-mode-text-map'.
98 (image-mode): Move graceful error-handling code from
99 `image-minor-mode' to here. On errors call `image-mode-as-text'.
100 (image-minor-mode): Remove all image-handling code.
101 Replace `image-mode-text-map' with `image-minor-mode-map'.
102 Check for `image-type' in mode-line format string.
103 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
104 (image-mode-as-text): New function with most code from
105 `image-mode-maybe'.
106 (image-toggle-display-text): Move code that removes image
107 properties from `image-toggle-display' to here.
108 (image-toggle-display-image): New function with code that adds
109 image properties copied from `image-toggle-display'.
110 (image-toggle-display): Remove most code with leaving only code
111 that toggles between `image-mode-as-text' and `image-mode'.
112
0c74a301
UJ
1132009-12-04 Ulf Jasper <ulf.jasper@web.de>
114
115 * net/newst-treeview.el
116 (newsticker--treeview-list-highlight-start): Restored call to
117 save-excursion: Selected item was stuck.
118 (newsticker--treeview-list-select): New.
119 (newsticker--treeview-item-show-text)
120 (newsticker--treeview-item-show)
121 (newsticker--treeview-item-update): Use new
122 newsticker-treeview-item-mode.
123 (newsticker-treeview-update): Keep current item.
124 (newsticker-treeview-next-new-or-immortal-item): Doc change.
125 (newsticker--treeview-first-feed): Doc change.
126 (newsticker-treeview-list-menu)
127 (newsticker-treeview-item-menu): Added menu entries.
128 (newsticker-treeview-item-mode): New.
129
130 * net/newst-backend.el (newsticker-customize): delete other
131 windows.
132
9eaeec5b
SS
1332009-12-04 Sam Steingold <sds@gnu.org>
134
135 * log-view.el (log-view-mode-map): "q" calls quit-window,
136 like in all the other non-self-insert buffers.
137
b2bf5be5
SM
1382009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 Minor cleanup.
141 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
142 key decoding rather than do it manually via last-input-event +
143 ascii-character.
144 (term-exec): Use delete-and-extract-region.
145 (term-handle-ansi-terminal-messages): Remove unused var `end'.
146 (term-process-pager): Remove unused var `i'.
147 (term-dynamic-simple-complete): Make obsolete.
148 (serial-update-config-menu): Remove unused vars `y' and `str'.
149 (term-update-mode-line): Remove unused var `temp'.
150
46e5c897
DN
1512009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
152
153 Limit the number of log entries displayed by default.
154 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
155 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
156 using a prefix argument.
157
627e0a14
GM
1582009-12-03 Glenn Morris <rgm@gnu.org>
159
160 * progmodes/idlwave.el (class): Restore still useful declaration.
161
8578c224
AM
1622009-12-03 Alan Mackenzie <acm@muc.de>
163
4abc318c 164 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 165
b2bf5be5
SM
166 * progmodes/cc-mode.el (c-basic-common-init):
167 Call c-state-cache-init.
168 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 169 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 170 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
171
172 * progmodes/cc-langs.el (c-before-font-lock-function):
173 c-extend-and-neutralize-syntax-in-CPP has been renamed
174 c-neutralize-syntax-in-and-mark-CPP.
175
176 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
177 with `category' properties now, not `syntax-table' ones.
178
179 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
180 enhanced (but slower) version of c-end-of-macro that won't land
181 inside a literal or on another awkward character.
182 (c-state-cache-too-far, c-state-cache-start)
183 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
184 (c-state-nonlit-pos-cache-limit, c-state-point-min)
185 (c-state-point-min-lit-type, c-state-point-min-lit-start)
186 (c-state-min-scan-pos, c-state-brace-pair-desert)
187 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
188 buffer local variables.
189 (c-state-literal-at, c-state-lit-beg)
190 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
191 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
192 (c-state-cache-top-paren, c-state-cache-after-top-paren)
193 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
194 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
195 (c-renarrow-state-cache)
196 (c-append-lower-brace-pair-to-state-cache)
197 (c-state-push-any-brace-pair, c-append-to-state-cache)
198 (c-remove-stale-state-cache)
199 (c-remove-stale-state-cache-backwards, c-state-cache-init)
200 (c-invalidate-state-cache-1, c-parse-state-1)
201 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
202 (c-parse-state): Enhance and refactor.
203 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
204
205 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
206 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
207 modify to use category text properties rather than syntax-table ones.
208 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
209 to switch off/on the syntactic paren property of C++ template
210 delimiters using the category property.
211 (c-with-<->-as-parens-suppressed): Macro to invoke code with
212 template delims suppressed.
213 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
214 New constant/macros which apply category properties to the start
215 and end of preprocessor constructs.
b2bf5be5 216 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
217 "comment out" the syntactic value of characters in preprocessor
218 constructs.
219 (c-with-cpps-commented-out)
220 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
221 with characters in all or all but one preprocessor constructs
222 "commented out".
223
0d4dc442
RW
2242009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
225
226 * proced.el (proced-filter-alist): Use regexp-quote.
227
a09dc9bf
MA
2282009-12-03 Michael Albinus <michael.albinus@gmx.de>
229
230 Cleanup.
231 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
232 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
233 arguments. Expand `default-directory'.
234
235 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
236 the benefit of returning an expanded localname.
237 (tramp-tramp-file-p): Handle the case NAME is not a string.
238
3f6bd790
DN
2392009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
240
4dfb3b9c
DN
241 Add support for bzr shelve/unshelve.
242 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
243 (vc-bzr-extra-menu-map): New variables.
244 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
245 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
246 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
247 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
248 (vc-bzr-dir-extra-headers): Display shelves.
249
3f6bd790
DN
250 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
251
842d73a1
SM
2522009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * textmodes/bibtex.el (bibtex-complete-internal):
255 Use completion-in-region.
256 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
257
7fa4876f
DN
2582009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
259
260 Support applying stashes. Improve UI.
261 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
262 (vc-git-stash-apply, vc-git-stash-pop)
263 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
264 (vc-git-stash-menu): New functions.
265 (vc-git-stash-menu-map): New variable.
266 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
267
d6e82452
GM
2682009-12-03 Glenn Morris <rgm@gnu.org>
269
270 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
271 (vc-print-log-internal): Fix previous change.
272 (vc-revert): Correct pluralization.
273
8d222148
SM
2742009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
275
ea52206b
SM
276 * progmodes/make-mode.el (makefile-special-targets-list): No need for
277 it to be an alist any more.
278 (makefile-complete): Use completion-in-region.
279
69a94a37
SM
280 * progmodes/octave-mod.el (octave-complete-symbol):
281 Use completion-in-region.
282
8d222148
SM
283 Misc cleanup.
284 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
285 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
286 (idlwave-complete-class): Don't quote lambda.
287 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
288 (idlwave-mode-map): Move initialization into declaration.
289 (idlwave-action-and-binding): Use backquotes.
290 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
291 Simplify.
292 (idlwave-is-pointer-dereference): Remove unused var `pos'.
293 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
294 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
295 `parts', and `all-parts'.
296 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
297 (idlwave-convert-xml-system-routine-info): Remove unused string
298 `version-string'.
299 (idlwave-display-user-catalog-widget): Use dolist.
300 (idlwave-scanning-lib): Declare dynamically-scoped var.
301 (idlwave-scan-library-catalogs): Remove unused var `flags'.
302 (completion-highlight-first-word-only): Declare to silence bytecomp.
303 (idlwave-popup-select): Tighten scope of `resp'.
304 (idlwave-find-struct-tag): Remove unused var `beg'.
305 (idlwave-after-load-rinfo-hook): Declare.
306 (idlwave-sintern-class-info): Remove unused var `taglist'.
307 (idlwave-find-class-definition): Remove unused var `list'.
308 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
309 (idlwave-what-module-find-class): Remove unused var `classes'.
310
3bb8691b
JB
3112009-12-03 Juanma Barranquero <lekktu@gmail.com>
312
313 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
314
f72f0c23
SM
3152009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
318 buffers visited. Remove redundant current-buffer-saving.
319
601a9508
SM
3202009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 Use completion-in-buffer and remove uses of dynamic scoping.
323 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
324 (pascal-buffer-to-use, pascal-flag): Don't declare.
325 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
326 (pascal-get-completion-decl, pascal-keyword-completion):
327 Add `pascal-str' argument, save-excursion,
328 return the found completions, and don't filter with pascal-pred.
329 (pascal-completion-cache): New var.
330 (pascal-completion): Don't switch buffer any more (it was never
331 necessary). Don't save-excursion any more (it's done by the called
332 subroutines). Use a cache to avoid redundant computations.
333 Use complete-with-action rather than pascal-completion-response and
334 let it apply the predicate as well.
335 (pascal-complete-word): Use completion-in-buffer when
336 pascal-toggle-completions is nil.
337 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
338 not used any more.
339 (pascal-comp-defun): Don't change buffer any more.
340 Use complete-with-action rather than pascal-completion-response and
341 let it apply the predicate as well.
342 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
343 when neded.
344
1ff4cb98
KH
3452009-12-02 Kenichi Handa <handa@m17n.org>
346
347 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
348 shape for all Indic scripts.
349
bb12edf1
SM
3502009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 Use completion-in-buffer.
353 * wid-edit.el (widget-field-text-end): New function.
354 (widget-field-value-get): Use it.
355 (widget-string-complete, widget-file-complete)
356 (widget-color-complete): Use it and completion-in-region.
357 (widget-complete): Don't narrow the buffer.
358
5813f6ef
GM
3592009-12-02 Glenn Morris <rgm@gnu.org>
360
c920f222
GM
361 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
362 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
363 * mail/rmailsum.el: Replace all pop-to-buffer calls with
364 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 365
5813f6ef
GM
366 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
367 save-excursion with save-current-buffer.
368 Widen before searching. (Bug#5093)
369 (diary-list-sexp-entries): Remove superfluous save-excursion.
370
34b1d750
GM
3712009-12-02 Michael Welsh Duggan <mwd@cert.org>
372
373 * woman.el (woman-make-bufname): Handle man-pages with "." in the
374 name. (Bug#5038)
375
b2d5f31a
GM
3762009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
377
378 * ido.el (ido-file-internal): Handle filenames at point that do
379 not have a directory part. (Bug#5049)
380
c710ac3c
JB
3812009-12-02 Juanma Barranquero <lekktu@gmail.com>
382
383 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
384 (mpc-songs-jump-to, mpc-resume): Doc fixes.
385
9946be46
SM
3862009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
387
388 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
389 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
390 any more.
391
b08016f2
SM
3922009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
393
e7440df4
SM
394 * comint.el (comint-insert-input): Ignore clicks to the right of
395 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
396
3bb8691b 397 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
398 terminate before setting up the major mode.
399
f3b757f5
SM
400 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
401 in case.
402
a2877f1d
SM
403 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
404 the last element.
405
b08016f2
SM
406 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
407
782d6e30
GM
4082009-12-01 Glenn Morris <rgm@gnu.org>
409
410 * window.el (window--display-buffer-2): Fix previous changes.
411
28f57f7e
CY
4122009-12-01 Chong Yidong <cyd@stupidchicken.com>
413
414 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
415
c31a2fdc
GM
4162009-12-01 Glenn Morris <rgm@gnu.org>
417
418 * Makefile.in (ELCFILES): Add mpc.elc.
419
e1ada222
SM
4202009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * mpc.el: New file.
423
0c9ff2c5
GM
4242009-12-01 Glenn Morris <rgm@gnu.org>
425
3689984f
GM
426 * window.el (window-to-use): Define for compiler.
427
3ab4308b
GM
428 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
429 consistent with others (no final period).
430
0c9ff2c5
GM
431 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
432 (rmail-mime-show): Downcase the encoding. (Bug#5070)
433
fb0c18ff
DN
4342009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
435
436 Make vc-print-log buttons work.
c710ac3c 437 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
fb0c18ff 438
2ac7e73e
JB
4392009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
440
441 * savehist.el (savehist-autosave-interval): Allow setting to nil
442 through customize. (Bug#5056)
443
5237d741
JB
4442009-11-30 Juanma Barranquero <lekktu@gmail.com>
445
446 Fix references to jit-lock properties.
447 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
448 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
449 (perl-font-lock-special-syntactic-constructs):
450 Quote jit-lock-defer-multiline property.
451
379241fa
DN
4522009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * vc-git.el (vc-git-registered): Call vc-git-root only once.
455
054ae856
JL
4562009-11-30 Juri Linkov <juri@jurta.org>
457
458 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
459 value `buffer' of `multi-isearch-next-buffer-current-function'.
460 Use `(current-buffer)' when `buffer' is nil.
461 (multi-isearch-next-buffer-from-list): Don't fallback to
462 `(current-buffer)' when `buffer' is nil. (Bug#4947)
463
67296dda
JL
4642009-11-30 Juri Linkov <juri@jurta.org>
465
466 * misearch.el (multi-isearch-read-buffers): Move canonicalization
467 of buffers with `get-buffer' to `multi-isearch-buffers'.
468 (multi-isearch-buffers, multi-isearch-buffers-regexp):
469 Canonicalize BUFFERS with `get-buffer'. Doc fix.
470 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
471 FILES with `expand-file-name' converting relative file names
472 to absolute. Doc fix. (Bug#4727)
473
c585bf32
JL
4742009-11-30 Juri Linkov <juri@jurta.org>
475
476 * misearch.el (multi-isearch-read-buffers)
477 (multi-isearch-read-matching-buffers): New functions.
478 (multi-isearch-buffers, multi-isearch-buffers-regexp):
479 Use them in the `interactive' spec. Doc fix.
480 (multi-isearch-read-files, multi-isearch-read-matching-files):
481 New functions.
482 (multi-isearch-files, multi-isearch-files-regexp):
483 Use them in the `interactive' spec. Doc fix. (Bug#4725)
484
0a745733
JL
4852009-11-30 Juri Linkov <juri@jurta.org>
486
487 * doc-view.el (doc-view-continuous):
488 Rename from `doc-view-continuous-mode'.
489 (doc-view-menu): Move "Toggle display" to the top.
490 Add submenu "Continuous" with radio buttons "Off"/"On"
491 and "Save as Default".
492 (doc-view-scroll-up-or-next-page)
493 (doc-view-scroll-down-or-previous-page)
494 (doc-view-next-line-or-next-page)
495 (doc-view-previous-line-or-previous-page): Rename
496 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
497
1f9689eb
JL
4982009-11-30 Juri Linkov <juri@jurta.org>
499
500 * comint.el (comint-mode-map): Rebind `M-r' from
501 `comint-previous-matching-input' to
502 `comint-history-isearch-backward-regexp'.
503 Unbind `M-s' to allow global key binding `M-s'.
504 Add menu items for `comint-history-isearch-backward' and
505 `comint-history-isearch-backward-regexp'. (Bug#3746)
506
2952b1ae
JL
5072009-11-30 Juri Linkov <juri@jurta.org>
508
509 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
510 For def=recenter, replace `recenter' with `recenter-top-bottom'
511 that is called with `this-command' and `last-command' let-bound
512 to `recenter-top-bottom'. When the last `def' was not `recenter',
513 set `recenter-last-op' to nil. (Bug#4981)
514
7a9547ca
SM
5152009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
516
20565545
SM
517 Minor cleanup and simplification.
518 * filecache.el (file-cache-add-directory)
519 (file-cache-add-directory-recursively)
520 (file-cache-add-from-file-cache-buffer)
521 (file-cache-delete-file-regexp, file-cache-delete-directory)
522 (file-cache-files-matching-internal, file-cache-display): Use dolist.
523 (file-cache-temp-minibuffer-message): Delete function.
524 (file-cache-minibuffer-complete): Use minibuffer-message instead.
525
7a9547ca
SM
526 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
527 Don't signal an error when bumping into EOB in tr, s, or y.
528
08e968f3
JL
5292009-11-29 Juri Linkov <juri@jurta.org>
530
531 * startup.el (fancy-about-text): Fix wording of Guided Tour.
532 (Bug#4960)
533
534 * descr-text.el (describe-char-unidata-list): Use lowercase name
535 for "Unicode name" like in other tags.
536
f8d170a4
JL
5372009-11-29 Juri Linkov <juri@jurta.org>
538
539 * ediff-util.el (ediff-minibuffer-with-setup-hook):
540 New compatibility macro.
7a9547ca 541 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 542
0116abbd
JL
5432009-11-29 Juri Linkov <juri@jurta.org>
544
545 Add defcustom to define the cycling order of `recenter-top-bottom'.
546 (Bug#4981)
547
548 * window.el (recenter-last-op): Doc fix.
549 (recenter-positions): New defcustom.
550 (recenter-top-bottom): Rewrite to use `recenter-positions'.
551 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
552
61eef560
MA
5532009-11-29 Michael Albinus <michael.albinus@gmx.de>
554
555 Improve integration of Tramp and ange-ftp in eshell.
556
557 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
558 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
559 (eshell/sudo): Flatten args. Let-bind `default-directory'.
560
561 * eshell/esh-util.el (top): Require also Tramp when compiling.
562 (eshell-directory-files-and-attributes): Check for FTP remote
563 connection.
564 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
565 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
566 (eshell-file-attributes): Handle ".". Return `entry'.
567
568 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
569 (ange-ftp-directory-files-and-attributes)
570 (ange-ftp-real-directory-files-and-attributes): New defuns.
571
572 * net/tramp.el (tramp-maybe-open-connection): Open the remote
573 shell with "exec" when possible. This prevents trailing prompts
574 in `start-file-process'.
575
f5467d3f
SM
5762009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
577
21f49db9
SM
578 Try and remove assumptions about point-min==1.
579 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
580 (rng-compute-mode-line-string): Show the validation percentage in
581 terms of the narrowed text, not the widened text.
582 (rng-do-some-validation): Don't catch internal errors when debugging.
583 (rng-first-error): Simplify.
584 (rng-after-change-function): Remove work around. AFAIK the bug has
585 been fixed a while ago.
586
26224faf
SM
587 * image-mode.el (image-minor-mode): Exit more gracefully when the image
588 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
589
d7117720
SM
590 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
591
f5467d3f
SM
592 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
593 `cd' doesn't always do it for us (bug#5067).
594
595 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
596 on 2009-10-25 as part of some other change (bug#5067).
597
c5269f1c
SM
5982009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
599
62a258a7
SM
600 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
601 `suspicious'.
602 (byte-compile-warnings): Use byte-compile-warning-types.
603 (byte-compile-save-excursion): Warn about use of set-buffer right
604 after save-excursion.
605
c5269f1c
SM
606 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
607 the excursion as well.
608
3ba30eb8
MA
6092009-11-27 Michael Albinus <michael.albinus@gmx.de>
610
611 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
612 providing a Tramp related implementation of "su" and "sudo".
613 (eshell-unix-initialize): Add "su" and "sudo".
614
6c6f788d
DU
6152009-11-27 Daiki Ueno <ueno@unixuser.org>
616
617 * net/socks.el (socks-send-command): Convert binary request to
618 unibyte before sending. This fixes mishandling of some port
619 numbers such as 129.
620
10c877fe
SM
6212009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
622
6f06a171
SM
623 * help.el (describe-bindings-internal): Remove `interactive'.
624
10c877fe
SM
625 * man.el (Man-completion-table): Trim a terminating "(".
626 Remove the space between name page a section.
627 Add the command's description on the `help-echo' property.
c5269f1c
SM
628 Remove `process-connection-type' binding since it's unused by
629 call-process.
10c877fe
SM
630 Provide completion for the "<section> <name>" format as well.
631 (Man-default-man-entry): Remove spurious var shadowing the argument.
632
c44a4822
KR
6332009-11-26 Kevin Ryde <user42@zip.com.au>
634
635 * log-view.el: Add "Keywords: tools", since its other keywords
636 aren't in finder-known-keywords, and following vc.el.
637
9d58f081
KR
638 * sha1.el (sha1-string-external): default-directory "/" in case
639 otherwise non-existent. process-connection-type pipe for touch of
640 efficiency recommended by elisp manual. (An aside in Bug#3911.)
641
72fe6b25
SM
6422009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 Misc coding convention cleanups.
645 * htmlfontify.el (hfy-init-kludge-hook): Rename from
646 hfy-init-kludge-hooks.
647 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
648 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
649 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
650 and push.
651 (hfy-slant, hfy-weight): Use tables rather than code.
652 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
653 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
654 (hfy-face-attr-for-class): Initialize `face-spec' directly.
655 (hfy-face-to-css): Remove `nconc' with single arg.
656 (hfy-p-to-face-lennart): Use `or'.
657 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
658 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
659 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
660 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
661 (hfy-force-fontification): Use run-hooks.
662
85e0a536
SM
6632009-11-26 Vivek Dasmohapatra <vivek@etla.org>
664
665 Various minor fixes.
666 * htmlfontify.el (hfy-default-header): Add toggle_invis since
667 Javascript belongs in the header, not the body.
668 (hfy-javascript): Remove.
669 (hfy-fontify-buffer): Don't insert it any more.
670 (hfy-face-at): Handle (face0 face1 face2) style face properties.
671 Fix bug in invis handling when there were no invis props in a chunk.
672
62ccc42c
SM
6732009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
676
2643c7aa
DN
6772009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * finder.el (finder-mode-map): Add a menu.
680
0e5c8aed
DN
6812009-11-26 Michael McNamara <mac@mail.brushroad.com>
682
683 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
684 "unsigned" structs.
685
686 (verilog-leap-to-head, verilog-backward-token): Handle "disable
687 fork" statement better.
688
6892009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
690
691 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
62ccc42c
SM
692 (verilog-delete-empty-auto-pair, verilog-library-filenames):
693 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
0e5c8aed
DN
694
695 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
696 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
697 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
698 Pierre-David Pfister.
699
7629c4e7
GM
7002009-11-26 Glenn Morris <rgm@gnu.org>
701
62ccc42c
SM
702 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
703 the scope.
7629c4e7 704
a5d358f8
JB
7052009-11-25 Johan Bockgård <bojohan@gnu.org>
706
707 * vc-annotate.el (vc-annotate-revision-previous-to-line):
708 Really use previous revision.
709
002cbde5
KR
7102009-11-25 Kevin Ryde <user42@zip.com.au>
711
712 * man.el (Man-completion-table): default-directory "/" in case
713 doesn't otherwise exist. process-environment COLUMNS=999 so as
714 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
715 any chance of hitting the pseudo-tty TIOCGWINSZ.
716 (man): completion-ignore-case t for friendliness and since man
717 itself is case-insensitive on the command line.
718 Further to Bug#3717.
002cbde5 719
8cb5ffe8
KR
720 * arc-mode.el: Add "Keywords: files", so the details in its
721 commentary can be reached from finder-by-keyword.
34607612
KR
722 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
723 editing mode, but it's comms related and sgml-mode.el has "comm"
724 on that basis too.
b8dfcf54 725 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
726 * international/isearch-x.el, international/ja-dic-cnv.el:
727 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 728 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 729
1e2d9ba1
JL
7302009-11-25 Juri Linkov <juri@jurta.org>
731
732 * man.el (Man-completion-table): Modify regexp to include
733 section names to completion strings. (Bug#3717)
734
a601d313
JL
7352009-11-25 Juri Linkov <juri@jurta.org>
736
737 Search recursively in gzipped files. (Bug#4982)
738
739 * progmodes/grep.el (grep-highlight-matches): Add new options
740 `always' and `auto'. Doc fix.
741 (grep-process-setup): Check `grep-highlight-matches' for
742 `auto-detect' to determine the need to compute grep defaults.
743 Move Windows/DOS specific --colors settings handling
744 to `grep-compute-defaults'. Check `grep-highlight-matches'
745 to get the value of "--color=".
746 (grep-compute-defaults): Compute `grep-highlight-matches' when it
747 has the value `auto-detect'. Move Windows/DOS specific settings
748 from `grep-process-setup'.
749 (zrgrep): New command with alias `rzgrep'.
750
bde04ea9
JL
7512009-11-25 Juri Linkov <juri@jurta.org>
752
753 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
754 to nil instead of switching off view-mode. (Bug#4896)
755
7d6b4d3c
JL
7562009-11-25 Juri Linkov <juri@jurta.org>
757
758 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
759
760 * mwheel.el (mwheel-scroll-up-function)
761 (mwheel-scroll-down-function): New defvars.
762 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
763 `scroll-up', and `mwheel-scroll-down-function' instead of
764 `scroll-down'.
765
766 * doc-view.el (doc-view-scroll-up-or-next-page)
767 (doc-view-scroll-down-or-previous-page): Add optional ARG.
768 Use this ARG in the call to image-scroll-up/image-scroll-down.
769 Change `interactive' spec to "P". Goto next/previous page only
770 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
771 SPC/DEL case). Doc fix.
772 (doc-view-next-line-or-next-page)
773 (doc-view-previous-line-or-previous-page): Rename arg to ARG
774 for consistency.
775 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
776 `doc-view-scroll-up-or-next-page', and buffer-local
777 `mwheel-scroll-down-function' to
778 `doc-view-scroll-down-or-previous-page'.
779
e237085f
JL
7802009-11-25 Juri Linkov <juri@jurta.org>
781
782 Provide additional default values (directories at other Dired
783 windows) via M-n in the minibuffer of some Dired commands.
784
785 * dired-aux.el (dired-diff, dired-compare-directories)
786 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
787 `minibuffer-default' in `minibuffer-with-setup-hook'.
788 (dired-dwim-target-directory): Find a window that displays Dired
789 buffer instead of failing when the next window is not Dired.
790 Use `get-window-with-predicate' to find for the next Dired window.
791 (dired-dwim-target-defaults): New function.
792
793 * ediff-util.el (ediff-read-file-name):
794 Use `dired-dwim-target-defaults' to set `minibuffer-default'
795 in `minibuffer-with-setup-hook'.
796
7d371eac
JL
7972009-11-25 Juri Linkov <juri@jurta.org>
798
799 Provide additional default values (file name at point or at the
800 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
801
802 * minibuffer.el (read-file-name-defaults): New function.
803 (read-file-name): Reset `minibuffer-default' to nil when
804 it duplicates initial input `insdef'.
805 Bind `minibuffer-default-add-function' to lambda that
806 calls `read-file-name-defaults' in `minibuffer-selected-window'.
807 (minibuffer-insert-file-name-at-point): New command.
808
809 * files.el (file-name-at-point-functions): New defcustom.
810 (find-file-default): Remove defvar.
811 (find-file-read-args): Don't use `find-file-default'.
812 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
813 to `read-file-name'.
814 (find-file-literally): Use `read-file-name' with
815 `confirm-nonexistent-file-or-buffer'.
816
817 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
818
819 * dired.el (dired-read-dir-and-switches):
820 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
821 to `read-file-name'.
822 (dired-file-name-at-point): New function.
823 (dired-mode): Add hook `dired-file-name-at-point' to
824 `file-name-at-point-functions'.
825
04ae543a
SM
8262009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 Really make the *Completions* window soft-dedicated (bug#5030).
829 * window.el (window--display-buffer-2): Add `dedicated' argument.
830 (display-buffer): Pass it when needed so the dedicated flag is set
831 after calling set-window-buffer, which would otherwise reset it.
832
eb708e66
SM
8332009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
834
d6b8d4e7
SM
835 * progmodes/meta-mode.el (meta-complete-symbol):
836 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
837 * mail/mailabbrev.el (mail-abbrev-complete-alias):
838 Use completion-in-region.
839
5f24557b
SM
840 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
841 (dabbrev-completion): Use completion-in-region.
842 (dabbrev--abbrev-at-point): Simplify regexp.
843
fe4346f0
SM
844 * abbrev.el (abbrev--before-point): Use word-motion functions
845 if :regexp is not specified (bug#5031).
846
cb190d7d
SM
847 * subr.el (string-prefix-p): New function.
848
e2ec6dd5
SM
849 * man.el (Man-completion-cache): New var.
850 (Man-completion-table): Use it.
851
eb708e66
SM
852 * vc.el (vc-print-log-internal): Make `limit' optional for better
853 compatibility (e.g. with vc-annotate.el).
854
4cf8971b
KR
8552009-11-24 Kevin Ryde <user42@zip.com.au>
856
eb708e66
SM
857 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
858 Build value with regexp-opt instead of explicit joining loop. (My
f69c67b6
KR
859 Bug#4927.)
860
4cf8971b
KR
861 * emacs-lisp/elint.el (elint-add-required-env): Better error message
862 when .el source file not found or other error.
863
d204c46c
SM
8642009-11-24 Markus Triska <markus.triska@gmx.at>
865
866 * linum.el (linum-update-window): Ignore intangible (bug#4996).
867
bb301b9a
SM
8682009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
869
449c27f0
SM
870 Handle the [back] button properly (bug#4979).
871 * descr-text.el (describe-text-properties): Add a `buffer' argument.
872 Use help-setup-xref, help-buffer, and with-help-window.
873 (describe-char): Add `buffer' argument.
874 Pass proper command to help-setup-xref. Don't meddle with
875 help-xref-stack-item directly.
876 (describe-text-category): Use with-help-window and help-buffer.
877
32fe5377
SM
878 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
879 for the displayed buffer (bug#4887).
880
bb301b9a
SM
881 * man.el (Man-completion-table): New function.
882 (man): Use it.
883
35179414
DR
8842009-11-24 David Reitter <david.reitter@gmail.com>
885
bb301b9a 886 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
887 .git is) rather than the file's directory and a relative path spec
888 to work around a bug in git.
889
605a20a9
MA
8902009-11-24 Michael Albinus <michael.albinus@gmx.de>
891
892 Improve handling of processes on remote hosts.
893
894 * eshell/esh-util.el (eshell-path-env): New defvar.
895 (eshell-parse-colon-path): New defun.
896 (eshell-file-attributes): Use `eshell-parse-colon-path'.
897
bb301b9a
SM
898 * eshell/esh-ext.el (eshell-search-path):
899 Use `eshell-parse-colon-path'.
605a20a9
MA
900 (eshell-remote-command): Remove argument HANDLER.
901 (eshell-external-command): Check for FTP remote connection.
902
bb301b9a
SM
903 * eshell/esh-proc.el (eshell-gather-process-output):
904 Use `file-truename', in order to start also symlinked files.
905 Apply `start-file-process' instead of `start-process'.
906 Shorten `command' to the local file name part.
605a20a9 907
bb301b9a
SM
908 * eshell/em-cmpl.el (eshell-complete-commands-list):
909 Use `eshell-parse-colon-path'.
605a20a9
MA
910
911 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
912
913 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
914 to `eshell-directory-change-hook'.
915
d1d33062
TH
9162009-11-24 Tassilo Horn <tassilo@member.fsf.org>
917
918 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 919 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 920
a34d8565 9212009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 922
a34d8565
MK
923 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
924 made on 2009-11-22.
d1d33062 925
c83b8d1b
GM
9262009-11-24 Glenn Morris <rgm@gnu.org>
927
928 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
929 deleted variable bookmark-bmenu-bookmark-column.
930
65235b0a
GM
931 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
932 Move after definition of global-semantic-idle-tag-highlight-mode.
933
83505cfe
SM
9342009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
937
5241b291
CY
9382009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
939
940 * net/browse-url.el (browse-url-filename-alist): On Windows, add
941 two slashes to the "file:" prefix.
942 (browse-url-file-url): De-munge Cygwin filenames before passing
943 them to Windows browser.
944 (browse-url-default-windows-browser): Use call-process.
945
aefcadb6
JL
9462009-11-23 Juri Linkov <juri@jurta.org>
947
948 Implement DocView Continuous mode. (Bug#4896)
949 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
950 (doc-view-mode-map): Bind C-n/<down> to
951 `doc-view-next-line-or-next-page', C-p/<up> to
952 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
953 (doc-view-next-line-or-next-page)
954 (doc-view-previous-line-or-previous-page): New commands.
955
0d62bcea
JL
9562009-11-23 Juri Linkov <juri@jurta.org>
957
958 Implement Isearch in comint input history. (Bug#3746)
959 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
960 `isearch-mode-hook'.
961 (comint-history-isearch): New defcustom.
962 (comint-history-isearch-backward)
963 (comint-history-isearch-backward-regexp): New commands.
964 (comint-history-isearch-message-overlay): New buffer-local variable.
965 (comint-history-isearch-setup, comint-history-isearch-end)
966 (comint-goto-input, comint-history-isearch-search)
967 (comint-history-isearch-message, comint-history-isearch-wrap)
968 (comint-history-isearch-push-state)
969 (comint-history-isearch-pop-state): New functions.
970
b593f105
MA
9712009-11-23 Michael Albinus <michael.albinus@gmx.de>
972
973 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
974 return.
975 (tramp-handle-make-symbolic-link)
976 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
977 Quote file names.
978 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
979 (tramp-handle-process-file): Use it.
980
0f202d5d
SM
9812009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * window.el (move-to-window-line-last-op): Remove.
984 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
985
216349f8
SM
9862009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
987
0f202d5d 988 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
989 * window.el (move-to-window-line-last-op): New var.
990 (move-to-window-line-top-bottom): New command.
991 (global-map): Bind M-r move-to-window-line-top-bottom.
992
c10e0633
GM
9932009-11-23 Sven Joachim <svenjoac@gmx.de>
994
995 * dired-x.el (dired-guess-shell-alist-default):
996 Support xz format. (Bug#4953)
997
e96ec425
CY
9982009-11-22 Chong Yidong <cyd@stupidchicken.com>
999
2054a44c
CY
1000 * cedet/srecode/map.el (srecode-get-maps):
1001 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1002 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1003 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1004 (semantic-toggle-decoration-style):
1005 * cedet/semantic/decorate/include.el
1006 (semantic-decoration-include-describe)
1007 (semantic-decoration-unknown-include-describe)
1008 (semantic-decoration-unparsed-include-describe)
1009 (semantic-decoration-all-include-summary):
1010 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1011 * cedet/semantic/analyze/complete.el
1012 (semantic-analyze-possible-completions):
1013 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1014 (semantic-show-unmatched-syntax-mode)
1015 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1016 (semantic-highlight-func-mode):
1017 * cedet/semantic/util.el (semantic-describe-buffer):
1018 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1019 (semantic-symref-find-tags-by-name)
1020 (semantic-symref-find-tags-by-regexp)
1021 (semantic-symref-find-tags-by-completion)
1022 (semantic-symref-find-file-references-by-name)
1023 (semantic-symref-find-text):
1024 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1025 (senator-yank-tag):
1026 * cedet/semantic/scope.el (semantic-calculate-scope):
1027 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1028 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1029 (define-semantic-idle-service):
1030 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1031 (semantic-complete-analyze-inline-idle):
1032 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1033 * cedet/mode-local.el (describe-mode-local-bindings)
1034 (describe-mode-local-bindings-in-mode):
1035 * cedet/ede/make.el (ede-make-check-version):
1036 * cedet/ede/locate.el (ede-enable-locate-on-project):
1037 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1038 (cedet-idutils-version-check):
1039 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1040 (cedet-gnu-global-version-check):
1041 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1042 (cedet-cscope-version-check): Use called-interactively-p instead
1043 of interactive-p.
1044
e96ec425
CY
1045 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1046 Use semantic-format-tag-prototype.
1047
953e0c1a
GM
10482009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1049
1050 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1051 last-command-char/last-command-event.
1052 (viper-prefix-arg-value): Do correct conversion of event-char for
1053 XEmacs.
1054
83505cfe
SM
1055 * emulation/viper-util.el, emulation/viper.el:
1056 Use viper-last-command-char instead of
1057 last-command-char/last-command-event.
953e0c1a 1058
83505cfe
SM
1059 * ediff-init.el, ediff-mult.el, ediff-util.el:
1060 Replace last-command-char and last-command-event
1061 with (ediff-last-command-char) everywhere.
953e0c1a
GM
1062
1063 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1064 created in fundamental mode.
1065
1066 * ediff.el (ediff-version): Revert the change of interactive-p to
1067 called-interactively-p.
1068
9ee12eee
TH
10692009-11-22 Tassilo Horn <tassilo@member.fsf.org>
1070
1071 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1072 generation from word-movement command names.
1073
ab2c15d4
CY
10742009-11-21 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
1077 (semantic-complete-jump-local, semantic-complete-jump):
1078 Improve prompt string.
ab2c15d4 1079
8b571bf3
JD
10802009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1081
1082 * cus-start.el (all): Add native condition for font-use-system-font.
1083
4121db47
AM
10842009-11-21 Nathaniel Flath <flat0103@gmail.com>
1085
83505cfe
SM
1086 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1087 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 1088
d71f5e0c
TH
10892009-11-21 Tassilo Horn <tassilo@member.fsf.org>
1090
1091 * progmodes/subword.el: Rename from lisp/subword.el.
1092
1093 * subword.el: Rename to progmodes/subword.el.
1094
1095 * Makefile.in (ELCFILES): Adapt to subword.el move.
1096
fc9d6ad6
SM
10972009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1098 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1101 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1102 (bookmark-bmenu-show-filenames): Use push.
1103 (bookmark-bmenu-hide-filenames): Use local var instead of
1104 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
1105 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1106 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1107 filenames now that the bookmark names are always available.
1108
26d9285f
SM
11092009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1112 (bookmark-search-pattern): Move and leave unbound.
1113 (bookmark-bmenu-mode-map): Change binding.
1114 (bookmark-read-search-input): Simplify.
1115 Don't use text-char-description. Don't error on non-char events.
1116 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1117 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1118 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1119 Use a local var for the timer.
1120 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1121 (i.e. bookmark-bmenu-search).
1122
d73a0317
GM
11232009-11-21 Glenn Morris <rgm@gnu.org>
1124
1125 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1126
e572025f
CY
11272009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1128
26d9285f
SM
1129 * net/browse-url.el (browse-url-default-windows-browser):
1130 Use cygstart for cygwin.
e572025f 1131
6aeaa3dc
KF
11322009-11-20 Karl Fogel <karl.fogel@red-bean.com>
1133
1134 * bookmark.el Formatting and doc fixes only:
1135 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1136 (bookmark-bmenu-search): Wrap to fit within 80 columns.
1137 Minor grammar and punctuation fixes in doc string.
1138 (bookmark-read-search-input): Adjust to fit within 80 columns.
1139
a9b76eec
TH
11402009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1141
1142 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1143 (c-backward-into-nomenclature): Adapt to subword renaming.
1144
1145 * subword.el (subword-forward, subword-backward, subword-mark)
1146 (subword-kill, subword-backward-kill, subword-transpose)
1147 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
1148 (subword-forward-internal, subword-backward-internal):
1149 Rename from forward-subword, backward-subword, mark-subword,
1150 kill-subword, backward-kill-subword, transpose-subwords,
1151 downcase-subword, upcase-subword, capitalize-subword,
1152 forward-subword-internal, backward-subword-internal.
a9b76eec 1153
1e7d4475
SM
11542009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1155
26d9285f
SM
1156 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1157 New options.
1e7d4475
SM
1158 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1159 New vars.
1160 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1161 (bookmark-bmenu-filter-alist-by-regexp)
1162 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1163 (bookmark-bmenu-search): New command.
1164 (bookmark-bmenu-mode-map): Bind it.
1165
acfad775
CY
11662009-11-20 Chong Yidong <cyd@stupidchicken.com>
1167
1e7d4475 1168 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
1169
1170 * cedet/semantic/idle.el (define-semantic-idle-service)
1171 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1172
653d1554
TH
11732009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1174
ab84bfa0
TH
1175 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1176 backward-subword to quit the byte-compiler.
1177
1f35fda9
TH
1178 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1179
1180 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1181
653d1554 1182 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
1183 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1184 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
1185
1186 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1187 subword.el functions instead of cc-subword.el.
1188
1e7d4475
SM
1189 * progmodes/cc-subword.el: Rename to subword.el.
1190 * subword.el: Rename from progmodes/cc-subword.el.
1191 (subword-mode-map): Rename from c-subword-mode-map.
1192 (subword-mode): Rename from c-subword-mode.
653d1554 1193 (global-subword-mode): New global minor mode.
1e7d4475
SM
1194 (forward-subword): Rename from c-forward-subword.
1195 (backward-subword): Rename from c-backward-subword.
1196 (mark-subword): Rename from c-mark-subword.
1197 (kill-subword): Rename from c-kill-subword.
1198 (backward-kill-subword): Rename from c-backward-kill-subword.
1199 (transpose-subwords): Rename from c-tranpose-subword.
1200 (downcase-subword): Rename from c-downcase-subword.
1201 (capitalize-subword): Rename from c-capitalize-subword.
1202 (forward-subword-internal): Rename from c-forward-subword-internal.
1203 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 1204
9717f119
DN
12052009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1206
8de724f3
DN
1207 * vc.el (vc-deduce-fileset): Allow non-state changing operations
1208 from a dired buffer.
1209 (vc-dired-deduce-fileset): New function.
1210 (vc-root-diff, vc-print-root-log): Use it.
1211
9717f119
DN
1212 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1213 nil LIMIT argument to vc-print-log-internal.
1214
af4999b8
GM
12152009-11-20 Glenn Morris <rgm@gnu.org>
1216
1217 * Makefile.in (ELCFILES): Regenerate.
1218
725bff06
CY
12192009-11-20 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1222
1223 * cedet/semantic.el: Enable idle-mode menu items only if
1224 global-semantic-idle-scheduler-mode is enabled.
1225 (semantic-default-submodes): Doc fix.
1226
1227 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1228 When turning off, disable other idle modes.
1229
b58edcb6
JB
12302009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1231
02e1b488
SM
1232 * calc/calc.el (calc-set-mode-line):
1233 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
1234 (math-format-number): Rename `math-format-complement-signed' to
1235 `math-format-twos-complement'.
1236
02e1b488 1237 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
1238 math-format-complement-signed.
1239 (calc-radix): Rename `calc-complement-signed-mode' to
1240 `calc-twos-complement-mode'.
02e1b488
SM
1241 (calc-octal-radix, calc-hex-radix): Add an argument for
1242 two's complement.
b58edcb6 1243
02e1b488
SM
1244 * calc/calc-embed.el (calc-embedded-mode-vars):
1245 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 1246
02e1b488
SM
1247 * calc/calc-ext.el (calc-init-extensions):
1248 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
1249 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1250
02e1b488
SM
1251 * calc/calc-units.el (math-build-units-table-buffer):
1252 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
1253
1254 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1255 entries.
1256
1257 * calc/calc-vec.el (calcFunc-vunpack):
1258 * calc/calc-aent.el (calc-do-calc-eval):
1259 * calc/calc-forms.el (math-format-date):
1260 * calc/calc-graph.el (calc-graph-plot):
1261 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
1262 * calc/calccomp.el (math-compose-expr):
1263 Let `calc-twos-complement-mode' be nil.
1264
12652009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1266
1267 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1268 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
1269 * minibuffer.el (completion-in-region-functions): New hook.
1270 (completion-in-region): New function.
1271 * emacs-lisp/lisp.el (lisp-complete-symbol):
1272 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 1273
e3353a78
SM
12742009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1275
eff77808
SM
1276 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1277 (latex-complete-alist): New vars.
1278 (latex-string-prefix-p, latex-complete-bibtex-keys)
1279 (latex-complete-envnames, latex-complete-refkeys)
1280 (latex-complete-data): New functions.
1281 (latex-complete, latex-indent-or-complete): New commands.
1282
d2c9fc42
SM
1283 * window.el (display-buffer-mark-dedicated): New var.
1284 (display-buffer): Obey it.
1285 * minibuffer.el (minibuffer-completion-help): Use it.
1286
31a1c477
SM
1287 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1288
bed4c972
SM
1289 * filecache.el (file-cache-add-file): Use push and cons.
1290 (file-cache-delete-file-regexp): Use push.
1291 (file-cache-complete): Use completion-in-region.
1292
8c22699f
SM
1293 * simple.el (with-wrapper-hook): Fix thinko.
1294
e3353a78
SM
1295 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1296 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1297 Use with-current-buffer and string-to-number.
1298 (hfy-fallback-colour-values): Use assoc-string.
1299 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1300 (hfy-face-at): Remove unused var `found-face'.
1301 (hfy-compile-stylesheet): Remove unused var `css'.
1302 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1303 and `orig-buffer'.
1304 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1305 Use with-current-buffer.
1306 (hfy-text-p): Use expand-file-name and fewer setq.
1307
acca02b0
SM
13082009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1309
1310 * htmlfontify.el, hfy-cmap.el: New files.
1311
042b7cc6
JL
13122009-11-19 Juri Linkov <juri@jurta.org>
1313
1314 * minibuffer.el (completions-format): New defcustom.
1315 (completion--insert-strings): Implement vertical format.
1316
1317 * simple.el (switch-to-completions): Move point to the first
1318 completion when point was at the beginning of the buffer.
1319
da205913
JL
13202009-11-19 Juri Linkov <juri@jurta.org>
1321
1322 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
1323
1324 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1325
0b8ee421
CY
13262009-11-19 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1329 (mail-signature): Change default to t.
1330 (mail-from-style): Deprecate `system-default' value.
1331 (mail-insert-from-field): For default value of mail-from-style,
1332 default to `angles' unless `angles' needs quoting and `parens'
1333 does not.
1334 (mail-citation-prefix-regexp): Use citation regexp from
1335 message-mode.
1336
4265deab
MA
13372009-11-19 Michael Albinus <michael.albinus@gmx.de>
1338
acca02b0
SM
1339 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1340 Set variables for computing the prompt for reading password.
4265deab 1341
27cacd2d
GM
13422009-11-19 Glenn Morris <rgm@gnu.org>
1343
470bce7d
GM
1344 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1345
7e705a1d
GM
1346 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1347
27cacd2d
GM
1348 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1349 (newsticker-treeview-listwindow-height): Fix custom type.
1350
b2f0be0f
KH
13512009-11-19 Kenichi Handa <handa@m17n.org>
1352
1353 * descr-text.el (describe-char-padded-string): Compose with TAB
1354 only if there's a font for CH.
02e1b488 1355 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 1356
03446045 13572009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
1358
1359 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 1360 more accurate version of the regexp. (Bug#3910)
b96337b0 1361
03446045 13622009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
1363
1364 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1365
e0620570
JB
13662009-11-18 Juanma Barranquero <lekktu@gmail.com>
1367
1368 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1369 (font-setting-change-default-font): Fix typo in docstring.
1370
6cc6582e
AM
13712009-11-18 Alan Mackenzie <acm@muc.de>
1372
1373 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1374
dfb3c4c6
JD
13752009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1376
02e1b488 1377 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
1378
1379 * cus-start.el (all): ... to here.
1380
e268e987
MA
13812009-11-17 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1384 Don't set `ad-return-value' if `ad-do-it' doesn't.
1385
303ffde8
MA
1386 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1387 modification time.
1388
637fa988
JD
13892009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1390
1391 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 1392 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
1393
1394 * loadup.el: If feature system-font-setting or font-render-setting is
1395 there, load font-setting.
1396
02e1b488 1397 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
1398 * font-setting.el: New file.
1399
1d16a255
GM
14002009-11-17 Glenn Morris <rgm@gnu.org>
1401
1402 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1403
2d84f804
GM
1404 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1405 Preserve point in the list buffer. (Bug#4939)
1406 Use point-at-eol.
1407 (newsticker--treeview-list-update-highlight)
1408 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1409
14467b99
JB
14102009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1411
1412 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1413 Remove.
1414
1415 * calc/calc-ext.el (calc-init-extensions): Remove references to
1416 symclip.
1417
1418 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1419
1420 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 1421 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
1422 `calc-symclip'.
1423
e3c39c01
KR
14242009-11-16 Kevin Ryde <user42@zip.com.au>
1425
02e1b488 1426 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 1427 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 1428
497de631
KR
1429 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1430 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1431 Ignore trailing spaces by omit-nulls to split-string (fixing
1432 regression from Emacs 21 due to the incompatible split-string
14467b99 1433 change). (Bug #4928.)
497de631 1434
48b27575
DN
14352009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1436
5237d741 1437 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
1438 (vc-print-log-internal): Insert buttons to request more entries
1439 when limiting the output.
1440
1441 * vc-sccs.el (vc-sccs-print-log):
1442 * vc-rcs.el (vc-rcs-print-log):
1443 * vc-cvs.el (vc-cvs-print-log):
1444 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1445 LIMIT is non-nil.
1446
d3e97185
MA
14472009-11-16 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1450 error when `tramp-gvfs-dbus-event-vector' is set.
1451 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1452
68d87786
SM
14532009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1456
c0a39702
MA
14572009-11-16 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 1460 (dbus-register-property): Register the handlers of
c0a39702
MA
1461 "org.freedesktop.DBus.Properties" for SERVICE.
1462 (dbus-property-handler): Fix docstring.
1463
1e857121
YM
14642009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1465
1466 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1467 Quote doc string reference in defvaralias as it is not in special form.
1468 (byte-compile-output-docform): Doc fix.
1469
887484c1
JB
14702009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1471
1472 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1473 (calc-complement-signed-mode): New variables.
1474 (calc-set-mode-line): Add indicator for twos-complements.
1475 (math-format-number): Format twos-complement notation.
1476
1477 * calc/calc-bin.el (calc-word-size): Reset the variables
1478 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
1479 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1480 (calc-symclip): New functions.
887484c1
JB
1481
1482 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1483
68d87786
SM
1484 * calc/calc-embed.el (calc-embedded-mode-vars):
1485 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
1486
1487 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 1488 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
1489
1490 * calc/calc-ext.el (math-read-number-fancy): Read complement
1491 signed numbers.
68d87786
SM
1492 (calc-init-extensions): Add binding for `calc-symclip'.
1493 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
1494
1495 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1496 `calc-symclip'.
68d87786 1497 (calc-modes-menu): Add item for twos complement mode.
887484c1 1498
5237d741 1499 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 1500
4cf1d7e3
CY
15012009-11-15 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * register.el (jump-to-register, insert-register): Handle Semantic
1504 tags. From commented-out advice in semantic/senator.el.
1505
f8e65267
DN
15062009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1507
6616006b
DN
1508 * vc.el (vc-log-show-limit): New variable.
1509 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1510 when using a prefix argument.
1511 (vc-print-log-internal): Add new argument LIMIT.
1512
1513 * vc-svn.el (vc-svn-print-log):
1514 * vc-mtn.el (vc-mtn-print-log):
1515 * vc-hg.el (vc-hg-print-log):
1516 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 1517 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
1518 non-optional.
1519
1520 * vc-sccs.el (vc-sccs-print-log):
1521 * vc-rcs.el (vc-rcs-print-log):
1522 * vc-git.el (vc-git-print-log):
1523 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1524 ignore it. Make the BUFFER argument non-optional
1525
f8e65267
DN
1526 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1527
0566c4bc
CY
15282009-11-15 Chong Yidong <cyd@stupidchicken.com>
1529
7cce3c91
CY
1530 * dired.el (dired-mode-map): Move encryption items to "Operate"
1531 menu (Bug#4703).
1532
d7063de9
CY
1533 * strokes.el (strokes-update-window-configuration): Make strokes
1534 buffer current before erasing (Bug#4906).
1535
0566c4bc
CY
1536 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1537 (semantic-idle-summary-mode): Define using define-minor-mode
1538 instead of define-semantic-idle-service.
1539 (semantic-idle-summary-mode): New function.
1540 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1541 that mouse motion does not reset the echo area.
1542
0fc10137
JL
15432009-11-15 Juri Linkov <juri@jurta.org>
1544
1545 * simple.el (set-mark-default-inactive): Add :type, :group
1546 and :version. (Bug#4876)
1547
f5fce4ec
MA
15482009-11-15 Michael Albinus <michael.albinus@gmx.de>
1549
1550 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1551 (archive-unique-fname): ... here. (Bug#4929)
1552
8d720a00
SM
15532009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1554
589888fe
SM
1555 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1556 with a real fix.
1557
8d720a00
SM
1558 * novice.el (disabled-command-function): Add useful args.
1559 Setup the help buffer so that [back] works.
1560 Remove redundant call to help-mode.
1561 (disabled-command-function): Use `case'.
1562 (en/disable-command): New function extracted from enable-command.
1563 (enable-command, disable-command): Use it.
1564
a61344d6
GM
15652009-11-14 Glenn Morris <rgm@gnu.org>
1566
497f0cdd
GM
1567 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1568 constants. (Bug#4913)
1569
a61344d6
GM
1570 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1571
d501801e
GM
15722009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1573
1574 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1575 defined in C that have no doc-strings. (Bug#1063)
1576
5af27ac2
GM
15772009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1578
1579 * cus-edit.el (data, files):
1580 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1581
aec5395b
CY
15822009-11-14 Chong Yidong <cyd@stupidchicken.com>
1583
e7791447
CY
1584 * simple.el (shell-command): Doc fix (Bug#4891).
1585
aec5395b
CY
1586 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1587
7a41cd7f
GM
15882009-11-14 Glenn Morris <rgm@gnu.org>
1589
c3583c94
GM
1590 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1591 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1592 If they are already loaded, eval-after-load will do the right thing.
1593
73900d1f
GM
1594 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1595 compiling.
1596
0028351d
GM
1597 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1598
f6714ede
GM
1599 * simple.el (x-selection-owner-p): Declare.
1600 (read-mail-command): Use custom radio type rather than choice.
1601 (completion-no-auto-exit): Doc fix.
1602
7a41cd7f 1603 * custom.el (defgroup):
5af27ac2 1604 * epg-config.el (epg): Doc fixes.
7a41cd7f 1605
2d0659ec
DN
16062009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1607
1608 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1609 * international/ccl.el (define-ccl-program): Do not purecopy the
1610 docstring, defconst does it anyway.
1611
7fdbcd83
SM
16122009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1613
d499c5b9
SM
1614 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1615 a second time.
1616
7fdbcd83
SM
1617 * x-dnd.el (x-dnd-maybe-call-test-function):
1618 * window.el (split-window-vertically):
1619 * whitespace.el (whitespace-help-on):
1620 * vc-rcs.el (vc-rcs-consult-headers):
1621 * userlock.el (ask-user-about-lock-help)
1622 (ask-user-about-supersession-help):
1623 * type-break.el (type-break-force-mode-line-update):
1624 * time-stamp.el (time-stamp-conv-warn):
1625 * terminal.el (te-set-output-log, te-more-break, te-filter)
1626 (te-sentinel,terminal-emulator):
1627 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1628 (term-write-input-ring, term-check-source, term-start-output-log):
1629 (term-display-buffer-line, term-dynamic-list-completions):
1630 (term-ansi-make-term, serial-term):
1631 * subr.el (selective-display):
1632 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1633 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1634 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1635 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1636 (speedbar-remove-localized-speedbar-support)
1637 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1638 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1639 (speedbar-buffers-line-directory):
1640 * simple.el (shell-command-on-region, append-to-buffer)
1641 (prepend-to-buffer):
1642 * shadowfile.el (shadow-save-todo-file):
1643 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1644 (scroll-bar-maybe-set-window-start):
1645 * sb-image.el (speedbar-image-dump):
1646 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1647 (load-save-place-alist-from-file):
1648 * ps-samp.el (ps-print-message-from-summary):
1649 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1650 (ps-background-image, ps-begin-job, ps-do-despool):
1651 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1652 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1653 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1654 (pr-call-process, pr-file-list, pr-interface-save):
1655 * novice.el (disabled-command-function)
1656 (enable-command, disable-command):
1657 * mouse.el (mouse-buffer-menu-alist):
1658 * mouse-copy.el (mouse-kill-preserving-secondary):
1659 * macros.el (kbd-macro-query):
1660 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1661 * informat.el (batch-info-validate):
1662 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1663 * hippie-exp.el (try-expand-dabbrev-visible):
1664 * help-mode.el (help-make-xrefs):
1665 * help-fns.el (describe-variable):
1666 * generic-x.el (bat-generic-mode-run-as-comint):
1667 * finder.el (finder-mouse-select):
1668 * find-dired.el (find-dired-sentinel):
1669 * filesets.el (filesets-file-close):
1670 * files.el (list-directory):
1671 * faces.el (list-faces-display, describe-face):
1672 * facemenu.el (list-colors-display):
1673 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1674 * epg.el (epg--process-filter, epg-cancel):
1675 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1676 (epa--read-signature-type):
1677 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1678 (emerge-file-names):
1679 * ehelp.el (electric-helpify):
1680 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1681 * ediff-vers.el (rcs-ediff-view-revision):
1682 * ediff-util.el (ediff-setup):
1683 * ediff-mult.el (ediff-append-custom-diff):
1684 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1685 (ediff-wordify):
1686 * echistory.el (Electric-command-history-redo-expression):
1687 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1688 * disp-table.el (describe-display-table):
1689 * dired.el (dired-find-buffer-nocreate):
1690 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1691 * dabbrev.el (dabbrev--same-major-mode-p):
1692 * chistory.el (list-command-history):
1693 * apropos.el (apropos-documentation):
1694 * allout.el (allout-obtain-passphrase):
1695 (allout-copy-exposed-to-buffer):
1696 (allout-verify-passphrase): Use with-current-buffer.
1697
2ccbc060
GM
16982009-11-13 Glenn Morris <rgm@gnu.org>
1699
1700 * Makefile.in (ELCFILES): Regenerate.
1701
b172ed20
MA
17022009-11-13 Michael Albinus <michael.albinus@gmx.de>
1703
7fdbcd83
SM
1704 * net/dbus.el (dbus-registered-objects-table): Rename from
1705 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
1706 (dbus-unregister-object): Unregister also properties.
1707 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1708 Use a timeout of 500 msec, in order to not block.
1709 (dbus-register-property, dbus-property-handler): New defuns.
1710
e96d62cd
SM
17112009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * simple.el (minibuffer-default-add-completions): Drop deprecated
1714 4th arg.
1715
14bd267d
EZ
17162009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1717
e96d62cd
SM
1718 * textmodes/artist.el (artist-mouse-choose-operation):
1719 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 1720 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
1721 (artist-compute-up-event-key): New function.
1722 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1723
bf89fd7b
KH
17242009-11-13 Kenichi Handa <handa@m17n.org>
1725
1726 * language/japan-util.el: Make sure that the value of jisx0208
1727 property is jisx0208 character.
1728
f70b8925
DN
17292009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1730
1731 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1732 car or each item, not the whole list.
1733
4d93a9e0
SM
17342009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * minibuffer.el (minibuffer-completion-help):
1737 Use minibuffer-hide-completions.
1738
05404988
SM
17392009-11-12 Per Starbäck <per@starback.se> (tiny change)
1740
1741 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1742 (dired-revert): Use them (bug#4880).
1743
5297bc10
DN
17442009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1747
e2685eb7
JL
17482009-11-12 Juri Linkov <juri@jurta.org>
1749
1750 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1751 New functions.
1752 (find-file-literally-at-point): Alias of `ffap-literally'.
1753
76410c3e
DN
17542009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1755
6d341a2a
DN
1756 * textmodes/ispell.el (ispell-skip-region-alist):
1757 * textmodes/css-mode.el (auto-mode-alist):
1758 * progmodes/compile.el (auto-mode-alist):
1759 * international/mule.el (ctext-non-standard-encodings-alist)
1760 (ctext-non-standard-encodings-regexp):
1761 * simple.el (shell-command-switch, text-read-only):
1762 * replace.el (occur-mode-map):
1763 * paths.el (rmail-file-name):
1764 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1765 * find-file.el (ff-special-constructs):
1766 * files.el (file-name-handler-alist):
1767 * composite.el: Purecopy strings.
1768
76410c3e
DN
1769 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1770
aaa448c9
DN
17712009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * widget.el (define-widget): Purecopy the docstring.
1774 * international/mule-cmds.el (charset): Do not purecopy the
1775 docstring here, define-widget does it.
1776
1777 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1778 * textmodes/bibtex-style.el (auto-mode-alist):
1779 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1780 * progmodes/compile.el (compile-command):
1781 * language/korea-util.el (default-korean-keyboard):
1782 * international/mule-conf.el (file-coding-system-alist):
1783 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1784 * tooltip.el (tooltip-frame-parameters):
1785 * newcomment.el (comment-end, comment-padding):
1786 * dired.el (dired-trivial-filenames):
1787 * comint.el (comint-file-name-prefix): Purecopy initial values.
1788
bbe650fd
MA
17892009-11-11 Michael Albinus <michael.albinus@gmx.de>
1790
1791 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1792 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1793 `tramp-unload'.
1794 (tramp-advice-make-auto-save-file-name)
1795 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1796 after removing the advice.
1797
6bdad9ae
DN
17982009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1799
2f7f4bee
DN
1800 * progmodes/grep.el (grep-regexp-alist):
1801 * international/mule-cmds.el (iso-2022-control-alist):
1802 * emacs-lisp/timer.el (timer-duration-words):
1803 * subr.el (version-separator, version-regexp-alist):
1804 * minibuffer.el (completion-styles-alist):
1805 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1806 Change defvars to defconsts.
1807
a042de45
DN
1808 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1809 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1810 * international/mule-conf.el: Allow to be byte compiled.
1811
3b6acc72
DN
1812 * international/mule.el (define-charset): Purecopy props.
1813 (load-with-code-conversion): Purecopy doc string and file name.
1814 (put-charset-property): Purecopy strings.
1815 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1816
1c2efdfb 1817 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
1818 (define-char-code-property): Correctly purecopy the table.
1819
62591911
DN
1820 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1821
8b908da6
DN
1822 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1823
ff917d63
DN
1824 * subr.el (add-hook): Purecopy strings.
1825 (eval-after-load): Purecopy load-history-regexp and the form.
1826
af89cf77
DN
1827 * custom.el (custom-declare-group): Purecopy load-file-name.
1828
a3c20c83 1829 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
1830 * net/eudc.el (eudc-tools-menu):
1831 * international/mule-cmds.el (set-coding-system-map)
1832 (mule-menu-keymap):
1833 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1834 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
1835 * replace.el (occur-mode-map):
1836 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 1837 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
1838 (menu-bar-custom-menu, menu-bar-showhide-menu)
1839 (menu-bar-options-menu, menu-bar-tools-menu)
1840 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1841 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1842 (menu-bar-help-menu):
1843 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1844 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1845
6bdad9ae
DN
1846 * term/x-win.el (x-gtk-stock-map):
1847 * progmodes/vera-mode.el (auto-mode-alist):
1848 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1849 (inferior-lisp-program, inferior-lisp-load-command):
1850 * progmodes/hideshow.el (hs-special-modes-alist):
1851 * progmodes/gud.el (same-window-regexps):
1852 * progmodes/grep.el (grep-program, find-program, xargs-program):
1853 * net/telnet.el (same-window-regexps):
1854 * net/rlogin.el (same-window-regexps):
1855 * language/ethiopic.el (font-ccl-encoder-alist):
1856 * vc-sccs.el (vc-sccs-master-templates):
1857 * vc-rcs.el (vc-rcs-master-templates):
1858 * subr.el (cl-assertion-failed):
1859 * simple.el (next-error-overlay-arrow-position):
1860 * lpr.el (lpr-command):
1861 * locate.el (locate-ls-subdir-switches):
1862 * info.el (same-window-regexps, info)
1863 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1864 * image-mode.el (image-mode, auto-mode-alist):
1865 * hippie-exp.el (hippie-expand-ignore-buffers):
1866 * format.el (format-alist):
1867 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1868 (find-name-arg):
1869 * facemenu.el (facemenu-keybindings):
1870 * dired.el (dired-listing-switches, dired-chown-program):
1871 * diff.el (diff-switches, diff-command):
1872 * cus-edit.el (same-window-regexps):
1873 * bindings.el (mode-line-mule-info)
1874 (mode-line-buffer-identification): Purecopy strings.
1875
e0987650
JL
18762009-11-11 Juri Linkov <juri@jurta.org>
1877
1878 * simple.el (dired-get-filename)<declare-function>:
1879 Tell the byte-compiler about dired-get-filename.
1880 (shell-command): In Dired mode, get filename from the current line
1881 as the default value.
1882
b16ff465
GM
18832009-11-10 Glenn Morris <rgm@gnu.org>
1884
e8a11b22
GM
1885 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1886 * calendar/holidays.el, progmodes/cperl-mode.el:
1887 Update x-popup-menu declarations.
1888
b16ff465
GM
1889 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1890 (list-load-path-shadows): Use dolist.
1891 (list-load-path-shadows): Use with-current-buffer.
1892
032c3399
JL
18932009-11-10 Juri Linkov <juri@jurta.org>
1894
1895 * minibuffer.el (read-file-name): Support a list of default values
1896 in `default-filename'. Use the first file name where only one
1897 element is required. Doc fix.
1898
8fb1629f
MA
18992009-11-09 Michael Albinus <michael.albinus@gmx.de>
1900
1901 * net/dbus.el (dbus-unregister-object): Release service, if no
1902 other method is registered for it.
1903
a51203ee 19042009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
1905
1906 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1907 bookmark-sort-flag is non-nil (Bug#4653).
1908
9bf7dc8a
CY
19092009-11-08 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1912 the progress reporter entirely.
1913
15207e74
CY
1914 * emulation/cua-base.el: Add CUA property to some CC mode commands
1915 (Bug#4100).
1916
8bf7ed70
KR
19172009-11-08 Kevin Ryde <user42@zip.com.au>
1918
1919 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 1920 at end of sentence (Bug#4818).
8bf7ed70 1921
951802d0
CY
19222009-11-08 Jared Finder <jfinder@crypticstudios.com>
1923
1924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1925 Handle "see declaration of" MSFT statements (Bug#4100).
1926
e8244310
MA
19272009-11-08 Michael Albinus <michael.albinus@gmx.de>
1928
1929 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1930 (tramp-advice-file-expand-wildcards): Unload via
1931 `ad-remove-advice'.
1932
1933 * net/trampver.el: Update release number.
1934
a51203ee 19352009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
1936
1937 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1938 `ad-do-it'.
1939
a51203ee 19402009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
1941
1942 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1943 in order to keep context in SELinux.
1944
bedd8a58
CY
19452009-11-08 Chong Yidong <cyd@stupidchicken.com>
1946
1947 * dired-aux.el (dired-query): Place cursor in echo area and allow
1948 C-g.
1949
1950 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1951 menu item if not on a directory (Bug#4701).
1952
0484d600
MA
19532009-11-07 Michael Albinus <michael.albinus@gmx.de>
1954
1955 Sync with Tramp 2.1.17.
1956
1957 * net/tramp.el (tramp-handle-copy-directory): Don't use
1958 `file-remote-p' (due to compatibility).
1959
1960 * net/tramp-compat.el (tramp-compat-copy-directory)
1961 (tramp-compat-delete-directory): New defuns.
1962
1963 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1964 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1965 `tramp-compat-delete-directory'.
1966
1967 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1968 (tramp-smb-handle-delete-directory ): Use
1969 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1970
1971 * net/trampver.el: Update release number.
1972
b42b2189
CY
19732009-11-07 Chong Yidong <cyd@stupidchicken.com>
1974
6960d7b9
CY
1975 * tar-mode.el (tar-copy): Call write-region on the right buffer
1976 (Bug#4857).
1977
b42b2189
CY
1978 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1979 by hand, if necessary (Bug#4878).
1980
0ad57dfd
CY
19812009-11-06 Chong Yidong <cyd@stupidchicken.com>
1982
d19e23ae
CY
1983 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1984 align size column (Bug#4839).
1985
0ad57dfd
CY
1986 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1987 statement.
1988
0b7f397c
DN
19892009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 * progmodes/ld-script.el (auto-mode-alist):
1992 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1993
1994 * cus-face.el (custom-declare-face): Purecopy face spec.
1995
495bd5ca
KH
19962009-11-06 Kenichi Handa <handa@m17n.org>
1997
1998 * international/uni-bidi.el: Re-generated.
1999 * international/uni-category.el: Re-generated.
2000 * international/uni-combining.el: Re-generated.
2001 * international/uni-mirrored.el: Re-generated.
2002
1e8780b1
DN
20032009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2006 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2007 (tex-start-options, slitex-run-command, latex-run-command)
2008 (tex-run-command, tex-directory):
2009 * textmodes/ispell.el (ispell-html-skip-alists)
2010 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2011 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2012 (adaptive-fill-regexp):
2013 * textmodes/dns-mode.el (auto-mode-alist):
2014 * progmodes/python.el (interpreter-mode-alist):
2015 * progmodes/etags.el (tags-compression-info-list):
2016 * progmodes/etags.el (tags-file-name):
2017 * net/browse-url.el (browse-url-galeon-program)
2018 (browse-url-firefox-program):
2019 * mail/sendmail.el (mail-signature-file)
2020 (mail-citation-prefix-regexp):
2021 * international/mule-conf.el (eight-bit):
2022 * international/latexenc.el (latex-inputenc-coding-alist):
2023 * international/fontset.el (x-pixel-size-width-font-regexp):
2024 * emacs-lisp/warnings.el (warning-type-format):
2025 * emacs-lisp/trace.el (trace-buffer):
2026 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2027 (emacs-lisp-mode-map):
2028 * calendar/holidays.el (holiday-solar-holidays)
2029 (holiday-bahai-holidays, holiday-islamic-holidays)
2030 (holiday-christian-holidays, holiday-hebrew-holidays)
2031 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2032 (hebrew-holidays-1, holiday-oriental-holidays)
2033 (holiday-general-holidays):
2034 * x-dnd.el (x-dnd-known-types):
2035 * tool-bar.el (tool-bar):
2036 * startup.el (site-run-file):
2037 * shell.el (shell-dumb-shell-regexp):
2038 * rfn-eshadow.el (file-name-shadow-tty-properties)
2039 (file-name-shadow-properties):
2040 * paths.el (remote-shell-program, news-directory):
2041 * mouse.el ([C-down-mouse-3]):
2042 * menu-bar.el (menu-bar-tools-menu):
2043 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2044 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2045 (jka-compr-compression-info-list):
2046 * isearch.el (search-whitespace-regexp):
2047 * image-file.el (image-file-name-extensions):
2048 * find-dired.el (find-ls-option):
2049 * files.el (directory-listing-before-filename-regexp)
2050 (directory-free-space-args, insert-directory-program)
2051 (list-directory-brief-switches, magic-fallback-mode-alist)
2052 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2053 (automount-dir-prefix):
2054 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2055 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2056 (face-font-registry-alternatives, face-font-registry-alternatives)
2057 (face-font-family-alternatives):
2058 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2059 (facemenu-foreground-menu, facemenu-face-menu):
2060 * epa-hook.el (epa-file-name-regexp):
2061 * dnd.el (dnd-protocol-alist):
2062 * textmodes/rst.el (auto-mode-alist):
a51203ee 2063 * button.el (default-button): Purecopy strings.
1e8780b1 2064
0adae11f
GM
20652009-11-06 Glenn Morris <rgm@gnu.org>
2066
2067 * Makefile.in (ELCFILES): Update.
2068
2adaf057
SM
20692009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2070
8f72f03c
SM
2071 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2072 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2073
2adaf057
SM
2074 * nxml/xsd-regexp.el (xsdre-gen-categories):
2075 * nxml/xmltok.el (xmltok-parse-entity):
2076 * nxml/rng-parse.el (rng-parse-validate-file):
2077 * nxml/rng-maint.el (rng-format-manual)
2078 (rng-manual-output-force-new-line):
2079 * nxml/rng-loc.el (rng-save-schema-location-1):
2080 * nxml/rng-cmpct.el (rng-c-parse-file):
2081 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2082 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2083
14862301
SM
20842009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
2085
2086 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2087 Remove extra save-excursions and make-variable-buffer-local's.
2088 Suggested by Stefan Monnier.
2089
2090 (verilog-getopt-file, verilog-module-inside-filename-p)
2091 (verilog-set-define): Merge GNU 1.35 and repair changes from
2092 switching to using with-current-buffer.
2093
2094 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2095 being treated as a number and confusing AUTORESET.
2096 Reported by Dan Dever.
2097
2098 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2099 Add verilog-auto-ignore-concat to fix backward compatibility with
2100 older verilog-modes. Reported by Dan Katz.
2101
2102 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2103 containing closing anchors "...$".
2104
2105 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2106 Reported by Wade Smith.
2107
2108 (verilog-batch-execute-func) Comment on function usage.
2109
21102009-11-05 Michael McNamara <mac@mail.brushroad.com>
2111
2112 * verilog-mode.el (verilog-label-re): Fix regular expression for
2113 labels.
2114
2115 (verilog-label-re, verilog-calc-1): Support proper indent of named
2116 asserts.
2117
2118 (verilog-backward-token, verilog-basic-complete-re)
2119 (verilog-beg-of-statement, verilog-indent-re): Support proper
2120 indent of the assert statement at the beginning of a block of text.
2121
2122 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2123 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2124 tokens as begins.
2125
4f8f657f
GM
21262009-11-05 Glenn Morris <rgm@gnu.org>
2127
775adc51
GM
2128 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2129 Emacs 19. (Bug#1531)
2130 (byte-compile-fix-header): Update for the above change.
2131 Drop test for epoch::version.
2132
4ad6a5e7 2133 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
2134 * cus-dep.el (custom-make-dependencies):
2135 * finder.el (finder-compile-keywords):
2136 Use autoload-rubric's feature argument.
4ad6a5e7 2137
4f8f657f
GM
2138 * calendar/diary-lib.el (top-level): Make load behave more like require.
2139
881e4184
GM
2140 * vc-git.el (vc-git-stash-map): Move definition before use.
2141
ba214964 21422009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 2143
b6f8ba09
DN
2144 * custom.el (custom-declare-group): Purecopy standard-value.
2145 (custom-declare-group): Purecopy custom-prefix.
2146
7fdbcd83
SM
2147 * international/mule.el (load-with-code-conversion):
2148 Call do-after-load-evaluation unconditionally.
eb6f577b 2149
f6195dfb
DN
2150 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2151
56f14120
SM
21522009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2155
e5c89ce9
GM
21562009-11-04 Glenn Morris <rgm@gnu.org>
2157
2158 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2159 (byte-compile-compatibility): Remove option.
2160 (byte-compile-close-variables, byte-compile-fix-header)
2161 (byte-compile-insert-header, byte-compile-output-docform)
2162 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2163 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2164 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2165 (byte-compile-insert, byte-compile-defun):
2166 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
2167 (byte-defop-compiler19): Remove.
2168 Without byte-compile-compatibility, the 'emacs19-opcode property is not
2169 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 2170
e24f42ab
JL
21712009-11-04 Juri Linkov <juri@jurta.org>
2172
2173 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2174 (menu-bar-options-menu): Don't quote the `prop' arg of
2175 `menu-bar-make-mm-toggle'.
2176
d3d5f4f5
JB
21772009-11-04 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * calendar/calendar.el (cal-loaddefs):
2180 * calendar/diary-lib.el (diary-loaddefs):
2181 * calendar/holidays.el (hol-loaddefs):
2182 * eshell/esh-module.el (esh-groups): Load rather than require.
2183
6e39d3b2
SM
21842009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2185
e96d62cd
SM
2186 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2187 point-min==1.
7e83e8b4
SM
2188 (todo-top-priorities): Only display-buffer when called interactively.
2189 (todo-item-start): Don't save excursion point.
2190 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
2191 (todo-insert-item-here, todo-file-item, todo-remove-item):
2192 Adjust uses of todo-item-start and todo-item-end.
2193
fae4e5b9
SM
2194 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2195 (autoload-rubric): Don't use any more.
2196 * cedet/semantic/fw.el (semantic/loaddefs):
2197 * cedet/srecode.el (srecode/loaddefs):
2198 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
2199 * cedet/ede/cpp-root.el:
2200 * cedet/ede/emacs.el:
2201 * cedet/ede/files.el:
2202 * cedet/ede/linux.el:
2203 * cedet/ede/locate.el:
2204 * cedet/ede/make.el:
2205 * cedet/ede/shell.el:
2206 * cedet/ede/speedbar.el:
2207 * cedet/ede/system.el:
2208 * cedet/ede/util.el:
2209 * cedet/semantic/analyze.el:
2210 * cedet/semantic/bovine.el:
2211 * cedet/semantic/complete.el:
2212 * cedet/semantic/ctxt.el:
2213 * cedet/semantic/db-file.el:
2214 * cedet/semantic/db-find.el:
2215 * cedet/semantic/db-global.el:
2216 * cedet/semantic/db-mode.el:
2217 * cedet/semantic/db-typecache.el:
2218 * cedet/semantic/db.el:
2219 * cedet/semantic/debug.el:
2220 * cedet/semantic/dep.el:
2221 * cedet/semantic/doc.el:
2222 * cedet/semantic/edit.el:
2223 * cedet/semantic/find.el:
2224 * cedet/semantic/format.el:
2225 * cedet/semantic/html.el:
2226 * cedet/semantic/ia-sb.el:
2227 * cedet/semantic/ia.el:
2228 * cedet/semantic/idle.el:
2229 * cedet/semantic/lex-spp.el:
2230 * cedet/semantic/lex.el:
2231 * cedet/semantic/mru-bookmark.el:
2232 * cedet/semantic/scope.el:
2233 * cedet/semantic/senator.el:
2234 * cedet/semantic/sort.el:
2235 * cedet/semantic/symref.el:
2236 * cedet/semantic/tag-file.el:
2237 * cedet/semantic/tag-ls.el:
2238 * cedet/semantic/tag-write.el:
2239 * cedet/semantic/tag.el:
2240 * cedet/semantic/util-modes.el:
2241 * cedet/semantic/analyze/complete.el:
2242 * cedet/semantic/analyze/refs.el:
2243 * cedet/semantic/bovine/c.el:
2244 * cedet/semantic/bovine/gcc.el:
2245 * cedet/semantic/bovine/make.el:
2246 * cedet/semantic/bovine/scm.el:
2247 * cedet/semantic/decorate/include.el:
2248 * cedet/semantic/decorate/mode.el:
2249 * cedet/semantic/symref/cscope.el:
2250 * cedet/semantic/symref/global.el:
2251 * cedet/semantic/symref/grep.el:
2252 * cedet/semantic/symref/idutils.el:
2253 * cedet/semantic/symref/list.el:
2254 * cedet/semantic/wisent/java-tags.el:
2255 * cedet/semantic/wisent/javascript.el:
2256 * cedet/srecode/compile.el:
2257 * cedet/srecode/cpp.el:
2258 * cedet/srecode/document.el:
2259 * cedet/srecode/el.el:
2260 * cedet/srecode/expandproto.el:
2261 * cedet/srecode/getset.el:
2262 * cedet/srecode/insert.el:
2263 * cedet/srecode/java.el:
2264 * cedet/srecode/map.el:
2265 * cedet/srecode/mode.el:
2266 * cedet/srecode/template.el:
2267 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
2268 generated-autoload-feature.
2269
6e39d3b2
SM
2270 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2271 and only put a prop if it is non-nil.
2272
c9753fb4
JL
22732009-11-03 Juri Linkov <juri@jurta.org>
2274
2275 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2276 (menu-bar-options-menu): Fix list quoting (Bug#4429).
2277
2278 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2279 and "Menu" to make top-level menu item visually one unit (like
2280 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2281 multi-word menu items). Fix :help string for quit-window.
2282
db04f33f
GM
22832009-11-03 Glenn Morris <rgm@gnu.org>
2284
df8fff6c
GM
2285 * cedet/mode-local.el (with-mode-local): Doc fix.
2286
2aea6521
GM
2287 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2288 (byte-compile-file-form-define-abbrev-table)
2289 (byte-compile-file-form-custom-declare-variable)
2290 (byte-compile-variable-ref, byte-compile-defvar):
2291 Whether or not a warning is enabled should only affect whether we issue
2292 the warning, not whether or not we collect the relevant data.
2293 Eg warnings can be turned on and off throughout the course of a file.
2294
db04f33f
GM
2295 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2296 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2297
937e6a56
SM
22982009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2301 * play/mpuz.el (mpuz-create-buffer):
2302 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2303 (lm-print-y,s,noise, lm-print-w0, lm-init):
2304 * play/gomoku.el (gomoku-prompt-for-move):
2305 * play/fortune.el (fortune-in-buffer):
2306 * play/dissociate.el (dissociated-press):
2307 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2308 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2309 * mail/supercite.el (sc-eref-show):
2310 * mail/smtpmail.el (smtpmail-send-it):
2311 * mail/rmailsum.el (rmail-summary-next-labeled-message)
2312 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2313 (rmail-summary-undelete-many, rmail-summary-rmail-update)
2314 (rmail-summary-goto-msg, rmail-summary-expunge)
2315 (rmail-summary-get-new-mail, rmail-summary-search-backward)
2316 (rmail-summary-add-label, rmail-summary-output-menu)
2317 (rmail-summary-output-body):
2318 * mail/rfc822.el (rfc822-addresses):
2319 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2320 * mail/mailpost.el (post-mail-send-it):
2321 * mail/hashcash.el (hashcash-generate-payment):
2322 * mail/feedmail.el (feedmail-run-the-queue)
2323 (feedmail-queue-send-edit-prompt-help-first)
2324 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2325 (feedmail-deduce-address-list):
2326 * eshell/esh-ext.el (eshell-remote-command):
2327 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2328 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2329 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2330 (viper-save-string-in-file, viper-valid-marker):
2331 * emulation/viper-keym.el (viper-toggle-key):
2332 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2333 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2334 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2335 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2336 (viper-exec-form-in-emacs, viper-brac-function):
2337 * emulation/viper.el (viper-delocalize-var):
2338 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2339 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2340 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2341 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2342 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2343 * emulation/edt.el (edt-electric-helpify):
2344 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2345 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2346 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2347 (cua-indent-to-global-mark-column):
2348 * calendar/diary-lib.el (calendar-mark-1):
2349 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2350 Use with-current-buffer.
2351 * emulation/viper.el (viper-delocalize-var): Use dolist.
2352
5b955562
CY
23532009-11-03 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * comint.el (comint-replace-by-expanded-history-before-point):
2356 Replace !! with the previous input string literally (Bug#1795).
2357
6292c599
JB
23582009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2359
2360 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2361 to be made up of whitespace.
2362
8368c14e
CY
23632009-11-02 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * minibuffer.el (read-file-name): Don't use file dialogs for
2366 remote directories (Bug#99).
2367
6f750f0d
CY
23682009-11-01 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2371
97ab3f47
AS
23722009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2373
2374 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2375 instead of deleting the window or frame.
2376
673c1168
CY
23772009-10-31 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2380 Support face colors.
2381
937e6a56
SM
2382 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2383 New function. Support face colors (Bug#1168).
673c1168
CY
2384 (tex-common-initialization): Use it.
2385
2386 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2387 mode allows it (Bug#1168).
2388
c9349f0a
CY
23892009-10-31 Juri Linkov <juri@jurta.org>
2390
2391 * facemenu.el (list-colors-display): Don't mark buffer as
2392 modified (Bug#3948).
2393
ebf5c4f5
CY
23942009-10-31 Chong Yidong <cyd@stupidchicken.com>
2395
5c2dce75
CY
2396 * international/mule-diag.el (list-character-sets-1): Minor
2397 message fix (Bug#3526).
2398
26581f0e
CY
2399 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2400 face property (Bug#4834).
2401 (etags-list-tags, etags-tags-apropos-additional)
2402 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2403 property.
2404
ebf5c4f5
CY
2405 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2406 items.
2407
2408 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2409 items.
2410
2411 * cedet/ede.el (ede-minor-mode):
2412 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2413
9a529312
SM
24142009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * textmodes/two-column.el (2C-split):
2417 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2418 * textmodes/tex-mode.el (tex-set-buffer-directory):
2419 * textmodes/spell.el (spell-region, spell-string):
2420 * textmodes/reftex.el (reftex-erase-buffer):
2421 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2422 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2423 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2424 (reftex-select-item):
2425 * textmodes/reftex-ref.el (reftex-label-info-update)
2426 (reftex-offer-label-menu):
2427 * textmodes/reftex-index.el (reftex-index-change-entry)
2428 (reftex-index-phrases-info):
2429 * textmodes/reftex-global.el (reftex-create-tags-file)
2430 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2431 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2432 (reftex-view-crossref-from-bibtex):
2433 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2434 (reftex-extract-bib-entries-from-thebibliography)
2435 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2436 * textmodes/refbib.el (r2b-capitalize-title):
2437 (r2b-convert-buffer, r2b-help):
2438 * textmodes/page-ext.el (pages-directory)
2439 (pages-directory-goto-with-mouse):
2440 * textmodes/bibtex.el (bibtex-validate-globally):
2441 * textmodes/bib-mode.el (bib-capitalize-title):
2442 * textmodes/artist.el (artist-clear-buffer, artist-system):
2443 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2444 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2445 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2446 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2447 (xscheme-send-control-g-interrupt, xscheme-start-process)
2448 (xscheme-process-sentinel, xscheme-cd):
2449 * progmodes/verilog-mode.el (verilog-read-always-signals)
2450 (verilog-set-define, verilog-getopt-file)
2451 (verilog-module-inside-filename-p):
2452 * progmodes/sh-script.el:
2453 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2454 (python-pdbtrack-grub-for-buffer, python-execute-file):
2455 * progmodes/octave-inf.el (inferior-octave):
2456 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2457 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2458 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2459 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2460 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2461 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2462 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2463 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2464 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2465 (idlwave-shell-examine-display, idlwave-shell-run-region)
2466 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2467 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2468 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2469 (idlwave-help-get-help-buffer):
2470 * progmodes/gud.el (gud-basic-call, gud-find-class)
2471 (gud-tooltip-activate-mouse-motions-if-enabled):
2472 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2473 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2474 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2475 (ebrowse-tags-next-file):
2476 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2477 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2478 (ebnf-eps-finish-and-write):
2479 * progmodes/cpp.el (cpp-edit-save):
2480 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2481 * progmodes/cc-defs.el (c-emacs-features):
2482 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2483 (antlr-directory-dependencies):
2484 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2485 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2486 (ada-find-any-references, ada-make-filename-from-adaname)
2487 (ada-make-body-gnatstub):
2488 * obsolete/rnews.el (news-list-news-groups):
2489 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2490 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2491 * net/rcirc.el (rcirc-debug):
2492 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2493 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2494 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2495 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2496 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2497 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2498 (newsticker--treeview-list-clear-highlight)
2499 (newsticker--treeview-list-update-highlight)
2500 (newsticker--treeview-list-highlight-start)
2501 (newsticker--treeview-tree-update-highlight)
2502 (newsticker--treeview-get-selected-item)
2503 (newsticker-treeview-mark-list-items-old)
2504 (newsticker--treeview-set-current-node):
2505 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2506 * net/newst-backend.el (newsticker--get-news-by-funcall)
2507 (newsticker--get-news-by-wget, newsticker--image-get)
2508 (newsticker--image-sentinel):
2509 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2510 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2511 (eudc-ph-close-session):
2512 * net/eudc.el (eudc-save-options):
2513 * language/thai-word.el (thai-update-word-table):
2514 * language/japan-util.el (japanese-string-conversion):
2515 * international/titdic-cnv.el (tsang-quick-converter)
2516 (ziranma-converter, ctlau-converter):
2517 * international/mule-cmds.el (describe-language-environment):
2518 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2519 (skkdic-convert-postfix, skkdic-convert-prefix):
2520 (skkdic-convert-okuri-nasi, skkdic-convert):
2521 * emacs-lisp/re-builder.el (reb-update-overlays):
2522 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2523 * emacs-lisp/gulp.el (gulp-send-requests):
2524 * emacs-lisp/find-gc.el (trace-call-tree):
2525 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2526 (eieio-describe-generic):
2527 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2528 * emacs-lisp/edebug.el (edebug-outside-excursion):
2529 * emacs-lisp/debug.el (debugger-make-xrefs):
2530 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2531 * emacs-lisp/chart.el (chart-new-buffer):
2532 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2533 Use with-current-buffer.
2534 * textmodes/artist.el (artist-system): Don't call
2535 copy-sequence on a fresh string.
2536 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2537
d566f228
GM
25382009-10-31 Stephen Berman <stephen.berman@gmx.net>
2539
2540 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 2541 is no item to edit. (Bug#4820)
d566f228 2542 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 2543 buffer. (Bug#4820)
d566f228 2544
f3628edd
GM
25452009-10-31 Glenn Morris <rgm@gnu.org>
2546
5cf3709c
GM
2547 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2548 (comint-last-output-start, comint-last-input-start)
2549 (comint-last-input-end): Don't defvar when compiling.
2550 (ange-ftp-process-file): Use bound-and-true-p.
2551
4c814fd2
GM
2552 * pcmpl-rpm.el (top-level): Move provide statement to end.
2553 (pcmpl-rpm): Remove unused custom group.
2554
113b8dcc
GM
2555 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2556
31c615e4
GM
2557 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2558
416d3588
GM
2559 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2560 (byte-compile-warnings): Add `constants' as an option.
2561 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2562 (display-call-tree): Update for byte-compile-fdefinition possibly
2563 returning `(macro lambda ...)'. (Bug#4778)
2564 (byte-compile-variable-ref, byte-compile-setq-default):
2565 Respect `constants' member of byte-compile-warnings.
2566
8aedfd3b
GM
2567 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2568 Use mapc rather than mapcar because the return value is never used.
2569
f3628edd
GM
2570 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2571 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2572 * cedet/semantic/html.el:
2573 Suppress harmless warnings about setting up semantic-imenu (not
2574 part of Emacs) variables.
2575
00f71f39
SM
25762009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2579 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2580 to "submit:".
2581
4fa4a838
SM
2582 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2583 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2584 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2585 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2586 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2587 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2588 (semantic-analyzer-debug-global-symbol)
2589 (semantic-analyzer-debug-missing-innertype)
2590 (semantic-analyzer-debug-insert-include-summary):
2591 * cedet/semantic/util.el (semantic-file-tag-table):
2592 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2593 (semantic-recursive-find-nonterminal-by-name):
2594 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2595 * cedet/semantic/tag-file.el (semantic-prototype-file):
2596 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2597 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2598 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2599 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2600 (semantic-idle-summary-maybe-highlight):
2601 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2602 (semantic-ia-sb-tag-info):
2603 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2604 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2605 * cedet/semantic/ede-grammar.el (project-compile-target):
2606 (ede-proj-makefile-insert-variables):
2607 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2608 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2609 (semantic-debug-mode, semantic-debug):
2610 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2611 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2612 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2613 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2614 (semanticdb-find-translate-path-includes--internal)
2615 (semanticdb-reset-log, semanticdb-find-log-activity):
2616 * cedet/semantic/db-file.el (object-write):
2617 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2618 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2619 (semanticdb-create-ebrowse-database):
2620 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2621 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2622 (semantic-collector-calculate-completions-raw)
2623 (semantic-complete-read-tag-analyzer):
2624 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2625 * cedet/ede/util.el (ede-update-version-in-source):
2626 * cedet/ede/proj.el (project-delete-target):
2627 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2628 (ede-proj-flush-autoconf):
2629 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2630 (ede-proj-configure-synchronize):
2631 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2632 * cedet/ede/linux.el (ede-linux-version):
2633 * cedet/ede/emacs.el (ede-emacs-version):
2634 * cedet/ede/dired.el (ede-dired-add-to-target):
2635 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2636 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2637 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2638 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2639 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2640 (cedet-idutils-version-check):
2641 * cedet/cedet-global.el (cedet-gnu-global-call):
2642 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2643 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2644 * cedet/cedet-cscope.el (cedet-cscope-call)
2645 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2646 Use with-current-buffer.
2647 * cedet/ede.el (ede-make-project-local-variable)
2648 (ede-set-project-variables, ede-set): Use dolist.
2649
ca0a881a
DN
26502009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2651
2652 * textmodes/ispell.el (ispell-skip-region-alist):
2653 * international/mule-conf.el (eight-bit):
2654 * international/fontset.el (font-encoding-alist):
2655 * startup.el (pure-space-overflow-message):
2656 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2657 * paths.el (gnus-nntp-service, rmail-spool-directory)
2658 (term-file-prefix):
2659 * files.el (save-some-buffers-action-alist):
2660 * cmuscheme.el (same-window-buffer-names):
2661 * ielm.el (same-window-buffer-names):
2662 * shell.el (same-window-buffer-names):
2663 * mail/sendmail.el (same-window-buffer-names):
2664 * progmodes/inf-lisp.el (same-window-buffer-names):
2665 * bindings.el (mode-line-client)
2666 (mode-line-column-line-number-mode-map):
2667 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2668 (tibetan-precomposed-regexp): Purecopy string arguments.
2669
b861e45e
SM
26702009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2671
6df9b6d7
SM
2672 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2673 (calcDigit-nondigit):
2674 * calc/calc-yank.el (calc-copy-to-buffer):
2675 * calc/calc-units.el (calc-invalidate-units-table):
2676 * calc/calc-trail.el (calc-trail-yank):
2677 * calc/calc-store.el (calc-insert-variables):
2678 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2679 * calc/calc-prog.el (calc-read-parse-table):
2680 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2681 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2682 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2683 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2684 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2685 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2686 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2687 * calc/calc-ext.el (calc-realign):
2688 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2689 (calc-embedded-finish-edit, calc-embedded-make-info)
2690 (calc-embedded-finish-command, calc-embedded-stack-change):
2691 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2692
5a916e35
SM
2693 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2694 (overload-docstring-extension): Use that info.
2695 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2696 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2697 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2698 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2699 (semantic-nonterminal-full-name): Add the new `when' info.
2700 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2701 `assert'.
2702
70f44c65
SM
2703 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2704 shell-dynamic-complete-filename in preference to
2705 comint-dynamic-complete-filename.
2706
b861e45e
SM
2707 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2708 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2709 Don't consider whether the display supports colors.
2710 (bookmark-import-new-list): Use dolist.
2711 (bookmark-bmenu-mode-map): Move initialization into declaration.
2712 (bookmark-bmenu-list): Use dolist, simplify.
2713 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2714 (menu-bar-final-items): Use push.
2715
8549241d 27162009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
2717
2718 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2719 it works on remote files.
2720 (vc-hg-diff): Don't pass any `--cwd' argument.
2721
30644573
KR
27222009-10-27 Kevin Ryde <user42@zip.com.au>
2723
cc63d28f
SM
2724 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2725 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
2726 (Further to Bug#3921).
2727
9be01a63
MA
27282009-10-27 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2731 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2732 calling `tramp-imap-put-file'. Add file size to the call.
2733 (tramp-imap-get-file-entries): Compute also user name, file size,
2734 and date.
2735 (tramp-imap-handle-insert-directory): Insert uid and gid.
2736 (tramp-imap-handle-file-attributes): Transform uid and gid
2737 according to `id-format'.
2738 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2739 size in header X-Size.
2740
41849bf9
JB
27412009-10-26 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * simple.el (transpose-subr): Give clearer error when the mark
2744 is not set. (Bug#4807)
2745
293c24f9
MA
27462009-10-26 Michael Albinus <michael.albinus@gmx.de>
2747
cc63d28f
SM
2748 * net/tramp.el (tramp-perl-file-truename): New defconst.
2749 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 2750 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
2751 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2752 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 2753
cc63d28f
SM
2754 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2755 Ignore `dired-call-process'.
293c24f9
MA
2756 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2757
27582009-10-26 Julian Scheid <julians37@gmail.com>
2759
cc63d28f 2760 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
2761 (tramp-get-remote-readlink): New defun.
2762 (tramp-handle-file-truename): Use it.
2763 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2764 file exists if cache value present.
2765 (tramp-check-cached-permissions) New defun.
2766 (tramp-handle-file-readable-p): Use it.
2767 (tramp-handle-file-writable-p): Likewise.
2768 (tramp-handle-file-executable-p): Likewise.
2769 (tramp-handle-file-name-all-completions): Try using Perl to get
2770 partial completions. When perl not available, combine `cd' and
2771 `ls' into single remote operation and use shell expansion to get
2772 partial remote directory contents. Set `file-exists-p' cache for
2773 directory and any files returned by ls. Change cache handling to
2774 support partial directory contents. Use error message emitted by
2775 remote `cd' or Perl code for local tramp-error.
2776 (tramp-do-copy-or-rename-file-directly): Avoid separate
2777 tramp-send-command-and-check call.
cc63d28f
SM
2778 (tramp-handle-process-file): Merge three remote ops into one.
2779 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
2780 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2781 file-attributes shows uid/gid to be set already.
2782
a7610c52
DN
27832009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2784
2785 * textmodes/tex-mode.el (tex-dvi-view-command)
2786 (tex-show-queue-command, tex-open-quote):
2787 * progmodes/ruby-mode.el (auto-mode-alist)
2788 (interpreter-mode-alist): Purecopy strings.
2789
2790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2791
2792 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2793 string for the hook, keymap and abbrev table.
2794
2795 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2796
2797 * x-dnd.el (x-dnd-xdnd-to-action):
2798 * startup.el (fancy-startup-text, fancy-about-text): Change to
2799 defconst from defvar.
2800
2801 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2802
2803 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2804 Purecopy initialization strings.
2805
2806 * mail/sendmail.el (mail-header-separator)
2807 (mail-personal-alias-file):
2808 * mail/rmail.el (rmail-default-dont-reply-to-names)
2809 (rmail-ignored-headers, rmail-retry-ignored-headers)
2810 (rmail-highlighted-headers, rmail-secondary-file-directory)
2811 (rmail-secondary-file-regexp):
2812 * files.el (null-device, file-name-invalid-regexp)
2813 (locate-dominating-stop-dir-regexp)
cc63d28f 2814 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
2815 (interpreter-mode-alist): Use mapcar instead of mapc.
2816
2817 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2818
2819 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2820 (completion-ignored-extensions):
2821 (debug-ignored-errors): Purecopy strings.
2822
4fcc3d32
SM
28232009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2824
0667de21
SM
2825 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2826 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2827 (pcomplete--here): Use push.
2828
4fcc3d32
SM
2829 * subr.el (all-completions): Declare the 4th arg obsolete.
2830
955ef430
SM
28312009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2d085307
SM
2833 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2834 (pcomplete-unquote-argument): New function.
2835 (pcomplete--common-suffix): Always pay attention to case.
2836 (pcomplete--table-subvert): Quote and unquote the text.
2837 (pcomplete--common-quoted-suffix): New function.
2838 (pcomplete-std-complete): Use it and pcomplete-begin.
2839
955ef430
SM
2840 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2841 we're inside a dedicated or minibuffer window.
2842
4fcc3d32
SM
28432009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * cedet/semantic/fw.el (semantic-alias-obsolete)
2846 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2847 (define-mode-overload-implementation):
2848 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2849 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2850 * cedet/semantic/util.el (semantic-file-token-stream)
2851 (semantic-something-to-stream):
2852 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2853 (semantic-expand-nonterminal):
2854 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2855 (semantic-find-dependency, semantic-find-nonterminal)
2856 (semantic-find-dependency):
2857 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2858 (semantic-flex-text, semantic-flex-make-keyword-table)
2859 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2860 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2861 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2862 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2863 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2864 (semantic-after-idle-scheduler-reparse-hooks):
2865 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2866 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2867 * cedet/semantic.el (semantic-toplevel-bovine-table)
2868 (semantic-toplevel-bovine-cache)
2869 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2870 (semantic-init-mode-hooks, semantic-init-db-hooks)
2871 (semantic-bovination-working-type): Provide the `when' arg.
2872
7c85c02b
KF
28732009-10-24 Karl Fogel <kfogel@red-bean.com>
2874
2875 * bookmark.el: Update documentation, especially documentation
2876 of `bookmark-alist' and of the bookmark file format.
2877 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2878
3e8ae8a6
CY
28792009-10-24 Chong Yidong <cyd@stupidchicken.com>
2880
3e425845
CY
2881 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2882 keybindings apply to the mail buffer (Bug#4003). Shrink help
2883 window to buffer.
2884
cdd47d48
CY
2885 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2886 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
2887 (whitespace-toggle-options, global-whitespace-toggle-options):
2888 Doc fix (Bug#3660).
cdd47d48 2889
ba07c9ad
CY
2890 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2891 of xmltok-start before the end tag was inserted (Bug#2840).
2892
3e8ae8a6
CY
2893 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2894 patterns that are preceded by an open-paren (Bug#1320).
2895
ab276820
CY
28962009-10-24 Sven Joachim <svenjoac@gmx.de>
2897
2898 * files.el (delete-directory): Delete symlinks to directories with
2899 delete-file (Bug#4739).
2900
86f1602f
CY
29012009-10-24 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2904 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2905 argument to make-obsolete.
2906
2907 * cedet/semantic/fw.el (semantic-alias-obsolete)
2908 (semantic-varalias-obsolete): Add optional WHEN argument.
2909
905a9ed3
DN
29102009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2911
a9a2a6db
DN
2912 * vc.el (vc-backend-for-registration): Rename from
2913 vc-get-backend-for-registration. Update callers.
2914
cc63d28f
SM
2915 * international/mule-cmds.el (set-language-info-alist):
2916 Purecopy lang-env.
905a9ed3
DN
2917 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2918 (charset): Purecopy the name.
2919 (define-char-code-property): Purecopy string arguments.
2920
2921 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2922 Purecopy string arguments.
2923
2924 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2925 * ediff-hook.el (menu-bar-ediff-menu):
2926 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2927 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2928
d270305a
GM
29292009-10-24 Glenn Morris <rgm@gnu.org>
2930
6c74d523 2931 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
2932 * term.el (term-dynamic-list-completions): Use choose-completion rather
2933 than obsolete alias mouse-choose-completion.
2934
ae732337
GM
2935 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2936 file-cache-choose-completion.
2937 (file-cache-choose-completion): Handle an optional event argument.
2938 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2939
cc63d28f
SM
2940 * progmodes/octave-mod.el (octave-complete-symbol):
2941 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 2942
9847dc91
GM
2943 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2944 use.
2945
e8f2a5d5
GM
2946 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2947 compiler.
2948
d270305a
GM
2949 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2950
c6432f1e
SM
29512009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2954 Ignore `pred' now that we receive one.
2955 Handle test-completion specially.
2956
6ab196f9
DN
29572009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 2960 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
2961 REGISTER ...
2962 (vc-get-backend-for-registration): ... here. New function.
2963 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2964 of vc-responsible-backend, pass the file name instead of the
2965 directory name.
2966
48feed59
SM
29672009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2970 New funs.
2971 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2972 (pcomplete-comint-setup): Don't modify a global var via
2973 accidental side-effects.
2974 (pcomplete-shell-setup): Adjust call accordingly.
2975 (pcomplete-parse-comint-arguments): Use push.
2976
00006066
CY
29772009-10-23 Chong Yidong <cyd@stupidchicken.com>
2978
36bfa3af
CY
2979 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2980 Allow uncapitalized info node names (Bug#3921).
2981
00006066
CY
2982 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2983 to the DEBUG file (Bug#3781).
2984
aa311d6e
CY
29852009-10-23 Jari Aalto <jari.aalto@cante.net>
2986
2987 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2988 dictionary entry (Bug#4579).
2989
b88f2d0a
MA
29902009-10-23 Michael Albinus <michael.albinus@gmx.de>
2991
2992 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2993 from `rfn-eshadow-update-overlay-hook' when unloading.
2994 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2995 "rsyncc". Adjust doc string.
2996 (tramp-temp-buffer-file-name) New buffer-local defvar.
2997 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2998 Keep temporary file when indicated by method ("rsync" and
2999 "rsyncc").
3000 (tramp-handle-write-region): Handle APPEND.
3001 (tramp-delete-temp-file-function): New defun. Added to
3002 `kill-buffer-hook'.
3003
1becddbb
JB
30042009-10-23 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3007
8f43cbf3
DN
30082009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3011 (color-name-rgb-alist, tty-standard-colors)
3012 (tty-color-mode-alist): Change to defconst.
3013
3014 * simple.el (mark-inactive): Purecopy message.
3015
3016 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3017 (global-map, yank-menu):
3018 * textmodes/ispell.el (ispell-menu-map):
3019 * net/eudc.el (eudc-tools-menu):
3020 * international/mule-cmds.el (describe-language-environment-map)
3021 (setup-language-environment-map, set-coding-system-map)
3022 (mule-menu-keymap):
3023 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3024 * replace.el (occur-mode-map):
3025 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3026
1d228a31
JB
30272009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3028
3029 * calc/calc.el (math-read-number, math-read-number-simple): Use
3030 `save-match-data'.
3031
3b067af1
SM
30322009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3033
28a90c44
SM
3034 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3035 rather than fiddling with global-map bindings, since it should only
3036 affect per-terminal settings.
3037 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3038
a452eee8
SM
3039 * minibuffer.el (completion-table-with-terminator): Allow to specify
3040 the terminator-regexp.
3041
ab14d7d5
SM
3042 * simple.el (switch-to-completions): Look for *Completions* in other
3043 frames as well.
3044
3b067af1
SM
3045 * pcomplete.el: Allow the use of completion-tables.
3046 (pcomplete-std-complete): New command.
3047 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3048 (pcomplete--here): Use a function for `form' rather than an expression,
3049 so it can be byte-compiled.
3050 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3051 Add edebug declaration.
3052 (pcomplete-show-completions): Remove unused var `curbuf'.
3053 (pcomplete-do-complete, pcomplete-stub):
1becddbb 3054 Don't assume `completions' is a list of strings any more.
3b067af1 3055
5480359e
JB
30562009-10-22 Juanma Barranquero <lekktu@gmail.com>
3057
3058 * find-dired.el (find-name-arg): Fix typo in docstring.
3059
3170b794
SM
30602009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3061
48c23a25
SM
3062 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3063 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3064
56b14058
SM
3065 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3066 pcomplete-entries.
3067
3170b794
SM
3068 * comint.el (comint-read-input-ring, comint-write-input-ring)
3069 (comint-substitute-in-file-name)
3070 (comint-dynamic-complete-as-filename)
3071 (comint-dynamic-simple-complete)
3072 (comint-dynamic-list-filename-completions)
3073 (comint-dynamic-list-completions)
3074 (comint-redirect-results-list-from-process): Minor simplifications.
3075
2affef34
KR
30762009-10-21 Kevin Ryde <user42@zip.com.au>
3077
3170b794
SM
3078 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3079 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34
KR
3080 the first form. And insert a blank line after ";;; Code" since
3081 that's usual style. (My Bug#4612.)
3082
e7b94bbb
KR
3083 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3084
528c56e2
SM
30852009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * minibuffer.el (completion-table-with-terminator): Properly implement
3088 boundaries, in case `terminator' appears in the suffix.
3089 (completion--embedded-envvar-table): Don't return boundaries if
3090 there's no valid completion. Simplify.
3091 (completion-file-name-table): New completion table extracted from
3092 completion--file-name-table.
3093 (completion--file-name-table): Use it.
3094 (read-file-name-predicate): Declare obsolete.
3095 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3096 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3097 completion-file-name-table, and use the `pred' argument.
3098 * files.el (locate-file-completion-table): Use the `pred' arg rather
3099 than read-file-name-predicate.
3100 (abbreviate-file-name): Use \` rather than ^ for BOS.
3101
f9ed9b4f
DN
31022009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3105 vc-responsible-backend to register, it causes problems.
3106
5f2022a3
SM
31072009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3110
8d106ea0
CY
31112009-10-21 Eric Ludlam <zappo@gnu.org>
3112
3113 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3114 (semantic-c-debug-mode-init-pch): New functions.
3115 (semantic-c-debug-mode-init-last-mode): New var.
3116 (semantic-c-parse-lexical-token): Use them.
3117
3118 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3119 When extracting the argument list, limit only by point-max.
3120
fc754ea1
MA
31212009-10-21 Michael Albinus <michael.albinus@gmx.de>
3122
3123 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3124 (tramp-smb-handle-file-attributes): Use it.
3125 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3126 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
3127 `mapcar'. Use `tramp-smb-get-stat-capability'.
3128 Add `dired-filename' text properties.
fc754ea1
MA
3129 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3130 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3131 version.
3132
79bd5ba1
SM
31332009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * subr.el (read-key-delay): Reduce to 0.01.
3136 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3137 (bug#4751).
3138
3c13704d
SM
31392009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3140
554efd10
SM
3141 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3142
c2a37b78
SM
3143 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3144 (Info-menu): Remove unused vars `last' and `completions'.
3145 (Info-index-nodes): Remove unused var `node'.
3146
3c13704d
SM
3147 * info.el (Info-complete-menu-item): Use complete-with-action.
3148
d1e4c403
DN
31492009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 Make vc-annotate work through copies and renames.
3c13704d
SM
3152 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3153 Return the file name too.
d1e4c403
DN
3154 (vc-annotate-revision-at-line)
3155 (vc-annotate-find-revision-at-line)
3156 (vc-annotate-revision-previous-to-line)
3157 (vc-annotate-show-log-revision-at-line): Update to get the file
3158 name from vc-annotate-extract-revision-at-line.
3159 (vc-annotate-show-diff-revision-at-line-internal): Change the
3160 argument to mean whether to show a file diff or not. Get the file
3161 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
3162 (vc-annotate-show-diff-revision-at-line):
3163 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
3164 (vc-annotate-warp-revision): Add an optional file argument.
3165
3166 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3167 (vc-git-annotate-extract-revision-at-line): Also return the file
3168 name if found.
3169
3170 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3171 command. Remove unused code.
3172 (vc-hg-annotate-re): Update to match --follow output.
3173 (vc-hg-annotate-extract-revision-at-line): Also return the file
3174 name if found.
3175
3176 * vc.el: Update annotate-extract-revision-at-line documentation.
3177
b0b0ef98
KR
31782009-10-18 Kevin Ryde <user42@zip.com.au>
3179
3180 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3181 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3182
a9e7f03d
KR
3183 * net/browse-url.el (browse-url): Identify alist with "consp and
3184 not functionp" and let all other things go down the `apply' leg,
3185 as suggested by Stefan. (Further to bug#4531.)
3186
7346a407
CY
31872009-10-18 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * minibuffer.el (read-file-name): Check for repeat before putting
3190 a default argument in file-name-history (Bug#4657).
3191
3192 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3193 read syntax (Bug#4737).
3194
3c13704d 3195 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 3196
1da94541
CY
31972009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3198
3199 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3200 (html-tag-alist, html-tag-help): Add descriptions for undocumented
3201 entries and make note of obsolete tags.
3202
2b93080a
SM
32032009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3206
18b5ffb5
GM
32072009-10-18 Glenn Morris <rgm@gnu.org>
3208
3209 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3210 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 3211 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
3212 now, and in any case the file header format has changed.
3213
c2e161b2
GM
32142009-10-17 Glenn Morris <rgm@gnu.org>
3215
3216 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3217 (flyspell-get-word, flyspell-large-region)
3218 (flyspell-auto-correct-previous-word): Doc/error message fixes.
3219
a1eb44f5
CY
32202009-10-17 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * Makefile.in (ELCFILES): Add ede/shell.
3223
4418646e
DN
32242009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3225
3226 * term/common-win.el (x-colors): Purecopy it.
3227
4062011e
SM
32282009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3231 permissive for when the buffer is empty.
3232 (tar-header-block-tokenize): Decode the username and groupname.
3233 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3234
67d3ffe4
CY
32352009-10-17 Chong Yidong <cyd@stupidchicken.com>
3236
3237 * cedet/srecode/srt.el:
3238 * cedet/srecode/compile.el:
3239 * cedet/semantic/mru-bookmark.el:
3240 * cedet/semantic/debug.el:
3241 * cedet/semantic/complete.el:
3242 * cedet/semantic/analyze.el: Require CL when compiling.
3243
32442009-10-17 Eric Ludlam <zappo@gnu.org>
3245
3246 * cedet/semantic/scope.el
3247 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3248 tmpscope so that the regular scope will continue to work.
3249
4062011e
SM
3250 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3251 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
3252
3253 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3254 contains multibyte characters, choose first applicable coding
3255 system automatically.
3256
3257 * cedet/ede/project-am.el (project-run-target): New method.
3258 (project-run-target): New method.
3259
3260 * cedet/ede.el (ede-target): Add run target menu item.
3261 (ede-project, ede-minor-keymap): Add ede-run-target binding.
3262 (ede-run-target): New function.
3263 (ede-target::project-run-target): New method.
3264
3265 * cedet/ede/proj.el (project-run-target): New method.
3266
3267 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3268 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
3269 Add :rules.
3270 (ede-proj-target-makefile-shared-object): Only libtool compilers
3271 now available. Add linkers for libtool.
3272 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3273 (ede-proj-makefile-target-name): Always use .la extension.
3274
3275 * cedet/ede/proj-prog.el (project-run-target): New method.
3276
4062011e 3277 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
3278 (ede-g++-linker): Change Change link lines.
3279
4062011e
SM
3280 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3281 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
3282 search backward from there.
3283 (ede-proj-makefile-automake-insert-subdirs)
3284 (ede-proj-makefile-automake-insert-extradist): New methods.
3285 (ede-proj-makefile-create): Use them.
3286
3287 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3288 Force FILE to expand to the current target. Use file-exists-p to
3289 check that it exists.
3290
3291 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
3292 (ede-linux-load): Wrap dir in file-name-as-directory.
3293 Set :version slot.
67d3ffe4
CY
3294
3295 * cedet/ede/files.el (ede-get-locator-object): When enabling
3296 locate, do so on "top".
3297
3298 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3299 file-name-as-directory during compare.
4062011e
SM
3300 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3301 Get version number from different places. Don't call egrep.
67d3ffe4
CY
3302 (ede-emacs-load): Set :version slot. Call file-name-as-directory
3303 to set the directory.
3304
3305 * cedet/ede/shell.el: New file.
3306
3307 * cedet/inversion.el (inversion-decoders): Allow for stray . in
3308 alpha/beta variants.
3309
2df48a87
SM
33102009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * international/mule-cmds.el (select-safe-coding-system): If the file
3313 has a coding cookie, use it regardless of any other setting (bug#4712).
3314
fd7dd48c
GM
33152009-10-17 Glenn Morris <rgm@gnu.org>
3316
547776f9
GM
3317 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3318 All errors should have messages.
3319
3ee0b477 3320 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
3321 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3322
2550e4b1
GM
3323 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3324 (dired-keep-marker-copy, dired-keep-marker-hardlink)
3325 (dired-keep-marker-symlink, dired-dwim-target)
3326 (dired-copy-preserve-time): Do not autoload these defcustoms.
3327
fd7dd48c
GM
3328 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3329 messages from messing up the file coding. (Bug#4623)
3330
f3e3a990
GM
33312009-10-17 Jari Aalto <jari.aalto@cante.net>
3332
3333 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3334 if no match is found for the current dictionary. (Bug#4578)
3335
3336 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3337 optional, since that is how it is documented, and this is often called
3338 with a nil argument. (Bug#4577)
3339 (flyspell-external-point-words, flyspell-auto-correct-word)
3340 (flyspell-correct-word-before-point, flyspell-word-search-forward)
3341 (flyspell-word-search-backward): Remove nil argument in calls to
3342 flyspell-get-word, since it is not needed now.
3343
33442009-10-17 Ulrich Mueller <ulm@gentoo.org>
3345
1becddbb 3346 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 3347
b61374ab
GM
33482009-10-16 Glenn Morris <rgm@gnu.org>
3349
3350 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3351
412707c2
SM
33522009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3353
3354 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3355 (ange-ftp-file-size): New function.
3356 (ange-ftp-file-attributes): Use it.
3357
0c6f436e
MA
33582009-10-16 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp-smb.el (tramp-smb-version): New defvar.
3361 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3362 repeated checks.
3363
850bfd04
GM
33642009-10-16 Glenn Morris <rgm@gnu.org>
3365
3366 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3367 Maybe copy some custom properties from old to new name. (Bug#4706)
3368
f3ed9aca
JB
33692009-10-16 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * subr.el (error, sit-for, start-process-shell-command)
3372 (start-file-process-shell-command): Set the calling convention
3373 after the function definition.
3374
fd6c5134
SM
33752009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * subr.el (error, sit-for, start-process-shell-command)
3378 (start-file-process-shell-command): Use the new
3379 set-advertised-calling-convention feature.
3380
73874eb7
KH
33812009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3382
fd6c5134
SM
3383 * international/ucs-normalize.el (ucs-normalize-version):
3384 Change to 1.2.
3385 (check-range): Adjust for Unicode 5.2.
73874eb7 3386
03fb33cf
JL
33872009-10-15 Juri Linkov <juri@jurta.org>
3388
3389 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3390 to the `menu-item' format.
3391
4260b402
MA
33922009-10-15 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3395 if the environment variable does not exist.
3396
3397 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3398 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3399 parameter.
3400 (tramp-smb-handle-add-name-to-file)
3401 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3402 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3403 (tramp-smb-handle-file-attributes)
3404 (tramp-smb-do-file-attributes-with-stat)
3405 (tramp-smb-handle-file-local-copy)
3406 (tramp-smb-handle-insert-directory)
3407 (tramp-smb-handle-make-directory)
3408 (tramp-smb-handle-make-directory-internal)
3409 (tramp-smb-handle-make-symbolic-link)
3410 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3411 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3412 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3413 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3414 Handle long file names.
3415 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3416 process is running.
3417 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3418 Read share names with "-g" option.
3419
d7a0fd6f
GM
34202009-10-15 Ryan Yeske <rcyeske@gmail.com>
3421
3422 * net/rcirc.el (rcirc-view-log-file): New command.
3423 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3424 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3425 specified.
3426
0b44494a
GM
34272009-10-15 Glenn Morris <rgm@gnu.org>
3428
af9fb32f
GM
3429 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3430 from the second command-line argument.
3431 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3432 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3433 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3434 w32-batch-update-autoloads.
3435 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3436 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3437
0b44494a
GM
3438 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3439 the headers cannot be located. Simplify, subtracting superflous
3440 save-excursions.
3441
d5e63715
SM
34422009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 Replace completion-base-size by completion-base-position to fix bugs
3445 such as (bug#4699).
3446 * simple.el (completion-base-position): New var.
3447 (completion-base-size): Mark as obsolete.
3448 (choose-completion): Make it work for mouse events as well.
3449 Pass the new base-position to choose-completion-string.
3450 (choose-completion-guess-base-position): New function, extracted from
3451 choose-completion-delete-max-match.
3452 (choose-completion-delete-max-match): Use it. Make obsolete.
3453 (choose-completion-string): Use the new base-position info.
3454 (completion-root-regexp): Delete.
3455 (completion-setup-function): Preserve completion-base-position.
3456 Eliminate obsolete base-size manipulation.
3457 * minibuffer.el (display-completion-list): Don't mess with base-size.
3458 (minibuffer-completion-help): Set completion-base-position instead.
3459 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3460 choose-completion.
3461 * textmodes/bibtex.el (bibtex-complete):
3462 * emacs-lisp/crm.el (crm--choose-completion-string):
3463 Adjust to new calling convention.
3464 * complete.el (partial-completion-mode): Use minibufferp to avoid
3465 bumping into incompatible change to choose-completion-string-functions.
3466 * ido.el (ido-choose-completion-string): Make its calling convention
3467 more permissive.
3468 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3469 base-size manipulation.
3470 (comint-dynamic-list-input-ring): Use dotimes and push.
3471 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3472 fundamental-mode. Use `or'.
3473
92f8bfc7
JL
34742009-10-14 Juri Linkov <juri@jurta.org>
3475
3476 * misearch.el (multi-isearch-next-buffer-from-list)
3477 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3478
e78e280d
SM
34792009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3480
384ca163
SM
3481 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3482 `bytecomp.el'.
3483
681e0e7c
SM
3484 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3485 string we return is all made up of text from the completions rather
3486 than part from the completions and part from the input (bug#4219).
3487
e78e280d
SM
3488 * ido.el (ido-everywhere): Use define-minor-mode.
3489
3490 * buff-menu.el (list-buffers, ctl-x-map):
3491 Mark the entry points with ;;;###autoload cookies.
3492
b4e813ca
DN
34932009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3494
52964e54
DN
3495 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3496 correctly in the detached head case.
3497 (vc-git-print-log): Remove unused binding.
3498
b4e813ca
DN
3499 * vc.el (vc-responsible-backend): When a directory is passed for
3500 for registration create a VC repository if no backend is
3501 responsible for the directory argument.
3502 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
3503
3504 * vc.el: Move comments about RCS and SCCS ...
3505 * vc-rcs.el:
3506 * vc-sccs.el: ... here, respectively.
3507
40ba9882
SM
35082009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * minibuffer.el (completion--file-name-table): Return nil if there's
3511 no file completion, even if substitute-in-file-name changed
3512 the string (bug#4708).
3513
04e0f59b
JL
35142009-10-13 Juri Linkov <juri@jurta.org>
3515
3516 * files-x.el (read-file-local-variable-value): Don't filter out
3517 minor modes from mode name completion (bug#4664).
3518
314c8e25
JB
35192009-10-13 Juanma Barranquero <lekktu@gmail.com>
3520
3521 * international/mule-cmds.el (ucs-names): Remove exclusion of
3522 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3523
5c9b7d36
KH
35242009-10-13 Kenichi Handa <handa@m17n.org>
3525
3526 * international/uni-name.el: Regenerated.
3527
1e7a80f2
JB
35282009-10-13 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3531 should be automatically buffer-local, but isn't.)
3532
cd29f88b
SS
35332009-10-12 Sam Steingold <sds@gnu.org>
3534
3535 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 3536 timestamps if the buffer has been visited before.
0cd16af4
SS
3537 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3538 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 3539
37493a98
GM
35402009-10-12 Glenn Morris <rgm@gnu.org>
3541
3542 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3543 Let-bind `size'.
3544
3b56b1e6
JB
35452009-10-12 Juanma Barranquero <lekktu@gmail.com>
3546
7422a4bb
JB
3547 * proced.el (proced-unload-function): New function.
3548
fa72d075
JB
3549 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3550 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3551 Doc fix.
3552
3b56b1e6
JB
3553 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3554
4d9b4323
JL
35552009-10-11 Juri Linkov <juri@jurta.org>
3556
3557 * files-x.el (read-file-local-variable-value):
3558 Provide default value only for bound variables (bug#4664).
3559
f6f7e059
MA
35602009-10-11 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3563 connection methods like smb.
3564
3565 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3566 can be empty.
3567
3568 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3569 (tramp-smb-file-name-handler-alist): Add handlers for
3570 `add-name-to-file', `make-symbolic-link'.
3571 (tramp-smb-handle-add-name-to-file)
2992485f 3572 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
3573 (tramp-smb-handle-make-symbolic-link)
3574 (tramp-smb-get-cifs-capabilities): New defuns.
3575 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3576 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3577 (tramp-smb-handle-file-local-copy)
3578 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
3579 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3580 The file name syntax depends on cifs capabilities.
3581 (tramp-smb-handle-file-attributes):
3582 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3583 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3584 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 3585
67868d26
CY
35862009-10-11 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3589 (eieio-defclass): Apply deftype handler and setf-method properties
3590 directly.
3591 (eieio-add-new-slot): Avoid union function from cl library.
3592 (eieio--typep): New function.
3593 (eieio-perform-slot-validation): Use it.
3594
6d6a5b7e
KF
35952009-10-10 Karl Fogel <kfogel@red-bean.com>
3596
3b56b1e6 3597 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
3598 Update documentation to refer to the variables documented in r1.135.
3599 (Bug#4188)
3600
67b70de9
KF
36012009-10-10 Karl Fogel <kfogel@red-bean.com>
3602
3603 * bookmark.el (Info-suffix-list): Remove this unused variable.
3604 (bookmark-current-point): Remove this obsolete variable.
3605 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3606 Adjust for removal of bookmark-current-point.
3607
3608 (bookmarks-already-loaded, bookmark-current-buffer)
3609 (bookmark-yank-point): Document. (Bug#4188)
3610
58ae51ae
GM
36112009-10-10 Glenn Morris <rgm@gnu.org>
3612
4619ff5e
GM
3613 * frame.el (frame-height): Doc fix.
3614
58ae51ae
GM
3615 * calendar/calendar.el (calendar-split-width-threshold): New option.
3616 (calendar-basic-setup): Use calendar-split-width-threshold.
3617
3b56b1e6 36182009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 3619
3b56b1e6
JB
3620 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3621 Use .la for Automake.
d751f122 3622
fa63f49c
CY
36232009-10-09 Chong Yidong <cyd@stupidchicken.com>
3624
3b56b1e6
JB
3625 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3626 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 3627
d364386c
JB
36282009-10-09 Juanma Barranquero <lekktu@gmail.com>
3629
3630 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3631 Ideographic Supplement" range (U+1F200..U+1F2FF).
3632
33e97a28
KF
36332009-10-09 Karl Fogel <kfogel@red-bean.com>
3634
02d0f051 3635 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 3636 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
3637
36382009-10-09 Karl Fogel <kfogel@red-bean.com>
3639
d364386c 3640 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
3641 (bookmark-bmenu-execute-deletions): Don't save here, as
3642 bookmark-delete will now do so if necessary.
d364386c 3643 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
3644 (Bug#4348)
3645
9656d87b
GM
36462009-10-09 Glenn Morris <rgm@gnu.org>
3647
3648 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3649
e6227f06
KF
36502009-10-09 Karl Fogel <kfogel@red-bean.com>
3651
3652 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3653 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3654 argument now, so the two function's behaviors will match. (Bug#3645)
3655
35c7e413
CY
36562009-10-08 Chong Yidong <cyd@stupidchicken.com>
3657
4f54db4b
CY
3658 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3659 Fix filename test.
35c7e413
CY
3660 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3661 to expand file names.
3662
288f783b
MA
36632009-10-08 Michael Albinus <michael.albinus@gmx.de>
3664
3665 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 3666 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 3667 Apply `save-match-data'.
288f783b
MA
3668
3669 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3670 case both directories are remote.
3671 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 3672 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 3673
c2a81032
CY
36742009-10-08 Chong Yidong <cyd@stupidchicken.com>
3675
a6b98754
CY
3676 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3677 (ede-proj-target-makefile-objectcode): Use it.
3678
c2a81032 3679 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
3680 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3681 Return search result. This error was introduced while merging.
c2a81032 3682
872a1ea4
JB
36832009-10-07 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3686
ab2baced
GM
36872009-10-07 Glenn Morris <rgm@gnu.org>
3688
e78e280d
SM
3689 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3690 of concat.
ab2baced 3691
5c4634c1
SM
36922009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * files-x.el (read-file-local-variable): Include some
3695 non-user-variables in the completion table (bug#4664).
3696
c2dc9732
MA
36972009-10-07 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3700 message.
3701
3702 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3703 (tramp-smb-file-name-handler-alist): Add handler for
3704 `copy-directory', `expand-file-name', `set-file-modes'.
3705 (tramp-smb-handle-copy-directory)
3706 (tramp-smb-handle-expand-file-name)
3707 (tramp-smb-handle-set-file-modes): New defuns.
3708 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3709 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3710 entry.
3711 (tramp-smb-handle-insert-directory): Don't flush the cache.
3712 (tramp-smb-maybe-open-connection): Check for samba client and
3713 server versions.
3714
11be40a6
EZ
37152009-10-07 Eli Zaretskii <eliz@gnu.org>
3716
3717 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3718 to not error out of search for "^lisp=" fails.
3719
8c4afe20
JB
37202009-10-07 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * makefile.w32-in (WINS_UPDATES): New macro.
3723 (custom-deps, finder-data, autoloads): Use it.
3724
429a1506
GM
37252009-10-07 Glenn Morris <rgm@gnu.org>
3726
ee2e93e2
GM
3727 * Makefile.in (autoloads): Revert previous change.
3728 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3729 the list of preloaded files passed on the command-line, get
3730 it from src/Makefile.
3731
429a1506
GM
3732 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3733 show the original buffer rather than a random one.
3734
a51203ee 37352009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
3736
3737 * help.el (describe-no-warranty): Place point in a slightly better
3738 position in the GPLv3 text.
3739
f58f7520
SS
37402009-10-06 Sam Steingold <sds@gnu.org>
3741
3742 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3743 the comm attribute is present before calling regexp-quote.
3744
bde79dc0
JB
37452009-10-06 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * play/animate.el (animate-string): For good effect, make sure
3748 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3749
3750 * play/animate.el (animate-sequence, animate-birthday-present):
3751 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3752
25ab0302
GM
37532009-10-06 Glenn Morris <rgm@gnu.org>
3754
73fe714a
GM
3755 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3756
3405d98c
GM
3757 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3758 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3759 (batch-update-autoloads): Process a string value of autoload-excludes,
3760 set during the build process.
3761 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3762
9fb2cdc5
GM
3763 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3764 inside with-parsed... macro so that `v' is defined.
3765
7938ab41
GM
3766 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3767 * progmodes/fortran.el (fortran-end-of-block)
3768 (fortran-beginning-of-block):
3769 Also push mark in the macro case.
3770
eaf9b564
GM
3771 * emerge.el (emerge-show-file-name):
3772 * calc/calc.el (calc-quit):
3773 * calc/calc-misc.el (calc-big-or-small):
3774 * calc/calc-graph.el (calc-graph-view):
3775 * calc/calc-ext.el (calc-reset):
3776 * calendar/calendar.el (calendar-basic-setup):
3777 Use window-full-height-p.
3778
25ab0302
GM
3779 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3780 header we don't understand, don't insert another. (Bug#4624)
3781 If changing mime charset, insert the new one in the right place.
3782
00169eb6
GM
37832009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3784
3785 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3786 (cal-tex-cursor-month): Correctly increment the end date for diary and
3787 holiday listing. (Bug#4626)
3788
82882188
SM
37892009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3790
40ba9882 3791 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
3792 a symbol.
3793
a8f316ca
JB
37942009-10-05 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3797 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3798 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3799 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3800
3801 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3802 (eieio-default-superclass): Reflow docstrings.
3803 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3804 (eieio-unbind-method-implementations, defmethod)
3805 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3806 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3807 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3808 (eieio-slot-originating-class-p, eieio-slot-name-index)
3809 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3810 (constructor, initialize-instance, no-next-method, object-print)
3811 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3812 Fix typos in docstrings.
3813 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3814 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3815 (next-method-p): Doc fixes.
3816 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3817 Fix typos in error messages.
3818 (eieio-defmethod): Fix typo in description of generic method.
3819
3820 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3821 (eieio-persistent-save-interactive, slot-missing):
3822 Fix typos in docstrings.
3823 (eieio-instance-inheritor-slot-boundp): Doc fix.
3824
3825 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3826 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3827
3828 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3829 (eieio-custom-object-apply-reset):
3830 Fix typos in docstrings and error messages.
3831
3832 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3833 Fix typo in docstring.
3834
3835 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3836 (eieio-browse-tree): Doc fix.
3837 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3838 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3839 Fix typos in docstrings.
3840
3841 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3842 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3843 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3844 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3845 Reflow docstrings.
3846
c66b7ac0
DN
38472009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3848
4a827e0a 3849 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
3850 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3851 Set log-view-vc-backend so that diff can work.
4a827e0a 3852
c66b7ac0
DN
3853 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3854 vc-version-diff.
3855 (vc-diff-internal): Autoload this instead of vc-version-diff.
3856
1902a98c
EZ
38572009-10-05 Eli Zaretskii <eliz@gnu.org>
3858
a7a8618b
EZ
3859 * simple.el (eval-expression): Doc fix.
3860
1902a98c
EZ
3861 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3862
0e1f2ee6
MA
38632009-10-05 Michael Albinus <michael.albinus@gmx.de>
3864
3865 * files.el (directory-files-no-dot-files-regexp): New defconst.
3866 (delete-directory): Use it.
3867 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3868
263c02ef 3869 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
3870 (tramp-methods): Add recursive option to `tramp-copy-args'.
3871 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 3872 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 3873 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
3874 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3875 Add handler for `copy-directory'.
3876 (tramp-handle-copy-directory): New defun.
3877 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
3878 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3879 Optimize sent command.
263c02ef 3880
72aa7df4
SM
38812009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3882
4a34f065
SM
3883 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3884 window if necessary.
3885
72aa7df4
SM
3886 * calendar/calendar.el (calendar-basic-setup): Don't call
3887 switch-to-buffer in a dedicated window.
3888
5feb1ba7
KF
38892009-10-05 Karl Fogel <kfogel@red-bean.com>
3890
3891 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3892 don't do anything related to relocating, just return nil.
3893 (bookmark-error-no-filename): New error.
3894 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3895 bookmark has no file. Don't even attempt to handle things that
3896 are not files; the whole point of custom handlers is to keep that
3897 knowledge elsewhere anyway. Tighten some comments.
3898 (bookmark-file-or-variation-thereof): Remove now-unused function.
3899 (bookmark-location): Doc string fix.
3900 (Bug#4250)
3901
1bd49952
KF
39022009-10-04 Karl Fogel <kfogel@red-bean.com>
3903
3904 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3905 don't use a file dialog, because they usually don't know how to read
3906 a directory target from the user. (Bug#4230)
3907 Also, make sure the prompt can display directories as well as files.
3908
825382c0
KF
39092009-10-04 Karl Fogel <kfogel@red-bean.com>
3910
3911 * bookmark.el (bookmark-set, bookmark-buffer-name):
3912 Improve doc strings. (Bug#1193)
3913
13901bcb
KF
39142009-10-04 Karl Fogel <kfogel@red-bean.com>
3915
4a34f065
SM
3916 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3917 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3918 (bookmark-get-annotation, bookmark-set-annotation)
3919 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3920 (bookmark-set-position, bookmark-get-front-context-string)
3921 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3922 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3923 (bookmark-jump-other-window, bookmark-handle-bookmark)
3924 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3925 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3926 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3927 Improve doc strings to say whether bookmark can be a string or
3928 a record or both, and make other consistency and clarity fixes.
3929 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3930 (bookmark-default-annotation-text, bookmark-yank-word)
3931 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3932 (bookmark-import-new-list, bookmark-maybe-rename)
3933 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3934 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
3935 (bookmark-bmenu-check-position): Give this a doc string, but also
3936 add a FIXME comment about how the function may be pointless.
3937 (bookmark-default-handler): Rework doc string and change a
3938 parameter name, to clarify that this takes a bookmark record
3939 not a bookmark name.
3940 (bookmark-set): Change a parameter name to indicate its meaning,
3941 and improve the doc string a bit.
3942 (Bug#4188)
3943
5c1b3e94
KF
39442009-10-04 Karl Fogel <kfogel@red-bean.com>
3945
3946 * bookmark.el (bookmark-alist): Document the new `handler' element
3947 in the param alist.
3948 (bookmark-make-record-function): Adjust documentation for above.
3949 (Bug#4193)
3950
8559076d
KF
39512009-10-04 Karl Fogel <kfogel@red-bean.com>
3952
3953 * info.el (Info-bookmark-make-record): Document this function.
3954 (Info-bookmark-jump): Document with a doc string, not just a comment.
3955 (Bug#4203)
3956
82481502
CY
39572009-10-04 Chong Yidong <cyd@stupidchicken.com>
3958
4a34f065 3959 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
3960 (semantic-new-buffer-fcn): Call parser setup functions here.
3961 (semantic-mode): Don't call parser setup functions here, it's done
3962 in semantic-new-buffer-fcn now.
d436f538 3963 (semantic-mode): Parse all existing buffers when enabled.
82481502 3964
4a34f065
SM
3965 * cedet/srecode/compile.el (srecode-compile-file):
3966 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 3967
2e7eba60
CY
39682009-10-04 Chong Yidong <cyd@stupidchicken.com>
3969
d91485a9
CY
3970 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3971
3972 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3973 (proj-comp-insert-variable-once): New macro, renamed from
3974 ede-pmake-insert-variable-once in ede/pmake.edl.
3975 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 3976
b4583b8c
MA
39772009-10-04 Michael Albinus <michael.albinus@gmx.de>
3978
3979 * files.el (copy-directory): New defun.
3980
3981 * dired-aux.el (dired-copy-file-recursive): Use it.
3982
04075952
JB
39832009-10-04 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3986 (makefile-end-of-command):
3987 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3988 (semantic-end-of-context): Fix previous change. Doc fixes.
3989
131ae8f2
JB
39902009-10-04 Juanma Barranquero <lekktu@gmail.com>
3991
a30e71ae
JB
3992 * files-x.el (modify-dir-local-variable)
3993 (copy-dir-locals-to-file-locals-prop-line):
3994 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3995 (makefile-end-of-command):
3996 * cedet/semantic/lex.el (semantic-lex-token):
3997 * cedet/semantic/analyze/fcn.el
3998 (semantic-analyze-dereference-metatype-1):
3999 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4000 (semantic-lex-cpp-undef):
4001 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4002 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4003 (semantic-end-of-context): Fix typos in docstrings.
4004
131ae8f2
JB
4005 * recentf.el (recentf-unload-function): New function.
4006
0fd9cb9c
CY
40072009-10-04 Chong Yidong <cyd@stupidchicken.com>
4008
a30e71ae 4009 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
4010 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4011 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 4012 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 4013
ccafbf06
GM
40142009-10-04 Glenn Morris <rgm@gnu.org>
4015
4016 * window.el (window-full-height-p): Add doc string.
4017
02c6f098
GM
40182009-10-04 Martin Rudalics <rudalics@gmx.at>
4019
4020 * window.el (window-full-height-p): New function. (Bug#4543)
4021
e6e267fc
CY
40222009-10-03 Chong Yidong <cyd@stupidchicken.com>
4023
a70bfe61
CY
4024 * cedet/srecode/insert.el: Require srecode/args.
4025
4026 * cedet/srecode/args.el: Require srecode/dictionary instead of
4027 srecode/insert.
4028
e6e267fc
CY
4029 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4030
4031 * files.el (auto-mode-alist): Add .srt and Project.ede.
4032
4a34f065
SM
4033 * cedet/semantic.el (semantic-mode):
4034 Handle srecode-template-mode-hook as well.
0b8cafba 4035 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
4036
4037 * cedet/srecode/template.el: Remove hook variable.
4038
4039 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4040
4041 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4042 projects exist.
8b440f71
CY
4043 (ede-project-placeholder-cache-file): Default to a file in
4044 user-emacs-directory.
e6e267fc
CY
4045
4046 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4047 templates in data-directory.
4a34f065 4048 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
4049
4050 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4051 directory.
4052
40532009-09-30 Eric Ludlam <zappo@gnu.org>
4054
131ae8f2
JB
4055 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4056 Doc fix.
e6e267fc
CY
4057
4058 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4059 Only insert each variable once.
4060
4061 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4062 (ede-pmake-insert-variable-shared): Use it.
4063
4064 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4065 for lexical table iff table is nil.
4066
ed6b0195
DN
40672009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4068
4069 * vc.el: Remove commented out code.
4070 (vc-derived-from-dir-mode): Remove, unused.
4071 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4072
1b8d1cc7
MA
40732009-10-03 Michael Albinus <michael.albinus@gmx.de>
4074
4a34f065
SM
4075 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4076 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
4077 there could be recursive loading when `default-directory' is a
4078 remote file name. (Bug#4614)
4079
ac3c593c
GM
40802009-10-03 Glenn Morris <rgm@gnu.org>
4081
686ea556
GM
4082 * calendar/calendar.el (calendar-basic-setup): Handle the case where
4083 the frame is wide.
4084 (calendar-generate-window): Test for shrinkability rather than width.
4085
619392fc
GM
4086 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4087 declaration, currently false.
4088
ac3c593c
GM
4089 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4090 reusing existing buffers, in case we happen to visit two files with the
4091 same basename. (Bug#4593)
4092
573709fd
EZ
40932009-10-02 Eli Zaretskii <eliz@gnu.org>
4094
4a34f065 4095 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
4096 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4097 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4098 subdirs of cedet as well.
8f885d01 4099 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 4100
8d6c1239
SM
41012009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4104 Obey advertised-signature-table.
4105
4106 * help-fns.el (help-function-arglist): Don't check
4107 advertised-signature-table.
4108 (describe-function-1): Do it here instead so it also applies to subrs.
4109
c4861de0
MA
41102009-10-02 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * simple.el (start-file-process): Say in the doc-string, that file
4113 handlers might not support pty association, if PROGRAM is nil.
4114
4115 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4116 HOST and USER are strings. They are nil, when there are
4117 incomplete entries in ~/.netrc, for example.
4118 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
4119 root directory ("device busy" error otherwise).
4120
8d6c1239
SM
4121 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4122 Flush file properties of created directory.
c4861de0 4123
d2bda74f
EZ
41242009-10-02 Eli Zaretskii <eliz@gnu.org>
4125
4126 * makefile.w32-in (WINS_BASIC): Remove cedet.
4127 (WINS_CEDET): Add cedet.
4128 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4129
895d1904
GM
41302009-10-02 Kevin Ryde <user42@zip.com.au>
4131
4132 * net/browse-url.el (browse-url): Pass any symbol in
4133 browse-url-browser-function to `apply', since if you've mistakenly put
4134 an unbound symbol then the error is clearer. (Bug#4531)
4135
32226619
JB
41362009-10-02 Juanma Barranquero <lekktu@gmail.com>
4137
4138 * allout.el (allout-init, allout-back-to-current-heading)
4139 (allout-beginning-of-current-entry, allout-ascend-to-depth)
4140 (allout-ascend, allout-up-current-level, allout-end-of-level)
4141 (allout-previous-visible-heading, allout-forward-current-level)
4142 (allout-backward-current-level, allout-show-children):
4143 * apropos.el (apropos-describe-plist):
4144 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4145 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4146 * completion.el (add-completion, add-permanent-completion):
4147 * descr-text.el (describe-text-category, describe-char):
4148 * desktop.el (desktop-lazy-abort):
4149 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4150 * dired.el (dired-build-subdir-alist):
4151 * ediff.el (ediff-version):
4152 * elide-head.el (elide-head, elide-head-show):
4153 * emerge.el (emerge-version):
4154 * env.el (getenv):
4155 * face-remap.el (variable-pitch-mode):
4156 * faces.el (describe-face):
4157 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4158 (dired-at-point):
4159 * files.el (find-file-existing, auto-save-mode):
4160 * font-lock.el (font-lock-fontify-buffer):
4161 * help-fns.el (describe-function, describe-variable)
4162 (describe-syntax, describe-categories):
4163 * help.el (view-lossage, describe-bindings, describe-key)
4164 (describe-mode):
4165 * hexl.el (hexl-current-address):
4166 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4167 * info.el (Info-goto-emacs-key-command-node):
4168 * log-edit.el (log-edit-insert-cvs-template)
4169 (log-edit-insert-cvs-rcstemplate):
4170 * menu-bar.el (menu-bar-mode):
4171 * mouse.el (mouse-appearance-menu):
4172 * newcomment.el (comment-indent-new-line):
4173 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4174 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4175 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4176 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4177 * recentf.el (recentf-mode):
4178 * savehist.el (savehist-mode, savehist-save):
4179 * shadowfile.el (shadow-copy-files):
4180 * simple.el (kill-ring-save, next-line, previous-line)
4181 (normal-erase-is-backspace-mode):
4182 * strokes.el (strokes-update-window-configuration)
4183 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4184 (strokes-xpm-for-stroke):
4185 * time.el (emacs-uptime, emacs-init-time):
4186 * tutorial.el (tutorial--describe-nonstandard-key)
4187 (tutorial--detailed-help):
4188 * type-break.el (type-break-mode)
4189 (type-break-mode-line-message-mode, type-break-query-mode)
4190 (type-break-guesstimate-keystroke-threshold):
4191 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4192 * version.el (emacs-version):
4193 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4194 * winner.el (winner-mode):
4195 * calendar/timeclock.el (timeclock-in, timeclock-out)
4196 (timeclock-status-string, timeclock-change)
4197 (timeclock-workday-remaining-string)
4198 (timeclock-workday-elapsed-string)
4199 (timeclock-when-to-leave-string):
4200 * calendar/todo-mode.el (todo-add-category):
4201 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4202 * emacs-lisp/autoload.el (update-file-autoloads):
4203 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4204 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4205 (checkdoc-message-text, checkdoc-defun):
4206 * emacs-lisp/debug.el (debugger-list-functions):
4207 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4208 * emacs-lisp/eieio-opt.el (eieio-describe-class)
4209 (eieio-describe-generic):
4210 * emacs-lisp/lisp-mnt.el (lm-synopsis):
4211 * emacs-lisp/shadow.el (list-load-path-shadows):
4212 * emulation/cua-base.el (cua-mode):
4213 * emulation/edt.el (edt-set-scroll-margins):
4214 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4215 (tpu-toggle-regexp, tpu-toggle-search-direction)
4216 (tpu-toggle-rectangle, tpu-toggle-control-keys):
4217 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4218 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4219 (viper-set-parsing-style-toggling-macro)
4220 (viper-set-emacs-state-searchstyle-macros):
4221 * emulation/viper.el (viper-set-hooks):
4222 * eshell/esh-mode.el (eshell-truncate-buffer):
4223 * international/mule-cmds.el (prefer-coding-system)
4224 (describe-input-method, describe-language-environment):
4225 * international/mule-diag.el (list-character-sets)
4226 (describe-character-set, describe-coding-system)
4227 (describe-fontset, list-fontsets, list-input-methods):
4228 * mail/sendmail.el (mail-signature):
4229 * net/ange-ftp.el (ange-ftp-copy-file):
4230 * net/browse-url.el (browse-url):
4231 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4232 * net/quickurl.el (quickurl-add-url):
4233 * net/rcirc.el (names, topic):
4234 * net/xesam.el (xesam-mode):
4235 * play/5x5.el (5x5-new-game):
4236 * play/yow.el (apropos-zippy):
4237 * progmodes/ada-mode.el (ada-mode-version):
4238 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4239 (f90-end-of-block)
4240 (f90-beginning-of-block):
4241 * progmodes/fortran.el (fortran-end-of-block)
4242 (fortran-beginning-of-block):
4243 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4244 * progmodes/python.el (python-describe-symbol, python-shell):
4245 * term/ns-win.el (ns-print-buffer):
4246 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4247 * textmodes/flyspell.el (flyspell-mode-on):
4248 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4249 (pages-directory-for-addresses):
4250 * textmodes/table.el (table-recognize-cell)
4251 (table-query-dimension, table-generate-source)
4252 (table-insert-sequence, table--warn-incompatibility):
4253 * textmodes/tex-mode.el (tex-validate-buffer):
4254 * textmodes/texinfmt.el (texinfmt-version)
4255 (texinfo-format-buffer):
4256 Use `called-interactively-p' instead of `interactive-p'.
4257
12a3c28c
JB
42582009-10-02 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * image-mode.el (image-toggle-display):
4261 * emacs-lisp/elp.el (elp-instrument-function):
4262 * emacs-lisp/advice.el (ad-make-advised-definition):
4263 * emacs-lisp/easy-mmode.el (define-minor-mode):
4264 * net/browse-url.el (browse-url-maybe-new-window):
4265 * progmodes/sh-script.el (sh-learn-buffer-indent):
4266 Pass new argument 'any to `called-interactively-p'.
4267
171fda8a
JB
42682009-10-01 Juanma Barranquero <lekktu@gmail.com>
4269
171fda8a
JB
4270 * international/uni-bidi.el:
4271 * international/uni-category.el:
4272 * international/uni-combining.el:
4273 * international/uni-comment.el:
4274 * international/uni-decimal.el:
9c3c9fdf 4275 * international/uni-decomposition.el:
171fda8a
JB
4276 * international/uni-digit.el:
4277 * international/uni-lowercase.el:
4278 * international/uni-mirrored.el:
4279 * international/uni-name.el:
4280 * international/uni-numeric.el:
4281 * international/uni-old-name.el:
4282 * international/uni-titlecase.el:
4283 * international/uni-uppercase.el:
4284 Regenerate from Unicode 5.2.0 data.
4285
dcb9734a
GM
42862009-10-01 Glenn Morris <rgm@gnu.org>
4287
4288 * Makefile.in (ELCFILES): Regenerate.
4289
ced10a4c
SM
42902009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4291
9d28c33e
SM
4292 * subr.el (interactive-p): Mark obsolete.
4293 (called-interactively-p): Make the optional-ness of `kind' obsolete.
4294 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4295 advertised-signature-table for subroutines as well.
4296
ced10a4c
SM
4297 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4298 (set-advertised-calling-convention): New function.
4299 (make-obsolete, define-obsolete-function-alias)
4300 (make-obsolete-variable, define-obsolete-variable-alias):
4301 Make the optional-ness of `when' obsolete.
4302 (define-obsolete-face-alias): Make `when' non-optional.
4303 * help-fns.el (help-function-arglist):
4304 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4305 Use advertised-signature-table.
4306
cc3dda16
MA
43072009-10-01 Michael Albinus <michael.albinus@gmx.de>
4308
4309 * files.el (delete-directory): New defun. The original function
4310 in fileio.c has been renamed to `delete-directory-internal'.
4311
4312 * dired.el (dired-delete-file): Call `delete-directory' with
4313 RECURSIVE parameter.
4314
4315 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4316 parameter RECURSIVE. Implementation is missing.
4317
4318 * net/tramp.el (tramp-handle-make-directory): Flush upper
4319 directory's file properties.
ced10a4c 4320 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
4321 (tramp-handle-dired-recursive-delete-directory): Flush directory
4322 properties after the remove command only.
4323
ced10a4c
SM
4324 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4325 Handle optional parameter RECURSIVE.
cc3dda16 4326
ced10a4c
SM
4327 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4328 Handle optional parameter RECURSIVE.
cc3dda16
MA
4329
4330 * net/tramp-smb.el (tramp-smb-errors): Add error message for
4331 connection timeout.
4332 (tramp-smb-handle-delete-directory): Handle optional parameter
4333 RECURSIVE.
4334
cf885595
SM
43352009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4336
e3a6b82f
SM
4337 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4338 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4339 (byte-compile-defmacro): Use backquotes.
4340
7201bfbb
SM
4341 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4342
cf885595
SM
4343 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4344 has no associated file.
4345 (vc-resynch-buffer): Use vc-dir-buffers.
4346
a4d2c321
GM
43472009-10-01 Glenn Morris <rgm@gnu.org>
4348
9ffe3f52
GM
4349 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4350 (chart-file-count):
4351 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4352 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4353 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4354 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4355 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4356 (eieio-copy-parents-into-subclass, make-instance, class-children)
4357 (eieio-generic-form):
bd2afec2
GM
4358 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4359 * cedet/cedet-idutils.el (cedet-idutils-search)
4360 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4361 (cedet-idutils-version-check):
4362 * cedet/cedet.el (cedet-version):
4363 * cedet/data-debug.el (data-debug-insert-overlay-button)
4364 (data-debug-insert-overlay-list-button)
4365 (data-debug-insert-buffer-button)
4366 (data-debug-insert-buffer-list-button)
4367 (data-debug-insert-process-button, data-debug-insert-ring-button)
4368 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4369 (data-debug-insert-stuff-vector-button)
4370 (data-debug-insert-symbol-button, data-debug-insert-string)
4371 (data-debug-insert-number, data-debug-insert-lambda-expression)
4372 (data-debug-insert-nil, data-debug-insert-simple-thing)
4373 (data-debug-insert-custom, data-debug-edebug-expr):
4374 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4375 (global-ede-mode-map, ede-new, ede-debug-target)
4376 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4377 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4378 (semantic-fetch-tags, semantic-submode-list)
4379 (semantic-default-submodes):
a785b776
GM
4380 * cedet/ede/source.el (ede-source-match):
4381 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4382 (project-am-package-info):
4383 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4384 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4385 * cedet/ede/proj-comp.el (ede-current-build-list):
4386 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4387 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4388 * cedet/ede/cpp-root.el (initialize-instance):
4389 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4390 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
4391 * cedet/semantic/wisent.el (wisent-lex-eoi):
4392 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4393 (semantic-show-parser-state-mode):
4394 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4395 * cedet/semantic/tag.el (semantic-tag-new-variable)
4396 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4397 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4398 (semantic--tag-deep-copy-tag-list)
4399 (semantic-tag-components-with-overlays-default):
4400 * cedet/semantic/symref.el (semantic-symref-find-text):
4401 * cedet/semantic/senator.el (senator-yank-tag)
4402 (senator-transpose-tags-up):
4403 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4404 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4405 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4406 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4407 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4408 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4409 * cedet/semantic/lex-spp.el
4410 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4411 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4412 * cedet/semantic/idle.el
4413 (semantic-idle-summary-current-symbol-info-brutish)
4414 (semantic-idle-summary-current-symbol-info-default):
4415 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4416 (semantic--grammar-macro-compl-dict):
4417 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4418 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4419 (semantic-format-tag-canonical-name-default):
4420 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4421 (semantic-find-tags-for-completion)
4422 (semantic-find-tags-by-scope-protection-default)
4423 (semantic-deep-find-tags-for-completion):
4424 * cedet/semantic/edit.el
4425 (semantic-edits-incremental-reparse-failed-hook)
4426 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4427 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4428 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4429 * cedet/semantic/dep.el (semantic-dependency-include-path):
4430 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4431 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4432 (semanticdb-project-roots):
4433 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4434 (semanticdb-find-adebug-insert-scanned-tag-cons)
4435 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4436 (semanticdb-brute-deep-find-tags-for-completion):
4437 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4438 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4439 (semantic-end-of-context-default)
4440 (semantic-ctxt-current-function-default)
4441 (semantic-ctxt-scoped-types-default):
4442 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4443 (semantic-complete-inline-tag-engine)
4444 (semantic-complete-inline-custom-type)
4445 (semantic-complete-read-tag-analyzer):
4446 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4447 (semantic-chart-database-size):
4448 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4449 (semantic-analyze-current-context):
4450 * cedet/semantic/symref/list.el (semantic-symref)
4451 (semantic-symref-hide-buffer, semantic-symref-symbol):
4452 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4453 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4454 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4455 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4456 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4457 (semantic-c-dereference-template):
4458 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4459 (semantic--analyze-refs-full-lookup-with-parents)
4460 (semantic--analyze-refs-full-lookup-simple):
4461 * cedet/semantic/analyze/complete.el
4462 (semantic-analyze-possible-completions):
2f10955c
GM
4463 * cedet/srecode/table.el (srecode-mode-table-new):
4464 * cedet/srecode/srt.el (srecode-read-variable-name):
4465 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4466 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4467 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4468 * cedet/srecode/map.el (srecode-current-map):
4469 * cedet/srecode/insert.el (srecode-insert)
4470 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4471 (srecode-template-inserter-point-override)
4472 (srecode-insert-include-lookup):
4473 * cedet/srecode/getset.el (srecode-auto-choose-class):
4474 * cedet/srecode/extract.el (srecode-inserter-extract):
4475 * cedet/srecode/document.el
4476 (srecode-document-autocomment-return-last-alist)
4477 (srecode-document-autocomment-param-type-alist)
4478 (srecode-document-insert-function-comment)
4479 (srecode-document-insert-variable-one-line-comment)
4480 (srecode-document-function-name-comment):
4481 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4482 (srecode-compound-toString):
4483 * cedet/srecode/compile.el (srecode-flush-active-templates):
4484 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
4485 Doc/message fixes.
4486
9515cdcc
GM
4487 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4488 match-data. (Bug#4555).
4489
57b0083a
GM
4490 * cedet/semantic/bovine/gcc.el
4491 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4492 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4493
a4d2c321
GM
4494 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4495 rather than parsing it as a regexp. This relaxes the layout
4496 requirements and makes errors easier to detect.
4497 (check-declare-verify): Check file is regular.
4498 (check-declare-directory): Doc fix.
4499 * subr.el (declare-function): Doc fix.
4500
b15c31c7
GM
4501 * ibuffer.el (ibuffer-format-qualifier):
4502 * isearch.el (hi-lock-regexp-okay):
4503 * calc/calc.el (math-zerop):
4504 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4505 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4506 Remove unused declarations.
4507
0376249d
JB
45082009-10-01 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * cedet/semantic/wisent/javat-wy.el
4511 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4512
9a589407
JB
45132009-09-30 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * cedet/srecode/expandproto.el: Fix provide statement.
4516
722ff82f
CY
45172009-09-30 Eric Ludlam <zappo@gnu.org>
4518
cf885595 4519 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
4520
45212009-09-30 Sascha Wilde <wilde@sha-bang.de>
4522
4523 * cedet/ede/srecode.el: Fix provide statement.
4524
1fc28a2c
GM
45252009-09-30 Glenn Morris <rgm@gnu.org>
4526
8240628d 4527 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 4528 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
4529 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4530 (ede-misc-source):
d16d4acd
GM
4531 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4532 (semantic-mrub-switch-tags): Fix doc typos.
4533
40f9bf94
GM
4534 * cedet/semantic/db-global.el (data-debug-new-buffer)
4535 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4536 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4537
494f4fc7
GM
4538 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4539
cf885595
SM
4540 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4541 use of CL function `remove-if-not'.
1fc28a2c
GM
4542
4543 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4544
494f4fc7
GM
4545 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4546 filename is not a string.
4547
561580e9
CY
45482009-09-29 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * files.el (safe-local-eval-forms): Fix typo.
4551
dcbbecd4
SM
45522009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * vc-hooks.el (vc-dir-buffers): New var.
4555 (vc-state-refresh): New function.
4556 (vc-state): Use it.
4557 (vc-after-save): Always ask the backend to recompute the new state.
4558 Always call vc-dir if necessary, using vc-dir-buffers.
4559 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4560 Use vc-dir-buffers.
4561 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4562 (vc-dir-prepare-status-buffer, vc-dir-update)
4563 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4564 Don't call expand-file-name on default-directory.
4565
d88444f2
JB
45662009-09-29 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * speedbar.el (speedbar-item-delete):
4569 * calc/calc-prog.el (calc-kbd-if):
4570 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4571
4572 * epa.el (epa-key-list-mode-map):
4573 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4574
4575 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4576 (hs-show-hook): Fix typo in docstring.
4577
5da62d41
GM
45782009-09-29 Glenn Morris <rgm@gnu.org>
4579
d037e45a
GM
4580 * cedet/semantic/symref/idutils.el:
4581 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4582
ae715515
GM
4583 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4584
4585 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4586 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4587 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4588 Mark declarations not understood by check-declare.
4589
8360fce0
GM
4590 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4591 file-name-nondirectory call preventing location of cedet files.
4592 (check-declare-verify): Use literal search rather than re-search.
ae715515 4593 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
4594
4595 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4596 Use tramp-compat-file-attributes rather than nonexistent
4597 tramp-compat-handle-file-attributes.
4598
5da62d41
GM
4599 * Makefile.in (lisptagsfiles4): New.
4600 (AUTOGENEL): Add cedet loaddefs files.
4601 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4602 (update-elclist, compile-always, backup-compiled-files)
4603 (bootstrap-clean): Add yet another directory level.
4604 (update-elclist): Use LC_COLLATE rather than COLLATE.
4605 (ELCFILES): Update, via `make update-elclist'.
4606
48267264
JB
46072009-09-29 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4610 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4611 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4612
2c4cd0b0
AS
46132009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4614
4615 * Makefile.in (lisptagsfiles3): Define.
5da62d41 4616 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
4617 (update-elclist): Add third directory level to look for elc files.
4618 (compile-always): Likewise.
4619 (backup-compiled-files): Likewise.
4620 (bootstrap-clean): Likewise.
4621 (ELCFILES): Update.
4622
a2533e47
CY
46232009-09-28 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * Makefile.in (ELCFILES): Add CEDET files.
4626
b90caf50 46272009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 4628
b90caf50 4629 CEDET (development tools) package merged.
a2095e2e 4630
b90caf50
CY
4631 * cedet/*.el:
4632 * cedet/ede/*.el:
4633 * cedet/semantic/*.el:
4634 * cedet/srecode/*.el: New files.
a2095e2e 4635
eefbedb1
MA
46362009-09-28 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4639
4640 * net/tramp.el (top): Require tramp-imap.
4641
4642 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4643 Use `tramp-compat-handle-file-attributes'.
4644
46452009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4646
4647 * net/tramp-imap.el: New package.
4648
66635e2f 46492009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
4650
4651 * emacs-lisp/chart.el:
4652 * emacs-lisp/eieio-base.el:
4653 * emacs-lisp/eieio-comp.el:
4654 * emacs-lisp/eieio-custom.el:
e608e7be 4655 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
4656 * emacs-lisp/eieio-opt.el:
4657 * emacs-lisp/eieio-speedbar.el:
4658 * emacs-lisp/eieio.el: New files.
4659
666fd2cc
CY
4660 * cedet/cedet-cscope.el:
4661 * cedet/cedet-files.el:
4662 * cedet/cedet-global.el:
4663 * cedet/cedet-idutils.el:
4664 * cedet/data-debug.el:
4665 * cedet/inversion.el:
7b232be9 4666 * cedet/mode-local.el:
666fd2cc
CY
4667 * cedet/pulse.el: New files.
4668
748e3d67
VJL
46692009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4670
4671 * whitespace.el (whitespace-trailing-regexp)
4672 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4673 Fix doc string.
4674
15120dec
CY
46752009-09-27 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4678 menu.
4679
4680 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4681 menu-bar-ediff-menu.
4682
4683 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4684 define-overloadable-function.
4685
4686 * progmodes/autoconf.el: Provide autoconf as well, so that this
4687 file can be `require'd.
4688
4689 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4690
4691 * emacs-lisp/autoload.el (generated-autoload-feature)
4692 (generated-autoload-load-name): New vars.
4693 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4694 (make-autoload): Recognize define-overloadable-function and
4695 defclass forms (for EIEIO).
4696
4697 * Makefile.in (update-subdirs): Exclude cedet directory.
4698
135abf91
AR
46992009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4700
1becddbb 4701 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
4702
4703 * faces.el: Default light-background background for region face to
4704 ns_selection_color under NS.
4705
3d994264
TZ
47062009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4707
4708 * net/imap-hash.el: New library, see NEWS.
4709
4710 * Makefile.in (ELCFILES): Add imap-hash.el.
4711
ce9a0ccb
SM
47122009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4715 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4716 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4717 definition where the docstring could be taken for the return value.
4718
a92cdd49
GM
47192009-09-26 Glenn Morris <rgm@gnu.org>
4720
4721 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4722 Add option to only show images below a certain size.
4723 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4724 save-excursion calls.
4725
416ac2f1
EZ
47262009-09-26 Eli Zaretskii <eliz@gnu.org>
4727
4728 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4729 subdirectories) and eieio.
4730
d9a13f68
AM
47312009-09-26 Alan Mackenzie <acm@muc.de>
4732
9c3c9fdf 4733 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 4734 buggy bracketing. (Bug#4289)
d9a13f68
AM
4735
4736 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 4737 character constants (as case labels). (Bug#4289)
d9a13f68 4738
182b3bec
CY
47392009-09-25 Juri Linkov <juri@jurta.org>
4740
4741 * files.el (safe-local-eval-forms): Allow time-stamp in
4742 before-save-hook (Bug#4554).
4743
8f75f2da
JB
47442009-09-25 Drew Adams <drew.adams@oracle.com>
4745
4746 * menu-bar.el (list-buffers-directory): Doc fix.
4747
8390fb80
SM
47482009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4751 Try and avoid copying twice the same paragraph.
4752 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4753 Remove save-excursion.
4754 (log-edit-changelog-entry): Do it here instead.
4755
11ee8d90
JB
47562009-09-25 Juanma Barranquero <lekktu@gmail.com>
4757
027b1942
JB
4758 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4759 when available, instead of hardcoding mode names. Doc fix.
4760
11ee8d90
JB
4761 * menu-bar.el (list-buffers-directory): Add docstring.
4762 Make automatically buffer-local.
4763
4764 * dired.el (dired-mode):
4765 * files.el (cd-absolute):
4766 * pcvs.el (cvs-temp-buffer):
4767 * pcvs-util.el (cvs-get-buffer-create):
4768 * shell.el (shell-mode):
4769 * vc-dir.el (vc-dir-mode):
4770 Don't make `list-buffers-directory' buffer local.
4771
21289c5d
CY
47722009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4773
8390fb80
SM
4774 * comint.el (comint-exec, comint-run, make-comint):
4775 Doc fixes (Bug#4542).
21289c5d 4776
e8652dd9
GM
47772009-09-25 Glenn Morris <rgm@gnu.org>
4778
4779 * mail/rmailmm.el (rmail-mime): New custom group.
4780 Move all defcustoms in this file into this group.
4781 (rmail-mime-media-type-handlers-alist): Revert previous change.
4782 (rmail-mime-show-images): New option.
4783 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4784 references to it, since it wasn't actually used for anything.
4785 (rmail-mime-insert-image): New function.
4786 (rmail-mime-image): Use rmail-mime-insert-image.
4787 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
4788 obey the value of `rmail-mime-show-images' option. Print the size of
4789 attachments.
e8652dd9 4790
fb652bb5
JB
47912009-09-25 David Engster <deng@randomsample.de>
4792
4793 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4794
32a9841c
VJL
47952009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4796
4797 * whitespace.el: Does not highlight trailing spaces While point is
4798 at end of line. Does not highligt spaces at beginning of buffer
4799 while point is at beginning of buffer. Does not highlight spaces
4800 at end of buffer while point is at end of buffer. (Bug#4177)
4801 New version 12.0.
4802 (whitespace-display-mappings): Adjust initialization.
4803 (whitespace-point, whitespace-font-lock-refontify): New vars.
4804 (whitespace-color-on, whitespace-color-off): Adjust code.
4805 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4806 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4807 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4808
e477ca84
CY
48092009-09-24 Chong Yidong <cyd@stupidchicken.com>
4810
4811 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4812
4813 * textmodes/sgml-mode.el: Remove xml-mode alias.
4814
4815 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 4816 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 4817
68712602
AM
48182009-09-24 Alan Mackenzie <acm@muc.de>
4819
4820 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4821 c-forward-conditionals, but it doesn't move point and doesn't set
4822 the mark.
4823 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4824 (c-down-conditional-with-else, c-backward-conditional)
4825 (c-forward-conditional): Refactor to use c-scan-conditionals.
4826
1659ada0
JB
48272009-09-24 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4830 (help-default-arg-highlight): Remove.
4831 (help-highlight-arg): New function.
4832 (help-do-arg-highlight): Use it.
4833 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4834
b3f01e46
SM
48352009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4838 Undo last change, which didn't fix the problem and introduced others.
4839
107ef54a
NR
48402009-09-24 Nick Roberts <nickrob@snap.net.nz>
4841
4842 * progmodes/gdb-mi.el: Don't require speedbar.
4843 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4844
ffa1fed6
GM
48452009-09-24 Glenn Morris <rgm@gnu.org>
4846
2157a2be
GM
4847 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4848
6125167c
GM
4849 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4850
ffa1fed6
GM
4851 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4852 there is no newline after the final mime boundary. (Bug#4539)
4853 Move markers on insertion so that any buttons inserted don't end up in
4854 the next part of a multipart message.
2e9075d3
GM
4855 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4856 (rmail-mime-bulk-handler): Optionally handle images.
4857 (rmail-mime-image): New button action.
4858 (rmail-mime-image-handler): New function.
4859 (rmail-mime-mode): New mode.
4860 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 4861
4a814992
SM
48622009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4863
075518b5
SM
4864 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4865 than just dropping elements from it (bug#4504).
4866
8ad2defc
SM
4867 * term.el (term-set-scroll-region): Don't move cursor any more.
4868 (term-handle-ansi-escape): Call term-goto here instead.
4869 Suggested by Ivan Kanis <apple@kanis.eu>.
4870
4a814992
SM
4871 * term.el: Require CL.
4872 (term-ansi-reset): New function.
4873 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4874 (term-handle-colors-array): Simplify.
4875
5a0c3f56
JB
48762009-09-24 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * allout.el (allout-overlay-interior-modification-handler)
4879 (allout-obtain-passphrase):
4880 * epa-file.el (epa-file-write-region):
4881 * ps-print.el (ps-begin-job):
4882 * vc-hooks.el (vc-toggle-read-only):
4883 * vc-rcs.el (vc-rcs-rollback):
4884 * vc-sccs.el (vc-sccs-rollback):
4885 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4886 (vc-version-diff, vc-revert, vc-rollback):
4887 * wdired.el (wdired-check-kill-buffer):
4888 * emacs-lisp/authors.el (authors):
4889 * net/socks.el (socks-open-connection):
4890 * net/zeroconf.el (zeroconf-service-add-hook):
4891 * obsolete/vc-mcvs.el (vc-mcvs-register):
4892 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4893 (gdb-select-frame):
4894 * progmodes/grep.el (lgrep, rgrep):
4895 * progmodes/idlw-help.el (idlwave-help-check-locations)
4896 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4897 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4898 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4899 (reftex-toc-rename-label): Fix typos in error messages.
4900
4901 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4902 (dired-copy-how-to-fn): Doc fix.
4903 (dired-files-attributes, dired-read-shell-command):
4904 Fix typos in docstrings.
4905
4906 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4907 (dired-x-find-file-other-window): Reflow docstrings.
4908 (dired-omit-marker-char, dired-read-shell-command)
4909 (dired-x-submit-report): Fix typos in docstrings.
4910
4911 * shell.el (shell-mode-hook):
4912 * view.el (View-scroll-line-forward):
4913 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4914 Fix typos in docstrings.
4915
4916 * net/dig.el (dig-invoke): Fix typo in docstring.
4917 (query-dig): Reflow docstring.
4918
4919 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4920 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4921 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4922 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4923 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4924 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4925 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4926 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4927 (idlwave-completion-map, idlwave-current-indent)
4928 (idlwave-custom-ampersand-surround, idlwave-customize)
4929 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4930 (idlwave-define-abbrev, idlwave-determine-class-special)
4931 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4932 (idlwave-end-block-reg, idlwave-end-of-statement)
4933 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4934 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4935 (idlwave-explicit-class-listed, idlwave-file-header)
4936 (idlwave-fill-paragraph, idlwave-find-class-definition)
4937 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4938 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4939 (idlwave-in-quote, idlwave-indent-action-table)
4940 (idlwave-indent-expand-table, idlwave-indent-line)
4941 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4942 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4943 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4944 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4945 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4946 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4947 (idlwave-outlawed-buffers, idlwave-popup-select)
4948 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4949 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4950 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4951 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4952 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4953 (idlwave-statement-type, idlwave-struct-skip)
4954 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4955 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4956 (idlwave-what-module-find-class): Fix typos in docstrings.
4957 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4958 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4959 (idlwave-find-module, idlwave-find-structure-definition)
4960 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4961 (idlwave-list-load-path-shadows, idlwave-next-statement)
4962 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4963 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4964 (idlwave-template): Reflow docstrings.
4965
4966 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4967 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4968 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4969 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4970 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4971 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4972 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4973 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4974 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4975 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4976 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4977 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4978 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4979 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4980 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4981 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4982 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4983 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4984 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4985 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4986 Fix typos in docstrings.
4987 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4988 (idlwave-shell-hide-output, idlwave-shell-mode)
4989 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4990 Reflow docstrings.
4991
4992 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4993
62136c5d
SM
49942009-09-24 Ivan Kanis <apple@kanis.eu>
4995
4996 * term.el (term-bold-attribute): New var.
4997 (term-handle-colors-array): Use it.
4998
9c1a45ed
NR
49992009-09-23 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * progmodes/gdb-mi.el (gdb-version): New variable.
5002 (gdb-non-stop-handler): Set gdb-version.
5003 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5004 Condition "--thread" option on gdb-version.
5005 (gdb-invalidate-threads): Remove unused argument.
5006
03304f31
SM
50072009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5010 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5011
4f02f0c9
GM
50122009-09-23 Glenn Morris <rgm@gnu.org>
5013
5014 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5015 replying to mail without References or Message-Id. (Bug#4525)
5016
a3b4b363
AR
50172009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5018
5019 * term/ns-win.el (ns-reg-to-script): New variable.
5020
7bda18cc
DU
50212009-09-23 Daiki Ueno <ueno@unixuser.org>
5022
5023 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5024
72169e55
SS
50252009-09-22 Sam Steingold <sds@gnu.org>
5026
5027 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
5028 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5029 to 1 because hg returns status 1 when nothing is found.
0aa4f295 5030 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 5031
905b7d38
SM
50322009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5033
b0459dec
SM
5034 * textmodes/fill.el: Convert to utf-8 encoding.
5035 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5036 pre-unicode days.
5037
905b7d38
SM
5038 * add-log.el (change-log-fill-forward-paragraph): New function.
5039 (change-log-mode): Use it so fill-region DTRT.
5040 Set fill-indent-according-to-mode here rather than in
5041 change-log-fill-paragraph.
5042 (change-log-fill-paragraph): Remove.
5043
baa7f3de
JB
50442009-09-22 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5047 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5048
a8d789f0
GM
50492009-09-22 Glenn Morris <rgm@gnu.org>
5050
daedbbc2
GM
5051 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5052 the scroll-bar scroll the calendar window rather than the buffer.
5053
d8899a74
GM
5054 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5055 commands that move point (as opposed to scrolling).
5056
a8d789f0
GM
5057 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5058
5059 * emacs-lisp/elint.el (elint): New custom group.
5060 (elint-log-buffer): Make it a defcustom.
5061 (elint-scan-preloaded, elint-ignored-warnings)
5062 (elint-directory-skip-re): New options.
5063 (elint-builtin-variables): Doc fix.
5064 (elint-preloaded-env): New variable.
5065 (elint-unknown-builtin-args): Add an entry for encode-time.
5066 (elint-extra-errors): Make it a variable rather than a constant.
5067 (elint-preloaded-skip-re): New constant.
5068 (elint-directory): Skip files matching elint-directory-skip-re.
5069 (elint-features): New variable, local to linted buffers.
5070 (elint-update-env): Initialize elint-features. Possibly add
5071 elint-preloaded-env to the buffer's environment.
5072 (elint-get-top-forms): Bind elint-current-pos, for log messages.
5073 Skip quoted forms.
5074 (elint-init-form): New function, extracted from elint-init-env.
5075 Make non-list forms a warning rather than an error.
5076 Add the mode-map for define-derived-mode. Handle define-minor-mode,
5077 easy-menu-define, put that adds an error-condition, and provide.
5078 When requiring cl, also require cl-macs. Really require cl, to handle
5079 some cl macros. Store required libraries in the list elint-features,
5080 so as not to re-load them. Treat cc-require like require.
5081 (elint-init-env): Call elint-init-form to do the work.
5082 Handle eval-and-compile and such like.
5083 (elint-add-required-env): Do not clear messages.
5084 (elint-special-forms): Add handlers for function, defalias, if, when,
5085 unless, and, or.
5086 (elint-form): Add optional argument to ignore elint-special-forms,
5087 useful to prevent recursive calls from handlers. Doc fix.
5088 Respect elint-ignored-warnings.
5089 (elint-form): Respect elint-ignored-warnings.
5090 (elint-bound-variable, elint-bound-function): New variables.
5091 (elint-unbound-variable): Respect elint-bound-variable.
5092 (elint-get-args): Respect elint-bound-function.
5093 (elint-check-cond-form): Add some simple handling for (f)boundp and
5094 featurep tests.
5095 (elint-check-defalias-form): New handler.
5096 (elint-check-let-form): Make an empty let a warning rather than an
5097 error.
5098 (elint-check-setq-form): Make an empty setq a warning rather than an
5099 error. Respect elint-ignored-warnings.
5100 (elint-check-defvar-form): Accept null doc-strings.
5101 (elint-check-conditional-form): New handler. Does some simple-minded
5102 checking of featurep and (f)boundp tests.
5103 (elint-put-function-args): New function.
5104 (elint-initialize): Use elint-scan-doc-file rather than
5105 elint-find-builtin-variables. Use elint-put-function-args.
5106 Possibly scan preloaded-file-list.
5107 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5108 extend to handle functions as well.
5109
245be23c
JB
51102009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
5111
5112 * linum.el (linum-delete-overlays, linum-update-window):
5113 Do not modify the right margin. (Bug#3971)
5114
91fdbd6f
CY
51152009-09-21 Chong Yidong <cyd@stupidchicken.com>
5116
5117 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5118 nxml-mode instead of xml-mode.
5119
7589d38e
JB
51202009-09-21 Kevin Ryde <user42@zip.com.au>
5121
5122 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5123
5ac42715
SM
51242009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * net/dig.el (dig-mode): Use define-derived-mode.
5127
09c01323
DN
51282009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5129
4096c5f2
DN
5130 * vc-dispatcher.el (vc-do-command): Return the process object in
5131 the asynchronous case. Use when instead of if. Do not run
5480359e 5132 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 5133
0e172cc2
DN
5134 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5135 properties to the stash strings.
5136 (vc-git-stash-list): Return a list of strings.
5137 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5138 (vc-git-stash-show-at-point): New functions.
5139 (vc-git-stash-map): New keymap.
5140
03304f31
SM
5141 * register.el (ctl-x-r-map): Define the keys here instead of
5142 using autoload.
09c01323 5143
03304f31 51442009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
5145
5146 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5147 list, to workaround performance problem (bug#4485).
5148
2f5fc4d7
NR
51492009-09-20 Nick Roberts <nickrob@snap.net.nz>
5150
5151 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5152
b0f5fd2e
DU
51532009-09-20 Daiki Ueno <ueno@unixuser.org>
5154
5155 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5156 Document that this option is not recommended to use.
5157
f3445fab
GM
51582009-09-19 Glenn Morris <rgm@gnu.org>
5159
547c6921
GM
5160 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5161 variable `var'.
5162
f3445fab
GM
5163 * calc/calc-alg.el (var):
5164 * calc/calcalg2.el (var): Define for compiler.
5165
946c009b
CY
51662009-09-19 Chong Yidong <cyd@stupidchicken.com>
5167
e3f36d03
SM
5168 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5169 Doc fix (Bug#3932).
e2045997 5170
24aedbca
CY
5171 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5172
327dd27a
CY
5173 * time-stamp.el (time-stamp-month-dd-yyyy)
5174 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5175 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5176 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
5177 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5178 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 5179
946c009b
CY
5180 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5181 indent buffer only if called interactively (Bug#4452).
5182
3e70541a
JB
51832009-09-19 Juanma Barranquero <lekktu@gmail.com>
5184 Eli Zaretskii <eliz@gnu.org>
5185
5186 This fixes bug#4197 (merged to bug#865, though not identical).
5187 * server.el (server-auth-dir): Add docstring note about FAT32.
5188 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5189 but warn against using them.
5190
9b94c32e
NR
51912009-09-19 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5194 older GDB where there is no has_more field.
5195
66590684
GM
51962009-09-19 Glenn Morris <rgm@gnu.org>
5197
5198 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5199
9a1337f9
CY
52002009-09-18 Chong Yidong <cyd@stupidchicken.com>
5201
5202 * files.el (auto-mode-alist): Change default for XML files to nXML
5203 mode (Bug#4169).
5204
d7554167
JB
52052009-09-18 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * server.el (server-ensure-safe-dir): Pass 'integer
5208 to `file-attributes', as suggested.
5209
35a3f9a4
SM
52102009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * dired-aux.el (dired-query-alist): Remove spurious backslash.
5213 (dired-query): Use read-key.
5214
044f9b05
AR
52152009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5216
5217 * cus-start.el (ns-use-qd-smoothing): Remove.
5218
6188ea49
GM
52192009-09-18 Glenn Morris <rgm@gnu.org>
5220
08cf18e4
GM
5221 * allout.el (top-level): Remove unnecessary progn.
5222
07eae5c5
GM
5223 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5224
6726c25e
GM
5225 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5226 definition of abbrev table.
5227
3f527154 5228 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
5229 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5230 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
5231 * net/newst-backend.el (newsticker--cache-read-feed):
5232 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
5233 condition-case handlers.
5234
ccb4c30c
NR
52352009-09-18 Nick Roberts <nickrob@snap.net.nz>
5236
5237 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5238 (gdb-var-list): Add an element for has_more field.
5239 (gdb-non-stop-handler): Enable pretty printing for STL containers.
5240 (gdb-var-create-handler, gdb-var-list-children-handler-1)
5241 (gdb-var-update-handler-1): Parse output of dynamic variable
5242 objects (STL containers).
5243 (gdb-var-delete-1): Pass var1 as an explicit second argument.
5244 (gdb-get-field): Delete alias. Use bindat-get-field directly.
5245
5246 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5247 gdb-var-list.
5248 (gud-speedbar-buttons): Make node expandable if expression "has more"
5249 children.
5250
8686ac71
JB
52512009-09-17 Juanma Barranquero <lekktu@gmail.com>
5252
5253 * startup.el (emacs-quick-startup): Remove variable and all uses.
5254 (command-line): Set `inhibit-x-resources' instead.
5255 (command-line-1): Use `inhibit-x-resources' instead.
5256
a69c67e8
CY
52572009-09-17 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * subr.el: Fix last change to avoid using the `unless' macro,
5260 which breaks bootstrapping.
5261
354f0faf
SM
52622009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5265 extended definitions, in case we reload subr.el after having
5266 loaded CL.
5267 (eval-next-after-load): Mark as obsolete.
5268
98b9bf40
JL
52692009-09-17 Juri Linkov <juri@jurta.org>
5270
5271 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5272 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5273 (menu-bar-showhide-menu, menu-bar-tools-menu)
5274 (menu-bar-describe-menu, menu-bar-help-menu)
5275 (minibuffer-local-completion-map, minibuffer-local-map):
5276 Fix list quoting.
5277
28fab7b5
GM
52782009-09-17 Glenn Morris <rgm@gnu.org>
5279
88d5190c
GM
5280 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5281 arguments, whether or not it has a handler.
5282
74f24ba7
GM
5283 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5284
28fab7b5
GM
5285 * simple.el (hard-newline): Give it a doc-string.
5286
a8106aec
GM
5287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5288 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 5289
76251ad7
DN
52902009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5291
72033dbe
DN
5292 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5293 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5294 (menu-bar-options-menu, menu-bar-showhide-menu)
5295 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5296 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5297 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5298 (menu-bar-options-menu, menu-bar-tools-menu)
5299 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5300 (menu-bar-help-menu):
5301 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5302 string arguments.
5303
76251ad7
DN
5304 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5305 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5306 calls for the menu names and :help.
5307
97b952b7
SM
53082009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * mouse.el (minor-mode-menu-from-indicator): Pay attention
5311 to :minor-mode-function (bug#4455).
5312
8f38189e
SM
53132009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5314
d2fd733e
SM
5315 * startup.el (command-line): Initialize the window-system after
5316 processing the command-line.
5317
8f38189e
SM
5318 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5319 page-delimiter matches the empty string.
5320
77564fa4
GM
53212009-09-16 Glenn Morris <rgm@gnu.org>
5322
5323 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5324 byte-compile-not-obsolete-var. It's a list now.
5325 (byte-compile-not-obsolete-funcs): New variable.
5326 (byte-compile-warn-obsolete): Don't warn about functions if they are in
5327 byte-compile-not-obsolete-funcs.
5328 (byte-compile-variable-ref, byte-compile-defvar): Update for
5329 byte-compile-not-obsolete-vars name-change and list nature.
5330 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5331 and variables behind (f)boundp tests.
5332 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5333
79d316d3
DN
53342009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5337
8fed6934
SM
53382009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5341 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5342 Don't autoload.
5343
4078fd57
SE
53442009-09-15 Stephen Eglen <stephen@gnu.org>
5345
5346 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 5347 the virtual-buffers, use the name of the buffer specified by
4078fd57 5348 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 5349 problem if the target and the symlink had different names.)
4078fd57 5350
838ff458
SM
53512009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5352
b3c7c12d
SM
5353 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5354
13dc2bc2
SM
5355 * desktop.el (desktop-path): Check user-emacs-directory.
5356
49fec531
SM
5357 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5358
0e328d37
SM
5359 * loadup.el: Use after-load-functions to GC after loading each file.
5360 Remove the explicit GC calls that used to be sprinkled around.
5361
838ff458
SM
5362 * subr.el (after-load-functions): New hook.
5363 (do-after-load-evaluation): Run it. Use string-match-p to detect
5364 `obsolete' packages, rather than painfully extracting the relevant
5365 directory name.
5366
a62f564f
GM
53672009-09-15 Glenn Morris <rgm@gnu.org>
5368
5369 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5370 free variable `doc'.
5371
5372 * dired.el (dired-mode-map): Add menu entry for async shell command.
5373
5374 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5375 variables, also consider the .elc files, since the .el files are
5376 normally gzipped (subsequent code locates the .el.gz from the .elc).
5377
5378 * calc/calc-prog.el (arglist): Define for compiler.
5379
5380 * calendar/diary-lib.el (diary-display-function): Change the default to
5381 fancy display.
5382 (body): Define for compiler.
5383
5384 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5385 (byte-compile-file-form, byte-compile-lambda)
5386 (byte-compile-top-level-body, byte-compile-form)
5387 (byte-compile-variable-ref, byte-compile-setq)
5388 (byte-compile-setq-default, byte-compile-body)
5389 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5390 (batch-byte-compile): Give some more local variables with common names
5391 a "bytecomp-" prefix to avoid masking warnings about free variables.
5392
cd05fe7f
GM
5393 * startup.el (command-line-1): Give local variables with common names a
5394 distinguishing prefix, so as not to hide free variable warnings during
5395 bootstrap.
5396
a62f564f
GM
5397 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5398 clever and add a suffix to make a unique name, just let the user decide
5399 whether or not to overwrite it. If the input is a directory, write the
5400 default filename to that directory. (Bug#4388)
5401 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5402 is a filename-as-a-directory.
5403
fbc88440
SM
54042009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * textmodes/page.el (what-page): Don't move to beginning of line.
5407 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5408
60308853
DN
54092009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5412
32ba3abc
DN
54132009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5414
9cd39aff
DN
5415 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5416 * help.el (help-for-help-internal): Add purecopy calls for text.
5417
32ba3abc
DN
5418 * vc.el (top): print-log method now takes an optional SHORTLOG
5419 argument. Add a new method: root.
32ba3abc
DN
5420 (vc-root-diff, vc-print-root-log): New functions.
5421 (vc-log-short-style): New variable.
5422 (vc-print-log-internal): Add support for showing short logs.
5423
5424 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5425 vc-print-root-log and vc-print-root-diff.
5426
5427 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5428 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5429 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5430 short logs.
5431
5432 * vc-cvs.el (vc-cvs-print-log):
5433 * vc-mtn.el (vc-mtn-print-log):
5434 * vc-rcs.el (vc-rcs-print-log):
5435 * vc-sccs.el (vc-sccs-print-log):
5436 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5437 that is ignored for now.
5438
837b0e99
DN
5439 * vc-mtn.el (vc-mtn-annotate-command):
5440 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5441
31cd2dd4
SM
54422009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5445 to function-key-map, and give them ascii-character property.
5446 * term/x-win.el (x-alternatives-map):
5447 * term/ns-win.el (ns-alternatives-map):
5448 * term/internal.el (msdos-key-remapping-map):
5449 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5450
d62e5bf2
GM
54512009-09-14 Glenn Morris <rgm@gnu.org>
5452
5453 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5454 temp-buffers (2009-09-12).
5455
7d0105e5
SM
54562009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5459 the new read-key function.
5460
e17ed9ad
CY
54612009-09-13 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5464 is defined (Bug#4405).
5465
1fc26e29
CY
54662009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5467
5468 * recentf.el (recentf-cleanup): Use a hash table to find
5469 duplicates (Bug#4407).
5470
61dc96a2 54712009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
5472
5473 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5474 kp-0 to ascii equivalents (Bug#4325).
5475
42c3a9e3
CY
54762009-09-13 Chong Yidong <cyd@stupidchicken.com>
5477
1f5c1626
CY
5478 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5479
42c3a9e3 5480 * eshell/em-hist.el:
31cd2dd4
SM
5481 * eshell/em-dirs.el (eshell-complete-user-reference):
5482 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
5483
54842009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5485
5486 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5487 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5488 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
5489 * eshell/em-hist.el (eshell-history-file-name):
5490 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 5491
1e2b6acf
GM
54922009-09-13 Glenn Morris <rgm@gnu.org>
5493
5494 * ediff-merg.el (ediff-do-merge):
5495 * filesets.el (filesets-run-cmd):
5496 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5497 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5498 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5499 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5500 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5501 Replace empty `let's with `progn'.
5502
adba8116
SM
55032009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * mail/sendmail.el (send-mail-function):
5506 * tooltip.el (tooltip-mode):
5507 * simple.el (transient-mark-mode):
5508 * rfn-eshadow.el (file-name-shadow-mode):
5509 * frame.el (blink-cursor-mode):
5510 * font-core.el (global-font-lock-mode):
5511 * files.el (temporary-file-directory)
5512 (small-temporary-file-directory, auto-save-file-name-transforms):
5513 * epa-hook.el (auto-encryption-mode):
5514 * composite.el (global-auto-composition-mode):
5515 Use custom-initialize-delay.
5516 * startup.el (command-line): Don't explicitly call
5517 custom-reevaluate-setting for all the above vars.
5518 * custom.el (custom-initialize-safe-set)
5519 (custom-initialize-safe-default): Delete.
5520
0a4afea9
SM
55212009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5522
9f94990d
SM
5523 * term/x-win.el (x-initialize-window-system):
5524 * term/w32-win.el (w32-initialize-window-system):
5525 * term/ns-win.el (ns-initialize-window-system): Don't call
5526 mouse-wheel-mode since it's enabled globally by default already.
5527
0a4afea9
SM
5528 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5529 actually define the variable, but only silences the byte-compiler.
5530 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5531 before looking it up.
5532 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5533 is changed.
5534
bf01513f
GM
55352009-09-12 Glenn Morris <rgm@gnu.org>
5536
5537 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5538 1000.
5539 (elint-add-required-env): Don't beep on error.
5540 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
5541 (elint-init-env): Skip non-list forms.
5542 (elint-log): Handle unknown file positions.
bf01513f 5543
d85889e4
DU
55442009-09-12 Daiki Ueno <ueno@unixuser.org>
5545
5546 * epg.el (epg-make-context): Add autoload cookie.
5547 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5548 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5549 (epg-verify-string, epg-start-sign, epg-sign-file)
5550 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5551 (epg-encrypt-string, epg-start-export-keys)
5552 (epg-export-keys-to-file, epg-export-keys-to-string)
5553 (epg-start-import-keys, epg-import-keys-from-file)
5554 (epg-import-keys-from-string, epg-start-receive-keys)
5555 (epg-receive-keys, epg-import-keys-from-server)
5556 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5557 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
5558 (epg-generate-key-from-file, epg-generate-key-from-string):
5559 Remove autoload cookie.
d85889e4 5560
8f825ee6
EZ
55612009-09-12 Eli Zaretskii <eliz@gnu.org>
5562
36b434ee
EZ
5563 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5564 reevaluation of trash-directory.
5565
8f825ee6
EZ
5566 * mwheel.el: Fix last change.
5567 (mouse-wheel-mode): New defvar.
5568 (mouse-wheel-mode): Remove autoload cookie.
5569
5766c380
SM
55702009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5571
ab5c0fcd
SM
5572 * mwheel.el (mwheel-installed-bindings): New var.
5573 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5574 the bindings we set last time. Use custom-initialize-delay.
5575 * loadup.el: Load mwheel after term/*-win.el.
5576 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5577 and mouse-wheel-up-event now that their first evaluation is done
5578 sufficiently late to be correct.
5579
45448e64
SM
5580 * startup.el (tutorial-directory): Make it a defcustom.
5581 Use custom-initialize-delay rather than eval-at-startup to set it.
5582 * image.el (image-load-path): Make it a defcustom.
5583 Use custom-initialize-delay rather than eval-at-startup to set it.
5584 * subr.el (eval-at-startup): Remove.
5585 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5586
5766c380
SM
5587 * subr.el (do-after-load-evaluation): Warn the user after loading an
5588 obsolete package.
5589
d6549da4
GM
55902009-09-12 Glenn Morris <rgm@gnu.org>
5591
5592 * proced.el (proced-mark-alt): Remove alias.
5593 (proced-mode-map): Remove proced-mark-alt.
5594
5595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5596 Elint file and directory. Remove initialization entry.
5597
5598 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5599 commands.
5600 (elint-current-buffer): Set mode-line-process.
5601 (elint-init-env): Handle define-derived-mode.
5602 Fix declare-function with unspecified arglist. Guard against odd
5603 defalias statements (eg iso-insert's 8859-1-map).
5604 (elint-add-required-env): Use a temp buffer.
5605 (elint-form): Just print the function/macro name, not the whole form.
5606 Return env unchanged if we fail to parse a macro.
5607 (elint-forms): Guard against parse errors.
5608 (elint-output): New function, to handle batch mode.
5609 (elint-log-message): Add optional argument. Use elint-output.
5610 (elint-set-mode-line): New function.
5611
30194d4d
CY
56122009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5613
5614 * emacs-lisp/elp.el (elp-not-profilable): Add more
5615 functions (Bug#4233).
5616
a035f9b0
CY
56172009-09-12 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5620 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5621
dad61164
NR
56222009-09-11 Nick Roberts <nickrob@snap.net.nz>
5623
5624 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5625 (gdb-var-list-children): Use json parsing.
5626
9c3c9fdf 56272009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
5628
5629 * progmodes/js.el (js--proper-indentation): Handle the case where
5630 char-before is null. Reported by Deniz Dogan.
5631
b4587710
JB
56322009-09-11 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5635
13890796
DU
56362009-09-11 Daiki Ueno <ueno@unixuser.org>
5637
5638 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5639 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 5640 (epg-context-set-passphrase-callback)
97d4bdba 5641 (epg-context-set-progress-callback): Add description about
b18508dd 5642 callback function.
13890796 5643
2efb64a8
SM
56442009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5645
790d0270
SM
5646 * custom.el (custom-delayed-init-variables): New var.
5647 (custom-initialize-delay): New function.
5648 * startup.el (command-line): "Re"evaluate all vars in
5649 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5650 explicitly any more.
5651 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5652 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5653
5654 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 5655
ac243a40
NR
56562009-09-11 Nick Roberts <nickrob@snap.net.nz>
5657
5658 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5659 (gdb-var-update-handler): Use json parsing.
5660
657bc6fc
JB
56612009-09-11 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5664 decode annotated text, regardless of language environment. (Bug#2741)
5665
b6fe8102
SM
56662009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * Makefile.in (autoloads): Make rmail.el writable as well.
5669
5cc443fe
GM
56702009-09-11 Glenn Morris <rgm@gnu.org>
5671
5515c54e
GM
5672 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5673 loaddefs.el.
5674 * dired.el: Regenerate with extracted autoloads.
5675 * Makefile.in (autoloads): Make dired.el writable.
5676
15067158
GM
5677 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5678 * ibuffer.el: Regenerate with extracted autoloads.
5679 * Makefile.in (autoloads): Make ibuffer.el writable.
5680
d35d0238
GM
5681 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5682 * version.el (emacs-copyright, emacs-major-version)
5683 (emacs-minor-version): Reformat doc-strings for make-docfile.
5684
5cc443fe
GM
5685 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5686 functions and variables, since they must be stuff specific to some other
5687 platform.
5688 (apropos-print): Make mouse-click message less specific about button.
5689
5690 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5691 that records where a macro was defined.
5692 * help-fns.el (describe-function-1): Mention if a function has a
5693 compiler-macro.
5694 * help-mode.el (help-function-cmacro): New button.
5695
5696 * locate.el (top-level): Always require dired.
5697 (locate-mode-map): Initialize inside the defvar.
5698
5699 * net/ange-ftp.el (dired-compress-file): Declare.
5700 (ange-ftp-dired-compress-file): Add doc string.
5701
5702 * term/ns-win.el (x-display-name, x-setup-function-keys):
5703 Unify doc-strings with X versions.
5704
8cb95edf
SM
57052009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5706
726a4d09
SM
5707 * emulation/crisp.el (crisp-mode-map): Move initialization
5708 into declaration.
5709 (crisp-mode): Use define-minor-mode.
5710
8cb95edf
SM
5711 * progmodes/xscheme.el (xscheme-evaluation-commands):
5712 Put a :advertised-binding property rather than using
5713 advertised-xscheme-send-previous-expression.
5714 (advertised-xscheme-send-previous-expression): Declare obsolete.
5715 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5716 `advertised-undo'.
5717 (crisp-mode): Add corresponding bindings to
5718 undo's :advertised-binding instead.
5719 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5720 than using dired-advertised-find-file.
5721 (dired-advertised-find-file):
5722 * simple.el (advertised-undo):
5723 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5724 (widget-keymap): Put a :advertised-binding property rather
5725 than using advertised-widget-backward.
5726 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5727 than using advertised-undo.
5728 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5729
07db5857
SS
57302009-09-10 Simon South <ssouth@slowcomputing.org>
5731
5732 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5733 Mark mode is enabled and region is active; otherwise indent or
5734 insert TAB as usual.
5735 (delphi-mode): Update description of TAB-key binding.
5736
50d4ba39
SM
57372009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * subr.el (define-key-rebound-commands): Mark obsolete.
5740 * startup.el (precompute-menubar-bindings): Remove.
5741 (normal-top-level): Remove obsolete code that tried to precompute
5742 menubar bindings.
5743 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5744 define-key-rebound-commands and precompute-menubar-bindings.
5745
ffa894db
KY
57462009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5747
5748 * net/imap.el (imap-interactive-login): Better messages.
5749 (imap-open): Fix bug with renamed buffer on reconnect.
5750 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5751 for easier debugging and cleaner code. On successful (guessed based on
5752 server capabilities) secondary authentication, set imap-state
5753 correctly.
5754 (imap-last-authenticator): Define imap-last-authenticator as a variable
5755 to avoid warnings.
5756
9477096c
GM
57572009-09-10 Glenn Morris <rgm@gnu.org>
5758
5759 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5760
5761 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5762 (byte-compile-file-form-autoload): Don't warn about unknown functions
5763 where the autoload statement comes after the use.
5764 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5765 that any handlers inside the body (eg require) are in turn respected.
5766
5767 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5768 effects.
5769
5770 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5771 and syntax and abbrev tables basic docs, if they don't have any.
5772
5773 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5774
5775 * international/mule-cmds.el (top-level): Require cl when compiling.
5776 (view-hello-file): Use default-value rather than
5777 default-enable-multibyte-characters.
5778
5779 * progmodes/fortran.el: Move all safe and risky properties into the
5780 defcustoms.
5781
5782 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5783 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5784 * mail/undigest.el:
5785 Put autoloads in rmail.el rather than loaddefs.el.
5786 * mail/rmail.el: Regenerate with extracted autoloads.
5787
5788 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5789 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5790
9f16c547
NR
57912009-09-10 Nick Roberts <nickrob@snap.net.nz>
5792
5793 Reported in thread for Bug#4375.
5794 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5795 "-data-evaluate-expression" instead of print.
5796 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5797 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
5798 (gdb): Revert 2009-08-11 change. User should detach inferior
5799 manually.
9f16c547
NR
5800
5801 Remove the word "separate" from IO functions as inferior
5802 output is now never displayed in the GUD buffer.
5803
50405cd0
JB
58042009-09-10 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * startup.el (command-line-normalize-file-name): On Windows and
5807 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5808
7ae62430
JL
58092009-09-10 Juri Linkov <juri@jurta.org>
5810
5811 * isearch.el (isearch-text-char-description): Propertize escape
5812 character sequences with the `escape-glyph' face. (Bug#4344)
5813
5814 * simple.el (shell-command): Set asynchronous process filter to
5815 `comint-output-filter'. (Bug#4343)
5816
5817 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5818 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5819 the list. Move "asm" to the bottom.
5820 (grep-find-ignored-directories): Add `choice' with nil value
5821 to empty the list easily.
5822 (grep-find-ignored-files): New option.
5823 (grep-files-history): Set to nil by default instead of '("ch" "el").
5824 (grep-compute-defaults): Add "<X>" to `grep-template'.
5825 (grep-read-files): Bind new local variables `default-alias' and
5826 `default-extension'. Use a list of default values for the file prompt.
5827 (lgrep): Add `--exclude=' command line options composed from
5828 `grep-find-ignored-files'.
5829 (rgrep): Add `-name' command line options composed from
5830 `grep-find-ignored-files'. (Bug#4301)
5831
cd875252
SM
58322009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5835 (bug#4368).
5836
cdce0b33
KY
58372009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5838
5839 * calendar/time-date.el (autoload):
5840 Expand define-obsolete-function-alias into defalias and make-obsolete
5841 for old Emacsen that Gnus supports.
5842 (with-no-warnings): Define it for old Emacsen.
5843 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5844 is available.
5845 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5846 float-time is available; suppress compile warning for time-to-seconds.
5847
58482009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5849
5850 * net/imap.el (imap-message-map): Docstring fix.
5851
2b2eb431
GM
58522009-09-09 Glenn Morris <rgm@gnu.org>
5853
5854 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5855 line numbers too. (Bug#4374)
5856
83a5aac5
SM
58572009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5858
755e0210
SM
5859 * smerge-mode.el (smerge-remove-props, smerge-refine):
5860 Use with-silent-modifications (bug#4342).
5861
83a5aac5
SM
5862 * subr.el (with-silent-modifications): New macro.
5863
79f01fa7
JB
58642009-09-07 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * files.el (top-level): Require `cl' when compiling.
5867
448ecec3
GM
58682009-09-07 Glenn Morris <rgm@gnu.org>
5869
5870 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5871
8f09a02f
GM
5872 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5873 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5874
76ff67bf
NR
58752009-09-06 Nick Roberts <nickrob@snap.net.nz>
5876
5877 * vc-git.el (vc-git-annotate-command): Use separator to parse
5878 arguments correctly.
5879
943c8b75
EZ
58802009-09-06 Eli Zaretskii <eliz@gnu.org>
5881
5882 * proced.el (proced-mode): Doc fix.
5883
680db9ac
MA
58842009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5885
5886 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5887 lstat fails.
5888 (tramp-do-file-attributes-with-ls): Check for file existence at
5889 remote end.
5890 (tramp-do-file-attributes-with-stat): Likewise.
5891 (tramp-convert-file-attributes): Return nil when attr is nil.
5892
3f12e5bd
GM
58932009-09-05 Glenn Morris <rgm@gnu.org>
5894
c8dc27bf
GM
5895 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5896 properties to this button.
5897 (diary-fancy-display): Don't extend the button to the final newline.
5898 (diary-fancy-display-mode): Continue to define "q" as a local key.
5899
cca065d8
GM
5900 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5901 efficient.
5902
cddaedb6
GM
5903 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5904
3f12e5bd
GM
5905 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5906 (byte-compile-dest-file-function): New option.
5907 (byte-compile-dest-file): Doc fix.
5908 Obey byte-compile-dest-file-function.
5909 (byte-compile-cl-file-p): New function.
5910 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5911 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5912 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5913 than for file being previously loaded.
5914 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5915 (byte-compile-file-form-require): Handle the case where requiring a file
5916 indirectly causes CL to be loaded.
5917
049a231b
KF
59182009-09-05 Karl Fogel <kfogel@red-bean.com>
5919
5920 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5921 before killing the old buffer, since by the time `kill-buffer' is
5922 run so many buffer variables have been set to nil that it may not
5923 behave as expected. (Bug#4061)
5924
ef7ef2a0
KF
59252009-09-05 Karl Fogel <kfogel@red-bean.com>
5926
5927 * files.el (find-alternate-file): If the old buffer is modified
5928 and visiting a file, behave similarly to `kill-buffer' when
5929 killing it, thus reverting to the pre-1.878 behavior; see
5930 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5931 for discussion. Also, consult `buffer-file-name' as a variable
5932 not as a function, for consistency with the rest of the code.
5933
73d854cd
MA
59342009-09-04 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5937 also when adding a new directory.
5938
5939 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5940 defun.
5941
df120481
SM
59422009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * files.el (locate-file-completion-table): Make it provide boundary
5945 information, so partial-completion works better.
5946
c0bc6d79
SM
59472009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5948
5949 * mail/footnote.el (Footnote-text-under-cursor):
5950 Check footnote-text-marker-alist before using it (bug#4324).
5951
f76a9756
GM
59522009-09-04 Glenn Morris <rgm@gnu.org>
5953
67d110f1
GM
5954 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5955 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5956 * play/solitaire.el, play/tetris.el:
5957 Remove leading * from defcustom and defface docs.
5958
b42d4989
GM
5959 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5960 necessary.
5961 (diary-fancy-overriding-map): New variable.
5962 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5963 Use view-mode.
5964
f76a9756
GM
5965 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5966 goto-line.
5967
e605eeeb
GM
59682009-09-03 Glenn Morris <rgm@gnu.org>
5969
597e2240
GM
5970 * arc-mode.el (archive-mode):
5971 * dos-fns.el (set-default-process-coding-system):
5972 * man.el (Man-getpage-in-background):
5973 * menu-bar.el (menu-bar-describe-menu):
5974 * server.el (server-process-filter):
5975 * startup.el (command-line):
5976 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5977 * w32-fns.el (set-default-process-coding-system):
5978 * x-dnd.el (x-dnd-handle-file-name):
5979 * international/mule-cmds.el (mule-menu-keymap)
5980 (set-default-coding-systems, language-info-alist, set-language-info)
5981 (set-language-environment, standard-display-european-internal)
5982 (set-locale-environment):
5983 * international/mule-diag.el (mule-diag):
5984 * mail/emacsbug.el (report-emacs-bug):
5985 * mail/rmail.el (rmail-mode):
5986 * mail/sendmail.el (mail-setup):
5987 Use default-value rather than default-enable-multibyte-characters.
5988
f38184aa
GM
5989 * progmodes/f90.el: Move all safe properties into the defcustoms.
5990 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5991
e605eeeb
GM
5992 * calendar/appt.el (appt-check):
5993 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5994 (diary-check-diary-file, diary-list-entries)
5995 (diary-include-other-diary-files, diary-simple-display)
5996 (diary-fancy-display, diary-print-entries)
5997 (diary-mark-included-diary-files, diary-make-entry):
5998 Don't call substitute-in-file-name on diary-file.
5999
734db384
SM
60002009-09-03 Eduard Wiebe <usenet@pusto.de>
6001 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6004 (footnote-mode-map): Move initialization into the declaration.
6005 (footnote-minor-mode-map): Define it rather than changing global-map.
6006 (footnote-mode): Use define-minor-mode.
6007
e5aa47f9
MA
60082009-09-02 Michael Albinus <michael.albinus@gmx.de>
6009
6010 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6011 (tramp-do-file-attributes-with-perl)
6012 (tramp-do-file-attributes-with-stat): Rename from
6013 `tramp-handle-file-attributes-with-*'.
6014 (tramp-handle-file-attributes): Use them.
6015 (tramp-do-directory-files-and-attributes-with-perl)
6016 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6017 `tramp-handle-directory-files-and-attributes-with-*'.
6018 (tramp-handle-directory-files-and-attributes): Use them.
6019 (tramp-method-out-of-band-p): Additional parameter SIZE.
6020 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6021 (tramp-handle-write-region): Use it.
734db384 6022 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
6023 (tramp-handle-vc-registered): Check, whether the first run did
6024 return files to be tested.
6025 (tramp-advice-make-auto-save-file-name): Do not call directly
6026 `tramp-handle-make-auto-save-file-name', because this would bypass
6027 the locking mechanism.
6028
734db384 6029 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
6030 (file-remote-p, process-file, start-file-process, set-file-times)
6031 (tramp-compat-file-attributes): Compatibility functions shall not
6032 call directly `tramp-handle-*', because this would bypass the
6033 locking mechanism.
6034 (tramp-compat-number-sequence): New defun.
6035
6e2ca895
GM
60362009-09-02 Glenn Morris <rgm@gnu.org>
6037
697c7714
GM
6038 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6039 alias for float-time.
6040 (time-to-number-of-days): In Emacs, use float-time.
6041 * net/newst-backend.el (time-add): Suppress warnings from compat
6042 function.
6043 * time.el (emacs-uptime, emacs-init-time):
6044 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6045 Use float-time rather than time-to-seconds.
6046
6e2ca895
GM
6047 * minibuffer.el (completion-initials-expand): Fix typo.
6048
6049 * faces.el (modeline, modeline-inactive, modeline-highlight)
6050 (modeline-buffer-id):
6051 * info.el (info-menu-5): Mark these face aliases as obsolete.
6052
ed17efec
NR
60532009-09-01 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6056 space ...
6057 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6058 no "--thread" option.
6059 (gdb-stopped): Don't print "Switched to thread" message when it is
6060 unchanged.
6061
fcb68f70
SM
60622009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * minibuffer.el (completion-try-completion)
6065 (completion-all-completions): Remove ill-defined (and
6066 mistakenly installed and luckily never used nor documented)
6067 `completion-styles' property.
6068 (completion-initials-expand, completion-initials-all-completions)
6069 (completion-initials-try-completion): New functions.
6070 (completion-styles-alist): Add doc to each entry.
6071 Add new `initials' entry.
6072
83318a6d
NR
60732009-09-01 Nick Roberts <nickrob@snap.net.nz>
6074
6075 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6076 MI command -var-evaluate-expression.
6077 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6078 and tweak for case of string child.
734db384 6079 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 6080
d63eb0e7
GM
60812009-09-01 Glenn Morris <rgm@gnu.org>
6082
c4f6e489
GM
6083 * add-log.el (change-log-date-face, change-log-name-face)
6084 (change-log-email-face, change-log-file-face, change-log-list-face)
6085 (change-log-conditionals-face, change-log-function-face)
6086 (change-log-acknowledgement-face):
6087 * cus-edit.el (custom-invalid-face, custom-rogue-face)
6088 (custom-modified-face, custom-set-face, custom-changed-face)
6089 (custom-saved-face, custom-button-face, custom-button-pressed-face)
6090 (custom-documentation-face, custom-state-face, custom-comment-face)
6091 (custom-comment-tag-face, custom-variable-tag-face)
6092 (custom-variable-button-face, custom-face-tag-face)
6093 (custom-group-tag-face-1, custom-group-tag-face):
6094 * diff-mode.el (diff-header-face, diff-file-header-face)
6095 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6096 (diff-added-face, diff-changed-face, diff-function-face)
6097 (diff-context-face, diff-nonexistent-face):
6098 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6099 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6100 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6101 (Info-title-4-face):
6102 * isearch.el (isearch-lazy-highlight-face):
6103 * log-view.el (log-view-file-face, log-view-message-face):
6104 * paren.el (show-paren-match-face, show-paren-mismatch-face):
6105 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6106 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6107 (cvs-msg-face):
6108 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6109 (smerge-base-face, smerge-markers-face):
6110 * wid-edit.el (widget-documentation-face, widget-button-face)
6111 (widget-field-face, widget-single-line-field-face)
6112 (widget-inactive-face, widget-button-pressed-face):
6113 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6114 (woman-addition-face):
2fb1ec93
GM
6115 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6116 (eshell-ls-executable-face, eshell-ls-readonly-face)
6117 (eshell-ls-unreadable-face, eshell-ls-special-face)
6118 (eshell-ls-missing-face, eshell-ls-archive-face)
6119 (eshell-ls-backup-face, eshell-ls-product-face)
6120 (eshell-ls-clutter-face):
6121 * eshell/em-prompt.el (eshell-prompt-face):
6122 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 6123 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
6124 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6125 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6126 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6127 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6128 (antlr-font-lock-literal-face):
c4f6e489
GM
6129 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6130 (ebrowse-root-class-face, ebrowse-file-name-face)
6131 (ebrowse-default-face, ebrowse-member-attribute-face)
6132 (ebrowse-member-class-face, ebrowse-progress-face):
6133 * progmodes/make-mode.el (makefile-space-face):
6134 * progmodes/sh-script.el (sh-heredoc-face):
6135 * textmodes/flyspell.el (flyspell-incorrect-face)
6136 (flyspell-duplicate-face):
6137 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 6138 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
6139 Mark face aliases with "-face" suffix as obsolete.
6140
d80619fa
GM
6141 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6142 compiler.
6143
5f68c1b7
GM
6144 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6145 (eudc-bob-sound-menu): Use defvar rather than defconst, since
6146 easy-menu-define wants to modify these.
6147
6148 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6149
6150 * net/browse-url.el (browse-url-file-url):
6151 * term/internal.el (dos-codepage-setup):
6152 Use default-value rather than default-enable-multibyte-characters.
6153
d80619fa 6154 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
6155 * progmodes/flymake.el (flymake-highlight-line)
6156 (flymake-goto-file-and-line, flymake-goto-line):
6157 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6158 (gdb-goto-breakpoint):
6159 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6160 * progmodes/python.el (python-find-function)
6161 (python-pdbtrack-track-stack-file):
6162 * progmodes/verilog-mode.el (verilog-surelint-off):
6163 * term/ns-win.el (ns-open-file-select-line):
6164 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6165 Use forward-line rather than goto-line.
6166
d63eb0e7
GM
6167 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6168 * textmodes/reftex-index.el (reftex-display-index):
6169 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6170 * textmodes/reftex-toc.el (reftex-toc):
6171 Remove unnecessary bindings of default-major-mode (all are followed by
6172 major-mode check and possible mode switch).
6173
0afad278
NR
61742009-08-31 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6177 Handle watchpoints (bug#4282).
6178 (def-gdb-thread-buffer-command): Enable thread to be selected by
6179 clicking without selecting threads buffer first.
6180 (gdb-current-context-command): Use selected frame so that "up",
6181 "down" etc work in the GUD buffer.
6182 (gdb-update): Find selected frame before rendering stack buffer.
6183 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6184
4e135dd2
SM
61852009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * progmodes/sym-comp.el (displayed-completions): Remove.
6188 (symbol-complete): Use minibuffer-complete.
6189
e61eba34
GM
61902009-08-31 Glenn Morris <rgm@gnu.org>
6191
6192 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6193
734db384
SM
6194 * apropos.el (apropos-symbols-internal):
6195 Handle (obsolete) face aliases.
e61eba34
GM
6196
6197 * faces.el (describe-face): Adjust the output format to be more like
6198 describe-variable, and to mention (obsolete) face aliases.
6199 Adjust the whitespace so that help-setup-xref works.
6200
6201 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6202 * calendar/diary-lib.el (diary-button-face):
6203 Mark these face aliases as obsolete.
6204
6205 * calendar/calendar.el (calendar-today): Doc fix.
6206
4cf71456
NR
62072009-08-31 Nick Roberts <nickrob@snap.net.nz>
6208
6209 * progmodes/gdb-mi.el (gdb-control-all-threads)
6210 (gdb-control-current-thread): Force tool bar update.
6211 (gdb-non-stop-handler): New function.
6212 (gdb-init-1): Use it to test if non-stop mode is supported.
6213 Remove unused gdbmi buffer type.
6214
e61eba34 62152009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
6216
6217 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 6218 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 6219
4324f7ca
NR
62202009-08-30 Nick Roberts <nickrob@snap.net.nz>
6221
6222 * comint.el (comint-exec-1): Check command is non-null first.
6223 Part of gdb-mi.el change (2009-08-28).
6224
a1bf889a
SM
62252009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6228
060c08b5
JB
62292009-08-30 Juanma Barranquero <lekktu@gmail.com>
6230
6231 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6232 instead of `dolist' to avoid a recursive require when bootstrapping.
6233
ab22be48
SM
62342009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6235
73ebf88f
SM
6236 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6237
80629cfc
SM
6238 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6239
206d0387 6240 * net/imap.el (imap-send-command): Simplify.
734db384 6241 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 6242
844f7784
SM
6243 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6244
5ca4661e
SM
6245 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6246 with constant argument.
6247
c61dc887
SM
6248 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6249
7eb73deb
SM
6250 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6251
5fe443de
SM
6252 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6253 Change default, since most of our files don't have a history.
6254 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6255 the user.
6256
6444d64a
SM
6257 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6258 Add comint-run.
6259
5cb16bfc
SM
6260 * calc/calc.el: Improve commenting convention.
6261 (calc-digit-map, toplevel): Simplify.
6262
0aeb71a7
SM
6263 * comint.el (comint-insert-input): Be careful to only set point if we
6264 don't delegate to some other command.
6265
9a9af856
SM
6266 * proced.el (proced-signal-list): Make it an alist.
6267 (proced-grammar-alist): Capitalize names.
6268 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6269 Disable undo manually and make it read-only.
6270 Use completion-annotate-function.
6271
ab22be48
SM
6272 * minibuffer.el (minibuffer-message): If the current buffer is not
6273 a minibuffer, insert the message in the echo area rather than at the
6274 end of the buffer.
6275 (completion-annotate-function): New variable.
6276 (minibuffer-completion-help): Use it.
6277 (completion--embedded-envvar-table): Environment vars are
6278 always case-sensitive.
6279
4a948dbf
GM
62802009-08-30 Glenn Morris <rgm@gnu.org>
6281
6282 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6283 from fortran-current-defun.
6284 (fortran-beginning-of-subprogram): Be more precise about finding the
6285 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
6286 (fortran-end-of-subprogram): Simplify.
6287 (fortran-current-defun): Use fortran-start-prog-re.
6288
486cf3b8
JB
62892009-08-29 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * subr.el (do-after-load-evaluation): Simplify.
6292
db167d28
DN
62932009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6294
6295 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6296
6297 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
6298 (vc-rcs-print-log): Use it.
6299
6300 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6301
efbc652a
SM
63022009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6303
2aa0e5bf
SM
6304 * paths.el (abbrev-file-name): Move to abbrev.el.
6305 * abbrev.el (abbrev-file-name): Move from paths.el.
6306 Obey user-emacs-directory.
6307 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6308 user-emacs-directory.
6309 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6310 abbrev-file-name and calc-settings-file any more.
6311 * startup.el (command-line): Recompute abbrev-file-name and
6312 abbreviated-home-dir.
6313 (normal-no-mouse-startup-screen): Improve the generic code and get rid
6314 of the special code for when C-h bindings haven't been changed.
6315 (display-startup-echo-area-message): Use with-current-buffer.
6316 (command-line-1): Use a list of strings, rather than a list of lists
6317 of strings for longopts.
6318
51da8fe2
SM
6319 * files.el (get-free-disk-space): Use / for default-directory.
6320
0c3cc4dd
SM
6321 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6322 Use with-current-buffer.
6323
d988dbf6
SM
6324 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6325 Recognize immutable variables like most-positive-fixnum.
6326 (byte-compile-setq-default): Check and warn if trying to assign
6327 to an immutable variable, or a non-variable.
6328
efbc652a
SM
6329 * progmodes/cc-vars.el (c-comment-continuation-stars):
6330 * progmodes/cc-engine.el (c-looking-at-bos):
6331 * progmodes/cc-cmds.el (c-toggle-auto-state)
6332 (c-forward-into-nomenclature, c-backward-into-nomenclature)
6333 (c-comment-line-break-function): Add version of obsolescence.
6334
d30a05d1
JL
63352009-08-28 Juri Linkov <juri@jurta.org>
6336
6337 * files.el (magic-fallback-mode-alist): Add ZIP magic number
6338 associated with `archive-mode'.
6339
6340 * image.el (image-type-header-regexps): Use only JPEG magic number
6341 to determine JPEG images, and don't use `image-jpeg-p' because
6342 Emacs can display non-JFIF non-Exif JPEG images.
6343
1e8eecea
JB
63442009-08-28 Juanma Barranquero <lekktu@gmail.com>
6345
6346 * arc-mode.el (archive-mode):
6347 * emacs-lisp/re-builder.el (re-builder-unload-function):
6348 Protect against the default value of `major-mode' being nil.
6349
dd4fbf56
JB
63502009-08-28 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6353 Fix typos in docstrings.
6354
6355 * progmodes/js.el (js--macro-decl-re): Doc fix.
6356 (js--plain-method-re, js--split-name): Refloc docstring.
6357 (js--class-styles, js--make-merged-item, js--splice-into-items):
6358 Fix typos in docstrings; reflow docstrings.
6359 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6360 (js--variable-decl-matcher, js--inside-pitem-p)
6361 (js--parse-state-at-point, js--get-all-known-symbols)
6362 (js--symbol-history, js-find-symbol, js--js-references)
6363 (js--moz-interactor, js--js-encode-value, js--read-tab):
6364 Fix typos in docstrings.
6365
72f16325
SM
63662009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6367
14acf2f5
SM
6368 * textmodes/reftex.el (reftex-get-file-buffer-force):
6369 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6370 * emulation/viper.el (viper-go-away, viper-set-hooks):
6371 * emacs-lisp/re-builder.el (re-builder-unload-function):
6372 * emacs-lisp/bytecomp.el (byte-compile-file):
6373 * ses.el (ses-unload-function):
6374 * hexl.el (hexl-find-file):
6375 * files.el (normal-mode):
6376 * ehelp.el (with-electric-help):
6377 * autoinsert.el (auto-insert-alist):
6378 * arc-mode.el (archive-mode):
6379 Use (default-value 'major-mode) instead of default-major-mode.
6380
72f16325
SM
6381 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6382 * international/mule.el (load-with-code-conversion):
6383 * emacs-lisp/debug.el (debug):
6384 * ediff-vers.el (ediff-rcs-get-output-buffer):
6385 * dired.el (dired-internal-noselect): Don't let-bind
6386 default-major-mode around code that doesn't use it.
6387 E.g. buffer creation via get-buffer-create doesn't use it.
6388
aa485f7c
MA
63892009-08-28 Michael Albinus <michael.albinus@gmx.de>
6390
6391 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6392 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6393 when writing the temp file. Otherwise, epa-file gets confused.
6394 (tramp-register-file-name-handlers): Make it a defun. Move also
6395 `epa-file-handler' to the front of `file-name-handler-alist'.
6396
63972009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6400 start right after a ^M.
6401 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6402 (tramp-completion-file-name-regexp-separate)
6403 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
6404 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6405 Don't modify last-coding-system-used by accident.
aa485f7c
MA
6406 (tramp-completion-file-name-handler): Apply the checks here,
6407 instead during registration.
6408 (tramp-register-file-name-handlers) Renamed from
6409 `tramp-register-file-name-handler'. Register both
6410 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 6411 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 6412
3f0c2b92
NR
64132009-08-28 Nick Roberts <nickrob@snap.net.nz>
6414
72f16325
SM
6415 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6416 Remove variable ...
3f0c2b92
NR
6417 (gdb-init-1, gdb-display-separate-io-buffer)
6418 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6419 references to it.
6420 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6421 (gdb-inferior-filter): Use comint-output-filter to stop
6422 echoing and remove ^M characters.
6423
705e5bd9
SM
64242009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6425
009fdc2e
SM
6426 * emulation/viper-init.el (viper-restore-cursor-type):
6427 * emulation/cua-base.el (cua--update-indications):
6428 Replace default-cursor-type with (default-value 'cursor-type).
6429
b56a5ae0
SM
6430 * mail/sendmail.el (mail-recover-1):
6431 * international/mule-diag.el (describe-current-coding-system-briefly)
6432 (describe-current-coding-system):
6433 * international/mule-cmds.el (select-safe-coding-system)
6434 (select-message-coding-system)
6435 (set-language-environment-coding-systems, set-locale-environment):
6436 * hexl.el (hexl-insert-multibyte-char):
6437 * dos-w32.el (find-buffer-file-type-coding-system):
6438 * simple.el (what-cursor-position):
6439 Replace uses of default-buffer-file-coding-system
6440 with (default-value 'buffer-file-coding-system).
6441
de70529f
SM
6442 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6443 Replace uses of default-cursor-in-non-selected-windows
6444 with (default-value 'cursor-in-non-selected-windows).
6445 Use with-current-buffer.
6446
705e5bd9
SM
6447 * mail/feedmail.el: Use CL macros.
6448 (feedmail-run-the-queue, feedmail-send-it-immediately):
6449 * dos-w32.el (find-buffer-file-type): Replace uses of
6450 default-buffer-file-type with (default-value 'buffer-file-type).
6451
4d985ac2
GM
64522009-08-28 Glenn Morris <rgm@gnu.org>
6453
6454 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6455 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6456 Use default-value of major-mode rather than default-major-mode.
6457
17c15b81
SM
64582009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6459
3a68ab06
SM
6460 * Makefile.in (update-elcfiles): Report left over elc files.
6461
9421bdd1
SM
6462 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6463 expand-file-name and with-current-buffer.
6464 (mail-get-names, mail-directory): Use with-current-buffer.
6465
17c15b81
SM
6466 * vc.el (vc-read-revision): New function.
6467 (vc-version-diff, vc-merge): Use it.
6468
ba83a64e
SS
64692009-08-27 Sam Steingold <sds@gnu.org>
6470
6471 * simple.el (kill-do-not-save-duplicates): New user option.
6472 (kill-new): When it is non-nil, and the new string is the same as
6473 the latest kill, set replace to t to avoid duplicates in kill-ring.
6474
be3e598a 64752009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
6476
6477 * net/tramp.el (tramp-handle-process-file): Do not flush all
6478 caches when `process-file-side-effects' is set.
6479 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
6480 instead of `tramp-find-file-exists-command'.
6481 Unset `process-file-side-effects'.
d5b5c94a
MA
6482
64832009-08-27 Michael Albinus <michael.albinus@gmx.de>
6484
6485 * net/tramp.el (tramp-methods): New method "rsyncc".
6486 (top): Add completion function for "rsyncc".
6487 (tramp-message-show-message): New defvar.
6488 (tramp-message, tramp-error): Use it.
6489 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6490 remote copying.
6491 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6492 `tramp-methods' entry `copy-env' of "rsyncc".
6493 (tramp-vc-registered-read-file-names): New defconst.
6494 (tramp-vc-registered-file-names): New defvar.
6495 (tramp-handle-vc-registered): Implement optimization strategy.
6496 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6497 (tramp-vc-file-name-handler): New defun.
6498 (tramp-get-ls-command, tramp-get-test-command)
6499 (tramp-get-file-exists-command, tramp-get-remote-ln)
6500 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 6501 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
6502
6503 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6504 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6505 timestamps.
6506 (tramp-get-file-property): Check for timestamps in
6507 `tramp-cache-inhibit-cache'.
6508 (tramp-set-file-property): Write timestamp.
6509
1339cf20
KH
65102009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6511
6512 * language/japan-util.el (japanese-symbol-table): Add entries for
6513 cp932-2-byte.
6514
6515 * international/characters.el: Add category `j' to cp932-2-byte.
6516
726e3f1d
KH
65172009-08-27 Kenichi Handa <handa@m17n.org>
6518
6519 * international/fontset.el (build-default-fontset-data): New macro.
6520 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 6521 tibetan, ethiopic, and ipa.
726e3f1d 6522
4e3b4528
SM
65232009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6526 (enable-multibyte-characters): Not customizable any more.
6527
6528 * subr.el (default-mode-line-format, default-header-line-format)
6529 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6530 (default-direction-reversed, default-truncate-lines)
6531 (default-left-margin, default-tab-width, default-case-fold-search)
6532 (default-left-margin-width, default-right-margin-width)
6533 (default-left-fringe-width, default-right-fringe-width)
6534 (default-fringes-outside-margins, default-scroll-bar-width)
6535 (default-vertical-scroll-bar, default-indicate-empty-lines)
6536 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6537 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6538 (default-scroll-down-aggressively, default-fill-column)
6539 (default-cursor-type, default-buffer-file-type)
6540 (default-cursor-in-non-selected-windows)
6541 (default-buffer-file-coding-system, default-major-mode)
6542 (default-enable-multibyte-characters): Mark as obsolete.
6543
b3cca6a6
DN
65442009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6545
652cc1a2
DN
6546 * vc-dir.el (vc-dir-update): Remove debug helper.
6547
b3cca6a6
DN
6548 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6549
4ed8c7aa
SS
65502009-08-26 Sam Steingold <sds@gnu.org>
6551
6552 * simple.el (save-interprogram-paste-before-kill): New user option.
6553 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6554 save the interprogram-paste into kill-ring before overriding it
6555 with the Emacs kill.
6556
3b64d86b
DN
65572009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6558
6559 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6560 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6561 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6562 and move to vc-rcs.el.
6563 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6564 move to vc-rcs.el.
6565 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6566 (vc-rcs-update-changelog): Remove.
6567 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6568 and move to vc-rcs.el.
6569
6570 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6571 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6572 renaming.
6573 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 6574 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
6575 vc.el, renamed to be RCS specific.
6576
72f16325
SM
6577 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6578 New functions.
6579 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
6580
6581 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6582 New functions.
6583
636a36a0
SM
65842009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6587
239b3340
DN
65882009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6589
b91f0762 6590 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
6591 (vc-git-stash, vc-git-stash-show): New functions.
6592 (vc-git-extra-menu-map): Bind them.
b91f0762 6593
b8e54362
DN
6594 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6595 directory correctly in case the item is a directory itself.
6596
239b3340
DN
6597 * vc.el: Document the desired behavior for reverted files in the
6598 `added' state.
dc810649
DN
6599 (vc-default-prettify-state-info): Remove function, unused.
6600
6601 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 6602
e49c0179
GM
66032009-08-26 Glenn Morris <rgm@gnu.org>
6604
6605 * bindings.el (standard-mode-line-format): Reposition dashes in
6606 which-func entry. (Bug#4217)
6607
3029e594
GM
6608 * files.el (enable-local-variables, enable-local-eval)
6609 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6610 the defcustoms.
6611 (auto-mode-alist, ignored-local-variables)
6612 (save-some-buffers-action-alist): Move risky declarations to the
6613 definitions.
6614 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6615 (font-lock-defaults, format-alist, imenu--index-alist)
6616 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6617 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6618 (mode-line-modified, mode-line-mule-info, mode-line-position)
6619 (mode-line-process, mode-line-remote, outline-level)
6620 (parse-time-rules, rmail-output-file-alist)
6621 (special-display-buffer-names, vc-mode):
6622 Move risky declarations to the relevant files.
72f16325
SM
6623 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6624 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
6625 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6626 * font-core.el (font-lock-defaults):
6627 * format.el (format-alist):
6628 * vc-hooks.el (vc-mode):
6629 * window.el (special-display-buffer-names):
6630 * international/mule-cmds.el (input-method-alist):
6631 Define riskiness here (dumped file) rather than in files.el.
6632 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6633 * imenu.el (imenu-generic-expression, imenu--index-alist):
6634 * outline.el (outline-level):
6635 * time.el (display-time-string):
6636 * calendar/parse-time.el (parse-time-rules):
6637 * mail/rmailout.el (rmail-output-file-alist):
6638 Autoload riskiness here, rather than placing in files.el.
6639
8476cfaf
SM
66402009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6641
6642 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6643
0b35b48e
MA
66442009-08-25 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * simple.el (process-file-side-effects): New defvar.
6647
6648 * dired-aux.el (dired-show-file-type):
6649 * vc.el (vc-diff-internal):
6650 * vc-arch.el (vc-arch-diff):
6651 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6652 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6653 * vc-git.el (vc-git-registered, vc-git-working-revision)
6654 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6655 (vc-git--empty-db-p):
6656 * vc-hooks.el (vc-user-login-name):
6657 * vc-svn.el (vc-svn-registered, vc-svn-state)
6658 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6659 * progmodes/grep.el (grep-probe): Let-bind
6660 `process-file-side-effects' with nil.
6661
6662 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6663
6664 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6665 daemon. Replace ping by checking for running service for bluez
6666 and zeroconf. (Bug#4239)
6667
d54cc599
GM
66682009-08-25 Kevin Ryde <user42@zip.com.au>
6669
6670 * net/dig.el (dig): Add autoload cookie.
6671
7bfd055d
GM
66722009-08-25 Glenn Morris <rgm@gnu.org>
6673
bac9c66c
GM
6674 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6675 load-history for absolute file-names.
6676 (byte-compile-file-form-require): Warn about use of the cl package.
6677
7bfd055d
GM
6678 * format.el (format-alist): Doc fix.
6679
5ac1f9e0
GM
6680 * play/bubbles.el (top-level): Don't require cl at run-time.
6681
af62aa88
GM
6682 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6683 run-time cl).
6684
71e036af
DD
66852009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6686
6687 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6688 from cl package.
6689 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6690
42110eaf
JB
66912009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6692
6693 * calc/calc-alg.el (math-trig-rewrite)
6694 (math-hyperbolic-trig-rewrite): New functions.
6695 (calc-simplify): Simplify trig functions when asked.
6696
88421f3e
SM
66972009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6700
dbd9624e
KH
67012009-08-24 Kenichi Handa <handa@m17n.org>
6702
6703 * language/ind-util.el (mapthread): Delete it.
6704 (combinatorial): New function.
6705 (indian--puthash-cv): Use combinatorial instead of mapthread.
6706
9b89e3ee
GM
67072009-08-22 Kevin Ryde <user42@zip.com.au>
6708
6709 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6710 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6711 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6712 Clarify docstring that the value is strings not symbols.
6713 (checkdoc-list-of-strings-p): New function.
6714
e6ce8c42
GM
67152009-08-22 Glenn Morris <rgm@gnu.org>
6716
2ddf2ea6 6717 * files.el (auto-mode-alist):
a3374680
GM
6718 * hippie-exp.el (he-concat-directory-file-name):
6719 * lpr.el (lpr-windows-system, printer-name):
6720 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6721 * ps-print.el (ps-windows-system):
6722 * startup.el (command-line):
6723 * emulation/viper-ex.el (viper-glob-function):
6724 * international/mule-cmds.el (set-language-environment-coding-systems):
6725 * net/ange-ftp.el (ange-ftp-write-region):
6726 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 6727 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
6728 unisoft-unix, vax-vms, win32, w32.
6729
977955fa
GM
6730 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6731 given name if the pattern is not more specific.
6732
b4deec2e
GM
6733 * calendar/lunar.el (lunar-phase-names): New option.
6734 (lunar-phase): Doc fix.
6735 (lunar-cycles-per-year): New constant.
6736 (lunar-index): New function.
6737 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6738 (lunar-phase-name): Use lunar-phase-names.
6739 (calendar-lunar-phases): Use format.
6740 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6741
47e83968
GM
6742 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6743 Copy imenu-example--name-and-position function here for own use.
6744 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6745
e6ce8c42
GM
6746 * bs.el (bs--redisplay):
6747 * cus-edit.el (custom-redraw):
6748 * ibuffer.el (ibuffer-bury-buffer):
6749 * server.el (server-goto-line-column):
6750 * startup.el (command-line-1):
6751 * strokes.el (strokes-xpm-for-stroke):
6752 * term.el (term-display-buffer-line):
6753 * view.el (View-goto-line):
6754 * calc/calc.el (calc-do, calc-trail-buffer):
6755 * play/gamegrid.el (gamegrid-add-score-insecure):
6756 * progmodes/ada-mode.el (ada-compile-goto-error):
6757 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6758 (ebrowse-select-1st-to-9nth):
47e83968 6759 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
6760 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6761 * progmodes/gud.el (gud-display-line):
6762 (idlwave-shell-display-line):
6763 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6764 * progmodes/make-mode.el (makefile-browser-toggle):
6765 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6766 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6767 * textmodes/picture.el (picture-draw-rectangle):
6768 * textmodes/reftex-index.el (reftex-index-goto-letter):
6769 (reftex-select-jump-to-previous):
6770 * textmodes/reftex-sel.el (reftex-find-start-point)
6771 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6772 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6773 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6774 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6775 * textmodes/two-column.el (2C-associated-buffer):
6776 Use forward-line rather than goto-line.
6777
6778 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6779 goto-line.
6780
4b18bdb3
GM
6781 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6782 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6783 (quick-check-list-to-regexp): Declare.
e6ce8c42 6784
72f16325
SM
6785 * progmodes/make-mode.el (makefile-browser-insert-selection):
6786 Use goto-char rather than goto-line.
e6ce8c42
GM
6787
6788 * progmodes/prolog.el (compilation-error-regexp-alist)
6789 (compilation-forget-errors): Declare.
6790
32a2cf25
JL
67912009-08-22 Juri Linkov <juri@jurta.org>
6792
6793 * progmodes/grep.el (lgrep, rgrep): At the beginning
6794 set `dir' to `default-directory' unless `dir' is a non-nil
6795 readable directory. (Bug#4052)
6796 (lgrep, rgrep): Change a weird way to report an error
6797 from using `read-string' to using `error'.
6798 Instead of using interactive arguments in the function body,
6799 add new argument `confirm'.
6800
5443c9b7
SM
68012009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6802
cb5b40ee
SM
6803 * textmodes/remember.el (remember-buffer):
6804 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6805 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6806 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
6807 * net/newst-treeview.el (newsticker-groups-filename):
6808 * net/newst-backend.el (newsticker-cache-filename):
6809 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6810 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6811 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6812 (speedbar-buffers-line-path, speedbar-path-line)
6813 (speedbar-buffers-line-path):
6814 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6815 (epg-sign-keys):
6816 * epa.el (epa-display-verify-result):
6817 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6818
d6261cc1
GM
68192009-08-21 Glenn Morris <rgm@gnu.org>
6820
3e1ea342
GM
6821 * progmodes/js.el (inferior-moz-process): Fix declaration.
6822
ce86eeb5
GM
6823 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6824
fff28970
GM
6825 * obsolete/rnewspost.el (news-mail-reply):
6826 Use goto-char rather than goto-line.
6827
d93e053b
GM
6828 * term/ns-win.el (ns-open-file-select-line):
6829 Use line-beginning-position rather than goto-line.
6830
d5d105e8
GM
6831 * apropos.el (apropos-command):
6832 * ehelp.el (electric-helpify):
6833 * printing.el (pr-show-setup):
6834 * strokes.el (strokes-help):
6835 * tutorial.el (tutorial--describe-nonstandard-key)
6836 (tutorial--detailed-help):
6837 * woman.el (woman-mini-help, woman-display-extended-fonts):
6838 * calc/calc-help.el (calc-describe-key):
6839 * emulation/edt.el (edt-electric-helpify):
6840 * international/mule-diag.el (mule-diag):
6841 * play/yow.el (apropos-zippy):
6842 * progmodes/python.el (python-describe-symbol):
6843 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6844 * textmodes/table.el (*table--cell-describe-mode)
6845 (*table--cell-describe-bindings):
6846 Use help-print-return-message rather than the now obsolete alias.
6847
a8ab722f 6848 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
6849 (calendar-cursor-to-visible-date):
6850 * play/5x5.el (5x5-position-cursor):
6851 * play/decipher.el (decipher):
6852 * play/gomoku.el (gomoku-goto-xy):
6853 * play/landmark.el (lm-goto-xy):
6854 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6855 (mpuz-paint-digit):
6856 Use forward-line, not goto-line.
a8ab722f 6857
d6261cc1
GM
6858 * mail/rmail.el (rmail-obsolete): Delete custom group.
6859 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6860 (rmail-remote-password, rmail-remote-password-required):
6861 Remove unneeded :set-after and :set properties.
6862
9e846523
MA
68632009-08-21 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6866
bbe1f502
DN
68672009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6868
bcc5db24
DN
6869 * loadup.el: Remove leftover macos code.
6870
bbe1f502
DN
6871 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6872 Explicitly pass the date format to git blame so that user local
6873 so that the output format can be parsed.
6874
6fd2d19a
MA
68752009-08-20 Michael Albinus <michael.albinus@gmx.de>
6876
6877 * net/dbus.el (top): Don't check for (getenv
6878 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6879
31764e15
SM
68802009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6881
6882 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 6883 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 6884
28930e39
SM
68852009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6886
4fd15622 6887 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 6888 Bug#3287
4fd15622 6889
b3d8e4a0
SM
6890 * help.el (help-print-return-message): Rename from
6891 print-help-return-message.
6892
c9829c70
SM
6893 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6894 cvs-mode-map parent hack.
6895 (log-view-mode): Derive from special-mode.
6896
b932657b
SM
6897 * linum.el (linum-mode): window-size-change-functions is redundant.
6898 Adapt to new window-configuration-change-hook behavior.
6899 (linum-after-size, linum-after-config): Remove.
6900
1b700bca
SM
6901 * imenu.el (imenu-example--name-and-position)
6902 (imenu-example--lisp-extract-index-name)
6903 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6904 Mark as obsolete.
6905
28930e39
SM
6906 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6907 (inferior-prolog-mode): Use it.
6908 (inferior-prolog-load-file): Reset list of errors.
6909
c9af0b68
KH
69102009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6911
6912 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6913
6914 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6915
720c7cd6
MA
69162009-08-19 Michael Albinus <michael.albinus@gmx.de>
6917
6918 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6919 is running already.
6920
03a74b84
SM
69212009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * subr.el (listify-key-sequence-1): Use normal syntax since those
6924 integers are nowadays always represented by the same (positive) number
6925 on all platforms.
6926 (read-key-empty-map): New const.
6927 (read-key-delay): New var.
6928 (read-key): New function.
6929 (force-mode-line-update): Use with-current-buffer.
6930 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6931 (start-process-shell-command, start-file-process-shell-command):
6932 Discourage the use of command-args.
6933
f43e88d4
GM
69342009-08-19 Glenn Morris <rgm@gnu.org>
6935
6936 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6937
890429cc
SM
69382009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6939
85be9ec4
SM
6940 * simple.el (choose-completion-string): Don't rely on
6941 minibuffer-completing-file-name and ad-hoc checks to decide whether
6942 to continue completion or not.
6943
890429cc
SM
6944 * minibuffer.el (minibuffer-hide-completions): New function.
6945 (completion--do-completion): Use it.
6946 (completions-annotations): New face.
6947 (completion--insert-strings): Use it.
6948 (completion-pcm--delim-wild-regex): Add docstring.
6949 (completion-pcm--string->pattern): Add support for 0-width delimiters
6950 in completion-pcm--delim-wild-regex.
6951
265d4549
SM
69522009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6953
d440b941
SM
6954 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6955 Remove unused var `buffer-modified-p'.
6956
265d4549
SM
6957 * minibuffer.el (completion--do-completion): Move point for the #b001
6958 case as well (bug#4176).
6959 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6960
ba6f7d86
MA
69612009-08-18 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6964 and :session buses.
6965
98819490
KH
69662009-08-18 Kenichi Handa <handa@m17n.org>
6967
265d4549
SM
6968 * international/ucs-normalize.el (ucs-normalize-version):
6969 Change to 1.1.
58627cf0
KH
6970 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6971 (utf-8-hfs): Make it perform normalization on encoding too.
6972
98819490
KH
6973 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6974 (sentence-end-without-space): Delete duplicated chars.
6975 (sentence-end-base): Likewise.
e739cc85
KH
6976
6977 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6978 (html-mode): Delete duplicated chars from sentence-end-base.
6979
6980 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6981 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 6982
645b9326
CY
69832009-08-17 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * files.el (hack-one-local-variable): If the mode function is for
6986 a minor mode, pass it an argument (Bug#4148).
6987
56c195af
MA
69882009-08-17 Michael Albinus <michael.albinus@gmx.de>
6989
6990 * net/tramp.el (tramp-register-completion-file-name-handler):
6991 Check also for (member 'partial-completion completion-styles).
6992
7a55c78b
CY
69932009-08-16 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6996 abbrev (Bug#3943).
6997
be3e598a 69982009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
6999
7000 * progmodes/cperl-mode.el: Merge upstream 6.2.
7001 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7002 (cperl-forward-re): Check cperl-brace-recursing.
7003 (cperl-highlight-charclass): New function.
7004 (cperl-find-pods-heres): Use it.
31cd2dd4 7005 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 7006 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 7007 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
7008 (cperl-beautify-level): Don't process entire regexp.
7009 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7010 calling man.
7011 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7012 (cperl-init-faces): Build a list in the normal way.
7013
81b1f9c9
CY
70142009-08-16 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * calendar/parse-time.el (parse-time-string-chars): Save match
7017 data.
7018
c3732cb8
SM
70192009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7020
55659495
SM
7021 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7022 (sql-product): Use it.
7023 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7024 (sql-set-product): Add completion.
7025 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7026 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7027 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7028 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7029 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7030 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7031 (sql-highlight-db2-keywords): Remove.
7032 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7033 (sql-highlight-product): Use derived-mode-p.
7034 (sql-set-sqli-buffer): Use with-current-buffer.
7035 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7036 Simplify.
7037
1ae79427
SM
7038 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7039
c3732cb8
SM
7040 * term.el: Fix commenting convention, turn comments into docstrings.
7041
f24b8bf3
CY
70422009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7043
7044 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7045
7b6fefac 70462009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 7047
1200ac26 7048 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
7049 character classes, to handle non-ascii characters (Bug#3190).
7050
70512009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 7052
1abbe4e5
CY
7053 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7054 another heredoc if the user adds another < (Bug#3226).
7055
c3732cb8
SM
7056 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7057 Don't initialize based on window-system (Bug#4124).
19261da4 7058
daad00fc
CY
7059 * facemenu.el (facemenu-read-color): Use a completion function
7060 that accepts any defined color, such as RGB triplets (Bug#3677).
7061
e1bdde78
CY
7062 * files.el (get-free-disk-space): Change fallback default
7063 directory to /. Expand DIR argument before switching to fallback.
7064 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7065
9d73a99e
CY
70662009-08-15 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * files.el (load-library): Doc fix.
7069
68b962d4 70702009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 7071
953e0c1a 7072 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 7073 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 7074 incremental search string.
9d73a99e 7075
c3732cb8 7076 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 7077 XEmacs.
9d73a99e 7078
c3732cb8
SM
7079 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7080 (ediff-merge-region-is-non-clash)
7081 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 7082 Also check if the job is really a merge job.
9d73a99e 7083
c3732cb8 7084 * ediff.el (ediff-current-file): New function.
9d73a99e 7085
2e330adc
CY
70862009-08-15 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7089 conventions.
c3732cb8 7090 (js-insert-and-indent): Delete function.
2e330adc
CY
7091 (js-mode-map): Don't bind keys to js-insert-and-indent.
7092 (js-beginning-of-defun): Rename from js--beginning-of-defun.
7093 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 7094 (js-auto-indent-flag): Delete variable.
2e330adc 7095
17b5d0f7
CY
70962009-08-14 Chong Yidong <cyd@stupidchicken.com>
7097
c3732cb8
SM
7098 * progmodes/js.el: Remove proclaim statement.
7099 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 7100
ba2d8894
CY
7101 * files.el (auto-mode-alist): Use js-mode for .js files.
7102
c3732cb8 7103 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
7104
7105 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7106
7107 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7108
c3732cb8 7109 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
7110
71112009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 7112 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
7113
7114 * progmodes/js.el: New file.
7115
b6377f1d
MH
71162009-08-14 Mark A. Hershberger <mah@everybody.org>
7117
7118 * timezone.el (timezone-parse-date): Add ability to understand ISO
7119 basic format (minimal separators) dates in addition to the
7120 already-supported extended format dates.
7121
bc0eef46
EZ
71222009-08-14 Eli Zaretskii <eliz@gnu.org>
7123
4e021e65
EZ
7124 * international/ucs-normalize.el: Add a `coding' file variable.
7125
bc0eef46
EZ
7126 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7127
53dab179
SS
71282009-08-14 Sam Steingold <sds@gnu.org>
7129
6801c38a 7130 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 7131
6c58c39c
CY
71322009-08-13 Chong Yidong <cyd@stupidchicken.com>
7133
7134 * faces.el (help-argument-name): Define it here instead of
7135 help-fns.el, because in daemon mode help-fns.el may be loaded when
7136 faces are still uninitialized (Bug#1078).
7137
7138 * help-fns.el (help-argument-name): Move defface to faces.el.
7139
c7baf7e9
NR
71402009-08-13 Nick Roberts <nickrob@snap.net.nz>
7141
7142 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7143 create buffer with a pty but no process so that GDB can make the
7144 inferior the controlling process.
7145
9c40e995 71462009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
7147
7148 * international/ucs-normalize.el: New file.
7149
8cdba32b
RS
71502009-08-13 Richard Stallman <rms@gnu.org>
7151
5c950923
RS
7152 * mail/rmail.el (rmail-get-attr-names):
7153 Accept an attribute header that is too short.
7154
76e1e40b
RS
7155 * mail/rmail.el (rmail-forget-messages):
7156 Ignore nil elt in rmail-message-vector. Use dotimes.
7157
1fc01b08
RS
7158 * progmodes/compile.el (compilation-goto-locus):
7159 Use next-error-move-function.
7160
8cdba32b
RS
7161 * simple.el (next-error-move-function): New variable.
7162
99910cf4
JL
71632009-08-12 Juri Linkov <juri@jurta.org>
7164
7165 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7166 always non-nil. (Bug#4052)
7167
7168 * replace.el (read-regexp): Return empty string when
7169 `default-value' is nil.
7170 (keep-lines-read-args): Don't use empty string as the
7171 default value for `read-regexp'. (Bug#2495)
7172
fc5bdf6c
JL
71732009-08-12 Juri Linkov <juri@jurta.org>
7174
7175 * international/mule-cmds.el (ucs-insert): Change arguments
7176 from `arg' to `character', `count', `inherit' to be the same
7177 as in `insert-char'. Doc fix. (Bug#4039)
7178
7179 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7180
77748848
JL
71812009-08-12 Juri Linkov <juri@jurta.org>
7182
7183 * files-x.el: New file.
7184
7185 * files.el: Move code that deals with adding/deleting
7186 file/directory-local variables to files-x.el.
7187
7188 * Makefile.in (ELCFILES): Add files-x.elc.
7189
c8a44c4e
DD
71902009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7191
27a9fd5a
DD
7192 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7193 to use `goto-line'.
7194 (gdb-place-breakpoints, gdb-get-location): Rewritten without
7195 `goto-line'.
7196 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 7197 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 7198 threads list.
107ef54a 7199 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
7200 (gdb-starting): Moved -data-list-register-names...
7201 (gdb-stopped): ...here so it's sent when first thread stops.
7202 (gdb-registers-handler-custom): Do nothing if register names are
7203 unknown yet.
27a9fd5a 7204
c8a44c4e
DD
7205 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7206 from `gdb-mi.el' to avoid extra tangling.
7207
7208 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 7209 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
7210 (gdb-update-gud-running): No extra fuss for updating frame number.
7211
dfd4e693
SM
72122009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7213
51c4341f
SM
7214 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7215 (describe-language-environment-map, setup-language-environment-map)
7216 (set-coding-system-map): Move initialization into declaration.
7217 (set-language-info-alist): Last arg to define-key-after can be skipped.
7218
7219 * international/quail.el (quail-completion-1): Simplify.
7220 (quail-define-rules): Use slightly more compact code.
7221 (quail-insert-decode-map): Propertize keys, compact columns.
7222
dfd4e693
SM
7223 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7224 Add goto-line.
7225
83326559
MB
72262009-08-10 Miles Bader <miles@gnu.org>
7227
7228 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7229 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7230 (js2-instance-member, js2-private-member, js2-private-function-call)
7231 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7232 (js2-magic-paren, js2-external-variable):
7233 Remove "-face" suffix from face names.
7234 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7235 (js2-highlight-undeclared-vars, js2-peek-token)
7236 (js2-parse-function-params, js2-mode-show-errors)
7237 (js2-mode-show-warnings, js2-make-magic-delimiter)
7238 (js2-mode-highlight-magic-parens): Update to use new face names.
7239
8e754ea2
MA
72402009-08-09 Michael Albinus <michael.albinus@gmx.de>
7241
7242 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7243 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
7244
1c292fc7
CY
72452009-08-09 Chong Yidong <cyd@stupidchicken.com>
7246
18d433a7
CY
7247 * subr.el: Provide hashtable-print-readable.
7248
1c292fc7
CY
7249 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7250 hs-c-like-adjust-block-beginning.
7251 (hs-hide-block-at-point): Stop hiding at the beginning of
7252 hs-block-end-regexp (Bug#700).
7253
2db0ae07
DD
72542009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
7255
7256 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7257 a macro.
7258 (gdb-registers-handler-custom): Do not fail when register names
7259 are unavailable.
7260
fe4740a6
DD
72612009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7262
7263 * progmodes/gdb-mi.el (gdb-control-all-threads)
7264 (gdb-control-current-thread): Interactive setters for
7265 `gdb-gud-control-all-threads' to use in menu.
7266 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 7267 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
7268 gud/thread.xpm and gud/all.xpm.
7269
ce299d55
CY
72702009-08-08 Yoni Rabkin <yoni@rabkins.net>
7271
7272 * net/net-utils.el (net-utils-font-lock-keywords): New var.
7273 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
7274 (net-utils-mode): New mode for viewing diagnostic network output.
7275 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7276 (net-utils-run-simple): New function.
7277 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 7278
7c4654ad
DD
72792009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7280
7281 * progmodes/gdb-mi.el (gdb-read-memory-custom)
7282 (gdb-memory-set-address, def-gdb-set-positive-number)
7283 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7284 after changing settings.
7285 (gdb-invalidate-disassembly): Update when first shown.
7286 (gdb-edit-locals-value): Fixed.
7287 (gdb-registers-handler-custom): Print registers in right order and
7288 allow changing register values (only for current thread yet).
9cbac26b
DD
7289 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7290 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7291 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7292 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7293 info in mode name.
7294 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 7295
0f25a277
EZ
72962009-08-08 Eli Zaretskii <eliz@gnu.org>
7297
7298 * mail/rmail.el (rmail-add-mbox-headers)
7299 (rmail-set-message-counters-counter): Search for
7300 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
7301
b971be60
GM
73022009-08-08 Glenn Morris <rgm@gnu.org>
7303
7304 * Makefile.in (ELCFILES): Update.
7305
a35d3ad8
EZ
73062009-08-07 Eli Zaretskii <eliz@gnu.org>
7307
60c2df40
EZ
7308 * mail/sendmail.el (mail-yank-original): Set
7309 buffer-file-coding-system from the one used by the message whose
7310 text is yanked.
7311
8b0bcc2e
EZ
7312 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7313 to "windows" when "pgnuplot" is used.
7314 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7315 call accept-process-output if "pgnuplot" is used.
7316 (calc-graph-init): Don't send -display and -geometry to
7317 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
7318 running "pgnuplot -V" with shell-command-to-string.
7319
7320 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7321 the default.
7322
73232009-08-07 Eli Zaretskii <eliz@gnu.org>
7324
7325 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
7326 org/org-latex.elc.
7327
3bca7ca5
DN
73282009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7329
3c53763c
DN
7330 * vc-dispatcher.el (vc-resynch-window): Update comment.
7331
3bca7ca5
DN
7332 * term.el (term-handle-ansi-escape): Add comments with the
7333 terminfo capabilities implemented.
7334
7b217360
DD
73352009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
7336
7337 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7338 (gdb-var-create-handler): Rewritten using JSON parser.
7339 (gdb-propertize-header): Moved earlier.
7340 (gdb-set-header): Removed to avoid duplication.
7341 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7342 Refresh disassembly buffers only after threads list have been
7343 update.
7344 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7345 variables.
7346
b4d84ecf
JL
73472009-08-04 Juri Linkov <juri@jurta.org>
7348
7349 * files.el: Commands to add/delete file/directory-local variables.
7350 (read-file-local-variable, read-file-local-variable-value)
7351 (read-file-local-variable-mode, modify-file-local-variable)
7352 (modify-file-local-variable-prop-line)
7353 (modify-dir-local-variable): New functions.
7354 (add-file-local-variable, delete-file-local-variable)
7355 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7356 (add-dir-local-variable, delete-dir-local-variable)
7357 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7358 (copy-dir-locals-to-file-locals-prop-line): New commands.
7359
42da39c1
CY
73602009-08-04 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * abbrev.el (insert-abbrev-table-description): Prettify output.
7363 Suggested by Karl Chen.
7364
98bf8494
DD
73652009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7366
78b9fb28 7367 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 7368 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
7369 (gdb-overlay-arrow-position, gdb-thread-position)
7370 (gdb-disassembly-position): Declare variables.
7371 (gdb-wait-for-pending): Function now.
7372 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7373 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7374 compilation goes smoothly.
7375 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7376 (gdb-non-stop-setting): New customization setting which replaces
7377 `gdb-non-stop' so changing it doesn't break active GDB session.
7378 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7379 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7380 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7381 (gdb-show-threads-by-default): New customization options.
7382 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7383 routines.
7384 (gdb-get-buffer-create): Send buffers update signal when they are
7385 created.
7386 (gdb-invalidate-locals, gdb-invalidate-registers)
7387 (gdb-invalidate-breakpoints)
7388 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7389 (gdb-invalidate-memory): Accept update signal.
7390 (gdb-current-context-command): Use --frame option.
7391 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7392 Implement `gdb-frame-number' selection logic.
7393 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7394 whether to show GUD toolbar buttons.
7395 (gdb-thread-exited): Unselect current thread when it exits.
7396 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7397 (gdb-mark-line): Routine which sets overlay arrow or inverses
7398 video on fringeless displays.
7399 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7400 to build aligned columns of data in GDB buffers and set text
7401 properties line-by-line.
7402 (gdb-invalidate-breakpoints)
7403 (gdb-breakpoints-list-handler-custom)
7404 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7405 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7406 (gdb-registers-handler-custom): Align data columns.
7407 (gdb-locals-handler-custom): Now prints data like in variable
7408 declarations.
7409 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7410 Removed confusing buttons.
7411 (gdb-invalidate-threads): Append --frame.
7412 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7413 between breakpoints/threads buffers.
7414 (gdb-set-window-buffer): Now can ignore dedicated windows.
7415 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7416 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7417 (def-gdb-thread-buffer-gud-command): Replaces
7418 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7419 for fine thread control.
7420 (gdb-preempt-existing-or-display-buffer): New function used to
7421 display bound buffers without breaking window layout.
7422 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7423 (gdb-select-frame): New version of `gdb-frames-select' which now
7424 sets `gdb-frame-number' so commands may use --frame option instead
7425 of inner debugger state.
7426 (gdb-frame-handler): Do not set `gdb-frame-number'.
7427 (gdb-threads-mode-map): Select threads with mouse.
7428
7429 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7430 avoid compilation warning.
7431 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7432 `gdb-show-stop-p`.
7433
566f3909
DD
7434 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7435 Argument `key' renamed to `buffer-type'.
7436 (gdb-current-context-buffer-name): Do not add thread info to
7437 buffer name when no thread is selected.
7438 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7439 command (bug 3794).
7440 (gdb-thread-selected): Handle `=thread-selected' notification.
7441 (gdb-wait-for-pending): New macro to deal with congestion problems.
7442 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7443 breakpoints.
7b6fefac
JB
7444 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7445 This fixes problem similar to one described in bug 3947.
566f3909
DD
7446 (gud-menu-map): More menu items.
7447 (gdb-init-1): Reset `gdb-thread-number' to nil.
7448
4a31122c
DD
7449 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7450 non-stop settings.
7451
7452 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7453 (gdb-current-context-command): Do not append --thread if
7454 `gdb-thread-number' is nil.
7455 (gdb-running-threads-count, gdb-stopped-threads-count): New
7456 variables.
7457 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7458 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7459 customization options.
7460 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7461 GUD commands.
7b6fefac 7462 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
7463 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7464 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7465 set `gdb-thread-number' and update `gud-running' properly.
7466 (gdb-running): Update threads list when new threads appear.
7467 (gdb-stopped): Support non-stop operation and new thread switching
7468 logic.
7469 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7470 (gdb-json-partial-output): New set of JSON routines.
7471 (def-gdb-auto-update-trigger): New `signal-list' optional
7472 argument.
7473 (gdb-thread-list-handler-custom): Update `gud-running',
7474 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7475 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7476 (gdb-continue-thread, gdb-step-thread): New commands for fine
7477 thread execution control.
7478 (gud-menu-map): New menu items to switch non-stop options.
7479 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 7480 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
7481
7482 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7483 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7484 gdb-buffer-rules.
7485 (def-gdb-auto-update-handler): New nopreserve optional argument.
7486 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7487
7488 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7489 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7490 (gdb-parent-mode): New mode to derive other GDB modes from.
7491 (gdb-display-disassembly-for-thread)
7492 (gdb-frame-disassembly-for-thread): New commands for threads
7493 buffer.
7494
7495 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7496 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
7497 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7498 (gdb-update): We now store all GDB buffers in a list so that they
7499 can be updated by traversing a list instead of calling invalidate
7b6fefac 7500 triggers explicitly.
a5c9f540
DD
7501 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7502 pair for GDB buffer.
7503 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
7504 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7505 handle pending triggers.
7506 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7507 (def-gdb-thread-buffer-simple-command)
7508 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7509 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
7510 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7511 New commands which show buffers bound to thread.
e7086683 7512 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 7513
7b6fefac
JB
7514 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7515 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
7516 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7517 to (gud-comint-buffer) in *-buffer-name functions
7518 because (gdb-get-target-string) already does that.
7519 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7520 (gdb-changed-registers-handler): Rewritten without regexps.
7521
ba214964 7522 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
7523 (gdb-thread-number): New variable.
7524 (gdb-current-context-command): New macro which adds --thread
7525 option to command.
7b6fefac 7526 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 7527 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 7528 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
7529 (gdb-select-thread): New command which selects current thread.
7530 (gdb-invalidate-frames, gdb-invalidate-locals)
7531 (gdb-invalidate-registers): Use --thread option.
20f12ed8 7532
2ac33804
MA
75332009-08-04 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 7536 robust. (Bug#3977)
2ac33804
MA
7537 (tramp-handle-insert-file-contents): `unwind-protect' must be
7538 inside `with-parsed-tramp-file-name'.
7539
7540 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7541 fails.
7542
39d0296f
NR
75432009-08-03 Nick Roberts <nickrob@snap.net.nz>
7544
7545 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7546 directory if CLASSPATH is not set.
7547
adcbca53
MA
75482009-08-03 Michael Albinus <michael.albinus@gmx.de>
7549
7b6fefac
JB
7550 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7551 New defconst.
7ef849b6 7552 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 7553
30924b0b
CY
75542009-08-02 Kevin Ryde <user42@zip.com.au>
7555
7b6fefac
JB
7556 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7557 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 7558
b6ce92f1
CY
75592009-08-02 Chong Yidong <cyd@stupidchicken.com>
7560
d977a092
CY
7561 * select.el (x-set-selection): Doc fix (Bug#4021).
7562
7563 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7564
b6ce92f1
CY
7565 * help-fns.el (describe-variable): Treat list return values from
7566 dir-locals-find-file properly (Bug#4005).
7567
7b6fefac 75682009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
7569
7570 * net/tramp.el (tramp-debug-message): Print also microseconds.
7571
75722009-08-02 Michael Albinus <michael.albinus@gmx.de>
7573
7574 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7575 or END is non-nil.
7576 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7577 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7578 format.
7579
7580 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7581 (tramp-get-file-property): Use it.
7582
7583 * autorevert.el (auto-revert-handler): Allow
7584 `auto-revert-tail-mode' for remote files.
7585
2aafe808
JR
75862009-08-02 Jason Rumney <jasonr@gnu.org>
7587
7588 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 7589 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 7590
e094097c
CY
75912009-08-02 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7594 (font-lock-variable-name-face, font-lock-constant-face): Darken
7595 the colors for light backgrounds.
7596
de94f281
EZ
75972009-08-01 Eli Zaretskii <eliz@gnu.org>
7598
7599 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7600 month names. (Bug#3987)
7601
54b99340
CY
76022009-07-31 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * simple.el (line-move-finish): Pass whole number to
7605 line-move-to-column.
34be836c 7606 (line-move-visual): Perform hscroll to the recorded position.
54b99340 7607
38216c30
JB
76082009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7609
7610 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7611
c779896d
CY
76122009-07-29 Alan Mackenzie <acm@muc.de>
7613
7614 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7615
592ccae0
DD
76162009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7617
35edc6c6
DD
7618 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7619 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 7620
5a9e3ab7
JB
76212009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7622
7623 * calc/calc.el (calc-mode-map): Add keybinding for
7624 `calc-transpose-lines'.
7625
7b6fefac 76262009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
7627
7628 * calc/calc-misc.el (calc-transpose-lines): New function.
7629
905fb90e
MA
76302009-07-28 Michael Albinus <michael.albinus@gmx.de>
7631
7632 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7633 Simplify check for out-of-band methods.
7634 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7635 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7636
76e14464
DN
76372009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 * vc-git.el (vc-git-checkin): Fix typo.
7640
6088b51f 76412009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
7642
7643 * progmodes/js2-mode.el: New file.
7644
b85157fe
NR
76452009-07-28 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7648 (gud-menu-map): Adjust tooltip accordingly.
7649
d43c2b06
DN
76502009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7651
1c0f0c3b
DN
7652 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7653 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7654
d43c2b06
DN
7655 * add-log.el (change-log-mode-map): Add a menu.
7656
3dec5c36
MA
76572009-07-27 Michael Albinus <michael.albinus@gmx.de>
7658
7659 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7660 function returns nil.
7661 (dbus-handle-event): Handle special return value :ignore.
7662 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7663
5704140c
CY
76642009-07-26 Chong Yidong <cyd@stupidchicken.com>
7665
7666 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7667 it's not needed.
7668
3077d1f6
EZ
76692009-07-25 Eli Zaretskii <eliz@gnu.org>
7670
7671 Fix Bug#3888:
7672
7673 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7674
7675 * term/pc-win.el (x-display-name, x-colors)
7676 (x-select-enable-clipboard, x-select-text): Doc fix.
7677
7678 * term/common-win.el (x-display-name, x-colors): Doc fix.
7679
7680 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7681 (xw-defined-colors): Doc fix.
7682
7683 * w32-fns.el (x-select-text, x-setup-function-keys)
7684 (x-get-selection, x-set-selection): Doc fix.
7685
7686 * term/x-win.el (x-select-text, x-setup-function-keys)
7687 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7688
7689 * select.el (x-set-selection): Doc fix.
7690
51768bc8
MA
76912009-07-25 Michael Albinus <michael.albinus@gmx.de>
7692
7693 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7694 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7695 "IsNSSSupportAvailable" method is not available. Reported by
7696 Steve Youngs <steve@sxemacs.org>.
7697
b11c2874
KH
76982009-07-24 Kenichi Handa <handa@m17n.org>
7699
7700 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 7701 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
7702 (build-unicode-category-table): Fix range checks.
7703
ba83b7b6
DN
77042009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7705
7706 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7707 the buffer we try to sync is current when calling
7708 vc-resynch-buffer.
7709
7710 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7711 not show up to date files.
7712
7a8ae964
GM
77132009-07-24 Glenn Morris <rgm@gnu.org>
7714
7715 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7716 Add autoload cookies. If necessary, initialize.
7717 (elint-log): Handle non-file buffers.
7718 (elint-initialize): Add optional argument to reinitialize.
7719 (elint-find-builtin-variables): Save excursion.
7720
a707eb05
DN
77212009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7722
7723 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7724 for Lint.
7725
0a2ddfa6
DN
77262009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7727
d6a62b0d
DN
7728 * vc.el (vc-print-log-internal): New function, split out from ...
7729 (vc-print-log): ... here.
10b5dcad 7730 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 7731
0a2ddfa6
DN
7732 * vc-git.el (vc-git-add-signoff): New variable.
7733 (vc-git-checkin): Use it.
7734 (vc-git-toggle-signoff): New function.
7735 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
7736 (vc-git--run-command-string): Accept a nil FILE argument.
7737 (vc-git-stash-list): New function.
7738 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 7739
589a99f2
GM
77402009-07-23 Glenn Morris <rgm@gnu.org>
7741
7742 * help-fns.el (describe-variable): Describe ignored and risky local
7743 variables in a similar way to that in which we describe safe ones.
7744
7745 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7746 (byte-compile-output-file-form, byte-compile-output-docform)
7747 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7748 Give some more local variables with common names a "bytecomp-" prefix,
7749 so as not to shadow things during compilation.
7750 * emacs-lisp/cl-macs.el (load-time-value)
7751 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7752 `outbuffer' to `bytecomp-outbuffer'.
7753
7754 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7755 since the next two variables cover them automatically now.
7756 (elint-builtin-variables, elint-autoloaded-variables): New.
7757 (elint-unknown-builtin-args): Remove all members, since they can be
7758 parsed automatically now.
7759 (elint-extra-errors): New.
7760 (elint-env-add-env, elint-env-add-macro): Use cadr.
7761 (elint-current-buffer): Use or. Change final message.
7762 (elint-get-top-forms): Use line-end-position.
7763 (elint-init-env): Use cadr. Handle autoload, declare-function,
7764 and defalias.
7765 (elint-add-required-env): Doc fix. Use or. Standardize error.
7766 (regexp-assoc): Remove unused function.
7767 (elint-top-form): Set elint-current-pos, to record the start of the
7768 top-level form, for compilation-mode.
7769 (elint-form): Trap errors in macro expansion. Use dolist.
7770 (elint-unbound-variable): Use elint-builtin-variables and
7771 elint-autoloaded-variables.
7772 (elint-get-args): Use cadr, or.
7773 (elint-check-cond-form): Use dolist, cadr.
7774 (elint-check-condition-case-form): Doc fix. Use cadr.
7775 Use elint-extra-errors.
7776 (elint-log): New function.
7777 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7778 Distinguish errors and warnings.
7779 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7780 Use a bytecomp-style format.
7781 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7782 (elint-get-log-buffer): Use compilation mode. Disable undo.
7783 Don't truncate lines.
7784 (elint-initialize): Set builtin and autoloaded variable lists.
7785 Only process elint-unknown-builtin-args if non-nil.
7786 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7787 New functions.
7788 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7789
855b42a2
GM
77902009-07-22 Kevin Ryde <user42@zip.com.au>
7791
7792 * net/newst-backend.el (newsticker--parse-atom-1.0)
7793 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7794 (newsticker--parse-rss-1.0):
7795 * progmodes/idlwave.el (idlwave-mode):
7796 * progmodes/idlw-shell.el (idlwave-shell-mode):
7797 * progmodes/vera-mode.el (vera-mode):
7798 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7799 * progmodes/vhdl-mode.el (vhdl-mode):
7800 * textmodes/table.el (table-generate-source)
7801 (table--warn-incompatibility):
7802 Hyperlink urls in docstrings with URL `...'.
7803
fd413a37
GM
78042009-07-22 Glenn Morris <rgm@gnu.org>
7805
cb711556
GM
7806 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7807 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7808 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7809 Remove leading * from defcustom docs.
7810
fd413a37
GM
7811 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7812
7813 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7814 defcustom doc.
7815 (list-load-path-shadows): Optionally, just return shadows as a string.
7816
7817 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7818
a4f69701
CY
78192009-07-21 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * mail/rmailedit.el (rmail-edit-mode): Use
7822 auto-save-include-big-deletions.
7823
7824 * mail/rmail.el (rmail-variables): Use
7825 auto-save-include-big-deletions.
7826
7827 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7828 changes.
7829
ec06459c
JB
78302009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7831
7832 * calc/calc.el (calc-undo-length): New variable.
7833 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7834
b41b0976
RS
78352009-07-21 Richard Stallman <rms@gnu.org>
7836
7837 * files.el (auto-save-mode): Handle buffer-save-size = -2
7838 for toggling mode.
7839
4ed32706
GM
78402009-07-21 Glenn Morris <rgm@gnu.org>
7841
531b1264
GM
7842 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7843
55d27f41
GM
7844 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7845
02df3f4d
GM
7846 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7847 silence compiler. Instead...
7848 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7849 (ps-print-ensure-fontified): Update for above function name changes.
7850
fdd8417e
GM
7851 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7852 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7853 silence compiler. Instead...
7854 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7855 (mh-show-buffer): Only define for compiler.
7856 (pr-mh-current-message): Update for above function name changes.
7857
4ed32706
GM
7858 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7859 as an argument.
7860 (find-file-noselect, insert-file-1): Update for above change.
7861
7862 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7863
7864 * mail/mailclient.el (mailclient-send-it): Fix message.
7865
7866 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7867 (edebug-eval): Check cl-debug-env is bound.
7868 (print-level, print-circle): Don't redefine built-in variables.
7869
7870 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7871 (custom-print-vectors): Remove old comments from doc.
7872
7873 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7874 (emerge-version): Make the variable an obsolete alias for the
7875 emacs-version variable. Make the function obsolete.
7876 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7877 Emerge options, rather than merging in into the main Options menu.
7878 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7879 and auto advance modes. Disable edit/fast items when not relevant.
7880
86812144
CY
78812009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * term/vt420.el (terminal-init-vt420): Fix typo.
7884
6bb90094
SS
78852009-07-20 Sam Steingold <sds@gnu.org>
7886
7887 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7888 variable (removed from compile.el on 2004-03-11).
7889
42e0a725
CY
78902009-07-20 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * files.el (hack-local-variables-filter): Fix last change.
7893
2ee20f24
JL
78942009-07-19 Juri Linkov <juri@jurta.org>
7895
7896 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7897 (dir-local-variables-alist): New buffer-local variable.
7898 (hack-local-variables-filter): If variable is not dir-local,
7899 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7900 because file-local overrides dir-local.
7901 (c-postprocess-file-styles)<declare-function>:
7902 Remove obsolete declaration.
7903 (hack-dir-local-variables): Add dir-local variable/value pair to
7904 `dir-local-variables-alist' and remove duplicates. Doc fix.
7905
7906 * help-fns.el (describe-variable): Add information about
7907 file-local and dir-local variables.
7908
89bf83cd
CY
79092009-07-19 Chong Yidong <cyd@stupidchicken.com>
7910
7911 * files.el (hack-local-variables-filter): Rewrite.
7912
1a8d3541
GM
79132009-07-19 Glenn Morris <rgm@gnu.org>
7914
d9e8a018
GM
7915 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7916 Silence compiler by only defining on XEmacs.
7917
da332cfb
GM
7918 * international/mule.el (auto-coding-regexp-alist): Only match
7919 BABYL... at the start of buffer, not of lines. (Bug#3790)
7920
1a8d3541
GM
7921 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7922 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7923 (cal-menu-context-mouse-menu): Doc fix.
7924
7925 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7926
7927 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7928
d842b103
JL
79292009-07-18 Juri Linkov <juri@jurta.org>
7930
7931 * info.el: Virtual Info keyword finder.
7932 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7933 (Info-finder-file): New variable.
7934 (Info-finder-find-file): New function.
7935 (finder-known-keywords, finder-package-info)
7936 (find-library-name, lm-commentary): Use defvar and
7937 declare-function to silence compiler warnings.
7938 (Info-finder-find-node): New function.
7939 (info-finder): New command.
7940
7941 * subr.el (process-kill-buffer-query-function): New function.
7942 (add-hook)<kill-buffer-query-functions>: Add hook
7943 `process-kill-buffer-query-function'.
7944
10d37df7
AM
79452009-07-18 Alan Mackenzie <acm@muc.de>
7946
7b6fefac 7947 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
7948 (c-postprocess-file-styles): Give invocation of `c-set-style'
7949 DONT-OVERRIDE parameter of t. Already set style variables will
7950 thus not be overridden by style settings given by `c-file-syle'.
7951
7952 * files.el (hack-local-variables-filter): Remove entries with
7953 duplicate keys from `file-local-variables-alist'.
7954
102e1a41
EZ
79552009-07-18 Eli Zaretskii <eliz@gnu.org>
7956
7957 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7958 x-set-selection if display-selections-p returns nil for the
7959 current frame.
7960
16f2e9fc
CY
79612009-07-18 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7964
f22693fc
EZ
79652009-07-18 Eli Zaretskii <eliz@gnu.org>
7966
a6c2c80c
EZ
7967 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7968 Accept nil in addition to a regexp.
7969 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7970 Accept nil in addition to a regexp.
7971 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7972 buffers that have an associated file. Handle nil values of
7973 desktop-buffers-not-to-save and desktop-files-not-to-save.
7974 (Bug#3833)
7975
f22693fc
EZ
7976 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7977 (x-disown-selection-internal): New functions.
7978
e456379a
NR
79792009-07-18 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7982 warning.
7983 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7984 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7985
0013b70f
CY
79862009-07-18 David De La Harpe Golden <david@harpegolden.net>
7987
7988 * simple.el (set-mark): Revert last change.
7989
0855c2ca
CY
79902009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7991
7992 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7993 rendering of pngs is not possible instead of messaging a long
7994 description.
7995
3f5c9cad
CY
79962009-07-17 David De La Harpe Golden <david@harpegolden.net>
7997
7998 * w32-fns.el (x-selection-owner-p): New function.
7999
8000 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
8001 (mouse-yank-at-click, mouse-yank-primary): If
8002 select-active-regions is non-nil, deactivate the mark before
8003 insertion.
3f5c9cad
CY
8004
8005 * simple.el (deactivate-mark, set-mark): Only save selection if we
8006 own it.
8007
1fc87f9b
KH
80082009-07-17 Kenichi Handa <handa@m17n.org>
8009
8010 * case-table.el (describe-buffer-case-table): Fix for the case
8011 that KEY is a cons.
8012
d56fdcd2
DN
80132009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8014
8015 * vc-rcs.el (vc-rcs-find-file-hook):
8016 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8017
bede3e9f
MA
80182009-07-16 Michael Albinus <michael.albinus@gmx.de>
8019
8020 * net/tramp.el (tramp-wait-for-output): Handle the case when
8021 commands do not return a newline but a null byte before the shell
8022 prompt. (Bug#3858)
8023
7653ca1d
YM
80242009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8025
8026 * term/ns-win.el (ns-set-alpha): Don't declare.
8027 (ns-set-background-alpha): Remove function.
8028
ed2a52e9
SM
80292009-07-16 Kevin Ryde <user42@zip.com.au>
8030
8031 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8032 y-or-n-p, for safety.
8033
7a907299
RS
80342009-07-16 Richard Stallman <rms@gnu.org>
8035
8036 * files.el (auto-save-mode): If buffer-saved-size is -2,
8037 don't clobber it.
8038
8039 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8040 (rmail-retry-ignored-headers): Add more uninteresting fields.
8041
c0db3477
CY
80422009-07-15 Jari Aalto <jari.aalto@cante.net>
8043
8044 * net/rcirc.el (rcirc): Use history variables.
8045 (rcirc-server-name-history, rcirc-nick-name-history)
8046 (rcirc-server-port-history): New variables.
8047
6c875452
KH
80482009-07-15 Kenichi Handa <handa@m17n.org>
8049
bf974dc9
KH
8050 * international/mule-cmds.el (set-language-environment-charset):
8051 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8052 ignore them.
8053
6c875452
KH
8054 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8055 Delete unibyte-display.
8056
2066b4fe
CY
80572009-07-15 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8060
f9be2e35
CY
80612009-07-15 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * simple.el (deactivate-mark): Optional argument FORCE.
8064 (set-mark): Use deactivate-mark.
8065
8066 * info.el (Info-search): No need to check transient-mark-mode
8067 before calling deactivate-mark.
8068
8069 * select.el (x-set-selection): Doc fix.
8070 (x-valid-simple-selection-p): Allow buffer values.
8071 (xselect--selection-bounds): Handle buffer values. Suggested by
8072 David De La Harpe Golden.
8073
8074 * mouse.el (mouse-set-region, mouse-drag-track): Call
8075 copy-region-as-kill before setting the mark, to let
8076 select-active-regions work.
8077
be3e598a 80782009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
8079
8080 * simple.el (deactivate-mark): If select-active-regions is
8081 non-nil, copy the selection data into a string.
8082 (activate-mark): If select-active-regions is non-nil, set the
8083 selection to the current buffer.
8084 (set-mark): Update selection if select-active-regions is non-nil.
8085
8086 * select.el (x-valid-simple-selection-p): Allow buffer values.
8087
cbd61418
SM
80882009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8091 and more featureful message-mode.
8092
f470187f
CY
80932009-07-14 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * select.el (x-set-selection): Doc fix.
8096 (x-valid-simple-selection-p): Disallow selection data consisting
8097 of a list or cons of integers, since that is not used.
8098 (xselect--selection-bounds, xselect--int-to-cons): New functions.
8099 (xselect-convert-to-string, xselect-convert-to-length)
8100 (xselect-convert-to-filename, xselect-convert-to-charpos)
8101 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8102
bfc99364
DD
81032009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
8104
8105 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8106 output in -break-info command (Emacs bug #3794).
8107
e32721f5
GM
81082009-07-14 Glenn Morris <rgm@gnu.org>
8109
1e46f9e4
GM
8110 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8111 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8112 (edebug-print-length, edebug-print-level, edebug-print-circle)
8113 (edebug-sit-for-seconds, edebug-view-outside)
8114 (edebug-bounce-point, edebug-set-global-break-condition)
8115 (edebug-Go-nonstop-mode, edebug-trace-mode)
8116 (edebug-Trace-fast-mode, edebug-continue-mode)
8117 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8118 (edebug-visit-eval-list): Doc fixes.
8119
e32721f5
GM
8120 * subr.el (def-edebug-spec): Doc fix.
8121
66a85e76
KH
81222009-07-14 Kenichi Handa <handa@m17n.org>
8123
8124 * international/characters.el: Fix setting of category ?C.
8125
28571246
JD
81262009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8127
7b6fefac 8128 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
8129 ns-popup-font-panel instead of generate-fontset-menu.
8130
5d74672c
EZ
81312009-07-12 Eli Zaretskii <eliz@gnu.org>
8132
7b6fefac 8133 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 8134
eb1727a4
CY
81352009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
8136
8137 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8138 the PK\003\004 header (Bug#3770).
8139
208384c5
CY
81402009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8141
8142 * pcomplete.el (pcomplete-comint-setup): Check for
8143 shell-dynamic-complete-filename too.
8144
774409a1
CY
81452009-07-11 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * simple.el (temporary-goal-column): Change the value for
8148 line-move-visual to a cons cell.
8149 (line-move-visual): Record or set the window hscroll, if
8150 necessary (Bug#3494).
8151 (line-move-1): Handle cons value of temporary-goal-column.
8152
1639ee1d
KH
81532009-07-11 Kenichi Handa <handa@m17n.org>
8154
8155 * international/mule-diag.el (describe-character-set): Don't show
8156 width.
8157
2b1d2412
SS
81582009-07-10 Sam Steingold <sds@gnu.org>
8159
8160 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8161 Omake sometimes indents the errors it prints, so allow all
8162 regexps to start with spaces.
8163
ed3a5691
EZ
81642009-07-10 Eli Zaretskii <eliz@gnu.org>
8165
ed2a52e9
SM
8166 * cus-edit.el (customize-changed-options-previous-release):
8167 Bump value to 22.1. (Bug#3804)
ed3a5691 8168
49405d0e
SS
81692009-07-08 Sam Steingold <sds@gnu.org>
8170
8171 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8172 to be a cons cell (test . ignored-directory) to selectively ignore
8173 some directories depending on the location of the search.
8174
93c3eb7c
MA
81752009-07-08 Michael Albinus <michael.albinus@gmx.de>
8176
8177 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8178 remote user is root, on the local host.
8179 (tramp-local-host-p): Either the local user or the remote user
8180 must be root. (Bug#3771)
8181
6f2a8484
NR
81822009-07-08 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * progmodes/gdb-mi.el (gdb): Remove description of
8185 gdb-use-separate-io-buffer.
69cb8d82 8186 (menu): Don't allow toggling of or enable
6f2a8484
NR
8187 gdb-use-separate-io-buffer from menubar.
8188
88d03607
CY
81892009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8190
8191 * mail/unrmail.el (unrmail): Make sure the message ends with two
8192 newlines (Bug#3769).
8193
7ef5b8b2
GM
81942009-07-08 Glenn Morris <rgm@gnu.org>
8195
8196 * calendar/calendar.el (calendar-current-date): Rework previous change.
8197
3ce82f97
GM
81982009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
8199
8200 * calendar/calendar.el (calendar-current-date):
8201 Add an optional argument giving an offset from today.
8202
f35fc841
GM
82032009-07-08 Glenn Morris <rgm@gnu.org>
8204
8205 * tutorial.el (tutorial--describe-nonstandard-key):
8206 Adjust the message for when a key has been unbound.
8207 (help-with-tutorial): Hide the arch-tag.
8208
40149292
KH
82092009-07-08 Kenichi Handa <handa@m17n.org>
8210
69cb8d82
KH
8211 * international/fontset.el (setup-default-fontset): For each
8212 script, append (not set) font-specs.
8213
40149292
KH
8214 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8215 docstring.
8216
ff0c4194
NR
82172009-07-08 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * progmodes/gdb-mi.el (gdb-init-1): Move sending
8220 -data-list-register-names to ...
8221 (gdb-starting): ... here because GDB 7.0 requires execution to
8222 have started when using this MI command.
8223 (gdb-set-header): New function to distinguish select and
8224 unselected tabs in gdb buffers.
8225 (gdb-propertize-header): New macro that uses gdb-set-header.
8226 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 8227 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 8228
8954c675
CY
82292009-07-07 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * Makefile.in (ELCFILES): Remove fadr.elc.
8232
0996385d
DD
82332009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8234
dc6b4519
DD
8235 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8236 may contain frame information, so `string-match' should be used.
8237 (gdb-update): Disassembly is invalidated through
8238 `gdb-get-selected-frame'.
8239 (gdb-pad-string): New function to pad string with spaces.
8240 (gdb-invalidate-disassembly): Invalidate only if the buffer
8241 exists.
8242 (gdb-disassembly-handler-custom): Column alignment.
8243 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8244 placing new ones.
8245 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8246 end of line, too.
8247 (gdb-frame-handler): Match convention to for disassembly buffer
8248 mode name.
17c1380b 8249 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
8250 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8251 not highlight breakpoints without line information.
69a197a2 8252 (gdb-input): Add trailing newline to command.
dc6b4519 8253
14340b25
DD
8254 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8255 buffer properly.
8256 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 8257 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
8258 now.
8259 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8260 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8261 to place breakpoints.
14340b25
DD
8262 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8263 functions.
8264 (gdb-disassembly-handler-custom): Show overlay arrow.
8265 (gdb-disassembly-place-breakpoints): Show breakpoints in
8266 disassembly buffer.
8267 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 8268 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 8269 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 8270 in `gud-menu-map'.
14340b25 8271
38d4f316 8272 * fadr.el: Remove.
1f2a6224 8273
7b6fefac 8274 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 8275 (gdb-memory-address): New variable which holds top address of
7b6fefac 8276 memory page shown in memory buffer.
0996385d
DD
8277 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8278 customization variables.
8279 New functions:
8280 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8281 display the memory buffer.
8282 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8283 buffer display parameters.
8284 (def-gdb-memory-format, gdb-memory-format-binary)
8285 (gdb-memory-format-octal, gdb-memory-format-unsigned)
8286 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8287 Functions for setting memory buffer format.
8288 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8289 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8290 unit size used in memory buffer.
8291 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8292 to next/previous page of memory buffer.
28d67a53 8293 Now using (bindat-get-field) instead of fadr functions.
0996385d 8294
9ba562d3
SS
82952009-07-07 Sam Steingold <sds@gnu.org>
8296
8297 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8298 non-top-level files.
8299
a43977db
KH
83002009-07-07 Kenichi Handa <handa@m17n.org>
8301
8302 * international/mule-cmds.el (reset-language-environment): Put
8303 the highset priority to the charset iso-8859-1.
8304
d44d05e8
CY
83052009-07-06 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8308 to the end of the line when locating the block (Bug#700).
8309
3e2fa353
MA
83102009-07-06 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * net/tramp.el (tramp-handle-write-region): Flush file properties
8313 in case of short track.
8314
be3e598a 83152009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3
DN
8316
8317 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8318 representation of verilog error regular expressions to work with
8319 Emacs-22's new format.
8320 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 8321 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
8322 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8323 error recognition into XEmacs.
8324 (verilog-error-regexp-add-emacs): Hook routine to install verilog
8325 error recognition into Emacs-22.
8326
25c6f63e
CY
83272009-07-06 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * woman.el: Remove stand-alone closing parentheses.
8330 (woman-file-name, woman2-format-paragraphs)
8331 (woman-leave-blank-lines): Code cleanup.
8332 (woman-use-own-frame): Change default to nil.
8333 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8334 defaults to inherit from default faces.
8335 (woman2-process-escapes): Consume the newline after a stand-alone
8336 filler character (Bug#3651).
8337
f176290e
GM
83382009-07-06 Glenn Morris <rgm@gnu.org>
8339
8340 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8341 (top-level): Move provide to the end.
8342 (ffap): Remove defunct URL from custom group.
8343
8344 * subr.el (eval-after-load): Doc fix.
8345
7b6fefac 83462009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
8347
8348 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8349 `calc-embedded-word' is called twice.
8350
4b8b1ec5
SM
83512009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * files.el (find-alternate-file-other-window, find-alternate-file):
8354 Obey confirm-nonexistent-file-or-buffer.
8355
d6ceb380
MA
83562009-07-05 Michael Albinus <michael.albinus@gmx.de>
8357
8358 * dired-aux.el (dired-show-file-type): Handle remote files.
8359
be3e598a 83602009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 8361
4b8b1ec5
SM
8362 * desktop.el (desktop-globals-to-save):
8363 Add file-name-history (Bug#2750).
c760f19e 8364
6d00ce04
CY
83652009-07-05 Chong Yidong <cyd@stupidchicken.com>
8366
4b8b1ec5 8367 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 8368
6ee21b07
JB
83692009-07-04 Johan Bockgård <bojohan@gnu.org>
8370
8371 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8372 property on entire argument since this is what eshell-lisp-command
8373 expects.
8374
f0dbdc25
MA
83752009-07-03 Michael Albinus <michael.albinus@gmx.de>
8376
8377 * net/tramp-gvfs.el (tramp-gvfs-methods)
8378 (tramp-gvfs-zeroconf-domain)
8379 (tramp-bluez-discover-devices-timeout): Add version flag.
8380 (tramp-gvfs-handler-mounted-unmounted)
8381 (tramp-gvfs-connection-mounted-p): Polish handling of
8382 incompatibilities between GVFS 0.2 and 1.0.
8383
e044e4fc
JD
83842009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8385
4b8b1ec5 8386 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 8387
2e9b968b
JB
83882009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8389
8390 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8391 formatted correctly.
8392
baf1a55e
JL
83932009-07-02 Juri Linkov <juri@jurta.org>
8394
8395 * info.el: Virtual Info files and nodes.
8396 (Info-virtual-files, Info-virtual-nodes): New variables.
8397 (Info-current-node-virtual): New variable.
8398 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8399 New functions.
8400 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8401 to check for a virtual file instead of checking a fixed list
8402 of node names.
8403 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8404 instead of ad-hoc processing of "dir" and (apropos history toc).
8405 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8406 instead of ad-hoc processing of "dir" and (apropos history toc).
8407 Reread a file when moving from a virtual node.
8408 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8409 (Info-directory-toc-nodes, Info-directory-find-file)
8410 (Info-directory-find-node): New functions.
8411 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8412 (Info-history): Move part of code to
8413 `Info-history-find-node'.
8414 (Info-history-toc-nodes, Info-history-find-file)
8415 (Info-history-find-node): New functions.
8416 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8417 (Info-toc): Move part of code to `Info-toc-find-node'.
8418 (Info-toc-find-node): New function.
4b8b1ec5 8419 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
8420 the current Info file name to references because now the node
8421 "*TOC*" belongs to the same Info manual.
4b8b1ec5 8422 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
8423 (Info-toc-nodes): Rename input argument `file' to `filename'.
8424 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8425 instead of ad-hoc processing of ("dir" apropos history toc).
8426 (Info-index-nodes): Use Info-virtual-file-p
8427 to check for a virtual file instead of checking a fixed list
8428 of node names.
8429 (Info-index-node): Add check for `Info-current-node-virtual'.
8430 Raise `save-match-data' higher up the tree to contain
8431 `search-forward' too (bug fix).
8432 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8433 (Info-virtual-index-nodes): New variable.
8434 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8435 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8436 (Info-apropos-file, Info-apropos-nodes): New variables.
8437 (Info-apropos-toc-nodes, Info-apropos-find-file)
8438 (Info-apropos-find-node, Info-apropos-matches): New functions.
8439 (info-apropos): Move part of code to `Info-apropos-find-node' and
8440 `Info-apropos-matches'.
8441 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8442 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8443 for a virtual file instead of checking a fixed list of node names.
8444
8445 * simple.el (async-shell-command): New command.
8446
8447 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8448
8449 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8450 instead of `mount-info'.
8451
d04bc496
MA
84522009-07-02 Michael Albinus <michael.albinus@gmx.de>
8453
8454 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 8455 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 8456
af0403e0
KH
84572009-07-02 Kenichi Handa <handa@m17n.org>
8458
8459 * international/mule.el (set-keyboard-coding-system): Force *-unix
8460 coding-system to avoid eol conversion.
8461
99278f8a
MA
84622009-07-01 Michael Albinus <michael.albinus@gmx.de>
8463
4b8b1ec5
SM
8464 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8465 Add handler for `process-file', `shell-command' and
99278f8a
MA
8466 `start-file-process'.
8467 (tramp-gvfs-handle-shell-command)
8468 (tramp-gvfs-handle-start-file-process)
8469 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 8470 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 8471
3f1c6666
JD
84722009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8473
8474 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8475
3f396bac
KH
84762009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8477
8478 * language/korean.el (set-language-info-alist): Add korean-cp949,
8479 cp949 to spec.
8480
c1185193
KH
84812009-07-01 Kenichi Handa <handa@m17n.org>
8482
8483 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8484
8485 * international/encoded-kb.el: Deleted.
8486
8487 * international/mule.el (set-keyboard-coding-system): Perform the
8488 necessary setup here instead of calling encoded-kbd-setup-display.
8489
3f150a60
GM
84902009-07-01 Glenn Morris <rgm@gnu.org>
8491
8492 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8493
b0d5b05b
GM
84942009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8495
8496 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8497
4f4126e6
MA
84982009-06-30 Michael Albinus <michael.albinus@gmx.de>
8499
4b8b1ec5
SM
8500 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8501 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 8502 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 8503
7ae3ea65 8504 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
8505 (top): Add a default for "synce" in `tramp-default-user-alist'.
8506 Add completion function for "synce" method.
8507 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
8508 (tramp-hal-interface-manager, tramp-hal-interface-device):
8509 New defconst.
8510 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8511 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8512 New defuns.
d6ceb380
MA
8513
8514 * net/trampver.el: Update release number.
7ae3ea65 8515
0ad6626b
KH
85162009-06-30 Kenichi Handa <handa@m17n.org>
8517
8518 * international/fontset.el (setup-default-fontset): Add CJK fonts
8519 for symbols and the other miscellaneous characters.
8520
4b8b1ec5
SM
8521 * language/korea-util.el (setup-korean-environment-internal):
8522 Make char-width-table suitable for Korean environments.
0ad6626b
KH
8523 (exit-korean-environment): Cancel above.
8524
8525 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8526 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8527 setup-funcion to make char-widht-table suitable for respective
8528 environments, and an exit-function to cancel that.
8529
8530 * language/japan-util.el (setup-japanese-environment-internal):
8531 Call use-cjk-char-width-table with arg `ja_JP'.
8532
8533 * international/characters.el (cjk-char-width-table): Delete it.
8534 (cjk-char-width-table-list): New variable.
8535 (use-cjk-char-width-table): New arg local-name.
8536 (use-default-char-width-table): Fix for the case that Emacs is
8537 already using the default char-width-table.
8538
fd46e893
MA
85392009-06-29 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8542 modes mandatory. (Bug#3712)
8543
b87d9f96
AM
85442009-06-29 Alan Mackenzie <acm@muc.de>
8545
8546 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 8547 correction between the visible width of TABs and their number of bytes.
b87d9f96 8548
2d25aa5a
CY
85492009-06-29 Chong Yidong <cyd@stupidchicken.com>
8550
8551 * server.el (server-buffer-done): Prevent kill-buffer from
8552 prompting by clearing the buffer modification flag (Bug#3696).
8553
a3a8b002
DN
85542009-06-28 Michael McNamara <mac@mail.brushroad.com>
8555
8556 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 8557 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
8558 (verilog-basic-complete-re): Support localparam lineup.
8559 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8560 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8561 commenting.
8562 (verilog-leap-to-case-head): Now support *nested* unique &
8563 priority case statements.
8564 (verilog-auto-lineup): Make just declarations the default (as it
8565 had been).
4b8b1ec5 8566 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 8567 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 8568 select the various styles of automatic lineup.
a3a8b002
DN
8569 (verilog-error-regexp-alist): Rework to support the XEmacs style
8570 of error regular expressions from compilers, lint tools &
8571 simulators. Note that GNU Emacs has made it impossible for a mode
8572 to load such things.
8573 (electric-verilog-terminate-line, verilog-indent-declaration)
8574 (verilog-auto-wiure): Rework for radio button selection of
8575 auto-lineup selection of specification of auto lineup.
8576 (verilog-beg-of-statement-1): Redesign to support proper operation
8577 in additional code, based on testing with auto-lineup.
8578 (verilog-calculate-indent, assignments & declarations)
8579 (verilog-backward-token): Enhance to support auto-lineup of
8580 assignments & declarations.
8581 (verilog-in-directive-p, verilog-at-struct-p): New function for
8582 easy test of whether we are.
8583 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8584 to support safe execution at almost anyline.
8585 (verilog-calc-1): Properly support indenting deep inside generate
8586 blocks.
8587 (verilog-init-font) Remove definition & use of verilog-init-font,
8588 as it is redundant with font-lock-defaults.
a8f316ca 8589 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
8590 to avoid circular calls if syntax-ppss is a function (as is the
8591 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 8592 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
8593 (verilog-ovm-begin-re, verilog-ovm-end-re)
8594 (verilog-ovm-statement-re, verilog-leap-to-head)
8595 (verilog-backward-token): Add support for OVM macros. Some are
8596 complete statements, and others open and close scopes like begin
8597 and end.
8598 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8599 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 8600 compilation issue.
a3a8b002 8601 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 8602 coverpoint, constraint and cross statements.
a3a8b002
DN
8603 (verilog-defun-level-list, verilog-generate-defun-level-list)
8604 (verilog-all-defun-level-list): Redo these specifications - it is
8605 too hard to support eval-when compile aggregation of lists also
8606 built at when-compile time.
8607 (verilog-defun-level-list): Place defconsts of variables used in
8608 building regular expressions which are built in eval-when-compile
8609 bodies in the same eval-when-compile body to facilitate compile
8610 without load.
8611 (verilog-beg-block-re-ordered): Support indenting
8612 virtual/protected tasks and functions.
7b6fefac 8613 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
8614 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8615 indentation of some module items (generate items).
8616 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8617 across virtual/protected tasks and functions.
8618
86192009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8620
4b8b1ec5
SM
8621 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8622 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
8623 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8624 in concatenations. Reported by Yishay Belkind.
8625 (verilog-auto-ascii-enum): Support one-hot state machines in
8626 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8627 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8628 modport in AUTOINST and add vl-modport for users. Reported by
8629 David Rogoff.
8630 (verilog-auto-inout-module, verilog-auto-inst)
8631 (verilog-decls-get-interfaces, verilog-insert-definition)
8632 (verilog-insert-one-definition, verilog-read-decls)
8633 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8634 (verilog-sig-modport, verilog-signals-combine-bus)
8635 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8636 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8637 Suggested by David Rogoff.
8638 (verilog-repair-open-comma): Fix non-insertion of comma when
8639 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8640 (verilog-make-width-expression): Simplify [A-1:0] expression
8641 widths to just {A{1'b0}}.
8642 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
8643 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8644 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
8645 inputs/outputs or data type. Suggested by Vasu Kandadi.
8646 (next-error-last-buffer): Fix byte-compiler warning.
8647 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8648 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 8649 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 8650 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
8651 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8652 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 8653 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
8654 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8655 causing use of <= assignments. Reported by Alex Reed.
8656 (verilog-read-decls): Fix triand, trior, wand, wor to be
8657 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8658 (verilog-extended-complete-re): Support import "DPI-C" functions.
8659 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 8660 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
8661 (verilog-insert-date, verilog-insert-year)
8662 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8663 Windows systems. Reported by Michael Potts.
8664 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 8665 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 8666 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 8667 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
8668 (verilog-read-decls): Fix detecting "parameter int" when using
8669 AUTOINSTPARAM. Reported by Bruce T.
8670 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 8671 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 8672 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
8673 verilog-goto-defun will work. Reported by Lawrence Butcher.
8674 (verilog-getopt): Expand environment variables in -f file
8675 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 8676 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
8677 when reading enumerations.
8678 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8679 Suggested by Stephen Peltan.
4b8b1ec5 8680 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
8681 files. Reported by Steve Peltan.
8682
f7c0d931
CY
86832009-06-28 David De La Harpe Golden <david@harpegolden.net>
8684
8685 * files.el (trash-directory): Fix defcustom type.
8686
baf1a55e 86872009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
8688
8689 * help-fns.el (describe-function-1): Correctly locate adviced
8690 functions in hyperlink (Bug#2438).
8691
d63a01ef
CY
86922009-06-28 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * files.el (trash-directory): Change default to nil.
8695 (move-file-to-trash): If trash-directory is nil and
8696 system-move-file-to-trash is unbound, perform freedesktop-style
8697 trashing.
8698
86992009-06-28 David De La Harpe Golden <david@harpegolden.net>
8700
8701 * files.el (move-file-to-trash): Add freedesktop trash
8702 support (Bug#973).
8703
fc2f6a26
GM
87042009-06-28 Glenn Morris <rgm@gnu.org>
8705
8706 * autorevert.el (global-auto-revert-non-file-buffers)
8707 (global-auto-revert-mode): Doc fixes.
8708
00242b07
JB
87092009-06-27 Johan Bockgård <bojohan@gnu.org>
8710
8711 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8712
f5594f03
CY
87132009-06-27 Chong Yidong <cyd@stupidchicken.com>
8714
e8a2b2da
CY
8715 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8716 opened an X connection before calling x-get-resource (Bug#3194).
8717
f5594f03
CY
8718 * play/doctor.el: Remove reference to obsolete website.
8719 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8720
3c3bf6ce
DN
87212009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8722
8723 Remove find-file-not-found-hook VC method. (Bug#2757)
8724 * vc-hooks.el (vc-file-not-found-hook)
8725 (vc-default-find-file-not-found-hook): Remove functions.
8726 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8727 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8728 * vc.el:
8729 * vc-hg.el:
8730 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8731
e26a7bc0
AM
87322009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8733
8734 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7b6fefac 8735 compatibility function for `looking-back'.
e26a7bc0 8736
4b8b1ec5 8737 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 8738 Use `ispell-looking-back'.
e26a7bc0 8739
d9848600
MA
87402009-06-24 Michael Albinus <michael.albinus@gmx.de>
8741
8742 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 8743 rather than `filename'.
d9848600 8744
05fbc4a9
MB
87452009-06-23 Miles Bader <miles@gnu.org>
8746
8747 * face-remap.el (text-scale-set): New function.
8748
f86ca715
GM
87492009-06-23 Glenn Morris <rgm@gnu.org>
8750
33e2c2e5
GM
8751 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8752
f529f302
GM
8753 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8754
34995333
GM
8755 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8756
cc80ccee
GM
8757 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8758
84cb770d
GM
8759 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8760 Simplify Persian conditionals.
8761
d916c965
GM
8762 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8763 variable `filename'.
8764
b6a44b27
GM
8765 * comint.el (comint-insert-input): Doc fix.
8766
f86ca715
GM
8767 * Makefile.in (ELCFILES): Fix typo in previous change.
8768
666e158e
MB
87692009-06-23 Miles Bader <miles@gnu.org>
8770
8771 * cus-start.el: Add entry for `recenter-redisplay'.
8772
be3e598a 87732009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
8774
8775 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8776 Add an optional argument for the backend, use it instead of
8777 calling vc-backend.
4b8b1ec5
SM
8778 (vc-mode-line): Add an optional argument for the backend.
8779 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
8780 special handling for vc-state being a buffer to ...
8781
8782 * vc-rcs.el (vc-rcs-find-file-hook):
8783 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8784
8785 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8786 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8787 vc-stay-local-p and vc-mode-line calls.
8788
8789 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8790 (vc-cvs-diff, vc-cvs-annotate-command)
8791 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8792 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8793 vc-mode-line calls.
8794
8795 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8796 direct comparison.
8797 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8798 backend when calling vc-mode-line.
8799 (vc-register): Do not create a closure for calling the vc register
8800 function, call it directly.
8801
2764748c
DN
88022009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8803
8804 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8805 to make it obvious item can be clicked.
f5a0b281
DN
8806
8807 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8808
d4a885b2
KH
88092009-06-23 Kenichi Handa <handa@m17n.org>
8810
8811 * language/korea-util.el (korean-key-bindings): Change the binding
8812 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8813 same command.
8814
e3610693
MA
88152009-06-22 Michael Albinus <michael.albinus@gmx.de>
8816
8817 Sync with Tramp 2.1.16.
8818
8819 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8820
8821 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8822 when a loading of a package fails. Completion function for rsync
8823 is `tramp-completion-function-alist-ssh'.
8824 (all): Replace all calls of `split-string' and
8825 `tramp-split-string' by `tramp-compat-split-string'.
8826 (tramp-default-method): Use `tramp-compat-process-running-p'.
8827 (tramp-default-proxies-alist): Allow also Lisp forms.
8828 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 8829 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
8830 (tramp-domain-regexp): Allow also "-", "_" and ".".
8831 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8832 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8833 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
8834 (tramp-handle-directory-files-and-attributes-with-stat):
8835 Care about filenames with spaces, or starting with "-".
e3610693
MA
8836 (tramp-handle-dired-uncache): New defun.
8837 (tramp-handle-insert-directory): Don't flush the directory from
8838 cache, this is handled by `dired-uncache' now.
8839 (tramp-handle-insert-file-contents): Improve error handling.
8840 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8841 Quote `tramp-end-of-output'.
8842 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
8843 (tramp-check-for-regexp): Both echoes must be present, before removing.
8844 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
8845 (tramp-compute-multi-hops): Eval cons cells of
8846 `tramp-default-proxies-alist'.
8847 (tramp-maybe-open-connection): Use the same command pattern for
8848 first hop and further hops.
8849 (tramp-wait-for-output): Remove handling of newlines.
8850 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8851 (tramp-split-string): Remove function. It is handled in
8852 tramp-compat now.
8853
4b8b1ec5
SM
8854 * net/tramp-cmds.el (tramp-bug):
8855 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
8856
8857 * net/tramp-compat.el (tramp-compat-split-string)
8858 (tramp-compat-process-running-p): New defuns.
8859
8860 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8861 for `dired-uncache'.
8862
8863 * net/tramp-gvfs.el: New package.
8864
4b8b1ec5
SM
8865 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8866 Add handler for `dired-uncache'.
e3610693
MA
8867 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8868
8869 * net/trampver.el: Update release number. Make version check fit
8870 for SXEmacs 22.
8871
13a3f374
JM
88722009-06-22 Jim Meyering <meyering@redhat.com>
8873
e0a28a3b 8874 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
8875 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8876 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8877
5242671e 88782009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 8879 Nick Roberts <nickrob@snap.net.nz>
13a3f374 8880
e0a28a3b 8881 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
8882 repository (http://sphinx.net.ru/hg/gdb-mi/).
8883
3fde45af
GM
88842009-06-22 Glenn Morris <rgm@gnu.org>
8885
46253b34
GM
8886 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8887 `mode' and `eval' entries. (Bug#3430)
8888
97e18192
GM
8889 * Makefile.in (ELCFILES): Add fadr.elc.
8890
731a00fb
GM
8891 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8892 differing behavior of \n and ^ in strings. (Bug#3385)
8893
c66cd0ff
GM
8894 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8895
3fde45af
GM
8896 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8897 property.
8898 (lisp-indent-function): Make it a defcustom.
8899
db2241a0
NR
89002009-06-21 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * progmodes/gdb-ui.el: Replace with ...
5242671e 8903 * progmodes/gdb-mi.el: ... this file.
db2241a0 8904 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
8905
89062009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8907
db2241a0
NR
8908 * fadr.el: New file.
8909
38d4f316 8910See ChangeLog.14 for earlier changes.
e3d51b27
MR
8911
8912;; Local Variables:
8913;; coding: utf-8
e3d51b27
MR
8914;; End:
8915
38d4f316 8916 Copyright (C) 2009 Free Software Foundation, Inc.
e3d51b27
MR
8917
8918 This file is part of GNU Emacs.
8919
8920 GNU Emacs is free software: you can redistribute it and/or modify
8921 it under the terms of the GNU General Public License as published by
8922 the Free Software Foundation, either version 3 of the License, or
8923 (at your option) any later version.
8924
8925 GNU Emacs is distributed in the hope that it will be useful,
8926 but WITHOUT ANY WARRANTY; without even the implied warranty of
8927 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8928 GNU General Public License for more details.
8929
8930 You should have received a copy of the GNU General Public License
8931 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8932
38d4f316 8933;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1