Add bug ref.
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * shell.el (shell): Require ansi-color (Bug#5113).
4
5 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
6
7 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
8
9 2009-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
14 software to its state in Emacs 23.1. (Bug#4146)
15
16 2009-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
21 2009-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
30 2009-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
48 2009-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
67 2009-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
73 2009-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
78 2009-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
85 2009-12-04 Juri Linkov <juri@jurta.org>
86
87 * dired.el (dired-auto-revert-buffer): New defcustom.
88 (dired-internal-noselect): Use it.
89
90 2009-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
113 2009-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
133 2009-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
138 2009-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
151 2009-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
158 2009-12-03 Glenn Morris <rgm@gnu.org>
159
160 * progmodes/idlwave.el (class): Restore still useful declaration.
161
162 2009-12-03 Alan Mackenzie <acm@muc.de>
163
164 Enhance `c-parse-state' to run efficiently in "brace deserts".
165
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
169 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
170 placing `category' properties value 'c-cpp-delimiter at its boundaries.
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.
202 (c-parse-state): Enhance and refactor.
203 (c-debug-parse-state): Amend to deal with all the new variables.
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):
207 modify to use category text properties rather than syntax-table ones.
208 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
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.
216 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
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
224 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
225
226 * proced.el (proced-filter-alist): Use regexp-quote.
227
228 2009-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
239 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
240
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
250 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
251
252 2009-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
258 2009-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
268 2009-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
274 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
275
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
280 * progmodes/octave-mod.el (octave-complete-symbol):
281 Use completion-in-region.
282
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
311 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
312
313 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
314
315 2009-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
320 2009-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
345 2009-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
350 2009-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
359 2009-12-02 Glenn Morris <rgm@gnu.org>
360
361 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
362 (rmail-select-summary): Use rmail-pop-to-buffer.
363 * mail/rmailsum.el: Replace all pop-to-buffer calls with
364 rmail-pop-to-buffer, to prevent horizontal splits.
365
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
371 2009-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
376 2009-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
381 2009-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
386 2009-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
392 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * comint.el (comint-insert-input): Ignore clicks to the right of
395 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
396
397 * vc.el (vc-print-log-internal): Don't wait for the process to
398 terminate before setting up the major mode.
399
400 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
401 in case.
402
403 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
404 the last element.
405
406 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
407
408 2009-12-01 Glenn Morris <rgm@gnu.org>
409
410 * window.el (window--display-buffer-2): Fix previous changes.
411
412 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
413
414 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
415
416 2009-12-01 Glenn Morris <rgm@gnu.org>
417
418 * Makefile.in (ELCFILES): Add mpc.elc.
419
420 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * mpc.el: New file.
423
424 2009-12-01 Glenn Morris <rgm@gnu.org>
425
426 * window.el (window-to-use): Define for compiler.
427
428 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
429 consistent with others (no final period).
430
431 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
432 (rmail-mime-show): Downcase the encoding. (Bug#5070)
433
434 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
435
436 Make vc-print-log buttons work.
437 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
438
439 2009-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
444 2009-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
452 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
453
454 * vc-git.el (vc-git-registered): Call vc-git-root only once.
455
456 2009-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
464 2009-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
474 2009-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
485 2009-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
498 2009-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
507 2009-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
515 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
516
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
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
529 2009-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
537 2009-11-29 Juri Linkov <juri@jurta.org>
538
539 * ediff-util.el (ediff-minibuffer-with-setup-hook):
540 New compatibility macro.
541 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
542
543 2009-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
553 2009-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
576 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
577
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
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
590 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
591
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
598 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
599
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
606 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
607 the excursion as well.
608
609 2009-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
615 2009-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
621 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * help.el (describe-bindings-internal): Remove `interactive'.
624
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.
628 Remove `process-connection-type' binding since it's unused by
629 call-process.
630 Provide completion for the "<section> <name>" format as well.
631 (Man-default-man-entry): Remove spurious var shadowing the argument.
632
633 2009-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
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
642 2009-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
663 2009-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
673 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
676
677 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
678
679 * finder.el (finder-mode-map): Add a menu.
680
681 2009-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
689 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
690
691 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
692 (verilog-delete-empty-auto-pair, verilog-library-filenames):
693 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
694
695 (verilog-auto-inst, verilog-auto-star-safe)
696 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
697 Fix removing "// Interfaces" when saving .* expansions. Reported by
698 Pierre-David Pfister.
699
700 2009-11-26 Glenn Morris <rgm@gnu.org>
701
702 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
703 the scope.
704
705 2009-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
710 2009-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
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.
719
720 * arc-mode.el: Add "Keywords: files", so the details in its
721 commentary can be reached from finder-by-keyword.
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.
725 * textmodes/bibtex-style.el: Add "Keywords: tex".
726 * international/isearch-x.el, international/ja-dic-cnv.el:
727 * international/ja-dic-utl.el, international/kkc.el:
728 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
729
730 2009-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
735 2009-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
751 2009-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
756 2009-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
780 2009-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
797 2009-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
826 2009-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
833 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * progmodes/meta-mode.el (meta-complete-symbol):
836 * progmodes/etags.el (complete-tag):
837 * mail/mailabbrev.el (mail-abbrev-complete-alias):
838 Use completion-in-region.
839
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
844 * abbrev.el (abbrev--before-point): Use word-motion functions
845 if :regexp is not specified (bug#5031).
846
847 * subr.el (string-prefix-p): New function.
848
849 * man.el (Man-completion-cache): New var.
850 (Man-completion-table): Use it.
851
852 * vc.el (vc-print-log-internal): Make `limit' optional for better
853 compatibility (e.g. with vc-annotate.el).
854
855 2009-11-24 Kevin Ryde <user42@zip.com.au>
856
857 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
858 Build value with regexp-opt instead of explicit joining loop. (My
859 Bug#4927.)
860
861 * emacs-lisp/elint.el (elint-add-required-env): Better error message
862 when .el source file not found or other error.
863
864 2009-11-24 Markus Triska <markus.triska@gmx.at>
865
866 * linum.el (linum-update-window): Ignore intangible (bug#4996).
867
868 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
869
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
878 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
879 for the displayed buffer (bug#4887).
880
881 * man.el (Man-completion-table): New function.
882 (man): Use it.
883
884 2009-11-24 David Reitter <david.reitter@gmail.com>
885
886 * vc-git.el (vc-git-registered): Use checkout directory (where
887 .git is) rather than the file's directory and a relative path spec
888 to work around a bug in git.
889
890 2009-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
898 * eshell/esh-ext.el (eshell-search-path):
899 Use `eshell-parse-colon-path'.
900 (eshell-remote-command): Remove argument HANDLER.
901 (eshell-external-command): Check for FTP remote connection.
902
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.
907
908 * eshell/em-cmpl.el (eshell-complete-commands-list):
909 Use `eshell-parse-colon-path'.
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
916 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
917
918 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
919 because it could be enabled automatically if view-read-only is non-nil.
920
921 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
922
923 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
924 made on 2009-11-22.
925
926 2009-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
931 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
932 Move after definition of global-semantic-idle-tag-highlight-mode.
933
934 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
937
938 2009-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
946 2009-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.
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'.
953 (doc-view-next-line-or-next-page)
954 (doc-view-previous-line-or-previous-page): New commands.
955
956 2009-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
971 2009-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
981 2009-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
986 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
987
988 Make M-r mirror the new cycling behavior of C-l.
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
993 2009-11-23 Sven Joachim <svenjoac@gmx.de>
994
995 * dired-x.el (dired-guess-shell-alist-default):
996 Support xz format. (Bug#4953)
997
998 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
999
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
1045 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1046 Use semantic-format-tag-prototype.
1047
1048 2009-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
1055 * emulation/viper-util.el, emulation/viper.el:
1056 Use viper-last-command-char instead of
1057 last-command-char/last-command-event.
1058
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.
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
1069 2009-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
1074 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1077 (semantic-complete-jump-local, semantic-complete-jump):
1078 Improve prompt string.
1079
1080 2009-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
1084 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
1085
1086 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1087 Correct the patch from 2009-11-18. (Bug#3910)
1088
1089 2009-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
1097 2009-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
1109 2009-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
1123 2009-11-21 Glenn Morris <rgm@gnu.org>
1124
1125 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1126
1127 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1128
1129 * net/browse-url.el (browse-url-default-windows-browser):
1130 Use cygstart for cygwin.
1131
1132 2009-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
1140 2009-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)
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.
1153
1154 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1155
1156 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1157 New options.
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
1166 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1169
1170 * cedet/semantic/idle.el (define-semantic-idle-service)
1171 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1172
1173 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1174
1175 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1176 backward-subword to quit the byte-compiler.
1177
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
1182 * progmodes/cc-cmds.el (c-update-modeline)
1183 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1184 Refer to subword.el functions instead of cc-subword.el.
1185
1186 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1187 subword.el functions instead of cc-subword.el.
1188
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.
1193 (global-subword-mode): New global minor mode.
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.
1204
1205 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1206
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
1212 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1213 nil LIMIT argument to vc-print-log-internal.
1214
1215 2009-11-20 Glenn Morris <rgm@gnu.org>
1216
1217 * Makefile.in (ELCFILES): Regenerate.
1218
1219 2009-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
1230 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1231
1232 * calc/calc.el (calc-set-mode-line):
1233 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1234 (math-format-number): Rename `math-format-complement-signed' to
1235 `math-format-twos-complement'.
1236
1237 * calc/calc-bin.el (math-format-twos-complement): Rename from
1238 math-format-complement-signed.
1239 (calc-radix): Rename `calc-complement-signed-mode' to
1240 `calc-twos-complement-mode'.
1241 (calc-octal-radix, calc-hex-radix): Add an argument for
1242 two's complement.
1243
1244 * calc/calc-embed.el (calc-embedded-mode-vars):
1245 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1246
1247 * calc/calc-ext.el (calc-init-extensions):
1248 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1249 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1250
1251 * calc/calc-units.el (math-build-units-table-buffer):
1252 Let `calc-twos-complement-mode' be nil.
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):
1262 * calc/calccomp.el (math-compose-expr):
1263 Let `calc-twos-complement-mode' be nil.
1264
1265 2009-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.
1273
1274 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1275
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
1283 * window.el (display-buffer-mark-dedicated): New var.
1284 (display-buffer): Obey it.
1285 * minibuffer.el (minibuffer-completion-help): Use it.
1286
1287 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1288
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
1293 * simple.el (with-wrapper-hook): Fix thinko.
1294
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
1308 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1309
1310 * htmlfontify.el, hfy-cmap.el: New files.
1311
1312 2009-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
1320 2009-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
1326 2009-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
1337 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1340 Set variables for computing the prompt for reading password.
1341
1342 2009-11-19 Glenn Morris <rgm@gnu.org>
1343
1344 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1345
1346 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1347
1348 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1349 (newsticker-treeview-listwindow-height): Fix custom type.
1350
1351 2009-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.
1355 (describe-char): Fix the condition for detecting a trivial composition.
1356
1357 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1358
1359 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1360 more accurate version of the regexp. (Bug#3910)
1361
1362 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1363
1364 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1365
1366 2009-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
1371 2009-11-18 Alan Mackenzie <acm@muc.de>
1372
1373 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1374
1375 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1376
1377 * font-setting.el (font-use-system-font): Move ...
1378
1379 * cus-start.el (all): ... to here.
1380
1381 2009-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
1386 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1387 modification time.
1388
1389 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1390
1391 * menu-bar.el: Put "Use system font" in Option-menu.
1392 (menu-bar-options-save): Add font-use-system-font.
1393
1394 * loadup.el: If feature system-font-setting or font-render-setting is
1395 there, load font-setting.
1396
1397 * Makefile.in (ELCFILES): Add font-settings.el.
1398 * font-setting.el: New file.
1399
1400 2009-11-17 Glenn Morris <rgm@gnu.org>
1401
1402 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1403
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
1410 2009-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):
1421 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1422 `calc-symclip'.
1423
1424 2009-11-16 Kevin Ryde <user42@zip.com.au>
1425
1426 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1427 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1428
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
1433 change). (Bug #4928.)
1434
1435 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1436
1437 * vc.el (vc-log-show-limit): Default to 2000.
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
1447 2009-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
1453 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1456
1457 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * net/dbus.el (dbus-unregister-service): New defun.
1460 (dbus-register-property): Register the handlers of
1461 "org.freedesktop.DBus.Properties" for SERVICE.
1462 (dbus-property-handler): Fix docstring.
1463
1464 2009-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
1470 2009-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'.
1479 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1480 (calc-symclip): New functions.
1481
1482 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1483
1484 * calc/calc-embed.el (calc-embedded-mode-vars):
1485 Add `calc-complement-signed-mode' to the list of modes.
1486
1487 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1488 (calc-b-oper-keys): Add `calc-symclip' to list.
1489
1490 * calc/calc-ext.el (math-read-number-fancy): Read complement
1491 signed numbers.
1492 (calc-init-extensions): Add binding for `calc-symclip'.
1493 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1494
1495 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1496 `calc-symclip'.
1497 (calc-modes-menu): Add item for twos complement mode.
1498
1499 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1500
1501 2009-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
1506 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1507
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,
1517 pass it to the log command when set. Make the BUFFER argument
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
1526 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1527
1528 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * dired.el (dired-mode-map): Move encryption items to "Operate"
1531 menu (Bug#4703).
1532
1533 * strokes.el (strokes-update-window-configuration): Make strokes
1534 buffer current before erasing (Bug#4906).
1535
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
1543 2009-11-15 Juri Linkov <juri@jurta.org>
1544
1545 * simple.el (set-mark-default-inactive): Add :type, :group
1546 and :version. (Bug#4876)
1547
1548 2009-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
1553 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1556 with a real fix.
1557
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
1565 2009-11-14 Glenn Morris <rgm@gnu.org>
1566
1567 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1568 constants. (Bug#4913)
1569
1570 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1571
1572 2009-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
1577 2009-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
1582 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1583
1584 * simple.el (shell-command): Doc fix (Bug#4891).
1585
1586 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1587
1588 2009-11-14 Glenn Morris <rgm@gnu.org>
1589
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
1594 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1595 compiling.
1596
1597 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1598
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
1603 * custom.el (defgroup):
1604 * epg-config.el (epg): Doc fixes.
1605
1606 2009-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
1612 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1615 a second time.
1616
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
1698 2009-11-13 Glenn Morris <rgm@gnu.org>
1699
1700 * Makefile.in (ELCFILES): Regenerate.
1701
1702 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * net/dbus.el (dbus-registered-objects-table): Rename from
1705 `dbus-registered-functions-table', because it contains also properties.
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
1711 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * simple.el (minibuffer-default-add-completions): Drop deprecated
1714 4th arg.
1715
1716 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1717
1718 * textmodes/artist.el (artist-mouse-choose-operation):
1719 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1720 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1721 (artist-compute-up-event-key): New function.
1722 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1723
1724 2009-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
1729 2009-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
1734 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * minibuffer.el (minibuffer-completion-help):
1737 Use minibuffer-hide-completions.
1738
1739 2009-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
1744 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1745
1746 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1747
1748 2009-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
1754 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1755
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
1769 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1770
1771 2009-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
1789 2009-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
1798 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1799
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
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
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
1817 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1818 (define-char-code-property): Correctly purecopy the table.
1819
1820 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1821
1822 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1823
1824 * subr.el (add-hook): Purecopy strings.
1825 (eval-after-load): Purecopy load-history-regexp and the form.
1826
1827 * custom.el (custom-declare-group): Purecopy load-file-name.
1828
1829 * subr.el (menu-bar-separator): New defconst.
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):
1835 * replace.el (occur-mode-map):
1836 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1837 (menu-bar-edit-menu, menu-bar-goto-menu)
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
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
1876 2009-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
1883 2009-11-10 Glenn Morris <rgm@gnu.org>
1884
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
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
1893 2009-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
1899 2009-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
1904 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1905
1906 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1907 bookmark-sort-flag is non-nil (Bug#4653).
1908
1909 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1912 the progress reporter entirely.
1913
1914 * emulation/cua-base.el: Add CUA property to some CC mode commands
1915 (Bug#4100).
1916
1917 2009-11-08 Kevin Ryde <user42@zip.com.au>
1918
1919 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1920 at end of sentence (Bug#4818).
1921
1922 2009-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
1927 2009-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
1935 2009-11-08 Kevin Ryde <user42@zip.com.au>
1936
1937 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1938 `ad-do-it'.
1939
1940 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1941
1942 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1943 in order to keep context in SELinux.
1944
1945 2009-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
1953 2009-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
1973 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * tar-mode.el (tar-copy): Call write-region on the right buffer
1976 (Bug#4857).
1977
1978 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1979 by hand, if necessary (Bug#4878).
1980
1981 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1984 align size column (Bug#4839).
1985
1986 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1987 statement.
1988
1989 2009-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
1996 2009-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
2003 2009-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):
2063 * button.el (default-button): Purecopy strings.
2064
2065 2009-11-06 Glenn Morris <rgm@gnu.org>
2066
2067 * Makefile.in (ELCFILES): Update.
2068
2069 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2072 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2073
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
2084 2009-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
2110 2009-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
2126 2009-11-05 Glenn Morris <rgm@gnu.org>
2127
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
2133 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2134 * cus-dep.el (custom-make-dependencies):
2135 * finder.el (finder-compile-keywords):
2136 Use autoload-rubric's feature argument.
2137
2138 * calendar/diary-lib.el (top-level): Make load behave more like require.
2139
2140 * vc-git.el (vc-git-stash-map): Move definition before use.
2141
2142 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * custom.el (custom-declare-group): Purecopy standard-value.
2145 (custom-declare-group): Purecopy custom-prefix.
2146
2147 * international/mule.el (load-with-code-conversion):
2148 Call do-after-load-evaluation unconditionally.
2149
2150 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2151
2152 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2155
2156 2009-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)
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.
2170
2171 2009-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
2177 2009-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
2184 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2187 point-min==1.
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
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.
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
2268 generated-autoload-feature.
2269
2270 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2271 and only put a prop if it is non-nil.
2272
2273 2009-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
2283 2009-11-03 Glenn Morris <rgm@gnu.org>
2284
2285 * cedet/mode-local.el (with-mode-local): Doc fix.
2286
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
2295 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2296 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2297
2298 2009-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
2353 2009-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
2358 2009-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
2363 2009-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
2368 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2371
2372 2009-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
2377 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2380 Support face colors.
2381
2382 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2383 New function. Support face colors (Bug#1168).
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
2389 2009-10-31 Juri Linkov <juri@jurta.org>
2390
2391 * facemenu.el (list-colors-display): Don't mark buffer as
2392 modified (Bug#3948).
2393
2394 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * international/mule-diag.el (list-character-sets-1): Minor
2397 message fix (Bug#3526).
2398
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
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
2414 2009-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
2538 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2539
2540 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2541 is no item to edit. (Bug#4820)
2542 (todo-top-priorities): Restore point and restore narrowing in Todo
2543 buffer. (Bug#4820)
2544
2545 2009-10-31 Glenn Morris <rgm@gnu.org>
2546
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
2552 * pcmpl-rpm.el (top-level): Move provide statement to end.
2553 (pcmpl-rpm): Remove unused custom group.
2554
2555 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2556
2557 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2558
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
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
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
2576 2009-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
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
2650 2009-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
2670 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2671
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
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
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
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
2716 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
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
2722 2009-10-27 Kevin Ryde <user42@zip.com.au>
2723
2724 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2725 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2726 (Further to Bug#3921).
2727
2728 2009-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
2741 2009-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
2746 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * net/tramp.el (tramp-perl-file-truename): New defconst.
2749 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2750 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
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.
2753
2754 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2755 Ignore `dired-call-process'.
2756 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2757
2758 2009-10-26 Julian Scheid <julians37@gmail.com>
2759
2760 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
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.
2778 (tramp-handle-process-file): Merge three remote ops into one.
2779 Do not flush all caches when `process-file-side-effects' is set.
2780 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2781 file-attributes shows uid/gid to be set already.
2782
2783 2009-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)
2814 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
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
2823 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2826 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2827 (pcomplete--here): Use push.
2828
2829 * subr.el (all-completions): Declare the 4th arg obsolete.
2830
2831 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2832
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
2840 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2841 we're inside a dedicated or minibuffer window.
2842
2843 2009-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
2873 2009-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
2879 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2880
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
2885 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2886 (global-whitespace-mode, global-whitespace-newline-mode)
2887 (whitespace-toggle-options, global-whitespace-toggle-options):
2888 Doc fix (Bug#3660).
2889
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
2893 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2894 patterns that are preceded by an open-paren (Bug#1320).
2895
2896 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2897
2898 * files.el (delete-directory): Delete symlinks to directories with
2899 delete-file (Bug#4739).
2900
2901 2009-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
2910 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * vc.el (vc-backend-for-registration): Rename from
2913 vc-get-backend-for-registration. Update callers.
2914
2915 * international/mule-cmds.el (set-language-info-alist):
2916 Purecopy lang-env.
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
2929 2009-10-24 Glenn Morris <rgm@gnu.org>
2930
2931 * comint.el (comint-dynamic-list-completions):
2932 * term.el (term-dynamic-list-completions): Use choose-completion rather
2933 than obsolete alias mouse-choose-completion.
2934
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
2940 * progmodes/octave-mod.el (octave-complete-symbol):
2941 Use choose-completion if mouse-choose-completion is ever removed.
2942
2943 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2944 use.
2945
2946 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2947 compiler.
2948
2949 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2950
2951 2009-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
2957 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * vc.el (vc-responsible-backend): Throw an error if not backend is
2960 found. Remove the REGISTER argument. Move the code dealing with
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
2967 2009-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
2977 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2978
2979 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2980 Allow uncapitalized info node names (Bug#3921).
2981
2982 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2983 to the DEBUG file (Bug#3781).
2984
2985 2009-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
2990 2009-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
3004 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3007
3008 2009-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
3027 2009-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
3032 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3033
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
3039 * minibuffer.el (completion-table-with-terminator): Allow to specify
3040 the terminator-regexp.
3041
3042 * simple.el (switch-to-completions): Look for *Completions* in other
3043 frames as well.
3044
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):
3054 Don't assume `completions' is a list of strings any more.
3055
3056 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3057
3058 * find-dired.el (find-name-arg): Fix typo in docstring.
3059
3060 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3063 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3064
3065 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3066 pcomplete-entries.
3067
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
3076 2009-10-21 Kevin Ryde <user42@zip.com.au>
3077
3078 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3079 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3080 the first form. And insert a blank line after ";;; Code" since
3081 that's usual style. (My Bug#4612.)
3082
3083 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3084
3085 2009-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
3102 2009-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
3107 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3110
3111 2009-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
3121 2009-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
3127 `mapcar'. Use `tramp-smb-get-stat-capability'.
3128 Add `dired-filename' text properties.
3129 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3130 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3131 version.
3132
3133 2009-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
3139 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3142
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
3147 * info.el (Info-complete-menu-item): Use complete-with-action.
3148
3149 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 Make vc-annotate work through copies and renames.
3152 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3153 Return the file name too.
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.
3162 (vc-annotate-show-diff-revision-at-line):
3163 Update vc-annotate-show-diff-revision-at-line call.
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
3178 2009-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
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
3187 2009-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
3195 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3196
3197 2009-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
3203 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3206
3207 2009-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.
3211 Remove test for "UnicodeData" files, since it is hopefully unnecessary
3212 now, and in any case the file header format has changed.
3213
3214 2009-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
3220 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * Makefile.in (ELCFILES): Add ede/shell.
3223
3224 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3225
3226 * term/common-win.el (x-colors): Purecopy it.
3227
3228 2009-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
3235 2009-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
3244 2009-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
3250 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3251 Use semantic-idle-summary-highlight-face as the highlighting.
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
3277 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3278 (ede-g++-linker): Change Change link lines.
3279
3280 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3281 When searching for old variables, go to the end of the buffer and
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".
3292 (ede-linux-load): Wrap dir in file-name-as-directory.
3293 Set :version slot.
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.
3300 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3301 Get version number from different places. Don't call egrep.
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
3310 2009-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
3315 2009-10-17 Glenn Morris <rgm@gnu.org>
3316
3317 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3318 All errors should have messages.
3319
3320 * foldout.el (foldout-mouse-swallow-events):
3321 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3322
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
3328 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3329 messages from messing up the file coding. (Bug#4623)
3330
3331 2009-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
3344 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3345
3346 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3347
3348 2009-10-16 Glenn Morris <rgm@gnu.org>
3349
3350 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3351
3352 2009-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
3358 2009-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
3364 2009-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
3369 2009-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
3375 2009-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
3381 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3382
3383 * international/ucs-normalize.el (ucs-normalize-version):
3384 Change to 1.2.
3385 (check-range): Adjust for Unicode 5.2.
3386
3387 2009-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
3392 2009-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
3420 2009-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
3427 2009-10-15 Glenn Morris <rgm@gnu.org>
3428
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
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
3442 2009-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
3474 2009-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
3479 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3482 `bytecomp.el'.
3483
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
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
3493 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3494
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
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.
3503
3504 * vc.el: Move comments about RCS and SCCS ...
3505 * vc-rcs.el:
3506 * vc-sccs.el: ... here, respectively.
3507
3508 2009-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
3514 2009-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
3519 2009-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
3524 2009-10-13 Kenichi Handa <handa@m17n.org>
3525
3526 * international/uni-name.el: Regenerated.
3527
3528 2009-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
3533 2009-10-12 Sam Steingold <sds@gnu.org>
3534
3535 * progmodes/compile.el (compilation-next-error-function): Fix the
3536 timestamps if the buffer has been visited before.
3537 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3538 non-anchored patterns, like the perl one (bug#3928).
3539
3540 2009-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
3545 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * proced.el (proced-unload-function): New function.
3548
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
3553 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3554
3555 2009-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
3560 2009-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)
3572 (tramp-smb-do-file-attributes-with-stat)
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)
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.
3585
3586 2009-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
3595 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3596
3597 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3598 Update documentation to refer to the variables documented in r1.135.
3599 (Bug#4188)
3600
3601 2009-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
3611 2009-10-10 Glenn Morris <rgm@gnu.org>
3612
3613 * frame.el (frame-height): Doc fix.
3614
3615 * calendar/calendar.el (calendar-split-width-threshold): New option.
3616 (calendar-basic-setup): Use calendar-split-width-threshold.
3617
3618 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3619
3620 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3621 Use .la for Automake.
3622
3623 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3626 Use "autoreconf -i". Suggested by Andreas Schwab.
3627
3628 2009-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
3633 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3634
3635 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3636 since the list will have been rebuilt anyway. (Bug#4349)
3637
3638 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3639
3640 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3641 (bookmark-bmenu-execute-deletions): Don't save here, as
3642 bookmark-delete will now do so if necessary.
3643 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3644 (Bug#4348)
3645
3646 2009-10-09 Glenn Morris <rgm@gnu.org>
3647
3648 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3649
3650 2009-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
3656 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3659 Fix filename test.
3660 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3661 to expand file names.
3662
3663 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3664
3665 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3666 (tramp-file-name-real-host, tramp-file-name-port):
3667 Apply `save-match-data'.
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.
3672 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3673
3674 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3677 (ede-proj-target-makefile-objectcode): Use it.
3678
3679 * cedet/ede/source.el (ede-want-any-source-files-p)
3680 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3681 Return search result. This error was introduced while merging.
3682
3683 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3686
3687 2009-10-07 Glenn Morris <rgm@gnu.org>
3688
3689 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3690 of concat.
3691
3692 2009-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
3697 2009-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
3715 2009-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
3720 2009-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
3725 2009-10-07 Glenn Morris <rgm@gnu.org>
3726
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
3732 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3733 show the original buffer rather than a random one.
3734
3735 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3736
3737 * help.el (describe-no-warranty): Place point in a slightly better
3738 position in the GPLv3 text.
3739
3740 2009-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
3745 2009-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
3753 2009-10-06 Glenn Morris <rgm@gnu.org>
3754
3755 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3756
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
3763 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3764 inside with-parsed... macro so that `v' is defined.
3765
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
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
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
3783 2009-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
3789 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * help-fns.el (describe-function-1): Don't burp if the function is not
3792 a symbol.
3793
3794 2009-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
3847 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3850 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3851 Set log-view-vc-backend so that diff can work.
3852
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
3857 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3858
3859 * simple.el (eval-expression): Doc fix.
3860
3861 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3862
3863 2009-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
3869 * net/tramp.el (tramp-verbose): Fix docstring.
3870 (tramp-methods): Add recursive option to `tramp-copy-args'.
3871 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3872 "scp1_old", "scp2_old", "rsync", "rsyncc".
3873 (tramp-default-method): Check also for `auth-source-user-or-password'.
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.
3878 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3879 Optimize sent command.
3880
3881 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3884 window if necessary.
3885
3886 * calendar/calendar.el (calendar-basic-setup): Don't call
3887 switch-to-buffer in a dedicated window.
3888
3889 2009-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
3902 2009-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
3909 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3910
3911 * bookmark.el (bookmark-set, bookmark-buffer-name):
3912 Improve doc strings. (Bug#1193)
3913
3914 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3915
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.
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
3944 2009-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
3951 2009-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
3957 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3958
3959 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
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.
3963 (semantic-mode): Parse all existing buffers when enabled.
3964
3965 * cedet/srecode/compile.el (srecode-compile-file):
3966 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3967
3968 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3969
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.
3976
3977 2009-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
3983 2009-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
3990 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3991
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
4005 * recentf.el (recentf-unload-function): New function.
4006
4007 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4008
4009 * cedet/ede.el (ede-project-placeholder-cache-file):
4010 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4011 * cedet/srecode/map.el (srecode-map-save-file):
4012 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4013
4014 2009-10-04 Glenn Morris <rgm@gnu.org>
4015
4016 * window.el (window-full-height-p): Add doc string.
4017
4018 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4019
4020 * window.el (window-full-height-p): New function. (Bug#4543)
4021
4022 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * cedet/srecode/insert.el: Require srecode/args.
4025
4026 * cedet/srecode/args.el: Require srecode/dictionary instead of
4027 srecode/insert.
4028
4029 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4030
4031 * files.el (auto-mode-alist): Add .srt and Project.ede.
4032
4033 * cedet/semantic.el (semantic-mode):
4034 Handle srecode-template-mode-hook as well.
4035 (semantic-mode): Use js-mode-hook for Javascript hook.
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.
4043 (ede-project-placeholder-cache-file): Default to a file in
4044 user-emacs-directory.
4045
4046 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4047 templates in data-directory.
4048 (srecode-map-save-file): Default to a file in user-emacs-directory.
4049
4050 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4051 directory.
4052
4053 2009-09-30 Eric Ludlam <zappo@gnu.org>
4054
4055 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4056 Doc fix.
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
4067 2009-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
4073 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
4074
4075 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4076 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
4077 there could be recursive loading when `default-directory' is a
4078 remote file name. (Bug#4614)
4079
4080 2009-10-03 Glenn Morris <rgm@gnu.org>
4081
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
4086 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4087 declaration, currently false.
4088
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
4093 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4094
4095 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
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.
4099 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4100
4101 2009-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
4110 2009-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
4121 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4122 Flush file properties of created directory.
4123
4124 2009-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
4130 2009-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
4136 2009-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
4258 2009-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
4268 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4269
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:
4275 * international/uni-decomposition.el:
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
4286 2009-10-01 Glenn Morris <rgm@gnu.org>
4287
4288 * Makefile.in (ELCFILES): Regenerate.
4289
4290 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4291
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
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
4307 2009-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.
4320 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4321 (tramp-handle-dired-recursive-delete-directory): Flush directory
4322 properties after the remove command only.
4323
4324 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4325 Handle optional parameter RECURSIVE.
4326
4327 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4328 Handle optional parameter RECURSIVE.
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
4335 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4336
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
4341 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4342
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
4347 2009-10-01 Glenn Morris <rgm@gnu.org>
4348
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):
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):
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):
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):
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):
4485 Doc/message fixes.
4486
4487 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4488 match-data. (Bug#4555).
4489
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
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
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
4508 2009-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
4513 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * cedet/srecode/expandproto.el: Fix provide statement.
4516
4517 2009-09-30 Eric Ludlam <zappo@gnu.org>
4518
4519 * emacs-lisp/eieio.el (boolean-p): Delete.
4520
4521 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4522
4523 * cedet/ede/srecode.el: Fix provide statement.
4524
4525 2009-09-30 Glenn Morris <rgm@gnu.org>
4526
4527 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4528 * cedet/ede/proj-aux.el (ede-aux-source):
4529 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4530 (ede-misc-source):
4531 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4532 (semantic-mrub-switch-tags): Fix doc typos.
4533
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
4538 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4539
4540 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4541 use of CL function `remove-if-not'.
4542
4543 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4544
4545 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4546 filename is not a string.
4547
4548 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * files.el (safe-local-eval-forms): Fix typo.
4551
4552 2009-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
4566 2009-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
4578 2009-09-29 Glenn Morris <rgm@gnu.org>
4579
4580 * cedet/semantic/symref/idutils.el:
4581 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4582
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
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.
4593 Add basic defmethod and defclass, and define-overloadable-function.
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
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
4607 2009-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
4613 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4614
4615 * Makefile.in (lisptagsfiles3): Define.
4616 (TAGS, TAGS-LISP): Use it.
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
4623 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * Makefile.in (ELCFILES): Add CEDET files.
4626
4627 2009-09-28 Eric Ludlam <zappo@gnu.org>
4628
4629 CEDET (development tools) package merged.
4630
4631 * cedet/*.el:
4632 * cedet/ede/*.el:
4633 * cedet/semantic/*.el:
4634 * cedet/srecode/*.el: New files.
4635
4636 2009-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
4645 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4646
4647 * net/tramp-imap.el: New package.
4648
4649 2009-09-28 Eric Ludlam <zappo@gnu.org>
4650
4651 * emacs-lisp/chart.el:
4652 * emacs-lisp/eieio-base.el:
4653 * emacs-lisp/eieio-comp.el:
4654 * emacs-lisp/eieio-custom.el:
4655 * emacs-lisp/eieio-datadebug.el:
4656 * emacs-lisp/eieio-opt.el:
4657 * emacs-lisp/eieio-speedbar.el:
4658 * emacs-lisp/eieio.el: New files.
4659
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:
4666 * cedet/mode-local.el:
4667 * cedet/pulse.el: New files.
4668
4669 2009-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
4675 2009-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
4699 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4700
4701 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4702
4703 * faces.el: Default light-background background for region face to
4704 ns_selection_color under NS.
4705
4706 2009-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
4712 2009-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
4719 2009-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
4726 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4727
4728 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4729 subdirectories) and eieio.
4730
4731 2009-09-26 Alan Mackenzie <acm@muc.de>
4732
4733 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4734 buggy bracketing. (Bug#4289)
4735
4736 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4737 character constants (as case labels). (Bug#4289)
4738
4739 2009-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
4744 2009-09-25 Drew Adams <drew.adams@oracle.com>
4745
4746 * menu-bar.el (list-buffers-directory): Doc fix.
4747
4748 2009-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
4756 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4759 when available, instead of hardcoding mode names. Doc fix.
4760
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
4772 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4773
4774 * comint.el (comint-exec, comint-run, make-comint):
4775 Doc fixes (Bug#4542).
4776
4777 2009-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
4788 obey the value of `rmail-mime-show-images' option. Print the size of
4789 attachments.
4790
4791 2009-09-25 David Engster <deng@randomsample.de>
4792
4793 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4794
4795 2009-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
4809 2009-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)
4816 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4817
4818 2009-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
4827 2009-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
4835 2009-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
4840 2009-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
4845 2009-09-24 Glenn Morris <rgm@gnu.org>
4846
4847 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4848
4849 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4850
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.
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).
4861
4862 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4865 than just dropping elements from it (bug#4504).
4866
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
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
4876 2009-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
4994 2009-09-24 Ivan Kanis <apple@kanis.eu>
4995
4996 * term.el (term-bold-attribute): New var.
4997 (term-handle-colors-array): Use it.
4998
4999 2009-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
5007 2009-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
5012 2009-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
5017 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5018
5019 * term/ns-win.el (ns-reg-to-script): New variable.
5020
5021 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5022
5023 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5024
5025 2009-09-22 Sam Steingold <sds@gnu.org>
5026
5027 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
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.
5030 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5031
5032 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5033
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
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
5044 2009-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
5049 2009-09-22 Glenn Morris <rgm@gnu.org>
5050
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
5054 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5055 commands that move point (as opposed to scrolling).
5056
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
5110 2009-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
5115 2009-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
5120 2009-09-21 Kevin Ryde <user42@zip.com.au>
5121
5122 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5123
5124 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * net/dig.el (dig-mode): Use define-derived-mode.
5127
5128 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5129
5130 * vc-dispatcher.el (vc-do-command): Return the process object in
5131 the asynchronous case. Use when instead of if. Do not run
5132 vc-exec-after to display a message if not enabled. (Bug#4463)
5133
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
5141 * register.el (ctl-x-r-map): Define the keys here instead of
5142 using autoload.
5143
5144 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
5145
5146 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5147 list, to workaround performance problem (bug#4485).
5148
5149 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
5150
5151 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5152
5153 2009-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
5158 2009-09-19 Glenn Morris <rgm@gnu.org>
5159
5160 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5161 variable `var'.
5162
5163 * calc/calc-alg.el (var):
5164 * calc/calcalg2.el (var): Define for compiler.
5165
5166 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5169 Doc fix (Bug#3932).
5170
5171 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5172
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)
5177 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5178 Remove functions that have been obsolete since 1995 (Bug#4436).
5179
5180 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5181 indent buffer only if called interactively (Bug#4452).
5182
5183 2009-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
5191 2009-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
5196 2009-09-19 Glenn Morris <rgm@gnu.org>
5197
5198 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5199
5200 2009-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
5205 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
5206
5207 * server.el (server-ensure-safe-dir): Pass 'integer
5208 to `file-attributes', as suggested.
5209
5210 2009-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
5215 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5216
5217 * cus-start.el (ns-use-qd-smoothing): Remove.
5218
5219 2009-09-18 Glenn Morris <rgm@gnu.org>
5220
5221 * allout.el (top-level): Remove unnecessary progn.
5222
5223 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5224
5225 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5226 definition of abbrev table.
5227
5228 * speedbar.el (speedbar-track-mouse):
5229 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5230 * net/eudc.el (eudc-expand-inline):
5231 * net/newst-backend.el (newsticker--cache-read-feed):
5232 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5233 condition-case handlers.
5234
5235 2009-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
5251 2009-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
5257 2009-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
5262 2009-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
5269 2009-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
5278 2009-09-17 Glenn Morris <rgm@gnu.org>
5279
5280 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5281 arguments, whether or not it has a handler.
5282
5283 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5284
5285 * simple.el (hard-newline): Give it a doc-string.
5286
5287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5288 (lisp-mode-syntax-table): Give them doc-strings.
5289
5290 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5291
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
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
5308 2009-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
5313 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * startup.el (command-line): Initialize the window-system after
5316 processing the command-line.
5317
5318 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5319 page-delimiter matches the empty string.
5320
5321 2009-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
5334 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5335
5336 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5337
5338 2009-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
5344 2009-09-15 Stephen Eglen <stephen@gnu.org>
5345
5346 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5347 the virtual-buffers, use the name of the buffer specified by
5348 find-file-noselect, as the match may be a symlink. (This was a
5349 problem if the target and the symlink had different names.)
5350
5351 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5354
5355 * desktop.el (desktop-path): Check user-emacs-directory.
5356
5357 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5358
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
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
5367 2009-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
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
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
5404 2009-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
5409 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5412
5413 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5414
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
5418 * vc.el (top): print-log method now takes an optional SHORTLOG
5419 argument. Add a new method: root.
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
5439 * vc-mtn.el (vc-mtn-annotate-command):
5440 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5441
5442 2009-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
5451 2009-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
5456 2009-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
5461 2009-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
5466 2009-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
5471 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5472
5473 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5474 kp-0 to ascii equivalents (Bug#4325).
5475
5476 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5477
5478 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5479
5480 * eshell/em-hist.el:
5481 * eshell/em-dirs.el (eshell-complete-user-reference):
5482 Declare pcomplete functions and variables to avoid compiler warnings.
5483
5484 2009-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):
5489 * eshell/em-hist.el (eshell-history-file-name):
5490 Use expand-file-name instead of concat to make file names (Bug#4308).
5491
5492 2009-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
5503 2009-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
5521 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5522
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
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
5535 2009-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.
5541 (elint-init-env): Skip non-list forms.
5542 (elint-log): Handle unknown file positions.
5543
5544 2009-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)
5558 (epg-generate-key-from-file, epg-generate-key-from-string):
5559 Remove autoload cookie.
5560
5561 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5562
5563 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5564 reevaluation of trash-directory.
5565
5566 * mwheel.el: Fix last change.
5567 (mouse-wheel-mode): New defvar.
5568 (mouse-wheel-mode): Remove autoload cookie.
5569
5570 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5571
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
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
5587 * subr.el (do-after-load-evaluation): Warn the user after loading an
5588 obsolete package.
5589
5590 2009-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
5612 2009-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
5617 2009-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
5622 2009-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
5627 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5628
5629 * progmodes/js.el (js--proper-indentation): Handle the case where
5630 char-before is null. Reported by Deniz Dogan.
5631
5632 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5635
5636 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5637
5638 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5639 (epg-digest-algorithm-alist): Add SHA224.
5640 (epg-context-set-passphrase-callback)
5641 (epg-context-set-progress-callback): Add description about
5642 callback function.
5643
5644 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5645
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).
5655
5656 2009-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
5661 2009-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
5666 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * Makefile.in (autoloads): Make rmail.el writable as well.
5669
5670 2009-09-11 Glenn Morris <rgm@gnu.org>
5671
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
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
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
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
5705 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5706
5707 * emulation/crisp.el (crisp-mode-map): Move initialization
5708 into declaration.
5709 (crisp-mode): Use define-minor-mode.
5710
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
5730 2009-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
5737 2009-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
5746 2009-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
5757 2009-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
5791 2009-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.
5798 (gdb): Revert 2009-08-11 change. User should detach inferior
5799 manually.
5800
5801 Remove the word "separate" from IO functions as inferior
5802 output is now never displayed in the GUD buffer.
5803
5804 2009-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
5809 2009-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
5832 2009-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
5837 2009-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
5848 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5849
5850 * net/imap.el (imap-message-map): Docstring fix.
5851
5852 2009-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
5857 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * smerge-mode.el (smerge-remove-props, smerge-refine):
5860 Use with-silent-modifications (bug#4342).
5861
5862 * subr.el (with-silent-modifications): New macro.
5863
5864 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5865
5866 * files.el (top-level): Require `cl' when compiling.
5867
5868 2009-09-07 Glenn Morris <rgm@gnu.org>
5869
5870 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5871
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
5875 2009-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
5880 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5881
5882 * proced.el (proced-mode): Doc fix.
5883
5884 2009-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
5893 2009-09-05 Glenn Morris <rgm@gnu.org>
5894
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
5900 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5901 efficient.
5902
5903 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5904
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
5918 2009-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
5925 2009-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
5934 2009-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
5942 2009-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
5947 2009-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
5952 2009-09-04 Glenn Morris <rgm@gnu.org>
5953
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
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
5965 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5966 goto-line.
5967
5968 2009-09-03 Glenn Morris <rgm@gnu.org>
5969
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
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
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
6000 2009-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
6008 2009-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.
6022 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
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
6029 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
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
6036 2009-09-02 Glenn Morris <rgm@gnu.org>
6037
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
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
6053 2009-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
6062 2009-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
6073 2009-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.
6079 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6080
6081 2009-09-01 Glenn Morris <rgm@gnu.org>
6082
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):
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):
6123 * obsolete/old-whitespace.el (whitespace-highlight-face):
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):
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):
6138 * textmodes/texinfo.el (texinfo-heading-face):
6139 Mark face aliases with "-face" suffix as obsolete.
6140
6141 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6142 compiler.
6143
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
6154 * progmodes/etags.el (etags-goto-tag-location):
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
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
6174 2009-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
6185 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * progmodes/sym-comp.el (displayed-completions): Remove.
6188 (symbol-complete): Use minibuffer-complete.
6189
6190 2009-08-31 Glenn Morris <rgm@gnu.org>
6191
6192 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6193
6194 * apropos.el (apropos-symbols-internal):
6195 Handle (obsolete) face aliases.
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
6207 2009-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
6215 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6216
6217 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6218 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6219
6220 2009-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
6225 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6228
6229 2009-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
6234 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6237
6238 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6239
6240 * net/imap.el (imap-send-command): Simplify.
6241 (imap-wait-for-tag): point-max -> buffer-size.
6242
6243 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6244
6245 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6246 with constant argument.
6247
6248 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6249
6250 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6251
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
6257 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6258 Add comint-run.
6259
6260 * calc/calc.el: Improve commenting convention.
6261 (calc-digit-map, toplevel): Simplify.
6262
6263 * comint.el (comint-insert-input): Be careful to only set point if we
6264 don't delegate to some other command.
6265
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
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
6280 2009-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
6289 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
6290
6291 * subr.el (do-after-load-evaluation): Simplify.
6292
6293 2009-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
6302 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6303
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
6319 * files.el (get-free-disk-space): Use / for default-directory.
6320
6321 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6322 Use with-current-buffer.
6323
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
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
6335 2009-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
6344 2009-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
6350 2009-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
6366 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6367
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
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
6389 2009-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
6397 2009-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 \\'.
6404 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6405 Don't modify last-coding-system-used by accident.
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'.
6411 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6412
6413 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6414
6415 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6416 Remove variable ...
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
6424 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6425
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
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
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
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
6452 2009-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
6458 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * Makefile.in (update-elcfiles): Report left over elc files.
6461
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
6466 * vc.el (vc-read-revision): New function.
6467 (vc-version-diff, vc-merge): Use it.
6468
6469 2009-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
6475 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
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'
6480 instead of `tramp-find-file-exists-command'.
6481 Unset `process-file-side-effects'.
6482
6483 2009-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)
6501 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
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
6510 2009-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
6517 2009-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,
6521 tibetan, ethiopic, and ipa.
6522
6523 2009-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
6544 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6545
6546 * vc-dir.el (vc-dir-update): Remove debug helper.
6547
6548 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6549
6550 2009-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
6557 2009-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)
6574 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6575 vc.el, renamed to be RCS specific.
6576
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.
6580
6581 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6582 New functions.
6583
6584 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6587
6588 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6589
6590 * vc-git.el (vc-git-register): Use "git add" for directories.
6591 (vc-git-stash, vc-git-stash-show): New functions.
6592 (vc-git-extra-menu-map): Bind them.
6593
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
6597 * vc.el: Document the desired behavior for reverted files in the
6598 `added' state.
6599 (vc-default-prettify-state-info): Remove function, unused.
6600
6601 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6602
6603 2009-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
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.
6623 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6624 (mode-line-modified, mode-line-process, mode-line-position)
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
6640 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6641
6642 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6643
6644 2009-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
6668 2009-08-25 Kevin Ryde <user42@zip.com.au>
6669
6670 * net/dig.el (dig): Add autoload cookie.
6671
6672 2009-08-25 Glenn Morris <rgm@gnu.org>
6673
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
6678 * format.el (format-alist): Doc fix.
6679
6680 * play/bubbles.el (top-level): Don't require cl at run-time.
6681
6682 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6683 run-time cl).
6684
6685 2009-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
6691 2009-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
6697 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6700
6701 2009-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
6707 2009-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
6715 2009-08-22 Glenn Morris <rgm@gnu.org>
6716
6717 * files.el (auto-mode-alist):
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):
6727 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6728 unisoft-unix, vax-vms, win32, w32.
6729
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
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
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
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):
6759 * progmodes/cperl-mode.el (cperl-time-fontification):
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
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.
6784
6785 * progmodes/make-mode.el (makefile-browser-insert-selection):
6786 Use goto-char rather than goto-line.
6787
6788 * progmodes/prolog.el (compilation-error-regexp-alist)
6789 (compilation-forget-errors): Declare.
6790
6791 2009-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
6801 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6802
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):
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
6819 2009-08-21 Glenn Morris <rgm@gnu.org>
6820
6821 * progmodes/js.el (inferior-moz-process): Fix declaration.
6822
6823 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6824
6825 * obsolete/rnewspost.el (news-mail-reply):
6826 Use goto-char rather than goto-line.
6827
6828 * term/ns-win.el (ns-open-file-select-line):
6829 Use line-beginning-position rather than goto-line.
6830
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
6848 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
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.
6857
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
6863 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6864
6865 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6866
6867 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6868
6869 * loadup.el: Remove leftover macos code.
6870
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
6875 2009-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
6880 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6881
6882 * log-edit.el (log-edit-strip-single-file-name): New var.
6883 (log-edit-insert-changelog): Use it. Bug#3571
6884
6885 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6888 Bug#3287
6889
6890 * help.el (help-print-return-message): Rename from
6891 print-help-return-message.
6892
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
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
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
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
6910 2009-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
6916 2009-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
6921 2009-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
6934 2009-08-19 Glenn Morris <rgm@gnu.org>
6935
6936 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6937
6938 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6939
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
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
6952 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6955 Remove unused var `buffer-modified-p'.
6956
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
6961 2009-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
6966 2009-08-18 Kenichi Handa <handa@m17n.org>
6967
6968 * international/ucs-normalize.el (ucs-normalize-version):
6969 Change to 1.1.
6970 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6971 (utf-8-hfs): Make it perform normalization on encoding too.
6972
6973 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6974 (sentence-end-without-space): Delete duplicated chars.
6975 (sentence-end-base): Likewise.
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.
6982
6983 2009-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
6988 2009-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
6993 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6996 abbrev (Bug#3943).
6997
6998 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
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.
7005 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7006 (cperl-beautify-regexp-piece): Fix column calculation.
7007 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
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
7014 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7015
7016 * calendar/parse-time.el (parse-time-string-chars): Save match
7017 data.
7018
7019 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7020
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
7038 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7039
7040 * term.el: Fix commenting convention, turn comments into docstrings.
7041
7042 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7043
7044 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7045
7046 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7047
7048 * calendar/parse-time.el (parse-time-string-chars): Compute using
7049 character classes, to handle non-ascii characters (Bug#3190).
7050
7051 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7052
7053 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7054 another heredoc if the user adds another < (Bug#3226).
7055
7056 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7057 Don't initialize based on window-system (Bug#4124).
7058
7059 * facemenu.el (facemenu-read-color): Use a completion function
7060 that accepts any defined color, such as RGB triplets (Bug#3677).
7061
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
7066 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * files.el (load-library): Doc fix.
7069
7070 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
7071
7072 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7073 (viper-if-string): Redefine C-s in the minibuffer to insert the last
7074 incremental search string.
7075
7076 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7077 XEmacs.
7078
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.
7082 Also check if the job is really a merge job.
7083
7084 * ediff.el (ediff-current-file): New function.
7085
7086 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7089 conventions.
7090 (js-insert-and-indent): Delete function.
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.
7094 (js-auto-indent-flag): Delete variable.
7095
7096 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
7097
7098 * progmodes/js.el: Remove proclaim statement.
7099 Defvar which-func-imenu-joiner-function to silence compiler.
7100
7101 * files.el (auto-mode-alist): Use js-mode for .js files.
7102
7103 * progmodes/js2-mode.el: Remove file.
7104
7105 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7106
7107 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7108
7109 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7110
7111 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7112 Karl Landstrom <karl.landstrom@brgeight.se>
7113
7114 * progmodes/js.el: New file.
7115
7116 2009-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
7122 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7123
7124 * international/ucs-normalize.el: Add a `coding' file variable.
7125
7126 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7127
7128 2009-08-14 Sam Steingold <sds@gnu.org>
7129
7130 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7131
7132 2009-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
7140 2009-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
7146 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
7147
7148 * international/ucs-normalize.el: New file.
7149
7150 2009-08-13 Richard Stallman <rms@gnu.org>
7151
7152 * mail/rmail.el (rmail-get-attr-names):
7153 Accept an attribute header that is too short.
7154
7155 * mail/rmail.el (rmail-forget-messages):
7156 Ignore nil elt in rmail-message-vector. Use dotimes.
7157
7158 * progmodes/compile.el (compilation-goto-locus):
7159 Use next-error-move-function.
7160
7161 * simple.el (next-error-move-function): New variable.
7162
7163 2009-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
7173 2009-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
7181 2009-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
7190 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7191
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
7197 'update signal. Instead, update all disassembly buffers only after
7198 threads list.
7199 (gdb): Send -target-detach when buffer is killed (Bug#3794).
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.
7204
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
7209 change which breaks `gud-def' definitions used in `gdb'.
7210 (gdb-update-gud-running): No extra fuss for updating frame number.
7211
7212 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7213
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
7223 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7224 Add goto-line.
7225
7226 2009-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
7240 2009-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
7245 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
7246
7247 * subr.el: Provide hashtable-print-readable.
7248
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
7254 2009-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
7261 2009-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.
7267 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
7268 gud/thread.xpm and gud/all.xpm.
7269
7270 2009-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.
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.
7278
7279 2009-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).
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.
7295
7296 2009-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
7302 2009-08-08 Glenn Morris <rgm@gnu.org>
7303
7304 * Makefile.in (ELCFILES): Update.
7305
7306 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7307
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
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
7323 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7324
7325 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7326 org/org-latex.elc.
7327
7328 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7329
7330 * vc-dispatcher.el (vc-resynch-window): Update comment.
7331
7332 * term.el (term-handle-ansi-escape): Add comments with the
7333 terminfo capabilities implemented.
7334
7335 2009-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
7347 2009-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
7360 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * abbrev.el (insert-abbrev-table-description): Prettify output.
7363 Suggested by Karl Chen.
7364
7365 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7366
7367 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7368 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
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
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.
7444 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7445 This fixes problem similar to one described in bug 3947.
7446 (gud-menu-map): More menu items.
7447 (gdb-init-1): Reset `gdb-thread-number' to nil.
7448
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.
7462 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
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.
7480 (gdb-send): Mimic RET properly (bug 3794).
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)
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
7500 triggers explicitly.
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.
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)
7510 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7511 New commands which show buffers bound to thread.
7512 (gdb-stack-list-locals-regexp): Removed unused regexp.
7513
7514 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7515 (gdb-locals-buffer-name, gdb-registers-buffer-name)
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
7522 * progmodes/gdb-mi.el: Basic thread selection support.
7523 (gdb-thread-number): New variable.
7524 (gdb-current-context-command): New macro which adds --thread
7525 option to command.
7526 (gdb-threads-mode-map): Select thread with SPC.
7527 (gdb-thread-list-handler-custom): Mark current thread with overlay
7528 arrow. Synchronize GDB thread and Emacs thread.
7529 (gdb-select-thread): New command which selects current thread.
7530 (gdb-invalidate-frames, gdb-invalidate-locals)
7531 (gdb-invalidate-registers): Use --thread option.
7532
7533 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/tramp.el (top): Make check for tramp-gvfs loading more
7536 robust. (Bug#3977)
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
7543 2009-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
7548 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7549
7550 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7551 New defconst.
7552 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7553
7554 2009-08-02 Kevin Ryde <user42@zip.com.au>
7555
7556 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7557 Update freshmeat link. Delete newsforge.com as it seems gone.
7558
7559 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7560
7561 * select.el (x-set-selection): Doc fix (Bug#4021).
7562
7563 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7564
7565 * help-fns.el (describe-variable): Treat list return values from
7566 dir-locals-find-file properly (Bug#4005).
7567
7568 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7569
7570 * net/tramp.el (tramp-debug-message): Print also microseconds.
7571
7572 2009-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
7586 2009-08-02 Jason Rumney <jasonr@gnu.org>
7587
7588 * minibuffer.el (read-file-name): Treat confirm options to
7589 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7590
7591 2009-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
7597 2009-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
7602 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * simple.el (line-move-finish): Pass whole number to
7605 line-move-to-column.
7606 (line-move-visual): Perform hscroll to the recorded position.
7607
7608 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7609
7610 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7611
7612 2009-07-29 Alan Mackenzie <acm@muc.de>
7613
7614 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7615
7616 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7617
7618 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7619 (gdb-place-breakpoints): Use full path when setting breakpoints.
7620
7621 2009-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
7626 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7627
7628 * calc/calc-misc.el (calc-transpose-lines): New function.
7629
7630 2009-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
7637 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7638
7639 * vc-git.el (vc-git-checkin): Fix typo.
7640
7641 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7642
7643 * progmodes/js2-mode.el: New file.
7644
7645 2009-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
7650 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7651
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
7655 * add-log.el (change-log-mode-map): Add a menu.
7656
7657 2009-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
7664 2009-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
7669 2009-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
7691 2009-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
7698 2009-07-24 Kenichi Handa <handa@m17n.org>
7699
7700 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7701 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7702 (build-unicode-category-table): Fix range checks.
7703
7704 2009-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
7713 2009-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
7721 2009-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
7726 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7727
7728 * vc.el (vc-print-log-internal): New function, split out from ...
7729 (vc-print-log): ... here.
7730 (vc-dir-move-to-goal-column): Declare.
7731
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.
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.
7739
7740 2009-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
7790 2009-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
7804 2009-07-22 Glenn Morris <rgm@gnu.org>
7805
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
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
7819 2009-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
7830 2009-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
7835 2009-07-21 Richard Stallman <rms@gnu.org>
7836
7837 * files.el (auto-save-mode): Handle buffer-save-size = -2
7838 for toggling mode.
7839
7840 2009-07-21 Glenn Morris <rgm@gnu.org>
7841
7842 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7843
7844 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7845
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
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
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
7881 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * term/vt420.el (terminal-init-vt420): Fix typo.
7884
7885 2009-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
7890 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7891
7892 * files.el (hack-local-variables-filter): Fix last change.
7893
7894 2009-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
7909 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7910
7911 * files.el (hack-local-variables-filter): Rewrite.
7912
7913 2009-07-19 Glenn Morris <rgm@gnu.org>
7914
7915 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7916 Silence compiler by only defining on XEmacs.
7917
7918 * international/mule.el (auto-coding-regexp-alist): Only match
7919 BABYL... at the start of buffer, not of lines. (Bug#3790)
7920
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
7929 2009-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
7945 2009-07-18 Alan Mackenzie <acm@muc.de>
7946
7947 * progmodes/cc-mode.el (c-before-hack-hook)
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
7955 2009-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
7961 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7964
7965 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7966
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
7976 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7977 (x-disown-selection-internal): New functions.
7978
7979 2009-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
7986 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7987
7988 * simple.el (set-mark): Revert last change.
7989
7990 2009-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
7996 2009-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.
8001 (mouse-yank-at-click, mouse-yank-primary): If
8002 select-active-regions is non-nil, deactivate the mark before
8003 insertion.
8004
8005 * simple.el (deactivate-mark, set-mark): Only save selection if we
8006 own it.
8007
8008 2009-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
8013 2009-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
8018 2009-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
8024 2009-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
8029 2009-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
8034 2009-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
8042 2009-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
8048 2009-07-15 Kenichi Handa <handa@m17n.org>
8049
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
8054 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8055 Delete unibyte-display.
8056
8057 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8060
8061 2009-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
8078 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
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
8088 2009-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
8093 2009-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
8103 2009-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
8108 2009-07-14 Glenn Morris <rgm@gnu.org>
8109
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
8120 * subr.el (def-edebug-spec): Doc fix.
8121
8122 2009-07-14 Kenichi Handa <handa@m17n.org>
8123
8124 * international/characters.el: Fix setting of category ?C.
8125
8126 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8127
8128 * term/ns-win.el (x-select-font): defalias x-select-font to
8129 ns-popup-font-panel instead of generate-fontset-menu.
8130
8131 2009-07-12 Eli Zaretskii <eliz@gnu.org>
8132
8133 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
8134
8135 2009-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
8140 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8141
8142 * pcomplete.el (pcomplete-comint-setup): Check for
8143 shell-dynamic-complete-filename too.
8144
8145 2009-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
8153 2009-07-11 Kenichi Handa <handa@m17n.org>
8154
8155 * international/mule-diag.el (describe-character-set): Don't show
8156 width.
8157
8158 2009-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
8164 2009-07-10 Eli Zaretskii <eliz@gnu.org>
8165
8166 * cus-edit.el (customize-changed-options-previous-release):
8167 Bump value to 22.1. (Bug#3804)
8168
8169 2009-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
8175 2009-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
8182 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * progmodes/gdb-mi.el (gdb): Remove description of
8185 gdb-use-separate-io-buffer.
8186 (menu): Don't allow toggling of or enable
8187 gdb-use-separate-io-buffer from menubar.
8188
8189 2009-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
8194 2009-07-08 Glenn Morris <rgm@gnu.org>
8195
8196 * calendar/calendar.el (calendar-current-date): Rework previous change.
8197
8198 2009-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
8203 2009-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
8209 2009-07-08 Kenichi Handa <handa@m17n.org>
8210
8211 * international/fontset.el (setup-default-fontset): For each
8212 script, append (not set) font-specs.
8213
8214 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8215 docstring.
8216
8217 2009-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.
8227 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8228
8229 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * Makefile.in (ELCFILES): Remove fadr.elc.
8232
8233 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8234
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.
8249 (gdb-stack-list-frames-handler): Rewritten without regexps.
8250 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8251 not highlight breakpoints without line information.
8252 (gdb-input): Add trailing newline to command.
8253
8254 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8255 buffer properly.
8256 (gdb-breakpoints-list-handler-custom): Replacement for
8257 `gdb-break-list-handler'. Using real parser instead of regexps
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.
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)
8268 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8269 instead of parsing breakpoints buffer. Fixed old menu references
8270 in `gud-menu-map'.
8271
8272 * fadr.el: Remove.
8273
8274 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8275 (gdb-memory-address): New variable which holds top address of
8276 memory page shown in memory buffer.
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.
8293 Now using (bindat-get-field) instead of fadr functions.
8294
8295 2009-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
8300 2009-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
8305 2009-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
8310 2009-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
8315 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
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
8321 of verilog error regular expressions to work with XEmacs format.
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
8327 2009-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
8338 2009-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
8346 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8347
8348 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8349 `calc-embedded-word' is called twice.
8350
8351 2009-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
8356 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8357
8358 * dired-aux.el (dired-show-file-type): Handle remote files.
8359
8360 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8361
8362 * desktop.el (desktop-globals-to-save):
8363 Add file-name-history (Bug#2750).
8364
8365 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8366
8367 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8368
8369 2009-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
8375 2009-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
8384 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8385
8386 * cus-start.el (all): Add make-pointer-invisible.
8387
8388 2009-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
8393 2009-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.
8419 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8420 the current Info file name to references because now the node
8421 "*TOC*" belongs to the same Info manual.
8422 (Info-toc-build): Rename from `Info-build-toc'.
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
8452 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8453
8454 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8455 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8456
8457 2009-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
8462 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8463
8464 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8465 Add handler for `process-file', `shell-command' and
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.
8470 (tramp-synce-list-devices): Simplify check for existence of property.
8471
8472 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8473
8474 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8475
8476 2009-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
8481 2009-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
8490 2009-07-01 Glenn Morris <rgm@gnu.org>
8491
8492 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8493
8494 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8495
8496 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8497
8498 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8499
8500 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8501 Handle also the 'rename case, when setting file modes. (Bug#3712)
8502 (tramp-default-file-modes) Remove execute permissions.
8503
8504 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
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)
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.
8513
8514 * net/trampver.el: Update release number.
8515
8516 2009-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
8521 * language/korea-util.el (setup-korean-environment-internal):
8522 Make char-width-table suitable for Korean environments.
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
8539 2009-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
8544 2009-06-29 Alan Mackenzie <acm@muc.de>
8545
8546 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8547 correction between the visible width of TABs and their number of bytes.
8548
8549 2009-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
8554 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8555
8556 * verilog-mode.el (verilog-beg-of-statement)
8557 (verilog-endcomment-reason-re): Support unique case and priority case.
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).
8566 (verilog-leap-to-case-head): Support priority/unique case statements.
8567 (verilog-auto-lineup): Rework to give users radio buttons to
8568 select the various styles of automatic lineup.
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.
8589 (verilog-mode): Alter the definition of verilog-font-lock-defaults
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
8592 itself, leading to (nearly) infinite recursion.
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
8600 compilation issue.
8601 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8602 coverpoint, constraint and cross statements.
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.
8613 (verilog-defun-level-list, verilog-in-generate-region-p)
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
8619 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8620
8621 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8622 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
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.
8643 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8644 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
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
8649 or shell command text during AUTO expansion. Suggested by Tad Truex.
8650 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8651 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8652 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8653 in AUTOINOUT. Reported by Matthew Lovell.
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 <=
8660 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
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
8665 declaration's name is a tick define. Reported by Elliot Mednick.
8666 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8667 passed to next parameter's definition. Reported by Bruce T.
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
8671 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8672 (verilog-mode): Expand -f flag arguments on entry to mode so
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.
8676 (verilog-set-define): Fix "Symbol's value as variable is void"
8677 when reading enumerations.
8678 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8679 Suggested by Stephen Peltan.
8680 (verilog-read-defines): Fix reading of enumerations in include
8681 files. Reported by Steve Peltan.
8682
8683 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8684
8685 * files.el (trash-directory): Fix defcustom type.
8686
8687 2009-06-28 Juri Linkov <juri@jurta.org>
8688
8689 * help-fns.el (describe-function-1): Correctly locate adviced
8690 functions in hyperlink (Bug#2438).
8691
8692 2009-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
8699 2009-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
8704 2009-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
8709 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8710
8711 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8712
8713 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8714
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
8718 * play/doctor.el: Remove reference to obsolete website.
8719 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8720
8721 2009-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
8732 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8733
8734 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8735 compatibility function for `looking-back'.
8736
8737 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8738 Use `ispell-looking-back'.
8739
8740 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8741
8742 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8743 rather than `filename'.
8744
8745 2009-06-23 Miles Bader <miles@gnu.org>
8746
8747 * face-remap.el (text-scale-set): New function.
8748
8749 2009-06-23 Glenn Morris <rgm@gnu.org>
8750
8751 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8752
8753 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8754
8755 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8756
8757 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8758
8759 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8760 Simplify Persian conditionals.
8761
8762 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8763 variable `filename'.
8764
8765 * comint.el (comint-insert-input): Doc fix.
8766
8767 * Makefile.in (ELCFILES): Fix typo in previous change.
8768
8769 2009-06-23 Miles Bader <miles@gnu.org>
8770
8771 * cus-start.el: Add entry for `recenter-redisplay'.
8772
8773 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
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.
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
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
8802 2009-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.
8806
8807 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8808
8809 2009-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
8815 2009-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".
8829 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
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.
8834 (tramp-handle-directory-files-and-attributes-with-stat):
8835 Care about filenames with spaces, or starting with "-".
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.
8843 (tramp-check-for-regexp): Both echoes must be present, before removing.
8844 (tramp-open-connection-setup-interactive-shell): Trace coding system.
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
8854 * net/tramp-cmds.el (tramp-bug):
8855 Recommend `tramp-cleanup-all-connections' in the bug mail.
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
8865 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8866 Add handler for `dired-uncache'.
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
8872 2009-06-22 Jim Meyering <meyering@redhat.com>
8873
8874 Automatically handle .xz suffix (XZ-compressed files), too.
8875 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8876 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8877
8878 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8879 Nick Roberts <nickrob@snap.net.nz>
8880
8881 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8882 repository (http://sphinx.net.ru/hg/gdb-mi/).
8883
8884 2009-06-22 Glenn Morris <rgm@gnu.org>
8885
8886 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8887 `mode' and `eval' entries. (Bug#3430)
8888
8889 * Makefile.in (ELCFILES): Add fadr.elc.
8890
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
8894 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8895
8896 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8897 property.
8898 (lisp-indent-function): Make it a defcustom.
8899
8900 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8901
8902 * progmodes/gdb-ui.el: Replace with ...
8903 * progmodes/gdb-mi.el: ... this file.
8904 * progmodes/gud.el: Modify for gdb-mi.el.
8905
8906 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8907
8908 * fadr.el: New file.
8909
8910 See ChangeLog.14 for earlier changes.
8911
8912 ;; Local Variables:
8913 ;; coding: utf-8
8914 ;; End:
8915
8916 Copyright (C) 2009 Free Software Foundation, Inc.
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
8933 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1